Update to scm 5e5.
Update HOMEPAGE and MASTER_SITES. Add license marker. portswise ok, jasper@ "if it works...", espie@ (MAINTAINER).
This commit is contained in:
parent
be12633e85
commit
27d5794352
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2008/01/04 17:48:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2009/01/21 18:30:16 kili Exp $
|
||||
# losely based on the FreeBSD port
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "vax" || \
|
||||
@ -11,19 +11,19 @@ COMMENT= scheme r5 interpreter
|
||||
|
||||
CATEGORIES= lang
|
||||
|
||||
V=5e1
|
||||
DISTNAME= scm$V
|
||||
PKGNAME= scm-$V
|
||||
V=5e5
|
||||
DISTNAME= scm-$V
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SCM.html
|
||||
HOMEPAGE= http://people.csail.mit.edu/jaffer/SCM
|
||||
|
||||
MASTER_SITES= ftp://ftp.swiss.ai.mit.edu/pub/scm/
|
||||
MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
WRKDIST= ${WRKDIR}/scm
|
||||
|
||||
# LGPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -33,7 +33,10 @@ WANTLIB= c curses termcap m readline
|
||||
FLAVORS=no_x11
|
||||
|
||||
FLAVOR?=
|
||||
SCM_DATA= COPYING Idiffer.scm Iedline.scm Init5e1.scm Link.scm \
|
||||
|
||||
SUBST_VARS= V
|
||||
|
||||
SCM_DATA= COPYING Idiffer.scm Iedline.scm Init${V}.scm Link.scm \
|
||||
Macexp.scm Macro.scm Transcen.scm Tscript.scm \
|
||||
build build.scm compile.scm hobbit.scm mkimpcat.scm \
|
||||
r4rstest.scm scmhob.scm \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (scm5e1.zip) = 0W47Y/lY4TEJ76V6cqsmLA==
|
||||
RMD160 (scm5e1.zip) = L0wtBQYdsvCSkFOwxWVjHHpIBuI=
|
||||
SHA1 (scm5e1.zip) = ILtRfxtiKWRKHzhz12B8rDVppfo=
|
||||
SHA256 (scm5e1.zip) = mWiX1XA4VGHvfuznaQyFLj65hDkkKeAdGCTylj6h36U=
|
||||
SIZE (scm5e1.zip) = 868500
|
||||
MD5 (scm-5e5.zip) = UIBVR6Drfm6zJAy8voVZjw==
|
||||
RMD160 (scm-5e5.zip) = Lvj/KfCqT+CvtaCGE3oIi+dl/7Q=
|
||||
SHA1 (scm-5e5.zip) = Oxez7Ti8XZ49ijdHpegBjs9nFj8=
|
||||
SHA256 (scm-5e5.zip) = nfYtRJUYTZJB8xbGDhVIHokM1Qky1DwnR6/PVX2w9Tc=
|
||||
SIZE (scm-5e5.zip) = 910806
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-dynl_c,v 1.1 2004/09/15 19:13:34 espie Exp $
|
||||
--- dynl.c.orig Sat Jan 25 16:41:11 2003
|
||||
+++ dynl.c Sun Sep 5 11:41:31 2004
|
||||
@@ -424,7 +424,23 @@ SCM l_dyn_call(symb, shl)
|
||||
$OpenBSD: patch-dynl_c,v 1.2 2009/01/21 18:30:16 kili Exp $
|
||||
--- dynl.c.orig Thu Jan 31 02:48:03 2008
|
||||
+++ dynl.c Sat Nov 29 15:26:11 2008
|
||||
@@ -400,7 +400,23 @@ SCM l_dyn_call(symb, shl)
|
||||
ASRTER(NIMP(symb) && STRINGP(symb), symb, ARG1, s_call);
|
||||
ASRTER(NIMP(shl) && CAR(shl)==tc16_shl, shl, ARG2, s_call);
|
||||
DEFER_INTS;
|
||||
@ -26,7 +26,7 @@ $OpenBSD: patch-dynl_c,v 1.1 2004/09/15 19:13:34 espie Exp $
|
||||
if (!func) {
|
||||
char *dlr = dlerror();
|
||||
ALLOW_INTS;
|
||||
@@ -453,7 +469,23 @@ SCM l_dyn_main_call(symb, shl, args)
|
||||
@@ -429,7 +445,23 @@ SCM l_dyn_main_call(symb, shl, args)
|
||||
ASRTER(NIMP(symb) && STRINGP(symb), symb, ARG1, s_main_call);
|
||||
ASRTER(NIMP(shl) && CAR(shl)==tc16_shl, shl, ARG2, s_main_call);
|
||||
DEFER_INTS;
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-scm_c,v 1.1 2004/09/15 19:13:34 espie Exp $
|
||||
--- scm.c.orig Thu Oct 16 19:54:32 2003
|
||||
+++ scm.c Sun Sep 5 11:41:32 2004
|
||||
@@ -743,6 +743,13 @@ void final_scm(freeall)
|
||||
$OpenBSD: patch-scm_c,v 1.2 2009/01/21 18:30:16 kili Exp $
|
||||
--- scm.c.orig Thu Jan 31 02:50:33 2008
|
||||
+++ scm.c Sat Nov 29 15:26:11 2008
|
||||
@@ -721,6 +721,13 @@ void final_scm(freeall)
|
||||
# ifndef MSDOS /* DJGPP defines both */
|
||||
# define SYSTNAME "unix"
|
||||
# endif
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-scmfig_h,v 1.3 2004/09/15 19:12:09 espie Exp $
|
||||
--- scmfig.h.orig Mon Sep 22 01:42:46 2003
|
||||
+++ scmfig.h Sun Sep 5 11:41:32 2004
|
||||
@@ -144,7 +144,7 @@ rgx.c init_rgx(); regcomp and regexec. *
|
||||
$OpenBSD: patch-scmfig_h,v 1.4 2009/01/21 18:30:16 kili Exp $
|
||||
--- scmfig.h.orig Thu Jan 31 02:50:56 2008
|
||||
+++ scmfig.h Sat Nov 29 15:26:11 2008
|
||||
@@ -118,7 +118,7 @@ rgx.c init_rgx(); regcomp and regexec. */
|
||||
/* Define CDR_DOUBLES if (sizeof(double)==sizeof(long)), i.e.
|
||||
a `single' is really a double. */
|
||||
#ifdef FLOATS
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-scmfig_h,v 1.3 2004/09/15 19:12:09 espie Exp $
|
||||
# define CDR_DOUBLES
|
||||
# endif
|
||||
|
||||
@@ -278,7 +278,7 @@ rgx.c init_rgx(); regcomp and regexec. *
|
||||
@@ -253,7 +253,7 @@ rgx.c init_rgx(); regcomp and regexec. */
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
@ -18,4 +18,4 @@ $OpenBSD: patch-scmfig_h,v 1.3 2004/09/15 19:12:09 espie Exp $
|
||||
+#if defined(__LP64__)
|
||||
# define SHORT_INT
|
||||
#endif
|
||||
#ifdef __ia64
|
||||
#ifdef __ia64__
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-time_c,v 1.1 2004/09/15 19:13:35 espie Exp $
|
||||
--- time.c.orig Wed Dec 11 22:55:48 2002
|
||||
+++ time.c Sun Sep 5 11:41:32 2004
|
||||
@@ -44,6 +44,11 @@
|
||||
$OpenBSD: patch-time_c,v 1.2 2009/01/21 18:30:16 kili Exp $
|
||||
--- time.c.orig Thu Jan 31 02:50:25 2008
|
||||
+++ time.c Sat Nov 29 15:26:11 2008
|
||||
@@ -20,6 +20,11 @@
|
||||
|
||||
#include "scm.h"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2005/10/30 09:27:09 espie Exp $
|
||||
bin/scm
|
||||
bin/scm-sicp
|
||||
bin/scmlit
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/01/21 18:30:16 kili Exp $
|
||||
@bin bin/scm
|
||||
@bin bin/scm-sicp
|
||||
@bin bin/scmlit
|
||||
include/scm/
|
||||
include/scm/patchlvl.h
|
||||
include/scm/scmfig.h
|
||||
@ -14,7 +14,7 @@ share/scm/
|
||||
share/scm/COPYING
|
||||
share/scm/Idiffer.scm
|
||||
share/scm/Iedline.scm
|
||||
share/scm/Init5e1.scm
|
||||
share/scm/Init${V}.scm
|
||||
share/scm/Link.scm
|
||||
share/scm/Macexp.scm
|
||||
share/scm/Macro.scm
|
||||
|
Loading…
x
Reference in New Issue
Block a user