diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-04 10:52:17 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-04 10:52:17 +0000 |
commit | 511f5f044ed3f21f390ad5e7988b229ace8d65f0 (patch) | |
tree | 809caaca7a3b5323835456a784aed5b6badd293a /lang/stklos | |
parent | e5e34689bdc72899bba45ca505ed1f66cc5a5f43 (diff) | |
download | ports-511f5f044ed3f21f390ad5e7988b229ace8d65f0.tar.gz ports-511f5f044ed3f21f390ad5e7988b229ace8d65f0.zip |
Notes
Diffstat (limited to 'lang/stklos')
-rw-r--r-- | lang/stklos/Makefile | 7 | ||||
-rw-r--r-- | lang/stklos/distinfo | 5 | ||||
-rw-r--r-- | lang/stklos/pkg-plist | 10 |
3 files changed, 16 insertions, 6 deletions
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile index 9909e07bff25..c5b3b2b3e132 100644 --- a/lang/stklos/Makefile +++ b/lang/stklos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stklos -PORTVERSION= 0.60 +PORTVERSION= 0.71 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= The successor of the STk Scheme interpreter LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ gc.1:${PORTSDIR}/devel/boehm-gc -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= yes USE_REINPLACE= yes @@ -26,7 +26,8 @@ CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gtk --disable-gnome PLIST_SUB= VERSION="${PORTVERSION}" -MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 stklos.1 +MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 stklos.1 \ + stklos-install.1 post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/doc/Makefile.in diff --git a/lang/stklos/distinfo b/lang/stklos/distinfo index 1dfaac050897..f247882c6922 100644 --- a/lang/stklos/distinfo +++ b/lang/stklos/distinfo @@ -1,2 +1,3 @@ -MD5 (stklos-0.60.tar.gz) = 976d611d5e7e3539c6bf878341869313 -SIZE (stklos-0.60.tar.gz) = 3213763 +MD5 (stklos-0.71.tar.gz) = 603d9ff70ba7cd7fb3a0f06d838cb698 +SHA256 (stklos-0.71.tar.gz) = fdc4762124e5615c1f0c47ec7d7331b14665bef96c91194776da1113c4dee71b +SIZE (stklos-0.71.tar.gz) = 3595328 diff --git a/lang/stklos/pkg-plist b/lang/stklos/pkg-plist index 98280660eb15..76ac10e79b67 100644 --- a/lang/stklos/pkg-plist +++ b/lang/stklos/pkg-plist @@ -1,9 +1,13 @@ bin/stklos bin/stklos-compile bin/stklos-config +bin/stklos-ext-install bin/stklos-genlex +bin/stklos-install bin/stklos-script include/stklos/extraconf.h +include/stklos/fport.h +include/stklos/socket.h include/stklos/stklos.h include/stklos/stklosconf.h lib/stklos/%%VERSION%%/ldap.so @@ -13,7 +17,6 @@ lib/stklos/%%VERSION%%/ldap.so %%DATADIR%%/%%VERSION%%/bb.stk %%DATADIR%%/%%VERSION%%/bigloo.stk %%DATADIR%%/%%VERSION%%/bonus.stk -%%DATADIR%%/%%VERSION%%/boot.img %%DATADIR%%/%%VERSION%%/boot.stk %%DATADIR%%/%%VERSION%%/compfile.ostk %%DATADIR%%/%%VERSION%%/compfile.stk @@ -38,6 +41,7 @@ lib/stklos/%%VERSION%%/ldap.so %%DATADIR%%/%%VERSION%%/lex-rt.ostk %%DATADIR%%/%%VERSION%%/lex-rt.stk %%DATADIR%%/%%VERSION%%/load.stk +%%DATADIR%%/%%VERSION%%/make-C-boot.stk %%DATADIR%%/%%VERSION%%/match.ostk %%DATADIR%%/%%VERSION%%/match.stk %%DATADIR%%/%%VERSION%%/mbe.stk @@ -85,8 +89,12 @@ lib/stklos/%%VERSION%%/ldap.so %%DATADIR%%/%%VERSION%%/srfi-4.stk %%DATADIR%%/%%VERSION%%/srfi-48.ostk %%DATADIR%%/%%VERSION%%/srfi-48.stk +%%DATADIR%%/%%VERSION%%/srfi-60.ostk +%%DATADIR%%/%%VERSION%%/srfi-60.stk %%DATADIR%%/%%VERSION%%/srfi-7.ostk %%DATADIR%%/%%VERSION%%/srfi-7.stk +%%DATADIR%%/%%VERSION%%/srfi-70.ostk +%%DATADIR%%/%%VERSION%%/srfi-70.stk %%DATADIR%%/%%VERSION%%/srfi-9.ostk %%DATADIR%%/%%VERSION%%/srfi-9.stk %%DATADIR%%/%%VERSION%%/struct.stk |