The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : chicken

A Scheme-to-C compiler

 CHICKEN is a compiler for the Scheme programming language. CHICKEN
produces portable, efficient C, supports almost all of the current
Scheme language standard (R5RS), and includes many enhancements and
extensions. 

http://www.call-with-current-continuation.org/



chicken history


v. 1.34
date: 2007/04/14 20:31:24;  author: alepulver;  state: Exp;  lines: +7 -12
- Update to version 2.6.
- Remove PORTDOCS and list the files in pkg-plist.
- Remove BROKEN on ia64 to see if the problem has been fixed and to allow
  further investigation.
- Remove patch which was integrated.

v. 1.33 date: 2007/02/01 02:41:43; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.32 date: 2006/12/06 16:24:39; author: alepulver; state: Exp; lines: +0 -1 - Patch csc.c (used to bootstrap) instead of csc.scm. Obtained from: Emil Mikulic
v. 1.31 date: 2006/12/05 17:18:37; author: alepulver; state: Exp; lines: +1 -0 - Fix 'csc' assuming /usr/local/include is in the default search path of 'cc'. Obtained from: Emil Mikulic (private e-mail)
v. 1.30 date: 2006/10/31 02:28:05; author: alepulver; state: Exp; lines: +10 -11 - Update to 2.5. PR: ports/104619 Submitted by: Thomas Abthorpe
v. 1.29 date: 2006/10/23 22:46:19; author: alepulver; state: Exp; lines: +2 -1 - Mirror distfile and change MASTER_SITES/MASTER_SITE_SUBDIR. Approved by: portmgr (erwin)
v. 1.28 date: 2006/04/09 13:08:15; author: alepulver; state: Exp; lines: +1 -1 Change the maintainership address to the @FreeBSD.org one. Approved by: garga (mentor)
v. 1.27 date: 2006/03/18 14:38:04; author: pav; state: Exp; lines: +7 -8 - Update to 2.3 PR: ports/94605 Submitted by: Piet Delport Approved by: Alejandro Pulver (maintainer)
v. 1.26 date: 2006/02/23 10:37:37; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.25 date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.24 date: 2005/10/02 23:02:11; author: pav; state: Exp; lines: +1 -0 - Resurrect includedir patch which was mistakely removed in update to 2.0 PR: ports/86565 Submitted by: Juan Felipe Alvarez Saldarriaga Approved by: Alejandro Pulver (maintainer)
v. 1.23 date: 2005/09/03 17:48:48; author: lawrance; state: Exp; lines: +9 -15 Update to 2.0. Submitter takes maintainership. PR: ports/85646 Submitted by: Alejandro Pulver
v. 1.22 date: 2005/05/28 09:48:23; author: pav; state: Exp; lines: +1 -1 - Add $(includedir) to BASE_CPPFLAGS, otherwise chicken can't find it's own header file when used PR: ports/80219 Submitted by: Juan F. A. Saldarriaga
v. 1.21 date: 2005/04/12 10:16:50; author: flz; state: Exp; lines: +2 -0 - Create ${PREFIX}/lib/chicken. PR: ports/79778 Submitted by: Juan Felipe Alvarez Saldarriaga
v. 1.20 date: 2005/02/16 21:02:53; author: vs; state: Exp; lines: +2 -1 Update to 1.89
v. 1.19 date: 2004/10/21 07:50:46; author: sergei; state: Exp; lines: +1 -1 - Reset maintainership to ports@FreeBSD.org PR: ports/72950 Submitted by: Kimura Fuyuki (maintainer)
v. 1.18 date: 2004/09/27 22:54:07; author: kris; state: Exp; lines: +2 -2 Now builds on amd64 Approved by: portmgr (self)
v. 1.17 date: 2004/08/24 09:15:27; author: krion; state: Exp; lines: +1 -1 Update to 1.66 PR: ports/70890 Submitted by: maintainer
v. 1.16 date: 2004/08/20 20:24:06; author: pav; state: Exp; lines: +3 -2 - Update to 1.63 PR: ports/70709 Submitted by: Kimura Fuyuki (maintainer)
v. 1.15 date: 2004/07/22 12:55:56; author: krion; state: Exp; lines: +4 -2 Update to 1.56 PR: ports/69426 Submitted by: maintainer
v. 1.14 date: 2004/07/16 16:08:17; author: vs; state: Exp; lines: +21 -10 - Update to 1.50 - Assign maintainership to submitter
v. 1.13 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.12 date: 2004/03/15 11:11:20; author: kris; state: Exp; lines: +7 -1 BROKEN on amd64 and ia64: Coredump during build
v. 1.11 date: 2004/03/14 06:16:49; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.10 date: 2004/02/12 05:56:08; author: linimon; state: Exp; lines: +6 -2 Update to 1.33. Numerous bugfixes and minor new features. See doc/ChangeLog for complete details. PR: ports/62328 Submitted by: Kimura Fuyuki
v. 1.9 date: 2003/10/30 01:59:15; author: nork; state: Exp; lines: +1 -2 Update to 1.22. PR: ports/58704 Submitted by: Kimura Fuyuki
v. 1.8 date: 2003/09/04 07:51:06; author: krion; state: Exp; lines: +1 -0 - Don't install useless *.la - Bump PORTREVISION
v. 1.7 date: 2003/09/04 07:37:30; author: erwin; state: Exp; lines: +1 -1 Update to 1.17 PR: 56399 Submitted by: Kimura Fuyuki
v. 1.6 date: 2003/08/28 00:09:57; author: edwin; state: Exp; lines: +2 -1 Use the new virtual category 'scheme' - Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki
v. 1.5 date: 2003/07/30 12:54:49; author: oliver; state: Exp; lines: +1 -1 update to 1.14, fix pkg-plist
v. 1.4 date: 2003/05/19 01:24:14; author: nork; state: Exp; lines: +1 -3 Update to 1.9 and Fix build on alpha. PR: ports/52008 Submitted by: Kimura Fuyuki
v. 1.3 date: 2003/04/30 00:49:11; author: leeym; state: Exp; lines: +4 -2 set ONLY_FOR_ARCHS=i386 keep static executable files drop MAINTAINERship PR: 51537 Submitted by: Kimura Fuyuki
v. 1.2 date: 2003/04/08 16:40:54; author: nork; state: Exp; lines: +1 -1 Fix build on alpha. Pointed out by: bento via kris Submitted by: Kimura Fuyuki (maintainer)
v. 1.1 date: 2003/04/04 21:40:54; author: nork; state: Exp; Add chicken 1.0, a Scheme-to-C compiler supporting most of the features as described in the Revised^5 Report on the Algorithmic Language Scheme. PR: ports/50155 Submitted by: Kimura Fuyuki ============================================================================= v. 1.34 date: 2007/04/14 20:31:24; author: alepulver; state: Exp; lines: +7 -12 - Update to version 2.6. - Remove PORTDOCS and list the files in pkg-plist. - Remove BROKEN on ia64 to see if the problem has been fixed and to allow further investigation. - Remove patch which was integrated.
v. 1.33 date: 2007/02/01 02:41:43; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.32 date: 2006/12/06 16:24:39; author: alepulver; state: Exp; lines: +0 -1 - Patch csc.c (used to bootstrap) instead of csc.scm. Obtained from: Emil Mikulic
v. 1.31 date: 2006/12/05 17:18:37; author: alepulver; state: Exp; lines: +1 -0 - Fix 'csc' assuming /usr/local/include is in the default search path of 'cc'. Obtained from: Emil Mikulic (private e-mail)
v. 1.30 date: 2006/10/31 02:28:05; author: alepulver; state: Exp; lines: +10 -11 - Update to 2.5. PR: ports/104619 Submitted by: Thomas Abthorpe
v. 1.29 date: 2006/10/23 22:46:19; author: alepulver; state: Exp; lines: +2 -1 - Mirror distfile and change MASTER_SITES/MASTER_SITE_SUBDIR. Approved by: portmgr (erwin)
v. 1.28 date: 2006/04/09 13:08:15; author: alepulver; state: Exp; lines: +1 -1 Change the maintainership address to the @FreeBSD.org one. Approved by: garga (mentor)
v. 1.27 date: 2006/03/18 14:38:04; author: pav; state: Exp; lines: +7 -8 - Update to 2.3 PR: ports/94605 Submitted by: Piet Delport Approved by: Alejandro Pulver (maintainer)
v. 1.26 date: 2006/02/23 10:37:37; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.25 date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.24 date: 2005/10/02 23:02:11; author: pav; state: Exp; lines: +1 -0 - Resurrect includedir patch which was mistakely removed in update to 2.0 PR: ports/86565 Submitted by: Juan Felipe Alvarez Saldarriaga Approved by: Alejandro Pulver (maintainer)
v. 1.23 date: 2005/09/03 17:48:48; author: lawrance; state: Exp; lines: +9 -15 Update to 2.0. Submitter takes maintainership. PR: ports/85646 Submitted by: Alejandro Pulver
v. 1.22 date: 2005/05/28 09:48:23; author: pav; state: Exp; lines: +1 -1 - Add $(includedir) to BASE_CPPFLAGS, otherwise chicken can't find it's own header file when used PR: ports/80219 Submitted by: Juan F. A. Saldarriaga
v. 1.21 date: 2005/04/12 10:16:50; author: flz; state: Exp; lines: +2 -0 - Create ${PREFIX}/lib/chicken. PR: ports/79778 Submitted by: Juan Felipe Alvarez Saldarriaga
v. 1.20 date: 2005/02/16 21:02:53; author: vs; state: Exp; lines: +2 -1 Update to 1.89
v. 1.19 date: 2004/10/21 07:50:46; author: sergei; state: Exp; lines: +1 -1 - Reset maintainership to ports@FreeBSD.org PR: ports/72950 Submitted by: Kimura Fuyuki (maintainer)
v. 1.18 date: 2004/09/27 22:54:07; author: kris; state: Exp; lines: +2 -2 Now builds on amd64 Approved by: portmgr (self)
v. 1.17 date: 2004/08/24 09:15:27; author: krion; state: Exp; lines: +1 -1 Update to 1.66 PR: ports/70890 Submitted by: maintainer
v. 1.16 date: 2004/08/20 20:24:06; author: pav; state: Exp; lines: +3 -2 - Update to 1.63 PR: ports/70709 Submitted by: Kimura Fuyuki (maintainer)
v. 1.15 date: 2004/07/22 12:55:56; author: krion; state: Exp; lines: +4 -2 Update to 1.56 PR: ports/69426 Submitted by: maintainer
v. 1.14 date: 2004/07/16 16:08:17; author: vs; state: Exp; lines: +21 -10 - Update to 1.50 - Assign maintainership to submitter
v. 1.13 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.12 date: 2004/03/15 11:11:20; author: kris; state: Exp; lines: +7 -1 BROKEN on amd64 and ia64: Coredump during build
v. 1.11 date: 2004/03/14 06:16:49; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.10 date: 2004/02/12 05:56:08; author: linimon; state: Exp; lines: +6 -2 Update to 1.33. Numerous bugfixes and minor new features. See doc/ChangeLog for complete details. PR: ports/62328 Submitted by: Kimura Fuyuki
v. 1.9 date: 2003/10/30 01:59:15; author: nork; state: Exp; lines: +1 -2 Update to 1.22. PR: ports/58704 Submitted by: Kimura Fuyuki
v. 1.8 date: 2003/09/04 07:51:06; author: krion; state: Exp; lines: +1 -0 - Don't install useless *.la - Bump PORTREVISION
v. 1.7 date: 2003/09/04 07:37:30; author: erwin; state: Exp; lines: +1 -1 Update to 1.17 PR: 56399 Submitted by: Kimura Fuyuki
v. 1.6 date: 2003/08/28 00:09:57; author: edwin; state: Exp; lines: +2 -1 Use the new virtual category 'scheme' - Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki
v. 1.5 date: 2003/07/30 12:54:49; author: oliver; state: Exp; lines: +1 -1 update to 1.14, fix pkg-plist
v. 1.4 date: 2003/05/19 01:24:14; author: nork; state: Exp; lines: +1 -3 Update to 1.9 and Fix build on alpha. PR: ports/52008 Submitted by: Kimura Fuyuki
v. 1.3 date: 2003/04/30 00:49:11; author: leeym; state: Exp; lines: +4 -2 set ONLY_FOR_ARCHS=i386 keep static executable files drop MAINTAINERship PR: 51537 Submitted by: Kimura Fuyuki
v. 1.2 date: 2003/04/08 16:40:54; author: nork; state: Exp; lines: +1 -1 Fix build on alpha. Pointed out by: bento via kris Submitted by: Kimura Fuyuki (maintainer)
v. 1.1 date: 2003/04/04 21:40:54; author: nork; state: Exp; Add chicken 1.0, a Scheme-to-C compiler supporting most of the features as described in the Revised^5 Report on the Algorithmic Language Scheme. PR: ports/50155 Submitted by: Kimura Fuyuki ============================================================================= v. 1.34 date: 2007/04/14 20:31:24; author: alepulver; state: Exp; lines: +7 -12 - Update to version 2.6. - Remove PORTDOCS and list the files in pkg-plist. - Remove BROKEN on ia64 to see if the problem has been fixed and to allow further investigation. - Remove patch which was integrated.
v. 1.33 date: 2007/02/01 02:41:43; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.32 date: 2006/12/06 16:24:39; author: alepulver; state: Exp; lines: +0 -1 - Patch csc.c (used to bootstrap) instead of csc.scm. Obtained from: Emil Mikulic
v. 1.31 date: 2006/12/05 17:18:37; author: alepulver; state: Exp; lines: +1 -0 - Fix 'csc' assuming /usr/local/include is in the default search path of 'cc'. Obtained from: Emil Mikulic (private e-mail)
v. 1.30 date: 2006/10/31 02:28:05; author: alepulver; state: Exp; lines: +10 -11 - Update to 2.5. PR: ports/104619 Submitted by: Thomas Abthorpe
v. 1.29 date: 2006/10/23 22:46:19; author: alepulver; state: Exp; lines: +2 -1 - Mirror distfile and change MASTER_SITES/MASTER_SITE_SUBDIR. Approved by: portmgr (erwin)
v. 1.28 date: 2006/04/09 13:08:15; author: alepulver; state: Exp; lines: +1 -1 Change the maintainership address to the @FreeBSD.org one. Approved by: garga (mentor)
v. 1.27 date: 2006/03/18 14:38:04; author: pav; state: Exp; lines: +7 -8 - Update to 2.3 PR: ports/94605 Submitted by: Piet Delport Approved by: Alejandro Pulver (maintainer)
v. 1.26 date: 2006/02/23 10:37:37; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.25 date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.24 date: 2005/10/02 23:02:11; author: pav; state: Exp; lines: +1 -0 - Resurrect includedir patch which was mistakely removed in update to 2.0 PR: ports/86565 Submitted by: Juan Felipe Alvarez Saldarriaga Approved by: Alejandro Pulver (maintainer)
v. 1.23 date: 2005/09/03 17:48:48; author: lawrance; state: Exp; lines: +9 -15 Update to 2.0. Submitter takes maintainership. PR: ports/85646 Submitted by: Alejandro Pulver
v. 1.22 date: 2005/05/28 09:48:23; author: pav; state: Exp; lines: +1 -1 - Add $(includedir) to BASE_CPPFLAGS, otherwise chicken can't find it's own header file when used PR: ports/80219 Submitted by: Juan F. A. Saldarriaga
v. 1.21 date: 2005/04/12 10:16:50; author: flz; state: Exp; lines: +2 -0 - Create ${PREFIX}/lib/chicken. PR: ports/79778 Submitted by: Juan Felipe Alvarez Saldarriaga
v. 1.20 date: 2005/02/16 21:02:53; author: vs; state: Exp; lines: +2 -1 Update to 1.89
v. 1.19 date: 2004/10/21 07:50:46; author: sergei; state: Exp; lines: +1 -1 - Reset maintainership to ports@FreeBSD.org PR: ports/72950 Submitted by: Kimura Fuyuki (maintainer)
v. 1.18 date: 2004/09/27 22:54:07; author: kris; state: Exp; lines: +2 -2 Now builds on amd64 Approved by: portmgr (self)
v. 1.17 date: 2004/08/24 09:15:27; author: krion; state: Exp; lines: +1 -1 Update to 1.66 PR: ports/70890 Submitted by: maintainer
v. 1.16 date: 2004/08/20 20:24:06; author: pav; state: Exp; lines: +3 -2 - Update to 1.63 PR: ports/70709 Submitted by: Kimura Fuyuki (maintainer)
v. 1.15 date: 2004/07/22 12:55:56; author: krion; state: Exp; lines: +4 -2 Update to 1.56 PR: ports/69426 Submitted by: maintainer
v. 1.14 date: 2004/07/16 16:08:17; author: vs; state: Exp; lines: +21 -10 - Update to 1.50 - Assign maintainership to submitter
v. 1.13 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.12 date: 2004/03/15 11:11:20; author: kris; state: Exp; lines: +7 -1 BROKEN on amd64 and ia64: Coredump during build
v. 1.11 date: 2004/03/14 06:16:49; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.10 date: 2004/02/12 05:56:08; author: linimon; state: Exp; lines: +6 -2 Update to 1.33. Numerous bugfixes and minor new features. See doc/ChangeLog for complete details. PR: ports/62328 Submitted by: Kimura Fuyuki
v. 1.9 date: 2003/10/30 01:59:15; author: nork; state: Exp; lines: +1 -2 Update to 1.22. PR: ports/58704 Submitted by: Kimura Fuyuki
v. 1.8 date: 2003/09/04 07:51:06; author: krion; state: Exp; lines: +1 -0 - Don't install useless *.la - Bump PORTREVISION
v. 1.7 date: 2003/09/04 07:37:30; author: erwin; state: Exp; lines: +1 -1 Update to 1.17 PR: 56399 Submitted by: Kimura Fuyuki
v. 1.6 date: 2003/08/28 00:09:57; author: edwin; state: Exp; lines: +2 -1 Use the new virtual category 'scheme' - Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki
v. 1.5 date: 2003/07/30 12:54:49; author: oliver; state: Exp; lines: +1 -1 update to 1.14, fix pkg-plist
v. 1.4 date: 2003/05/19 01:24:14; author: nork; state: Exp; lines: +1 -3 Update to 1.9 and Fix build on alpha. PR: ports/52008 Submitted by: Kimura Fuyuki
v. 1.3 date: 2003/04/30 00:49:11; author: leeym; state: Exp; lines: +4 -2 set ONLY_FOR_ARCHS=i386 keep static executable files drop MAINTAINERship PR: 51537 Submitted by: Kimura Fuyuki
v. 1.2 date: 2003/04/08 16:40:54; author: nork; state: Exp; lines: +1 -1 Fix build on alpha. Pointed out by: bento via kris Submitted by: Kimura Fuyuki (maintainer)
v. 1.1 date: 2003/04/04 21:40:54; author: nork; state: Exp; Add chicken 1.0, a Scheme-to-C compiler supporting most of the features as described in the Revised^5 Report on the Algorithmic Language Scheme. PR: ports/50155 Submitted by: Kimura Fuyuki =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm