- Update to 20101004
- Add LICENSE to port Makefile PR: ports/151188 Submitted by: "Nils M Holm" <nmh@t3x.org> (maintainer)
This commit is contained in:
parent
797311f8e6
commit
daaeb5e1df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262591
3 changed files with 10 additions and 4 deletions
|
@ -6,13 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= s9fes
|
||||
PORTVERSION= 20100911
|
||||
PORTVERSION= 20101004
|
||||
CATEGORIES= lang scheme
|
||||
MASTER_SITES= http://www.t3x.org/misc/
|
||||
|
||||
MAINTAINER= nmh@t3x.org
|
||||
COMMENT= A portable Scheme interpreter with a Unix interface
|
||||
|
||||
LICENSE= public-domain
|
||||
|
||||
WRKSRC= ${WRKDIR}/s9
|
||||
|
||||
MAN1= s9.1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (s9fes-20100911.tar.gz) = 4af745b461970f1c6b00d00d7eb601be
|
||||
SHA256 (s9fes-20100911.tar.gz) = 8e62c3c50e4827dfdd797ee8c92174873c935da420fa664800ec5d53821956f1
|
||||
SIZE (s9fes-20100911.tar.gz) = 469475
|
||||
MD5 (s9fes-20101004.tar.gz) = a72e4c6fd4ec9118526eeef009991c87
|
||||
SHA256 (s9fes-20101004.tar.gz) = edad87745e016e6b465fadc1a1ae357bb1ad34e4390ccea6035176bcd2d0d4c8
|
||||
SIZE (s9fes-20101004.tar.gz) = 475649
|
||||
|
|
|
@ -5,6 +5,8 @@ bin/s9help
|
|||
bin/s9resolve
|
||||
bin/scm2html
|
||||
bin/scmpp
|
||||
%%DATADIR%%/S9Book
|
||||
%%DATADIR%%/S9Book-bw
|
||||
%%DATADIR%%/_template
|
||||
%%DATADIR%%/adjoin.scm
|
||||
%%DATADIR%%/amb.scm
|
||||
|
@ -520,6 +522,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/stats
|
||||
%%DATADIR%%/help/stream-any
|
||||
%%DATADIR%%/help/stream-eosp
|
||||
%%DATADIR%%/help/string-expand
|
||||
%%DATADIR%%/help/stream-extract
|
||||
%%DATADIR%%/help/stream-id
|
||||
%%DATADIR%%/help/stream-iota
|
||||
|
@ -833,6 +836,7 @@ bin/scmpp
|
|||
%%DATADIR%%/streams.scm
|
||||
%%DATADIR%%/string-case.scm
|
||||
%%DATADIR%%/string-digest.scm
|
||||
%%DATADIR%%/string-expand.scm
|
||||
%%DATADIR%%/string-find-last.scm
|
||||
%%DATADIR%%/string-find.scm
|
||||
%%DATADIR%%/string-last-position.scm
|
||||
|
|
Loading…
Reference in a new issue