summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-02-07 05:58:26 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-02-07 05:58:26 +0000
commit3d1557ba43413f2024b3f1263f0a30cf668a7deb (patch)
tree67bde62380ca0e7257aef59e4757a5e31937246c /lang/gauche
parentUpdate to 1.8.3. See docs/Changelog for full details. Notable: (diff)
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>
Notes
Notes: svn path=/head/; revision=100219
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile13
-rw-r--r--lang/gauche/distinfo3
-rw-r--r--lang/gauche/pkg-plist21
3 files changed, 25 insertions, 12 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 432faf1893c7..e562da510cb4 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gauche
-PORTVERSION= 0.7.3 # Keep databases/gauche-gdbm in sync with this
-PORTREVISION= 1
+PORTVERSION= 0.7.4.1 # Keep databases/gauche-gdbm in sync with this
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -40,6 +39,12 @@ CONFIGURE_ARGS= --enable-threads=${GAUCHE_THREADS} \
PLIST_SUB= VERSION="${PORTVERSION}" \
TARGET="${CONFIGURE_TARGET}" \
INFOSECTION="${INFOSECTION}"
+USE_REINPLACE= yes
+INSTALLS_SHLIB= yes
+INFO= gauche-refe gauche-refj
+
+post-build:
+ ${REINPLACE_CMD} 's/gauche-refj. info/gauche-refj.info/' ${WRKSRC}/doc/gauche-refj.info
post-install:
${STRIP_CMD} ${PREFIX}/bin/gosh
@@ -50,8 +55,8 @@ post-install:
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${MANPREFIX}/man/man1/
${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/info/
-.for info in gauche-refe.info gauche-refj.info
- install-info --section="${INFOSECTION}" ${WRKSRC}/doc/${info} ${PREFIX}/info/dir
+.for info in ${INFO}
+ install-info --section="${INFOSECTION}" ${WRKSRC}/doc/${info}.info ${PREFIX}/info/dir
.endfor
.endif
diff --git a/lang/gauche/distinfo b/lang/gauche/distinfo
index 4912f9ea5c0d..a8c417b8868f 100644
--- a/lang/gauche/distinfo
+++ b/lang/gauche/distinfo
@@ -1 +1,2 @@
-MD5 (Gauche-0.7.3.tgz) = 9ef0782cc06adf7d8dfcf8985f2e55a2
+MD5 (Gauche-0.7.4.1.tgz) = 21ab94ccba8bb9200b8c0a09c2b1f02e
+SIZE (Gauche-0.7.4.1.tgz) = 2399260
diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist
index a9df168327b2..ef3b04ca98fb 100644
--- a/lang/gauche/pkg-plist
+++ b/lang/gauche/pkg-plist
@@ -1,6 +1,7 @@
bin/gauche-config
bin/gosh
lib/gauche/%%VERSION%%/%%TARGET%%/auxsys.so
+lib/gauche/%%VERSION%%/%%TARGET%%/binary.so
lib/gauche/%%VERSION%%/%%TARGET%%/fcntl.so
lib/gauche/%%VERSION%%/%%TARGET%%/gauche-config
lib/gauche/%%VERSION%%/%%TARGET%%/gosh
@@ -25,9 +26,10 @@ lib/gauche/%%VERSION%%/include/gauche/class.h
lib/gauche/%%VERSION%%/include/gauche/config.h
lib/gauche/%%VERSION%%/include/gauche/exception.h
lib/gauche/%%VERSION%%/include/gauche/extend.h
+lib/gauche/%%VERSION%%/include/gauche/int64.h
lib/gauche/%%VERSION%%/include/gauche/net.h
-lib/gauche/%%VERSION%%/include/gauche/predef-syms.h
lib/gauche/%%VERSION%%/include/gauche/pthread.h
+lib/gauche/%%VERSION%%/include/gauche/scmconst.h
lib/gauche/%%VERSION%%/include/gauche/uthread.h
lib/gauche/%%VERSION%%/include/gauche/uvector.h
lib/gauche/%%VERSION%%/include/gauche/vm.h
@@ -39,9 +41,11 @@ lib/gauche/site/%%VERSION%%/%%TARGET%%/.keepme
lib/libgauche.so
lib/libgauche.so.0
lib/libgauche.so.0.0.0
+share/aclocal/gauche.m4
share/gauche/%%VERSION%%/aclocal.m4
share/gauche/%%VERSION%%/lib/binary/io.scm
share/gauche/%%VERSION%%/lib/binary/pack.scm
+share/gauche/%%VERSION%%/lib/cesconv
share/gauche/%%VERSION%%/lib/compat/jfilter.scm
share/gauche/%%VERSION%%/lib/compat/stk.scm
share/gauche/%%VERSION%%/lib/dbm.scm
@@ -52,6 +56,7 @@ share/gauche/%%VERSION%%/lib/file/util.scm
share/gauche/%%VERSION%%/lib/gauche-init.scm
share/gauche/%%VERSION%%/lib/gauche/array.scm
share/gauche/%%VERSION%%/lib/gauche/auxsys.scm
+share/gauche/%%VERSION%%/lib/gauche/cgen.scm
share/gauche/%%VERSION%%/lib/gauche/charconv.scm
share/gauche/%%VERSION%%/lib/gauche/collection.scm
share/gauche/%%VERSION%%/lib/gauche/common-macros.scm
@@ -64,6 +69,7 @@ share/gauche/%%VERSION%%/lib/gauche/hook.scm
share/gauche/%%VERSION%%/lib/gauche/interactive.scm
share/gauche/%%VERSION%%/lib/gauche/interactive/info.scm
share/gauche/%%VERSION%%/lib/gauche/interpolate.scm
+share/gauche/%%VERSION%%/lib/gauche/ioutil.scm
share/gauche/%%VERSION%%/lib/gauche/let-opt.scm
share/gauche/%%VERSION%%/lib/gauche/libutil.scm
share/gauche/%%VERSION%%/lib/gauche/listener.scm
@@ -160,9 +166,14 @@ share/gauche/%%VERSION%%/lib/srfi-19/read-tai.scm
share/gauche/%%VERSION%%/lib/srfi-2.scm
share/gauche/%%VERSION%%/lib/srfi-26.scm
share/gauche/%%VERSION%%/lib/srfi-27.scm
+share/gauche/%%VERSION%%/lib/srfi-29.scm
+share/gauche/%%VERSION%%/lib/srfi-29/bundle.scm
+share/gauche/%%VERSION%%/lib/srfi-29/format.scm
share/gauche/%%VERSION%%/lib/srfi-31.scm
share/gauche/%%VERSION%%/lib/srfi-37.scm
share/gauche/%%VERSION%%/lib/srfi-4.scm
+share/gauche/%%VERSION%%/lib/srfi-5.scm
+share/gauche/%%VERSION%%/lib/srfi-7.scm
share/gauche/%%VERSION%%/lib/srfi-9.scm
share/gauche/%%VERSION%%/lib/sxml/adaptor.scm
share/gauche/%%VERSION%%/lib/sxml/ssax.scm
@@ -187,6 +198,7 @@ share/gauche/%%VERSION%%/lib/util/queue.scm
share/gauche/%%VERSION%%/lib/util/record.scm
share/gauche/%%VERSION%%/lib/util/toposort.scm
share/gauche/%%VERSION%%/lib/util/tree.scm
+share/gauche/%%VERSION%%/lib/www/cgi-test.scm
share/gauche/%%VERSION%%/lib/www/cgi.scm
share/gauche/site/lib/.keepme
@dirrm share/gauche/site/lib
@@ -195,6 +207,7 @@ share/gauche/site/lib/.keepme
@dirrm share/gauche/%%VERSION%%/lib/util
@dirrm share/gauche/%%VERSION%%/lib/text
@dirrm share/gauche/%%VERSION%%/lib/sxml
+@dirrm share/gauche/%%VERSION%%/lib/srfi-29
@dirrm share/gauche/%%VERSION%%/lib/srfi-19
@dirrm share/gauche/%%VERSION%%/lib/srfi-14
@dirrm share/gauche/%%VERSION%%/lib/srfi-13
@@ -221,9 +234,3 @@ share/gauche/site/lib/.keepme
@dirrm lib/gauche/%%VERSION%%/%%TARGET%%
@dirrm lib/gauche/%%VERSION%%
@dirrm lib/gauche
-%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/gauche-refe.info %D/info/dir
-%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/gauche-refj.info %D/info/dir
-%%PORTDOCS%%info/gauche-refe.info
-%%PORTDOCS%%info/gauche-refj.info
-%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/gauche-refe.info %D/info/dir
-%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/gauche-refj.info %D/info/dir