aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gauche
Commit message (Collapse)AuthorAgeFilesLines
* -Update to 0.8.1.mezz2004-08-033-4/+4
| | | | | | | | | | | | 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)
* - Update to 0.8pav2004-05-233-4/+17
| | | | | PR: ports/67073, ports/67074 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Restore maintainer; his email was bouncing last week and I fat-fingered thekris2004-05-161-1/+1
| | | | address when I retried it tonight. Sorry, Erik.
* Reset bouncing maintainer address:kris2004-05-161-1/+1
| | | | | <eric@smluc.org>: Sorry, no mailbox here by that name. (#5.1.1)
* - Use USE_ICONV knobkrion2004-03-311-2/+1
| | | | Approved by: portmgr
* BROKEN on !i386 and !alpha: Does not compile due to included boehm-gckris2004-03-071-1/+7
|
* - Update to version 0.7.4.2krion2004-02-282-3/+3
| | | | | PR: ports/63470 Submitted by: maintainer
* Freshmeat blurb:leeym2004-02-073-12/+25
| | | | | | | | | | | | | | | 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>
* - Correct instalation of info filespav2004-01-192-14/+20
| | | | | | | | - Add dependency on iconv PR: ports/59168, ports/61557 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>, Kimura Fuyuki <fuyuki@nigredo.org> Approved by: maintainer
* - Update to version 0.7.3krion2003-12-173-5/+19
| | | | | PR: 60327 Submitted by: maintainer
* Upgrade to 0.7.2.vanilla2003-10-073-17/+20
| | | | | PR: ports/57614 Submitted by: maintainer
* update lang/gauche: add 'scheme' virtual catagorydaichi2003-08-211-1/+1
| | | | | PR: 55284 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Update to 0.7 to 0.7.1maho2003-07-293-21/+11
| | | | | PR: 54894 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* - fix pkg-plisterwin2003-06-112-0/+3
| | | | | | | - bump PORTREVISION PR: 53121 Submitted by: maintainer
* Update to 0.7arved2003-06-033-10/+23
| | | | | PR: 52843 Submitted by: maintainer
* Update to 0.6.8.nork2003-03-312-3/+3
| | | | | PR: ports/50483 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 0.6.7.1.nork2003-02-132-2/+2
| | | | | Suggested by: knu Approved by: Erik Greenwald <erik@phoenix.smluc.org> (maintainer)
* Update to 0.6.7.nork2003-02-136-46/+14
| | | | | PR: ports/48065 Submitted by: Erik Greenwald <erik@phoenix.smluc.org> (maintainer)
* Update gauche & gauche-gdbm to 0.6.6.knu2002-12-184-22/+12
| | | | | | | | | | | | | | | | | 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)
* Set MAINTAINER back to the submitter. He is now reachable again.knu2002-12-181-1/+1
| | | | Submitted by: Erik Greenwald <erik@smluc.org>
* Claim maintainership as the creator of these ports until the previousknu2002-11-281-1/+1
| | | | maintainer becomes reachable again.
* Update to 0.6.5.nork2002-11-207-47/+36
| | | | | PR: ports/45480 Submitted by: Erik Greenwald <greenwald@csc.smsu.edu>
* Reset undeliverable maintainer addresses to ports@FreeBSD.orgkris2002-11-181-1/+1
|
* Add two missing librarieskris2002-10-281-0/+2
|
* Fix function info doesn't work.nork2002-10-271-0/+14
| | | | | | PR: ports/44129 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Approved by: maintainer
* Update to 0.6.4.nork2002-10-233-6/+10
| | | | | PR: ports/44391 Submitted by: maintainer
* Upgrade to 0.6.3.vanilla2002-09-235-25/+34
| | | | | | PR: ports/43272 Submitted by: maintainer Somepart by: me
* Hand the maintainership over to the submitter of the PR.knu2002-09-131-1/+1
| | | | | PR: ports/40901 Submitted by: Erik Greenwald <erik@smluc.org>
* Strip the gosh binary.knu2002-09-101-0/+1
| | | | | Obtained from: ports/40901 Submitted by: Erik Greenwald <erik@smluc.org>
* Add gauche, a scheme script interpreter with multibyte characterknu2002-09-108-0/+330
handling.