diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/netrexx/Makefile | 33 | ||||
-rw-r--r-- | java/netrexx/distinfo | 1 | ||||
-rw-r--r-- | java/netrexx/pkg-comment | 1 | ||||
-rw-r--r-- | java/netrexx/pkg-descr | 18 | ||||
-rw-r--r-- | java/netrexx/pkg-message | 89 | ||||
-rw-r--r-- | java/netrexx/pkg-plist | 148 |
6 files changed, 290 insertions, 0 deletions
diff --git a/java/netrexx/Makefile b/java/netrexx/Makefile new file mode 100644 index 000000000000..b7d8fb2c3055 --- /dev/null +++ b/java/netrexx/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: NetRexx +# Version required: 1.151 +# Date created: Feb 8, 1999 +# Whom: Pedro Giffuni +# +# $FreeBSD$ +# + +DISTNAME= NetRexx +PKGNAME= netrexx-1.151 +CATEGORIES= java lang +MASTER_SITES= http://www.ibm.com/technology/NetRexx/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ports@freebsd.org + +RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk + +NO_BUILD= yes +# pkg/PLIST depends on the JDK_VERSION +JDK_VERSION?= 1.1.8 +PLIST_SUB+= JDK_VERSION=${JDK_VERSION} + +do-install: + -${MV} ${WRKSRC}/nrtools.tar.Z ${WRKSRC}/.foo.Z + uncompress -c ${WRKSRC}/.foo.Z | \ + tar -xvf - -C ${PREFIX}/jdk${JDK_VERSION} +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/NetRexx + ${CP} -R ${WRKSRC}/* ${PREFIX}/share/doc/NetRexx/ +.endif + +.include <bsd.port.mk> diff --git a/java/netrexx/distinfo b/java/netrexx/distinfo new file mode 100644 index 000000000000..e1897ba30d4b --- /dev/null +++ b/java/netrexx/distinfo @@ -0,0 +1 @@ +MD5 (NetRexx.tar.Z) = c88a6ab02a22cadc1e4af566b6d30a64 diff --git a/java/netrexx/pkg-comment b/java/netrexx/pkg-comment new file mode 100644 index 000000000000..6d672ae4ad2b --- /dev/null +++ b/java/netrexx/pkg-comment @@ -0,0 +1 @@ +Human-oriented programming language for writing/using Java classes diff --git a/java/netrexx/pkg-descr b/java/netrexx/pkg-descr new file mode 100644 index 000000000000..74e8e16d7ce8 --- /dev/null +++ b/java/netrexx/pkg-descr @@ -0,0 +1,18 @@ +NetRexx is a new human-oriented programming language, designed to be a +simple, effective, and complete alternative to the Java language. With +NetRexx, you can create applications and applets for the Java environment +faster and more easily than by programming in Java. + +Using Java classes is especially easy in NetRexx, as the different types +of numbers and strings that Java expects are handled automatically by the +language. NetRexx classes and Java classes are entirely equivalent -- +NetRexx can use any Java class (and vice versa). + +For formal details of the language, please see the NetRexx documentation +at + +WWW: http://www2.hursley.ibm.com/ + +Mike Cowlishaw <mfc@uk.ibm.com> +___________________ +NOTE: Remember to add NetRexxC.zip to your Java CLASSPATH environment. diff --git a/java/netrexx/pkg-message b/java/netrexx/pkg-message new file mode 100644 index 000000000000..86c3c598df60 --- /dev/null +++ b/java/netrexx/pkg-message @@ -0,0 +1,89 @@ + ********************************************************************* + + + IBM License Agreement for IBM Employee-Written Software + ----------------------------------------------------------------- + + + IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS. + + International Business Machines Corporation grants you a license + to use the Program only in the country where you acquired it. The + Program is copyrighted and licensed (not sold). We do not + transfer title to the Program to you. You obtain no rights other + than those granted you under this license. + + Under this license, you may: + + 1. use the Program on one or more machines at a time; + 2. make copies of the Program for use or backup purposes within + your Enterprise; + 3. modify the Program and merge it into another program; and + 4. make copies of the original file you downloaded and distribute + it, provided that you transfer a copy of this license to the + other party. The other party agrees to these terms by its + first use of the Program. + + You must reproduce the copyright notice and any other legend of + ownership on each copy or partial copy, of the Program. + + You may NOT: + + 1. sublicense, rent, lease, or assign the Program; and + 2. reverse assemble, reverse compile, or otherwise translate the + Program. + + We do not warrant that the Program is free from claims by a third + party of copyright, patent, trademark, trade secret, or any other + intellectual property infringement. + + Under no circumstances are we liable for any of the following: + + 1. third-party claims against you for losses or damages; + 2. loss of, or damage to, your records or data; or + 3. economic consequential damages (including lost profits or + savings) or incidental damages, even if we are informed of + their possibility. + + Some jurisdictions do not allow these limitations or exclusions, + so they may not apply to you. + + We do not warrant uninterrupted or error free operation of the + Program. We have no obligation to provide service, defect + correction, or any maintenance for the Program. We have no + obligation to supply any Program updates or enhancements to you + even if such are or later become available. + + + IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS. + + THERE ARE NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. + + Some jurisdictions do not allow the exclusion of implied + warranties, so the above exclusion may not apply to you. + + You may terminate this license at any time. We may terminate this + license if you fail to comply with any of its terms. In either + event, you must destroy all your copies of the Program. + + You are responsible for the payment of any taxes resulting from + this license. + + You may not sell, transfer, assign, or subcontract any of your + rights or obligations under this license. Any attempt to do so is + void. + + Neither of us may bring a legal action more than two years after + the cause of action arose. + + If you acquired the Program in the United States, this license is + governed by the laws of the State of New York. If you acquired + the Program in Canada, this license is governed by the laws of + the Province of Ontario. Otherwise, this license is governed by + the laws of the country in which you acquired the Program. + + 3/92 + +--------------------------------------------------------------------------- diff --git a/java/netrexx/pkg-plist b/java/netrexx/pkg-plist new file mode 100644 index 000000000000..fa75efba8d6f --- /dev/null +++ b/java/netrexx/pkg-plist @@ -0,0 +1,148 @@ +jdk%%JDK_VERSION%%/bin/NetRexxC.bat +jdk%%JDK_VERSION%%/bin/NetRexxC.cmd +jdk%%JDK_VERSION%%/bin/hello.nrx +jdk%%JDK_VERSION%%/bin/nrc.bat +jdk%%JDK_VERSION%%/bin/nrc.cmd +jdk%%JDK_VERSION%%/lib/NetRexxC.zip +jdk%%JDK_VERSION%%/lib/NetRexxR.zip +share/doc/NetRexx/ArchText.class +share/doc/NetRexx/ArchText.nrx +share/doc/NetRexx/Buttons$Left.class +share/doc/NetRexx/Buttons$Right.class +share/doc/NetRexx/Buttons.class +share/doc/NetRexx/Buttons.crossref +share/doc/NetRexx/Buttons.nrx +share/doc/NetRexx/GifShow.class +share/doc/NetRexx/GifShow.nrx +share/doc/NetRexx/HelloApplet.class +share/doc/NetRexx/HelloApplet.nrx +share/doc/NetRexx/IBMsw.gif +share/doc/NetRexx/NervousTexxt.class +share/doc/NetRexx/NervousTexxt.nrx +share/doc/NetRexx/Pinger.au +share/doc/NetRexx/Pinger.nrx +share/doc/NetRexx/PlayClip.class +share/doc/NetRexx/PlayClip.nrx +share/doc/NetRexx/Scribble.class +share/doc/NetRexx/Scribble.crossref +share/doc/NetRexx/Scribble.nrx +share/doc/NetRexx/Spectrum.class +share/doc/NetRexx/Spectrum.crossref +share/doc/NetRexx/Spectrum.nrx +share/doc/NetRexx/Tablet.class +share/doc/NetRexx/Tablet.nrx +share/doc/NetRexx/WordClock.class +share/doc/NetRexx/WordClock.nrx +share/doc/NetRexx/archtext.htm +share/doc/NetRexx/buttons.htm +share/doc/NetRexx/comment.txt +share/doc/NetRexx/doc-nrinst-1.htm +share/doc/NetRexx/doc-nrinst-10.htm +share/doc/NetRexx/doc-nrinst-11.htm +share/doc/NetRexx/doc-nrinst-12.htm +share/doc/NetRexx/doc-nrinst-2.htm +share/doc/NetRexx/doc-nrinst-3.htm +share/doc/NetRexx/doc-nrinst-4.htm +share/doc/NetRexx/doc-nrinst-5.htm +share/doc/NetRexx/doc-nrinst-6.htm +share/doc/NetRexx/doc-nrinst-7.htm +share/doc/NetRexx/doc-nrinst-8.htm +share/doc/NetRexx/doc-nrinst-9.htm +share/doc/NetRexx/doc-nrinst.htm +share/doc/NetRexx/gifshow.htm +share/doc/NetRexx/hello.class +share/doc/NetRexx/hello.htm +share/doc/NetRexx/hello.nrx +share/doc/NetRexx/helloapp.htm +share/doc/NetRexx/introduc2.insert.1 +share/doc/NetRexx/license.txt +share/doc/NetRexx/linecomm.htm +share/doc/NetRexx/linecomment.class +share/doc/NetRexx/linecomment.crossref +share/doc/NetRexx/linecomment.nrx +share/doc/NetRexx/n.htm +share/doc/NetRexx/nervous.htm +share/doc/NetRexx/netrexx.abs +share/doc/NetRexx/netrexx.gif +share/doc/NetRexx/netrexx.htm +share/doc/NetRexx/netrexx/lang/BadArgumentException.class +share/doc/NetRexx/netrexx/lang/BadColumnException.class +share/doc/NetRexx/netrexx/lang/BadNumericException.class +share/doc/NetRexx/netrexx/lang/DivideException.class +share/doc/NetRexx/netrexx/lang/ExponentOverflowException.class +share/doc/NetRexx/netrexx/lang/NoOtherwiseException.class +share/doc/NetRexx/netrexx/lang/NotCharacterException.class +share/doc/NetRexx/netrexx/lang/NotLogicException.class +share/doc/NetRexx/netrexx/lang/Rexx.class +share/doc/NetRexx/netrexx/lang/RexxIO.class +share/doc/NetRexx/netrexx/lang/RexxNode.class +share/doc/NetRexx/netrexx/lang/RexxOperators.class +share/doc/NetRexx/netrexx/lang/RexxParse.class +share/doc/NetRexx/netrexx/lang/RexxSet.class +share/doc/NetRexx/netrexx/lang/RexxTrace.class +share/doc/NetRexx/netrexx/lang/RexxUtil.class +share/doc/NetRexx/netrexx/lang/RexxWords.class +share/doc/NetRexx/netrexxo.html +share/doc/NetRexx/new.gif +share/doc/NetRexx/nrbanner.gif +share/doc/NetRexx/nrbean.htm +share/doc/NetRexx/nrchange.htm +share/doc/NetRexx/nrchange0.htm +share/doc/NetRexx/nrdocs.htm +share/doc/NetRexx/nrdown.htm +share/doc/NetRexx/nrdown10.htm +share/doc/NetRexx/nredbook.htm +share/doc/NetRexx/nrexx32.gif +share/doc/NetRexx/nrfaq.htm +share/doc/NetRexx/nrinst.doc +share/doc/NetRexx/nrl.htm +share/doc/NetRexx/nrlcoveh.gif +share/doc/NetRexx/nrlerr.htm +share/doc/NetRexx/nrlinks.htm +share/doc/NetRexx/nrminor.htm +share/doc/NetRexx/nrmlist.htm +share/doc/NetRexx/nroarith.html +share/doc/NetRexx/nroarray.html +share/doc/NetRexx/nrobinar.html +share/doc/NetRexx/nrocontr.html +share/doc/NetRexx/nroexcep.html +share/doc/NetRexx/nroexprs.html +share/doc/NetRexx/nroexten.html +share/doc/NetRexx/nroindex.html +share/doc/NetRexx/nroobjec.html +share/doc/NetRexx/nroparse.html +share/doc/NetRexx/nroprogs.html +share/doc/NetRexx/nrostrin.html +share/doc/NetRexx/nrosumma.html +share/doc/NetRexx/nrotrace.html +share/doc/NetRexx/nrover.doc +share/doc/NetRexx/nrpacks.htm +share/doc/NetRexx/nrping.tar.Z +share/doc/NetRexx/nrsamp.htm +share/doc/NetRexx/nrsample.htm +share/doc/NetRexx/nrvmesa.pdf +share/doc/NetRexx/nrwhat.htm +share/doc/NetRexx/nrxredbk.html +share/doc/NetRexx/oldpages.htm +share/doc/NetRexx/package.doc +share/doc/NetRexx/pinger.gif +share/doc/NetRexx/pinger.htm +share/doc/NetRexx/playclip.htm +share/doc/NetRexx/qtime.class +share/doc/NetRexx/qtime.crossref +share/doc/NetRexx/qtime.htm +share/doc/NetRexx/qtime.nrx +share/doc/NetRexx/read.me.first +share/doc/NetRexx/scribble.htm +share/doc/NetRexx/spectrum.htm +share/doc/NetRexx/tablet.gif +share/doc/NetRexx/tablet.htm +share/doc/NetRexx/tablet.tar.Z +share/doc/NetRexx/tablet1.gif +share/doc/NetRexx/tablet2.gif +share/doc/NetRexx/updated.gif +share/doc/NetRexx/welclip.au +share/doc/NetRexx/wordclock.htm +@dirrm share/doc/NetRexx/netrexx/lang +@dirrm share/doc/NetRexx/netrexx +@dirrm share/doc/NetRexx |