mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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>
This commit is contained in:
parent
228b8c4ea4
commit
3d1557ba43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100219
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user