The FreeBSD Ports Archive
FreeBSD lang : drscheme4>
An interactive, integrated, graphical Scheme programming environment
DrScheme is an interactive, integrated, graphical programming
environment for the Scheme, MzScheme, and MrEd programming languages.
DrScheme incorporates several features including highlighting of
the source of syntax and run-time errors, support for multiple
language levels, an algebraic stepper, objects, modules, a GUI
library, TCP/IP, and much more. It includes an extensive, hyper-linked
help system called Help Desk, available from the Help menu.
DrScheme Jr is a textual version of DrScheme that offers some of the
benefits of DrScheme, but without development tools or graphics.
http://www.drscheme.org/
|
drscheme history
v. 1.36
date: 2007/11/25 00:58:44; author: linimon; state: Exp; lines: +1 -3
Now is getting signal 11 everywhere on the cluster, not just problems
with gcc4.2.
Approved by: portmgr (self)
v. 1.35
date: 2007/10/29 03:09:21; author: jkoshy; state: Exp; lines: +4 -0
Mark BROKEN with GCC 4.2.
v. 1.34
date: 2007/10/26 05:50:01; author: jkoshy; state: Exp; lines: +6 -3
Fix a memory corruption/core dump that is reproduceable in my
FreeBSD/amd64 6-stable environment [1]. Unbreak the port.
Submitted by: Matthew Flatt [1]
v. 1.33
date: 2007/07/28 22:31:18; author: kris; state: Exp; lines: +2 -0
BROKEN: Segfault during build
v. 1.32
date: 2007/06/07 09:07:27; author: jkoshy; state: Exp; lines: +14 -19
Upgrade to v370. The port now unconditionally depends on Cairo
graphics. Additional upstream changes include:
- The conservative garbage collector (CGC) has been replaced with a
precise garbage collector (3m) in the standard build. For most
users, this change simply amounts to "better performance in space
and time". Use the port knob 'CGC' to build DrScheme with
the conservative garbage collector.
- Unit-based servlets are no longer supported in the web server.
Use module-based servlets, instead.
- A new `(lib "unit.ss")' library replaces the old one and provides
a simpler and more flexible syntax.
- The HtDP "world.ss" and "image.ss" teachpacks have been revised,
including support for the creation of animated GIFs and DrScheme's
teachpack GUI now works only with the HtDP languages. In other
languages, use `require' to access teachpacks.
v. 1.31
date: 2007/05/19 20:13:34; author: flz; state: Exp; lines: +2 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2007/01/26 11:48:33; author: jkoshy; state: Exp; lines: +2 -5
Upgrade to v360. Upstream changes include:
- A new macro stepper that traces through macro expansion
step by step.
- A new "Lazy Scheme" language level.
- New support for prompts and composable continuations.
- Regexp support now includes the usual collection of
"Perl-compatible" features.
- Compiler improvements and bug fixes.
v. 1.29
date: 2006/09/22 10:44:00; author: jkoshy; state: Exp; lines: +15 -7
- Upgrade to v352. This is a bug-fix release.
- Tweak the port's build to detect and use libpng and
libjpeg present in $LOCALBASE.
- Build this port for the amd64 architecture in addition to i386.
v. 1.28
date: 2006/09/20 06:25:49; author: jkoshy; state: Exp; lines: +7 -2
- Bring down the parts of upstream change SVN#4389 that make
.zo file generation more deterministic. Package building
should work reliably now, so unbreak the port.
- Explicitly depend on -lXft.
- Change the build to always use the libjpeg and libpng
libraries bundled with the source package.
v. 1.27
date: 2006/09/17 01:45:30; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not compile
v. 1.26
date: 2006/07/25 03:27:26; author: jkoshy; state: Exp; lines: +2 -2
Update to v351.
Upstream changes include:
- bug-fixes,
- improved 3m performance,
- HtDC libraries have been reorganized into four packages,
- improvements to the 'Debug' button, including persistent
breakpoints,
- expressiveness improvements and a 2x performance boost
for tight loops that do a lot of contract checking.
v. 1.25
date: 2006/07/15 06:15:45; author: jkoshy; state: Exp; lines: +0 -1
This port no longer requires `gmake`.
v. 1.24
date: 2006/07/14 15:29:32; author: jkoshy; state: Exp; lines: +26 -28
Upgrade to v350.
Major changes include:
- A new JIT compiler for mzscheme.
- The installed port uses a hier(7)-compatible directory
structure under ${PREFIX}.
- ProfessorJ includes a unit-testing mechanism.
- The default exception handler in mzscheme now shows
stack-trace information.
The port now offers a new option 'MMM' that builds DrScheme with
the experimental 3M garbage collector.
v. 1.23
date: 2006/01/18 16:09:09; author: jkoshy; state: Exp; lines: +1 -1
Upgrade to v301 --- bug fixes and changes to the demos.
v. 1.22
date: 2005/12/21 18:53:05; author: jkoshy; state: Exp; lines: +15 -5
- Upgrade to v300. This DrScheme release offers Unicode support,
a foreign function interface, anti-aliased text, and many other
extensions and improvements.
- Add a port knob 'CAIRO' to conditionally allow compilation with
the Cairo graphics library.
v. 1.21
date: 2005/10/25 17:58:38; author: jkoshy; state: Exp; lines: +5 -3
X11BASE and portlint cleanups.
v. 1.20
date: 2005/02/26 04:48:54; author: jkoshy; state: Exp; lines: +2 -2
Upgrade to v209.
v. 1.19
date: 2004/10/20 15:41:40; author: jkoshy; state: Exp; lines: +4 -3
Fix fetch breakage.
Submitted by: Ion-Mihai Tetcu
v. 1.18
date: 2004/10/19 17:29:00; author: jkoshy; state: Exp; lines: +7 -3
Upgrade to v208.
v. 1.17
date: 2004/03/13 10:15:50; author: kris; state: Exp; lines: +1 -3
Remove unneccessary bsd.port.(pre|post).mk inclusion.
v. 1.16
date: 2004/03/07 09:20:09; author: jkoshy; state: Exp; lines: +9 -10
Fix installation glitch that caused a slowdown of DrScheme. Bump
PORTREVISION.
Correct typo (ONLY_FOR_ARCH -> ONLY_FOR_ARCHS).
PR: ports/63782
v. 1.15
date: 2004/03/03 16:47:57; author: jkoshy; state: Exp; lines: +5 -6
Upgrade to v206p1. Mark as 'only for i386', till the ports to other
Tier-1 architectures are completed.
v. 1.14
date: 2004/02/25 10:33:14; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386: Does not compile
v. 1.13
date: 2003/12/10 03:38:09; author: jkoshy; state: Exp; lines: +4 -3
Update to v205.
v. 1.12
date: 2003/08/28 00:01:07; author: edwin; state: Exp; lines: +1 -1
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki
v. 1.11
date: 2003/06/29 06:02:36; author: jkoshy; state: Exp; lines: +2 -2
Upgrade to v204.
v. 1.10
date: 2003/05/02 01:54:06; author: jkoshy; state: Exp; lines: +1 -1
Bundle in the 'include/' and 'lib/' directories to support extension
writers.
PR: ports/51644
Submitted by: Martin Vito Cruz
v. 1.9
date: 2003/03/07 06:05:29; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2003/02/05 14:13:11; author: jkoshy; state: Exp; lines: +1 -1
Update to v203.
v. 1.7
date: 2002/09/18 11:05:04; author: ijliao; state: Exp; lines: +5 -5
better for future maintain
v. 1.6
date: 2002/09/18 10:02:25; author: jkoshy; state: Exp; lines: +5 -5
Correct ${MASTER_SITE}, update checksums.
Submitted by: Paul Gabriel
v. 1.5
date: 2002/09/13 04:07:46; author: jkoshy; state: Exp; lines: +1 -0
Move downloaded distfile to a directory numbered by ${PORTVERSION} to
compensate for the fact the master tarball does not have a version
number in its filename. This prevents older copies of the sources
being picked up during the "fetch" phase.
v. 1.4
date: 2002/09/09 09:03:43; author: jkoshy; state: Exp; lines: +1 -1
Update to v202.
v. 1.3
date: 2002/07/24 08:48:05; author: jkoshy; state: Exp; lines: +10 -8
Upgrade to v200.
Requested by: Austus
v. 1.2
date: 2001/12/13 08:18:16; author: jkoshy; state: Exp; lines: +4 -4
Upgrade to v103p1.
v. 1.1
date: 2001/06/26 09:19:51; author: jkoshy; state: Exp;
A port of `DrScheme', a graphical teaching environment and IDE for Scheme.
=============================================================================
v. 1.36
date: 2007/11/25 00:58:44; author: linimon; state: Exp; lines: +1 -3
Now is getting signal 11 everywhere on the cluster, not just problems
with gcc4.2.
Approved by: portmgr (self)
v. 1.35
date: 2007/10/29 03:09:21; author: jkoshy; state: Exp; lines: +4 -0
Mark BROKEN with GCC 4.2.
v. 1.34
date: 2007/10/26 05:50:01; author: jkoshy; state: Exp; lines: +6 -3
Fix a memory corruption/core dump that is reproduceable in my
FreeBSD/amd64 6-stable environment [1]. Unbreak the port.
Submitted by: Matthew Flatt [1]
v. 1.33
date: 2007/07/28 22:31:18; author: kris; state: Exp; lines: +2 -0
BROKEN: Segfault during build
v. 1.32
date: 2007/06/07 09:07:27; author: jkoshy; state: Exp; lines: +14 -19
Upgrade to v370. The port now unconditionally depends on Cairo
graphics. Additional upstream changes include:
- The conservative garbage collector (CGC) has been replaced with a
precise garbage collector (3m) in the standard build. For most
users, this change simply amounts to "better performance in space
and time". Use the port knob 'CGC' to build DrScheme with
the conservative garbage collector.
- Unit-based servlets are no longer supported in the web server.
Use module-based servlets, instead.
- A new `(lib "unit.ss")' library replaces the old one and provides
a simpler and more flexible syntax.
- The HtDP "world.ss" and "image.ss" teachpacks have been revised,
including support for the creation of animated GIFs and DrScheme's
teachpack GUI now works only with the HtDP languages. In other
languages, use `require' to access teachpacks.
v. 1.31
date: 2007/05/19 20:13:34; author: flz; state: Exp; lines: +2 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2007/01/26 11:48:33; author: jkoshy; state: Exp; lines: +2 -5
Upgrade to v360. Upstream changes include:
- A new macro stepper that traces through macro expansion
step by step.
- A new "Lazy Scheme" language level.
- New support for prompts and composable continuations.
- Regexp support now includes the usual collection of
"Perl-compatible" features.
- Compiler improvements and bug fixes.
v. 1.29
date: 2006/09/22 10:44:00; author: jkoshy; state: Exp; lines: +15 -7
- Upgrade to v352. This is a bug-fix release.
- Tweak the port's build to detect and use libpng and
libjpeg present in $LOCALBASE.
- Build this port for the amd64 architecture in addition to i386.
v. 1.28
date: 2006/09/20 06:25:49; author: jkoshy; state: Exp; lines: +7 -2
- Bring down the parts of upstream change SVN#4389 that make
.zo file generation more deterministic. Package building
should work reliably now, so unbreak the port.
- Explicitly depend on -lXft.
- Change the build to always use the libjpeg and libpng
libraries bundled with the source package.
v. 1.27
date: 2006/09/17 01:45:30; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not compile
v. 1.26
date: 2006/07/25 03:27:26; author: jkoshy; state: Exp; lines: +2 -2
Update to v351.
Upstream changes include:
- bug-fixes,
- improved 3m performance,
- HtDC libraries have been reorganized into four packages,
- improvements to the 'Debug' button, including persistent
breakpoints,
- expressiveness improvements and a 2x performance boost
for tight loops that do a lot of contract checking.
v. 1.25
date: 2006/07/15 06:15:45; author: jkoshy; state: Exp; lines: +0 -1
This port no longer requires `gmake`.
v. 1.24
date: 2006/07/14 15:29:32; author: jkoshy; state: Exp; lines: +26 -28
Upgrade to v350.
Major changes include:
- A new JIT compiler for mzscheme.
- The installed port uses a hier(7)-compatible directory
structure under ${PREFIX}.
- ProfessorJ includes a unit-testing mechanism.
- The default exception handler in mzscheme now shows
stack-trace information.
The port now offers a new option 'MMM' that builds DrScheme with
the experimental 3M garbage collector.
v. 1.23
date: 2006/01/18 16:09:09; author: jkoshy; state: Exp; lines: +1 -1
Upgrade to v301 --- bug fixes and changes to the demos.
v. 1.22
date: 2005/12/21 18:53:05; author: jkoshy; state: Exp; lines: +15 -5
- Upgrade to v300. This DrScheme release offers Unicode support,
a foreign function interface, anti-aliased text, and many other
extensions and improvements.
- Add a port knob 'CAIRO' to conditionally allow compilation with
the Cairo graphics library.
v. 1.21
date: 2005/10/25 17:58:38; author: jkoshy; state: Exp; lines: +5 -3
X11BASE and portlint cleanups.
v. 1.20
date: 2005/02/26 04:48:54; author: jkoshy; state: Exp; lines: +2 -2
Upgrade to v209.
v. 1.19
date: 2004/10/20 15:41:40; author: jkoshy; state: Exp; lines: +4 -3
Fix fetch breakage.
Submitted by: Ion-Mihai Tetcu
v. 1.18
date: 2004/10/19 17:29:00; author: jkoshy; state: Exp; lines: +7 -3
Upgrade to v208.
v. 1.17
date: 2004/03/13 10:15:50; author: kris; state: Exp; lines: +1 -3
Remove unneccessary bsd.port.(pre|post).mk inclusion.
v. 1.16
date: 2004/03/07 09:20:09; author: jkoshy; state: Exp; lines: +9 -10
Fix installation glitch that caused a slowdown of DrScheme. Bump
PORTREVISION.
Correct typo (ONLY_FOR_ARCH -> ONLY_FOR_ARCHS).
PR: ports/63782
v. 1.15
date: 2004/03/03 16:47:57; author: jkoshy; state: Exp; lines: +5 -6
Upgrade to v206p1. Mark as 'only for i386', till the ports to other
Tier-1 architectures are completed.
v. 1.14
date: 2004/02/25 10:33:14; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386: Does not compile
v. 1.13
date: 2003/12/10 03:38:09; author: jkoshy; state: Exp; lines: +4 -3
Update to v205.
v. 1.12
date: 2003/08/28 00:01:07; author: edwin; state: Exp; lines: +1 -1
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki
v. 1.11
date: 2003/06/29 06:02:36; author: jkoshy; state: Exp; lines: +2 -2
Upgrade to v204.
v. 1.10
date: 2003/05/02 01:54:06; author: jkoshy; state: Exp; lines: +1 -1
Bundle in the 'include/' and 'lib/' directories to support extension
writers.
PR: ports/51644
Submitted by: Martin Vito Cruz
v. 1.9
date: 2003/03/07 06:05:29; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2003/02/05 14:13:11; author: jkoshy; state: Exp; lines: +1 -1
Update to v203.
v. 1.7
date: 2002/09/18 11:05:04; author: ijliao; state: Exp; lines: +5 -5
better for future maintain
v. 1.6
date: 2002/09/18 10:02:25; author: jkoshy; state: Exp; lines: +5 -5
Correct ${MASTER_SITE}, update checksums.
Submitted by: Paul Gabriel
v. 1.5
date: 2002/09/13 04:07:46; author: jkoshy; state: Exp; lines: +1 -0
Move downloaded distfile to a directory numbered by ${PORTVERSION} to
compensate for the fact the master tarball does not have a version
number in its filename. This prevents older copies of the sources
being picked up during the "fetch" phase.
v. 1.4
date: 2002/09/09 09:03:43; author: jkoshy; state: Exp; lines: +1 -1
Update to v202.
v. 1.3
date: 2002/07/24 08:48:05; author: jkoshy; state: Exp; lines: +10 -8
Upgrade to v200.
Requested by: Austus
v. 1.2
date: 2001/12/13 08:18:16; author: jkoshy; state: Exp; lines: +4 -4
Upgrade to v103p1.
v. 1.1
date: 2001/06/26 09:19:51; author: jkoshy; state: Exp;
A port of `DrScheme', a graphical teaching environment and IDE for Scheme.
=============================================================================
v. 1.36
date: 2007/11/25 00:58:44; author: linimon; state: Exp; lines: +1 -3
Now is getting signal 11 everywhere on the cluster, not just problems
with gcc4.2.
Approved by: portmgr (self)
v. 1.35
date: 2007/10/29 03:09:21; author: jkoshy; state: Exp; lines: +4 -0
Mark BROKEN with GCC 4.2.
v. 1.34
date: 2007/10/26 05:50:01; author: jkoshy; state: Exp; lines: +6 -3
Fix a memory corruption/core dump that is reproduceable in my
FreeBSD/amd64 6-stable environment [1]. Unbreak the port.
Submitted by: Matthew Flatt [1]
v. 1.33
date: 2007/07/28 22:31:18; author: kris; state: Exp; lines: +2 -0
BROKEN: Segfault during build
v. 1.32
date: 2007/06/07 09:07:27; author: jkoshy; state: Exp; lines: +14 -19
Upgrade to v370. The port now unconditionally depends on Cairo
graphics. Additional upstream changes include:
- The conservative garbage collector (CGC) has been replaced with a
precise garbage collector (3m) in the standard build. For most
users, this change simply amounts to "better performance in space
and time". Use the port knob 'CGC' to build DrScheme with
the conservative garbage collector.
- Unit-based servlets are no longer supported in the web server.
Use module-based servlets, instead.
- A new `(lib "unit.ss")' library replaces the old one and provides
a simpler and more flexible syntax.
- The HtDP "world.ss" and "image.ss" teachpacks have been revised,
including support for the creation of animated GIFs and DrScheme's
teachpack GUI now works only with the HtDP languages. In other
languages, use `require' to access teachpacks.
v. 1.31
date: 2007/05/19 20:13:34; author: flz; state: Exp; lines: +2 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2007/01/26 11:48:33; author: jkoshy; state: Exp; lines: +2 -5
Upgrade to v360. Upstream changes include:
- A new macro stepper that traces through macro expansion
step by step.
- A new "Lazy Scheme" language level.
- New support for prompts and composable continuations.
- Regexp support now includes the usual collection of
"Perl-compatible" features.
- Compiler improvements and bug fixes.
v. 1.29
date: 2006/09/22 10:44:00; author: jkoshy; state: Exp; lines: +15 -7
- Upgrade to v352. This is a bug-fix release.
- Tweak the port's build to detect and use libpng and
libjpeg present in $LOCALBASE.
- Build this port for the amd64 architecture in addition to i386.
v. 1.28
date: 2006/09/20 06:25:49; author: jkoshy; state: Exp; lines: +7 -2
- Bring down the parts of upstream change SVN#4389 that make
.zo file generation more deterministic. Package building
should work reliably now, so unbreak the port.
- Explicitly depend on -lXft.
- Change the build to always use the libjpeg and libpng
libraries bundled with the source package.
v. 1.27
date: 2006/09/17 01:45:30; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not compile
v. 1.26
date: 2006/07/25 03:27:26; author: jkoshy; state: Exp; lines: +2 -2
Update to v351.
Upstream changes include:
- bug-fixes,
- improved 3m performance,
- HtDC libraries have been reorganized into four packages,
- improvements to the 'Debug' button, including persistent
breakpoints,
- expressiveness improvements and a 2x performance boost
for tight loops that do a lot of contract checking.
v. 1.25
date: 2006/07/15 06:15:45; author: jkoshy; state: Exp; lines: +0 -1
This port no longer requires `gmake`.
v. 1.24
date: 2006/07/14 15:29:32; author: jkoshy; state: Exp; lines: +26 -28
Upgrade to v350.
Major changes include:
- A new JIT compiler for mzscheme.
- The installed port uses a hier(7)-compatible directory
structure under ${PREFIX}.
- ProfessorJ includes a unit-testing mechanism.
- The default exception handler in mzscheme now shows
stack-trace information.
The port now offers a new option 'MMM' that builds DrScheme with
the experimental 3M garbage collector.
v. 1.23
date: 2006/01/18 16:09:09; author: jkoshy; state: Exp; lines: +1 -1
Upgrade to v301 --- bug fixes and changes to the demos.
v. 1.22
date: 2005/12/21 18:53:05; author: jkoshy; state: Exp; lines: +15 -5
- Upgrade to v300. This DrScheme release offers Unicode support,
a foreign function interface, anti-aliased text, and many other
extensions and improvements.
- Add a port knob 'CAIRO' to conditionally allow compilation with
the Cairo graphics library.
v. 1.21
date: 2005/10/25 17:58:38; author: jkoshy; state: Exp; lines: +5 -3
X11BASE and portlint cleanups.
v. 1.20
date: 2005/02/26 04:48:54; author: jkoshy; state: Exp; lines: +2 -2
Upgrade to v209.
v. 1.19
date: 2004/10/20 15:41:40; author: jkoshy; state: Exp; lines: +4 -3
Fix fetch breakage.
Submitted by: Ion-Mihai Tetcu
v. 1.18
date: 2004/10/19 17:29:00; author: jkoshy; state: Exp; lines: +7 -3
Upgrade to v208.
v. 1.17
date: 2004/03/13 10:15:50; author: kris; state: Exp; lines: +1 -3
Remove unneccessary bsd.port.(pre|post).mk inclusion.
v. 1.16
date: 2004/03/07 09:20:09; author: jkoshy; state: Exp; lines: +9 -10
Fix installation glitch that caused a slowdown of DrScheme. Bump
PORTREVISION.
Correct typo (ONLY_FOR_ARCH -> ONLY_FOR_ARCHS).
PR: ports/63782
v. 1.15
date: 2004/03/03 16:47:57; author: jkoshy; state: Exp; lines: +5 -6
Upgrade to v206p1. Mark as 'only for i386', till the ports to other
Tier-1 architectures are completed.
v. 1.14
date: 2004/02/25 10:33:14; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386: Does not compile
v. 1.13
date: 2003/12/10 03:38:09; author: jkoshy; state: Exp; lines: +4 -3
Update to v205.
v. 1.12
date: 2003/08/28 00:01:07; author: edwin; state: Exp; lines: +1 -1
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki
v. 1.11
date: 2003/06/29 06:02:36; author: jkoshy; state: Exp; lines: +2 -2
Upgrade to v204.
v. 1.10
date: 2003/05/02 01:54:06; author: jkoshy; state: Exp; lines: +1 -1
Bundle in the 'include/' and 'lib/' directories to support extension
writers.
PR: ports/51644
Submitted by: Martin Vito Cruz
v. 1.9
date: 2003/03/07 06:05:29; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2003/02/05 14:13:11; author: jkoshy; state: Exp; lines: +1 -1
Update to v203.
v. 1.7
date: 2002/09/18 11:05:04; author: ijliao; state: Exp; lines: +5 -5
better for future maintain
v. 1.6
date: 2002/09/18 10:02:25; author: jkoshy; state: Exp; lines: +5 -5
Correct ${MASTER_SITE}, update checksums.
Submitted by: Paul Gabriel
v. 1.5
date: 2002/09/13 04:07:46; author: jkoshy; state: Exp; lines: +1 -0
Move downloaded distfile to a directory numbered by ${PORTVERSION} to
compensate for the fact the master tarball does not have a version
number in its filename. This prevents older copies of the sources
being picked up during the "fetch" phase.
v. 1.4
date: 2002/09/09 09:03:43; author: jkoshy; state: Exp; lines: +1 -1
Update to v202.
v. 1.3
date: 2002/07/24 08:48:05; author: jkoshy; state: Exp; lines: +10 -8
Upgrade to v200.
Requested by: Austus
v. 1.2
date: 2001/12/13 08:18:16; author: jkoshy; state: Exp; lines: +4 -4
Upgrade to v103p1.
v. 1.1
date: 2001/06/26 09:19:51; author: jkoshy; state: Exp;
A port of `DrScheme', a graphical teaching environment and IDE for Scheme.
=============================================================================
|
| |

|