aboutsummaryrefslogtreecommitdiff
path: root/lang/snobol4
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2009-12-06 17:37:38 +0000
committerWes Peters <wes@FreeBSD.org>2009-12-06 17:37:38 +0000
commit3971cd580f5c0a3488a65e119aea3e53482744f4 (patch)
tree300f007d27bf61704200b73aed986da4b1638542 /lang/snobol4
parentc2039f12e1c10aee0cc8fe5c9f12131c50724f79 (diff)
downloadports-3971cd580f5c0a3488a65e119aea3e53482744f4.tar.gz
ports-3971cd580f5c0a3488a65e119aea3e53482744f4.zip
Update to 1.2, remove dead patch incorporated upstream, fix descr
to make portlint happy. Extensive testing of plist with both make deinstall and pkg_delete. PR: ports/139540 Submitted by: Sahil Tandon <sahil@tandon.net>
Notes
Notes: svn path=/head/; revision=245295
Diffstat (limited to 'lang/snobol4')
-rw-r--r--lang/snobol4/Makefile8
-rw-r--r--lang/snobol4/distinfo6
-rw-r--r--lang/snobol4/files/patch-Makefile2.m411
-rw-r--r--lang/snobol4/pkg-descr1
-rw-r--r--lang/snobol4/pkg-plist3
5 files changed, 11 insertions, 18 deletions
diff --git a/lang/snobol4/Makefile b/lang/snobol4/Makefile
index 9e02b7c19fac..ca05e0a30046 100644
--- a/lang/snobol4/Makefile
+++ b/lang/snobol4/Makefile
@@ -5,16 +5,18 @@
# $FreeBSD$
PORTNAME= snobol4
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.ultimate.com/snobol/
MAINTAINER= wes@FreeBSD.org
-COMMENT= A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL.
+COMMENT= A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL
-#GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GMAKE= yes
MAN1= snobol4.1
+MAN3= snolib.3 snobol4dbm.3 snobol4tcl.3
.include <bsd.port.mk>
diff --git a/lang/snobol4/distinfo b/lang/snobol4/distinfo
index 08a278d4e7af..e9460a099cb6 100644
--- a/lang/snobol4/distinfo
+++ b/lang/snobol4/distinfo
@@ -1,3 +1,3 @@
-MD5 (snobol4-1.1.tar.gz) = 101df7f3c74abb5703a01a85e58b4e9d
-SHA256 (snobol4-1.1.tar.gz) = 53503e412953ddf31149cd36aa3cd7ce164c2a149e33309fe7c583be54c791ae
-SIZE (snobol4-1.1.tar.gz) = 677333
+MD5 (snobol4-1.2.tar.gz) = 5265d1e21b8d1963e0c7fe830c3d5172
+SHA256 (snobol4-1.2.tar.gz) = bc3b1a644a966dc8121590495e2835252c7ff4e22f138c1cd96a19ed57f4f5eb
+SIZE (snobol4-1.2.tar.gz) = 658128
diff --git a/lang/snobol4/files/patch-Makefile2.m4 b/lang/snobol4/files/patch-Makefile2.m4
deleted file mode 100644
index 603d53558710..000000000000
--- a/lang/snobol4/files/patch-Makefile2.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile2.m4.orig Thu Dec 7 21:26:31 2006
-+++ Makefile2.m4 Thu Dec 7 21:26:45 2006
-@@ -560,7 +560,7 @@
- @echo '*********************************************************' 1>&2
-
- pv: version.c
-- make -f Makefile pv
-+ $(MAKE) -f Makefile pv
-
- ################
- MAKEFILE2=Makefile2
diff --git a/lang/snobol4/pkg-descr b/lang/snobol4/pkg-descr
index 877b03b916e7..5c4468d1ef0d 100644
--- a/lang/snobol4/pkg-descr
+++ b/lang/snobol4/pkg-descr
@@ -9,3 +9,4 @@ is its simple syntax, and lack of "structured programming" constructs.
However some consider the spareness of SNOBOL4 syntax a strength when
compared to some "modern" agglomerations such as perl.
+WWW: http://www.snobol4.org/
diff --git a/lang/snobol4/pkg-plist b/lang/snobol4/pkg-plist
index 4135b4080440..bd5789d7bb2f 100644
--- a/lang/snobol4/pkg-plist
+++ b/lang/snobol4/pkg-plist
@@ -1,5 +1,6 @@
bin/snobol4
-bin/snobol4-1.1
+bin/snobol4-1.2
+man/man1/snobol4.1
man/man3/snolib.3
man/man3/snobol4dbm.3
man/man3/snobol4tcl.3