update to scsh 0.6.7, and mark it not for 64 bit archs
from Martynas Venckus <martynas at altroot.org>
This commit is contained in:
parent
f9528cf876
commit
fe03226718
@ -1,34 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2006/08/01 14:25:30 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2007/02/04 15:54:19 steven Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${LP64_ARCHS}
|
||||
|
||||
COMMENT= "Unix shell embedded in Scheme"
|
||||
|
||||
DISTNAME= scsh-0.6.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= scsh-0.6.7
|
||||
CATEGORIES= lang shells
|
||||
|
||||
HOMEPAGE= http://www.scsh.net/
|
||||
|
||||
MAINTAINER= David Simas <davids@idiom.com>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m
|
||||
WANTLIB= c m util
|
||||
|
||||
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/ \
|
||||
${MASTER_SITE_SOURCEFORGE:=scsh/}
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
AUTOCONF_VERSION= 2.59
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
ALL_TARGET= enough
|
||||
|
||||
DOCS= COPYING RELEASE README
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/scsh/emacs
|
||||
${INSTALL_DATA} ${WRKSRC}/emacs/* ${PREFIX}/share/scsh/emacs
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/scsh
|
||||
${INSTALL_DATA} ${WRKSRC}/emacs/* ${PREFIX}/share/scsh/emacs/
|
||||
@mv ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
|
||||
@mv ${PREFIX}/lib/scsh/*/ ${PREFIX}/share/scsh/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (scsh-0.6.2.tar.gz) = 6a2a750570f4e6fa7492113da6b6fa3c
|
||||
RMD160 (scsh-0.6.2.tar.gz) = 0a75c105d997d6d21742fe7192f5507e7f691ae0
|
||||
SHA1 (scsh-0.6.2.tar.gz) = 0dc43348a61575581c1544392bcea9f3bdf161a4
|
||||
SIZE (scsh-0.6.2.tar.gz) = 3766057
|
||||
MD5 (scsh-0.6.7.tar.gz) = 69c88ca86a8aaaf0f87d253b99d339b5
|
||||
RMD160 (scsh-0.6.7.tar.gz) = f017c5a157cd1a3ad5daeaecba43ce84784c7e51
|
||||
SHA1 (scsh-0.6.7.tar.gz) = a1eaf0d0593e14914824898a0c3ec166429affd7
|
||||
SIZE (scsh-0.6.7.tar.gz) = 4367439
|
||||
|
@ -1,108 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2002/07/07 05:59:35 pvalchev Exp $
|
||||
--- Makefile.in.orig Fri Jul 5 18:22:29 2002
|
||||
+++ Makefile.in Fri Jul 5 18:22:38 2002
|
||||
@@ -31,7 +31,9 @@ manext = 1
|
||||
mandir = @mandir@/man$(manext)
|
||||
### End of `configure' section###
|
||||
|
||||
-htmldir = $(libdir)/scsh/doc/scsh-manual/html
|
||||
+sharedir = @datadir@/scsh
|
||||
+docdir = @datadir@/doc/scsh
|
||||
+htmldir = $(docdir)/scsh-manual/html
|
||||
|
||||
# HP 9000 series, if you don't have gcc
|
||||
# CC = cc
|
||||
@@ -344,31 +346,31 @@ install-cig: cig
|
||||
inst-misc:
|
||||
for stub in env big opt misc link srfi; do \
|
||||
for f in scheme/$$stub/*.scm; do \
|
||||
- $(INSTALL_DATA) $$f $(LIB)/$$stub || exit 1; \
|
||||
+ $(INSTALL_DATA) $$f $(sharedir)/$$stub || exit 1; \
|
||||
done; \
|
||||
done && \
|
||||
for f in scheme/rts/*num.scm scheme/rts/jar-defrecord.scm; do \
|
||||
- $(INSTALL_DATA) $$f $(LIB)/rts || exit 1; \
|
||||
+ $(INSTALL_DATA) $$f $(sharedir)/rts || exit 1; \
|
||||
done
|
||||
|
||||
inst-doc:
|
||||
for f in $(srcdir)/doc/*.txt $(srcdir)/doc/*.ps; do \
|
||||
- $(INSTALL_DATA) $$f $(LIB)/doc/; \
|
||||
+ $(INSTALL_DATA) $$f $(docdir)/; \
|
||||
done && \
|
||||
for f in $(srcdir)/doc/src/*.tex \
|
||||
$(srcdir)/doc/src/*.dvi \
|
||||
$(srcdir)/doc/src/*.ps; \
|
||||
- do $(INSTALL_DATA) $$f $(LIB)/doc/s48-manual/; \
|
||||
+ do $(INSTALL_DATA) $$f $(docdir)/s48-manual/; \
|
||||
done && \
|
||||
for f in $(srcdir)/doc/src/manual/*.html; \
|
||||
- do $(INSTALL_DATA) $$f $(LIB)/doc/s48-manual/html/; \
|
||||
+ do $(INSTALL_DATA) $$f $(docdir)/s48-manual/html/; \
|
||||
done && \
|
||||
for f in $(srcdir)/doc/scsh-manual/*.tex \
|
||||
$(srcdir)/doc/scsh-manual/*.sty \
|
||||
$(srcdir)/doc/scsh-manual/*.dvi \
|
||||
$(srcdir)/doc/scsh-manual/*.ps \
|
||||
$(srcdir)/doc/scsh-manual/*.pdf; \
|
||||
- do $(INSTALL_DATA) $$f $(LIB)/doc/scsh-manual/; \
|
||||
+ do $(INSTALL_DATA) $$f $(docdir)/scsh-manual/; \
|
||||
done && \
|
||||
for f in $(srcdir)/doc/scsh-manual/html/*.html \
|
||||
$(srcdir)/doc/scsh-manual/html/*.gif \
|
||||
@@ -379,11 +381,11 @@ inst-doc:
|
||||
$(srcdir)/doc/scsh-paper/*.sty \
|
||||
$(srcdir)/doc/scsh-paper/*.dvi \
|
||||
$(srcdir)/doc/scsh-paper/*.ps; \
|
||||
- do $(INSTALL_DATA) $$f $(LIB)/doc/scsh-paper/; \
|
||||
+ do $(INSTALL_DATA) $$f $(docdir)/scsh-paper/; \
|
||||
done && \
|
||||
for f in $(srcdir)/doc/scsh-paper/html/*.html \
|
||||
$(srcdir)/doc/scsh-paper/html/*.css; \
|
||||
- do $(INSTALL_DATA) $$f $(LIB)/doc/scsh-paper/html; \
|
||||
+ do $(INSTALL_DATA) $$f $(docdir)/scsh-paper/html; \
|
||||
done
|
||||
|
||||
|
||||
@@ -406,19 +408,24 @@ go:
|
||||
chmod +x $@
|
||||
|
||||
dirs:
|
||||
- for dir in $(libdir) $(bindir) $(incdir) $(LIB) $(mandir) $(htmldir); do\
|
||||
+ for dir in $(libdir) $(bindir) $(incdir) $(LIB) $(mandir) \
|
||||
+ $(sharedir) $(docdir) $(htmldir) $(LIB)/cig; do \
|
||||
{ mkdir -p $$dir && [ -w $$dir ]; } || { \
|
||||
echo "$$dir not a writable directory" >&2; \
|
||||
exit 1; \
|
||||
} \
|
||||
done && \
|
||||
- for dir in \
|
||||
- rts env big opt misc link srfi scsh doc/scsh-manual \
|
||||
- doc/s48-manual/html doc/scsh-paper/html cig; do \
|
||||
- { mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || { \
|
||||
- echo "$(LIB)/$$dir not a writable directory" >&2; \
|
||||
- exit 1; \
|
||||
- }; \
|
||||
+ for dir in scsh-manual s48-manual/html scsh-paper; do \
|
||||
+ { mkdir -p $(docdir)/$$dir && [ -w $(docdir)/$$dir ]; } || { \
|
||||
+ echo "$(docdir)/$$dir not a writable directory" >&2; \
|
||||
+ exit 1; \
|
||||
+ } \
|
||||
+ done && \
|
||||
+ for dir in rts env big opt misc link scsh; do \
|
||||
+ { mkdir -p $(sharedir)/$$dir && [ -w $(sharedir)/$$dir ]; } || {\
|
||||
+ echo "$(sharedir)/$$dir not a writable directory" >&2; \
|
||||
+ exit 1; \
|
||||
+ }; \
|
||||
done
|
||||
|
||||
configure: configure.in
|
||||
@@ -897,7 +904,7 @@ install-scsh: scsh install-scsh-image
|
||||
$(INSTALL_PROGRAM) $(srcdir)/$(LIBSCSH) $(libdir)/$(LIBSCSH)
|
||||
$(RANLIB) $(libdir)/$(LIBSCSH)
|
||||
for f in $(srcdir)/scsh/*.scm $(srcdir)/scsh/*/*.scm; \
|
||||
- do $(INSTALL_DATA) $$f $(LIB)/scsh/; done
|
||||
+ do $(INSTALL_DATA) $$f $(sharedir)/scsh/; done
|
||||
|
||||
install-scsh-image: $(VM) scsh/scsh.image
|
||||
( echo ',translate =scheme48 $(LIB)'; \
|
@ -1,19 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2006/08/01 14:25:30 alek Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2007/02/04 15:54:19 steven Exp $
|
||||
@conflict scheme48-*
|
||||
bin/scsh
|
||||
include/scheme48.h
|
||||
include/write-barrier.h
|
||||
lib/scsh/
|
||||
lib/scsh/cig/
|
||||
lib/scsh/libscsh.a
|
||||
lib/scsh/libscshvm.a
|
||||
lib/scsh/scsh.image
|
||||
lib/scsh/scshvm
|
||||
lib/scsh/stripped-scsh.image
|
||||
@man man/man1/scsh.1
|
||||
share/doc/scsh/
|
||||
share/doc/scsh/COPYING
|
||||
share/doc/scsh/README
|
||||
share/doc/scsh/RELEASE
|
||||
share/doc/scsh/cheat.txt
|
||||
share/doc/scsh/hacking.txt
|
||||
share/doc/scsh/install.txt
|
||||
@ -123,7 +120,6 @@ share/doc/scsh/scsh-manual/draftfooters.sty
|
||||
share/doc/scsh/scsh-manual/front.tex
|
||||
share/doc/scsh/scsh-manual/headings.sty
|
||||
share/doc/scsh/scsh-manual/html/
|
||||
share/doc/scsh/scsh-manual/html/man-Z-C.css
|
||||
share/doc/scsh/scsh-manual/html/man-Z-G-D-1.gif
|
||||
share/doc/scsh/scsh-manual/html/man-Z-H-1.html
|
||||
share/doc/scsh/scsh-manual/html/man-Z-H-10.html
|
||||
@ -138,8 +134,10 @@ share/doc/scsh/scsh-manual/html/man-Z-H-6.html
|
||||
share/doc/scsh/scsh-manual/html/man-Z-H-7.html
|
||||
share/doc/scsh/scsh-manual/html/man-Z-H-8.html
|
||||
share/doc/scsh/scsh-manual/html/man-Z-H-9.html
|
||||
share/doc/scsh/scsh-manual/html/man-Z-S.css
|
||||
share/doc/scsh/scsh-manual/html/man.html
|
||||
share/doc/scsh/scsh-manual/intro.tex
|
||||
share/doc/scsh/scsh-manual/man-Z-G-D-1.tex
|
||||
share/doc/scsh/scsh-manual/man.dvi
|
||||
share/doc/scsh/scsh-manual/man.pdf
|
||||
share/doc/scsh/scsh-manual/man.ps
|
||||
@ -165,7 +163,27 @@ share/doc/scsh/scsh-paper/boxedminipage.sty
|
||||
share/doc/scsh/scsh-paper/code.sty
|
||||
share/doc/scsh/scsh-paper/ct.sty
|
||||
share/doc/scsh/scsh-paper/headings.tex
|
||||
share/doc/scsh/scsh-paper/html
|
||||
share/doc/scsh/scsh-paper/html/
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-1.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-10.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-11.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-12.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-13.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-14.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-15.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-16.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-17.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-18.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-2.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-3.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-4.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-5.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-6.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-7.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-8.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-H-9.html
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper-Z-S.css
|
||||
share/doc/scsh/scsh-paper/html/scsh-paper.html
|
||||
share/doc/scsh/scsh-paper/lcs-note.sty
|
||||
share/doc/scsh/scsh-paper/mitlogo.ps
|
||||
share/doc/scsh/scsh-paper/scsh-paper.dvi
|
||||
@ -203,9 +221,9 @@ share/scsh/big/random.scm
|
||||
share/scsh/big/receive.scm
|
||||
share/scsh/big/search-tree.scm
|
||||
share/scsh/big/socket.scm
|
||||
share/scsh/big/sort.scm
|
||||
share/scsh/big/strong.scm
|
||||
share/scsh/big/thread-fluid.scm
|
||||
share/scsh/cig/
|
||||
share/scsh/emacs/
|
||||
share/scsh/emacs/README
|
||||
share/scsh/emacs/cmulisp.el
|
||||
@ -288,17 +306,15 @@ share/scsh/rts/ratnum.scm
|
||||
share/scsh/rts/recnum.scm
|
||||
share/scsh/rts/xnum.scm
|
||||
share/scsh/scsh/
|
||||
share/scsh/scsh/awk-test.scm
|
||||
share/scsh/scsh/awk.scm
|
||||
share/scsh/scsh/bitwise-ops-test.scm
|
||||
share/scsh/scsh/bufpol.scm
|
||||
share/scsh/scsh/bug-report-tests.scm
|
||||
share/scsh/scsh/ccp-pack.scm
|
||||
share/scsh/scsh/ccp.scm
|
||||
share/scsh/scsh/char-package.scm
|
||||
share/scsh/scsh/char-set.scm
|
||||
share/scsh/scsh/cond-package.scm
|
||||
share/scsh/scsh/cset-lib.scm
|
||||
share/scsh/scsh/cset-obsolete.scm
|
||||
share/scsh/scsh/cset-package.scm
|
||||
share/scsh/scsh/cset-tests.scm
|
||||
share/scsh/scsh/configure.scm
|
||||
share/scsh/scsh/db.scm
|
||||
share/scsh/scsh/dbm.scm
|
||||
share/scsh/scsh/defrec.scm
|
||||
@ -312,6 +328,7 @@ share/scsh/scsh/errno.scm
|
||||
share/scsh/scsh/event.scm
|
||||
share/scsh/scsh/fdflags.scm
|
||||
share/scsh/scsh/fdports.scm
|
||||
share/scsh/scsh/file-name-manipulation-test.scm
|
||||
share/scsh/scsh/file-system-tests.scm
|
||||
share/scsh/scsh/fileinfo.scm
|
||||
share/scsh/scsh/filemtch.scm
|
||||
@ -319,25 +336,28 @@ share/scsh/scsh/filesys.scm
|
||||
share/scsh/scsh/flock.scm
|
||||
share/scsh/scsh/fname.scm
|
||||
share/scsh/scsh/fr.scm
|
||||
share/scsh/scsh/generate-constants.scm
|
||||
share/scsh/scsh/glob.scm
|
||||
share/scsh/scsh/here.scm
|
||||
share/scsh/scsh/let-opt.scm
|
||||
share/scsh/scsh/list-lib.scm
|
||||
share/scsh/scsh/list-pack.scm
|
||||
share/scsh/scsh/loadem.scm
|
||||
share/scsh/scsh/lib-dirs.scm
|
||||
share/scsh/scsh/libscsh.scm
|
||||
share/scsh/scsh/low-interrupt.scm
|
||||
share/scsh/scsh/md5.scm
|
||||
share/scsh/scsh/meta-arg.scm
|
||||
share/scsh/scsh/modules.scm
|
||||
share/scsh/scsh/ndbm.scm
|
||||
share/scsh/scsh/netconst.scm
|
||||
share/scsh/scsh/network.scm
|
||||
share/scsh/scsh/newports.scm
|
||||
share/scsh/scsh/odbc-constants.scm
|
||||
share/scsh/scsh/odbc-interfaces.scm
|
||||
share/scsh/scsh/odbc-packages.scm
|
||||
share/scsh/scsh/odbc-types.scm
|
||||
share/scsh/scsh/odbc.scm
|
||||
share/scsh/scsh/oldfuns.scm
|
||||
share/scsh/scsh/packages-old.scm
|
||||
share/scsh/scsh/packages-old2.scm
|
||||
share/scsh/scsh/packages.scm
|
||||
share/scsh/scsh/parse.scm
|
||||
share/scsh/scsh/pattern-matching-test.scm
|
||||
share/scsh/scsh/posixstr.scm
|
||||
share/scsh/scsh/process-state-tests.scm
|
||||
share/scsh/scsh/procobj.scm
|
||||
@ -350,6 +370,7 @@ share/scsh/scsh/re-match-syntax.scm
|
||||
share/scsh/scsh/re-subst.scm
|
||||
share/scsh/scsh/re-syntax.scm
|
||||
share/scsh/scsh/re.scm
|
||||
share/scsh/scsh/read-delimited-strings.scm
|
||||
share/scsh/scsh/regexp.scm
|
||||
share/scsh/scsh/regress.scm
|
||||
share/scsh/scsh/rw.scm
|
||||
@ -360,31 +381,48 @@ share/scsh/scsh/scsh-package.scm
|
||||
share/scsh/scsh/scsh-read.scm
|
||||
share/scsh/scsh/scsh-version.scm
|
||||
share/scsh/scsh/scsh.scm
|
||||
share/scsh/scsh/select.scm
|
||||
share/scsh/scsh/scshql.scm
|
||||
share/scsh/scsh/sighandlers.scm
|
||||
share/scsh/scsh/signals.scm
|
||||
share/scsh/scsh/simp.scm
|
||||
share/scsh/scsh/spencer.scm
|
||||
share/scsh/scsh/startup.scm
|
||||
share/scsh/scsh/static.scm
|
||||
share/scsh/scsh/string-lib.scm
|
||||
share/scsh/scsh/string-pack.scm
|
||||
share/scsh/scsh/string-package.scm
|
||||
share/scsh/scsh/stringcoll.scm
|
||||
share/scsh/scsh/strings-and-chars-test.scm
|
||||
share/scsh/scsh/syntax-helpers.scm
|
||||
share/scsh/scsh/syntax.scm
|
||||
share/scsh/scsh/syscalls.scm
|
||||
share/scsh/scsh/syslog.scm
|
||||
share/scsh/scsh/terminal-device-control-test.scm
|
||||
share/scsh/scsh/test-base.scm
|
||||
share/scsh/scsh/test-packages.scm
|
||||
share/scsh/scsh/test.scm
|
||||
share/scsh/scsh/threads.scm
|
||||
share/scsh/scsh/time-procedure-calls.scm
|
||||
share/scsh/scsh/time.scm
|
||||
share/scsh/scsh/time_dep.scm
|
||||
share/scsh/scsh/top.scm
|
||||
share/scsh/scsh/tty-consts.scm
|
||||
share/scsh/scsh/tty.scm
|
||||
share/scsh/scsh/user-and-group-db-access.scm
|
||||
share/scsh/scsh/utilities.scm
|
||||
share/scsh/scsh/waitcodes.scm
|
||||
share/scsh/scsh/weaktables.scm
|
||||
share/scsh/srfi
|
||||
share/scsh/srfi/
|
||||
share/scsh/srfi/srfi-1.scm
|
||||
share/scsh/srfi/srfi-11.scm
|
||||
share/scsh/srfi/srfi-13.scm
|
||||
share/scsh/srfi/srfi-14.scm
|
||||
share/scsh/srfi/srfi-16.scm
|
||||
share/scsh/srfi/srfi-17.scm
|
||||
share/scsh/srfi/srfi-19.scm
|
||||
share/scsh/srfi/srfi-2.scm
|
||||
share/scsh/srfi/srfi-25.scm
|
||||
share/scsh/srfi/srfi-26.scm
|
||||
share/scsh/srfi/srfi-27.scm
|
||||
share/scsh/srfi/srfi-28.scm
|
||||
share/scsh/srfi/srfi-31.scm
|
||||
share/scsh/srfi/srfi-37.scm
|
||||
share/scsh/srfi/srfi-42.scm
|
||||
share/scsh/srfi/srfi-5.scm
|
||||
share/scsh/srfi/srfi-7.scm
|
||||
|
Loading…
Reference in New Issue
Block a user