1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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>
This commit is contained in:
Wes Peters 2009-12-06 17:37:38 +00:00
parent c2039f12e1
commit 3971cd580f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245295
5 changed files with 11 additions and 18 deletions

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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