non port: lang/gauche/Makefile |
SVNWeb
|
Number of commits found: 97 |
Fri, 18 Nov 2022
|
[ 13:12 Alexey Dokuchaev (danfe) ] c25cc86
lang/gauche: update Gauche to version 0.9.12.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 28 Jan 2022
|
[ 12:14 Tijl Coosemans (tijl) ] b93e64d (Only the first 10 of 28 ports in this commit are shown above. )
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084
|
Sun, 29 Aug 2021
|
[ 19:30 Bernhard Froehlich (decke) ] c7c996b
lang/gauche: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 25 Dec 2020
|
[ 20:46 rhurlin ]
lang/gauche: update to 0.9.10
- Port changes default TLS library to external mbedTLS
Changelog: https://practical-scheme.net/gauche/gmemo/?Release%200.9.10
PR: 252060
Submitted by: Lassi Kortela <lassi+freebsd@lassi.io> (new maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27746
|
Sun, 6 Dec 2020
|
[ 17:08 linimon ]
Mark as BROKEN on riscv64.
|
Tue, 31 Dec 2019
|
[ 02:56 pkubaj ]
lang/gauche: fix build on GCC architectures
C11 compiler is necessary:
gauche/priv/vmP.h:108: error: redefinition of typedef 'ScmEscapePoint'
./gauche/vm.h:233: error: previous declaration of 'ScmEscapePoint' was here
|
Mon, 16 Dec 2019
|
[ 22:11 fernape ]
lang/gauche: update to 0.9.9
ChangeLog: http://practical-scheme.net/gauche/gmemo/?Release%200.9.9
Reported by: portscout
|
Sun, 11 Aug 2019
|
[ 08:30 linimon ]
These ports now build on aarch64.
Approved by: portmgr (tier-2 blanket)
|
Wed, 26 Jun 2019
|
[ 07:45 danfe ]
- Update Gauche to version 0.9.8
- Ensure that installed xDBM ports would be ignored
unless explicitly selected in the OPTIONS dialog
|
Sat, 4 May 2019
|
[ 17:15 linimon ]
These ports now build on armv7 (and, presumably, armv6).
Approved by: portmgr (tier-2 blanket)
|
Sat, 29 Dec 2018
|
[ 08:03 danfe ]
- Update `lang/gauche' to version 0.9.7
- Fix two tests that are failing on FreeBSD: one because clang aborts due
to failed assertion when trying to compile ``extern void sin(); sin();'':
Assertion failed: (Arg < NumArgs && "Arg access out of range!"),
function getArg, file
/usr/src/contrib/llvm/tools/clang/include/clang/AST/Expr.h, line 2283.
cc: error: unable to execute command: Abort trap (core dumped)
Another test (cf-check-lib) fails because of the LIBS variable which is
passed on the TEST_ENV list. Since there's nothing useful to the tests
there anyway, just ensure it is empty
PR: 234257
|
Sun, 11 Nov 2018
|
[ 15:38 danfe ] (Only the first 10 of 65 ports in this commit are shown above. )
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Fri, 14 Sep 2018
|
[ 12:04 tijl ] (Only the first 10 of 12 ports in this commit are shown above. )
Update security/mbedtls to 2.13.0 and bump dependent ports.
|
Fri, 10 Aug 2018
|
[ 14:23 tijl ] (Only the first 10 of 13 ports in this commit are shown above. )
Update security/mbedtls to 2.12.0 and bump dependent ports.
MFH: 2018Q3
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02
|
Sun, 5 Aug 2018
|
[ 13:18 danfe ]
- Update `lang/gauche' to version 0.9.6 and add TLS support
- Unfortunately, it now requires GNU make to build (pattern rules
in doc/Makefile.in); also, regression tests fail with BSD make:
https://github.com/shirok/Gauche/issues/367
|
Wed, 6 Jun 2018
|
[ 18:25 danfe ]
- Update `lang/gauche' to version 0.9.5
- Fix SLIB_BUILD_DEPENDS so it points to the file actually being used
- Convert to our testing framework (TEST_TARGET) and unbreak regression
tests by preserving the `gosh' executable (prior to relinking), which
allows to run the tests without having Gauche installed
Tested on: i386, amd64 (all tests pass)
|
Wed, 10 Jan 2018
|
[ 12:07 danfe ]
Unbreak the build on sparc64: configure script was correctly detecting that
extra MD file is required, but since it is under `src' subdirectory, make(1)
was not able to find and make it. While here, remove s|-lpthread|-pthread|
gimmick which is no-op these days.
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Thu, 10 Nov 2016
|
[ 01:21 linimon ] (Only the first 10 of 48 ports in this commit are shown above. )
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
|
Fri, 23 Sep 2016
|
[ 02:24 linimon ]
Fix obvious braino.
|
Mon, 19 Sep 2016
|
[ 13:12 linimon ]
Mark as broken on various tier-2 archs.
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 20 Sep 2015
|
[ 14:35 danfe ] (Only the first 10 of 19 ports in this commit are shown above. )
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
|
Sun, 7 Jun 2015
|
[ 15:23 amdmi3 ]
- Fix stripping
|
Tue, 29 Jul 2014
|
[ 03:36 vanilla ]
Upgrade to 0.9.4
PR: ports/192207
Submitted by: tkato432 at yahoo.com
|
Wed, 23 Jul 2014
|
[ 17:07 bapt ] (Only the first 10 of 48 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Wed, 16 Jul 2014
|
[ 08:13 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Fix some non default LIB_DEPENDS
With hat: portmgr
|
Thu, 26 Jun 2014
|
[ 08:41 antoine ] (Only the first 10 of 23 ports in this commit are shown above. )
Allow to build with texinfo from ports
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Sat, 7 Sep 2013
|
[ 19:49 bsam ] (Only the first 10 of 14 ports in this commit are shown above. )
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.
Approved by: portmgr (bapt, implicit)
|
Sun, 9 Jun 2013
|
[ 16:18 stefan ]
Properly evaluate option PTHREADS.
PR: 177494
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by: maintainer timeout (1 month)
|
Thu, 2 May 2013
|
[ 20:04 stefan ]
- Unbreak and update to 0.9.3.3.
- Add option to enable gdbm support.
- Update maintainer's e-mail address.
PR: 177494 [1], 168407 [2]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
Vitaly Magerya <vmagerya@gmail.com> [2]
Approved by: Erik Greenwald <erik@elfga.com> (maintainer)
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Thu, 8 Dec 2011
|
[ 11:12 scheidell ]
-Update to 0.9.2
-Addresses pr ports/160927
PR: ports/163096
Approved by: gabor (mentor)
Feature safe: yes
|
Thu, 10 Nov 2011
|
[ 05:38 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
|
Sun, 1 May 2011
|
[ 22:45 pav ]
- Disallow from amd64/9 on pointyhat, segfaults during build
Reported by: pointyhat
|
Wed, 1 Dec 2010
|
[ 23:12 linimon ] (Only the first 10 of 26 ports in this commit are shown above. )
Update maintainer's email address.
Submitted by: maintainer (private email)
|
Mon, 13 Sep 2010
|
[ 11:01 beat ]
- Fix build on PowerPC [1]
- Fix leftovers with NOPORTDOCS option set
PR: ports/149783 [1]
Submitted by: andreast [1]
Approved by: maintainer timeout (26 days)
|
Mon, 22 Mar 2010
|
[ 12:15 knu ]
Fix build with ccache by adding CCACHE_CPP2=1 to MAKE_ENV, which
disables the problematic pre-processor optimization of ccache.
PR: ports/144125
Submitted by: myself
Approved by: maintainer timeout
|
Fri, 12 Feb 2010
|
[ 12:39 pav ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 0.9
PR: ports/141384
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Sat, 22 Aug 2009
|
[ 00:24 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
|
Thu, 30 Jul 2009
|
[ 15:19 amdmi3 ]
- Mark MAKE_JOBS_UNSAFE
- Use SF macro
PR: 136817
Submitted by: myself
Approved by: maintainer timeout
|
Tue, 17 Jun 2008
|
[ 09:51 itetcu ]
- fix install when -DNOPORTDOCS
Submitted by: QA Tindy run
Approved by: maintainer timeout
|
Tue, 1 Apr 2008
|
[ 10:49 knu ]
Install all info files.
Submitted by: Sakae Kobayashi <sakae@ps.ksky.ne.jp>
Approved by: maintainer timeout
|
Fri, 15 Feb 2008
|
[ 17:02 miwi ]
Update to 0.8.13
PR: 120715
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Fri, 14 Dec 2007
|
[ 19:23 miwi ]
- Update to 0.8.12
PR: 117851
117852
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Tue, 21 Aug 2007
|
[ 09:25 miwi ]
- Update to 0.8.11
PR: 115602
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Wed, 6 Jun 2007
|
[ 10:54 miwi ]
- Update to 0.8.10
PR: 113371
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Wed, 21 Feb 2007
|
[ 13:20 rafan ]
- Install info files correctly
PR: ports/108194
Submitted by: clemens fischer <ino-qc at spotteswoode.de.eu.org>
Approved by: Erik Greenwald <erik at smluc.org> (maintainer)
|
Fri, 19 Jan 2007
|
[ 08:40 rafan ]
- Update to 0.8.9
PR: ports/108093
Submitted by: Erik Greenwald <erik at smluc.org> (maintainer)
|
Sun, 26 Nov 2006
|
[ 08:02 rafan ]
- Update to 0.8.8
PR: ports/105477
Submitted by: Erik Greenwald <erik at smluc.org> (maintainer)
|
Mon, 3 Jul 2006
|
[ 14:53 arved ]
Mark BROKEN on sparc64
Reported by: pointyhat
|
Sun, 21 May 2006
|
[ 19:13 arved ]
Merge patches from devel/boehm-gc to included boehm-gc to fix build on
amd64
PR: 97021
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by: Erik Greenwald <erik@smluc.org>
|
Tue, 9 May 2006
|
[ 20:52 edwin ] (Only the first 10 of 72 ports in this commit are shown above. )
Remove USE_REINPLACE from the categories starting with L
|
Mon, 1 May 2006
|
[ 18:22 krion ]
Update to 0.8.7
PR: ports/95749
Submitted by: maintainer
|
Mon, 5 Dec 2005
|
[ 00:53 edwin ] (Only the first 10 of 21 ports in this commit are shown above. )
Remove install-info from Makefile, it's automatically done when INFO is defined
|
Sun, 6 Nov 2005
|
[ 23:32 mnag ]
Update to 0.8.6
PR: 88569
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Wed, 14 Sep 2005
|
[ 15:35 pav ]
- Enable sxml installation
PR: ports/86126
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Sun, 3 Jul 2005
|
[ 04:25 novel ]
Update to 0.8.5.
PR: 82899
Submitted by: Erik Greenwald (maintainer)
|
Wed, 1 Jun 2005
|
[ 22:50 flz ]
- Update to 0.8.4.
PR: ports/81781
Submitted by: maintainer
|
Sat, 9 Apr 2005
|
[ 15:12 pav ]
- Create some empty directories for extensions
PR: ports/79620 (based on)
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Approved by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Sun, 20 Feb 2005
|
[ 14:52 pav ]
- create the .package dir (caused issues for gauche-gtk)
- disable the sxml stuff in default build (to avoid issues with
textproc/gauche-sxml
PR: ports/77542
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Sun, 5 Dec 2004
|
[ 15:33 vanilla ]
Upgrade to 0.8.3.
PR: ports/74680
Submitted by: maintainer
|
Tue, 3 Aug 2004
|
[ 07:52 mezz ]
-Update to 0.8.1.
freshmeat blurb:
This is a maintenance release with some minor feature additions.
Numerous bugs are fixed, including macro-related bugs and build
problems.
(lib name contains software version instead of 0.0.0 now...)
PR: ports/69932 ports/69933
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Sun, 23 May 2004
|
[ 12:56 pav ]
- Update to 0.8
PR: ports/67073, ports/67074
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Sun, 16 May 2004
|
[ 07:30 kris ] (Only the first 10 of 15 ports in this commit are shown above. )
Restore maintainer; his email was bouncing last week and I fat-fingered the
address when I retried it tonight. Sorry, Erik.
|
[ 04:04 kris ] (Only the first 10 of 15 ports in this commit are shown above. )
Reset bouncing maintainer address:
<eric@smluc.org>:
Sorry, no mailbox here by that name. (#5.1.1)
|
Tue, 30 Mar 2004
|
[ 19:20 krion ] (Only the first 10 of 64 ports in this commit are shown above. )
- Use USE_ICONV knob
Approved by: portmgr
|
Sat, 6 Mar 2004
|
[ 23:45 kris ]
BROKEN on !i386 and !alpha: Does not compile due to included boehm-gc
|
Fri, 27 Feb 2004
|
[ 22:15 krion ]
- Update to version 0.7.4.2
PR: ports/63470
Submitted by: maintainer
|
Sat, 7 Feb 2004
|
[ 05:58 leeym ]
Freshmeat blurb:
This release adds support for SRFI-5, -7, -16, -29, and -38, adds
text.gettext and www.cgi-test modules, improves performance and
robustness, and fixes several bugs.
0.7.4.1 was a minor bugfix to 0.7.4 released the day after, an issue with
binary fsdbm compatability with older versions
databases/gauche-gdbm must be updated at the same time, since it uses a
common src file and build dir...
PR: 62383
Submitted by: Erik Greenwald <erik@smluc.org>
|
Mon, 19 Jan 2004
|
[ 09:49 pav ]
- Correct instalation of info files
- Add dependency on iconv
PR: ports/59168, ports/61557
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>, Kimura Fuyuki
<fuyuki@nigredo.org>
Approved by: maintainer
|
Wed, 17 Dec 2003
|
[ 11:35 krion ]
- Update to version 0.7.3
PR: 60327
Submitted by: maintainer
|
Mon, 6 Oct 2003
|
[ 20:48 vanilla ]
Upgrade to 0.7.2.
PR: ports/57614
Submitted by: maintainer
|
Thu, 21 Aug 2003
|
[ 05:33 daichi ]
update lang/gauche: add 'scheme' virtual catagory
PR: 55284
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Tue, 29 Jul 2003
|
[ 05:48 maho ]
Update to 0.7 to 0.7.1
PR: 54894
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Wed, 11 Jun 2003
|
[ 10:34 erwin ]
- fix pkg-plist
- bump PORTREVISION
PR: 53121
Submitted by: maintainer
|
Tue, 3 Jun 2003
|
[ 08:30 arved ]
Update to 0.7
PR: 52843
Submitted by: maintainer
|
Mon, 31 Mar 2003
|
[ 15:54 nork ]
Update to 0.6.8.
PR: ports/50483
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Fri, 21 Feb 2003
|
[ 12:35 knu ] (Only the first 10 of 134 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 13 Feb 2003
|
[ 05:22 nork ]
Update to 0.6.7.1.
Suggested by: knu
Approved by: Erik Greenwald <erik@phoenix.smluc.org> (maintainer)
|
Wed, 12 Feb 2003
|
[ 16:03 nork ]
Update to 0.6.7.
PR: ports/48065
Submitted by: Erik Greenwald <erik@phoenix.smluc.org> (maintainer)
|
Wed, 18 Dec 2002
|
[ 14:12 knu ]
Update gauche & gauche-gdbm to 0.6.6.
From the freshmeat announcement:
A number of bugs are fixed, including a gauche.net bug and do-form
compilation bug which were sometimes the cause of crashes. Several
new modules are added, including message digest libraries (rfc.md5,
rfc.sha1, rfc.hmac, and util.digest), thread-local parameter support,
and port seek. Other enhancements include string split to take
strings and a regexp as a splitter.
Unfortunately, this does not fix the build failure on alpha. It is
still under investigation.
PR: ports/46284
Submitted by: Erik Greenwald <erik@smluc.org> (MAINTAINER)
Approved by: portmgr (knu)
|
[ 13:04 knu ]
Set MAINTAINER back to the submitter. He is now reachable again.
Submitted by: Erik Greenwald <erik@smluc.org>
|
Thu, 28 Nov 2002
|
[ 12:00 knu ]
Claim maintainership as the creator of these ports until the previous
maintainer becomes reachable again.
|
Tue, 19 Nov 2002
|
[ 16:21 nork ]
Update to 0.6.5.
PR: ports/45480
Submitted by: Erik Greenwald <greenwald@csc.smsu.edu>
|
Mon, 18 Nov 2002
|
[ 03:48 kris ] (Only the first 10 of 23 ports in this commit are shown above. )
Reset undeliverable maintainer addresses to ports@FreeBSD.org
|
Wed, 23 Oct 2002
|
[ 14:27 nork ]
Update to 0.6.4.
PR: ports/44391
Submitted by: maintainer
|
Mon, 23 Sep 2002
|
[ 15:33 vanilla ]
Upgrade to 0.6.3.
PR: ports/43272
Submitted by: maintainer
Somepart by: me
|
Fri, 13 Sep 2002
|
[ 08:36 knu ]
Hand the maintainership over to the submitter of the PR.
PR: ports/40901
Submitted by: Erik Greenwald <erik@smluc.org>
|
Mon, 9 Sep 2002
|
[ 19:34 knu ]
Strip the gosh binary.
Obtained from: ports/40901
Submitted by: Erik Greenwald <erik@smluc.org>
|
[ 18:47 knu ]
Add gauche, a scheme script interpreter with multibyte character
handling.
|
Number of commits found: 97 |