- Update slib version to 2c9
- Fix pkg-descr PR: 22254 Submitted by: Ports Fury
This commit is contained in:
parent
519aae125c
commit
a94f6cc77e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34186
@ -7,13 +7,14 @@
|
||||
|
||||
PORTNAME= scm
|
||||
PORTVERSION= 5d3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.swiss.ai.mit.edu/pub/scm/
|
||||
DISTFILES= scm5d3.zip slib2c8.zip slib-psd1-3.tar.gz
|
||||
DISTFILES= scm5d3.zip slib2c9.zip slib-psd1-3.tar.gz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
EXTRACT_ONLY= scm5d3.zip slib2c8.zip
|
||||
EXTRACT_ONLY= scm5d3.zip slib2c9.zip
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
@ -43,7 +44,7 @@ post-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/scm ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/scm.1 ${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/scm.1 ${MANPREFIX}/man/man1
|
||||
@${MKDIR} ${PREFIX}/share/scm
|
||||
${INSTALL_DATA} ${WRKDIR}/require.scm ${PREFIX}/share/scm
|
||||
.for file in ${SCM_DATA}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (scm5d3.zip) = eb39df756b6ea44a1a92e9cc63db54a2
|
||||
MD5 (slib2c8.zip) = 26d74cbbaea3be998ff639c4429dbacb
|
||||
MD5 (slib2c9.zip) = db159efaee38d34e7c0b2395ecc7222c
|
||||
MD5 (slib-psd1-3.tar.gz) = 81f5d0b2cb4cc1bf51ad4ed3e40b6769
|
||||
|
@ -14,11 +14,11 @@ SLIB-PSD is a portable debugger for Scheme (requires emacs editor).
|
||||
-------------------Readme.FreeBSD------------------------
|
||||
|
||||
1. Pathname dependencies:
|
||||
The init file is hardcoded as /usr/local/libdata/scm/Init.scm.
|
||||
The init file is hardcoded as /usr/local/share/scm/Init.scm.
|
||||
Alternatively, one can set the environment variable SCM_INIT_PATH to
|
||||
the pathname of Init.scm.
|
||||
|
||||
The library files are in /usr/local/libdata/slib. Alternatively,
|
||||
The library files are in /usr/local/share/scm/slib. Alternatively,
|
||||
one can set the environment variable SCHEME_LIBRARY_PATH to
|
||||
the slib directory. Remember to use a trailing / on the
|
||||
pathname.
|
||||
|
@ -54,6 +54,7 @@ share/scm/slib/glob.scm
|
||||
share/scm/slib/hash.scm
|
||||
share/scm/slib/hashtab.scm
|
||||
share/scm/slib/htmlform.scm
|
||||
share/scm/slib/http-cgi.scm
|
||||
share/scm/slib/lineio.scm
|
||||
share/scm/slib/logical.scm
|
||||
share/scm/slib/macrotst.scm
|
||||
@ -73,6 +74,7 @@ share/scm/slib/obj2str.scm
|
||||
share/scm/slib/object.scm
|
||||
share/scm/slib/paramlst.scm
|
||||
share/scm/slib/plottest.scm
|
||||
share/scm/slib/pnm.scm
|
||||
share/scm/slib/pp.scm
|
||||
share/scm/slib/ppfile.scm
|
||||
share/scm/slib/prec.scm
|
||||
|
Loading…
Reference in New Issue
Block a user