pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Updated Regina-Rexx package to the latest (3.9.5). Builds on macos/darwin without patches.



Module Name:	pkgsrc-wip
Committed By:	Pete Padilla <ppadilcdx+wip%gmail.com@localhost>
Pushed By:	ppadilcdx
Date:		Mon Mar 6 11:26:53 2023 -0800
Changeset:	bc074d037dea27342b98bcf83a2ae1fe6e987671

Added Files:
	rexx-regina/DESCR
	rexx-regina/Makefile
	rexx-regina/PLIST
	rexx-regina/distinfo

Log Message:
Updated Regina-Rexx package to the latest (3.9.5). Builds on macos/darwin without patches.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc074d037dea27342b98bcf83a2ae1fe6e987671

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rexx-regina/DESCR    |  7 +++++++
 rexx-regina/Makefile | 16 ++++++++++++++++
 rexx-regina/PLIST    | 39 +++++++++++++++++++++++++++++++++++++++
 rexx-regina/distinfo |  5 +++++
 4 files changed, 67 insertions(+)

diffs:
diff --git a/rexx-regina/DESCR b/rexx-regina/DESCR
new file mode 100644
index 0000000000..75acdffe3e
--- /dev/null
+++ b/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/rexx-regina/Makefile b/rexx-regina/Makefile
new file mode 100644
index 0000000000..c32db571e4
--- /dev/null
+++ b/rexx-regina/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	regina-rexx-3.9.5
+#PKGNAME=	regina-rexx-3.9.5
+PKGREVISION=	1
+CATEGORIES=	lang
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=regina-rexx/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://regina-rexx.sourceforge.io/
+COMMENT=	Implementation of the REXX language
+LICENSE=	gnu-lgpl-v2
+
+GNU_CONFIGURE=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/rexx-regina/PLIST b/rexx-regina/PLIST
new file mode 100644
index 0000000000..1f364ceb34
--- /dev/null
+++ b/rexx-regina/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD$
+bin/regina
+bin/regina-config
+bin/rexx
+bin/rxqueue
+bin/rxstack
+etc/rxstack.conf
+include/rexxsaa.h
+lib/libregina.a
+lib/libregina.dylib
+lib/pkgconfig/libregina.pc
+lib/regina-rexx/${PKGVERSION}/libregutil.dylib
+lib/regina-rexx/${PKGVERSION}/librxtest1.dylib
+lib/regina-rexx/${PKGVERSION}/librxtest2.dylib
+lib/regina-rexx/addons/libregutil.dylib
+lib/regina-rexx/addons/librxtest1.dylib
+lib/regina-rexx/addons/librxtest2.dylib
+man/man1/regina-config.1
+man/man1/regina.1
+man/man1/rexx.1
+man/man1/rxqueue.1
+man/man1/rxstack.1
+share/regina-rexx/de.mtb
+share/regina-rexx/en.mtb
+share/regina-rexx/es.mtb
+share/regina-rexx/examples/animal.rexx
+share/regina-rexx/examples/block.rexx
+share/regina-rexx/examples/dateconv.rexx
+share/regina-rexx/examples/dynfunc.rexx
+share/regina-rexx/examples/getline.rexx
+share/regina-rexx/examples/newstr.rexx
+share/regina-rexx/examples/regutil.rexx
+share/regina-rexx/examples/rexxcps.rexx
+share/regina-rexx/examples/timeconv.rexx
+share/regina-rexx/no.mtb
+share/regina-rexx/pl.mtb
+share/regina-rexx/pt.mtb
+share/regina-rexx/sv.mtb
+share/regina-rexx/tr.mtb
diff --git a/rexx-regina/distinfo b/rexx-regina/distinfo
new file mode 100644
index 0000000000..63e1581715
--- /dev/null
+++ b/rexx-regina/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (regina-rexx-3.9.5.tar.gz) = 18e035cb3df35d4f02878a1fe4cd8387322df81341865e491b04d265c6d7ed88
+SHA512 (regina-rexx-3.9.5.tar.gz) = bff25e5d218441306d021924582c19ed29c652b691e73988a4b53b9de4b51b758b1ee08704685967bd9bea469e93bf57b19875207fd4649d5af3e53dade39dd2
+Size (regina-rexx-3.9.5.tar.gz) = 2705272 bytes


Home | Main Index | Thread Index | Old Index