This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] Regina-REXX-3.8-1


Regina-REXX is an implementation of ANSI Standard Rexx available on many platforms.

Regina-REXX is found on a number of Linux platforms, including Debian: http://packages.qa.debian.org/r/regina-rexx.html

Supplied source, binary and setup.hint files built with cygport. Regina-REXX.cygport contents:
NAME="Regina-REXX"
VERSION=3.8
RELEASE=1
CATEGORY="Interpreters"
SUMMARY="An ANSI compliant Rexx Interpreter for multiple platforms."
DESCRIPTION="Rexx is a procedural language that allows programs and algorithms to be
written in a clear and structured way.
It is also designed to be used as a macro language by application programs."
SRC_URI="mirror://sourceforge/regina-rexx/${NAME}-${VERSION}.tar.gz"
HOMEPAGE="http://regina-rexx.sourceforge.net";
DOCS="COPYING-LIB TODO README.38"
src_compile() {
cd ${B}
cygconf
cygmake
}
src_install() {
cd ${B}
cyginstall -j1
}

src_compile() required as the default src_compile() attempts to run autoheaders; Regina-REXX does not use autoheaders.

Files for 32bit port:
http://rexx.org/cygwin/regina-rexx/32bit/
setup.hint generated by cygport:
category: Interpreters
requires: bash crypt libgcc1 libncursesw10
sdesc: "An ANSI compliant Rexx Interpreter for multiple platforms."
ldesc: "Rexx is a procedural language that allows programs and algorithms to be
written in a clear and structured way.
It is also designed to be used as a macro language by application programs."

Files for 64bit port:
http://rexx.org/cygwin/regina-rexx/64bit/
setup.hint generated by cygport:
category: Interpreters
requires: bash libcrypt0 libncursesw10
sdesc: "An ANSI compliant Rexx Interpreter for multiple platforms."
ldesc: "Rexx is a procedural language that allows programs and algorithms to be
written in a clear and structured way.
It is also designed to be used as a macro language by application programs."


Thanks, Mark

--
------------------------------------------------------------------------
* Mark Hessling,mark@rexx.org  http://www.rexx.org/
* Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc.
* Maintainer of Regina Rexx interpreter
* Use Rexx? join the Rexx Language Association:http://www.rexxla.org/ ------------------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]