summaryrefslogtreecommitdiff
path: root/lang/rexx-regina
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-09-02 17:22:25 +0000
committeragc <agc@pkgsrc.org>2002-09-02 17:22:25 +0000
commit6a6d83f4d175d0ec4750cffeadc717217b097b4e (patch)
treec74e24d7494284a83996531708322fcec892374e /lang/rexx-regina
parent94223ac453497f27a81061c36f22fed4e0932b2d (diff)
downloadpkgsrc-6a6d83f4d175d0ec4750cffeadc717217b097b4e.tar.gz
Initial import of Regina rexx 3.0.1 into the NetBSD Packages Collection.
Regina is a Rexx interpreter that has been ported to most Unix platforms and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, QNX, BeOS, MacOS X, EPOC32, AtheOS, OpenVMS and OpenEdition. Rexx is a programming language that was designed to be easy to use for inexperienced programmers yet powerful enough for experienced users. It is also a language ideally suited as a macro language for other applications.
Diffstat (limited to 'lang/rexx-regina')
-rw-r--r--lang/rexx-regina/DESCR7
-rw-r--r--lang/rexx-regina/Makefile21
-rw-r--r--lang/rexx-regina/PLIST26
-rw-r--r--lang/rexx-regina/distinfo6
-rw-r--r--lang/rexx-regina/patches/patch-aa13
-rw-r--r--lang/rexx-regina/patches/patch-ab17
6 files changed, 90 insertions, 0 deletions
diff --git a/lang/rexx-regina/DESCR b/lang/rexx-regina/DESCR
new file mode 100644
index 00000000000..69bf7b1c43b
--- /dev/null
+++ b/lang/rexx-regina/DESCR
@@ -0,0 +1,7 @@
+Regina is a Rexx interpreter that has been ported to most Unix
+platforms and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, QNX,
+BeOS, MacOS X, EPOC32, AtheOS, OpenVMS and OpenEdition. Rexx is a
+programming language that was designed to be easy to use for
+inexperienced programmers yet powerful enough for experienced users.
+It is also a language ideally suited as a macro language for other
+applications.
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile
new file mode 100644
index 00000000000..968bb217f02
--- /dev/null
+++ b/lang/rexx-regina/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/02 17:22:25 agc Exp $
+#
+
+DISTNAME= regina301
+PKGNAME= rexx-regina-3.0.1
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=regina-rexx/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://regina-rexx.sourceforge.net/
+COMMENT= implementation of the REXX language
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+WRKSRC= ${WRKDIR}
+
+CONFLICTS= rexx-imc-[0-9]*
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/lang/rexx-regina/PLIST b/lang/rexx-regina/PLIST
new file mode 100644
index 00000000000..6baf45c409d
--- /dev/null
+++ b/lang/rexx-regina/PLIST
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/02 17:22:26 agc Exp $
+bin/regina
+bin/regina-config
+bin/rexx
+bin/rxqueue
+bin/rxstack
+bin/tregina
+bin/trexx
+include/rexxsaa.h
+lib/libregina.a
+lib/libregina.so
+lib/libtest1.so
+lib/libtest2.so
+man/man1/regina.1
+share/regina/animal.rexx
+share/regina/block.rexx
+share/regina/dateconv.rexx
+share/regina/de.mtb
+share/regina/dynfunc.rexx
+share/regina/es.mtb
+share/regina/newstr.rexx
+share/regina/no.mtb
+share/regina/pt.mtb
+share/regina/rexxcps.rexx
+share/regina/timeconv.rexx
+@dirrm share/regina
diff --git a/lang/rexx-regina/distinfo b/lang/rexx-regina/distinfo
new file mode 100644
index 00000000000..9ec09a33340
--- /dev/null
+++ b/lang/rexx-regina/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/09/02 17:22:25 agc Exp $
+
+SHA1 (regina301.zip) = 84b9abd90bc21f6bda3c6e8913c958ab03cf169c
+Size (regina301.zip) = 871017 bytes
+SHA1 (patch-aa) = 48becd93a54b89137b89d45280911aabb7bc2a42
+SHA1 (patch-ab) = 3c1428ee5c60e0e6fb04b5ff61ac9c533207760d
diff --git a/lang/rexx-regina/patches/patch-aa b/lang/rexx-regina/patches/patch-aa
new file mode 100644
index 00000000000..739d5b7a5b0
--- /dev/null
+++ b/lang/rexx-regina/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/09/02 17:22:26 agc Exp $
+
+--- configure 2002/09/02 17:06:11 1.1
++++ configure 2002/09/02 17:07:26
+@@ -3598,7 +3598,7 @@
+ EOF
+
+
+-STARTUPDIR="/etc"
++STARTUPDIR="${exec_prefix}/etc"
+ if test -d /etc/rc.d/init.d; then
+ STARTUPDIR="/etc/rc.d/init.d"
+ else
diff --git a/lang/rexx-regina/patches/patch-ab b/lang/rexx-regina/patches/patch-ab
new file mode 100644
index 00000000000..d0d9b458c70
--- /dev/null
+++ b/lang/rexx-regina/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/09/02 17:22:26 agc Exp $
+
+--- Makefile.in 2002/09/02 17:17:33 1.1
++++ Makefile.in 2002/09/02 17:19:05
+@@ -819,9 +819,9 @@
+ $(INSTALL) -m 755 -c ./rxstack$(EXE) $(bindir)/rxstack$(EXE)
+ $(INSTALL) -m 755 -c ./trexx$(EXE) $(bindir)/trexx$(EXE)
+ $(INSTALL) -m 755 -c ./regina-config $(bindir)/$(SHLFILE)-config
+- -$(INSTALL) -m 755 -c ./rxstack.init.d $(STARTUPDIR)/rxstack
+- echo "The system startup/shutdown script; rxstack, may have been installed into $(STARTUPDIR)"
+- echo "You need to create the appropriate links to this script to start and stop rxstack automatically."
++ #-$(INSTALL) -m 755 -c ./rxstack.init.d $(STARTUPDIR)/rxstack
++ #echo "The system startup/shutdown script; rxstack, may have been installed into $(STARTUPDIR)"
++ #echo "You need to create the appropriate links to this script to start and stop rxstack automatically."
+ $(INSTALL) -m 755 -c ./$(LIBPRE)$(LIBFILE)$(LIBPST) $(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST)
+ -$(RANLIB) $(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST)
+ $(INSTALL) -m 744 -c $(srcdir)/regina.1 $(mandir)/man1/regina.1