diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-11-16 06:14:36 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-11-16 06:14:36 +0000 |
commit | 395a4bbef39d86968cc9de3698cce35176582ea4 (patch) | |
tree | 0afdf3178f1ee54c5a0734ee7a6672e78f605f85 /java/netrexx | |
parent | a4a1a3253b056679e956111db215fd766eb12216 (diff) | |
download | ports-395a4bbef39d86968cc9de3698cce35176582ea4.tar.gz ports-395a4bbef39d86968cc9de3698cce35176582ea4.zip |
Update to 2.02
PR: 31765
Submitted by: maintainer
Reviewed by: lioux,maintainer
Approved by: lioux
Notes
Notes:
svn path=/head/; revision=50115
Diffstat (limited to 'java/netrexx')
-rw-r--r-- | java/netrexx/Makefile | 55 | ||||
-rw-r--r-- | java/netrexx/distinfo | 2 | ||||
-rw-r--r-- | java/netrexx/files/NetRexxC.cmd.new | 109 | ||||
-rw-r--r-- | java/netrexx/files/patch-bin::NetRexxC.cmd | 7 | ||||
-rw-r--r-- | java/netrexx/pkg-descr | 3 | ||||
-rw-r--r-- | java/netrexx/pkg-message | 89 | ||||
-rw-r--r-- | java/netrexx/pkg-plist | 289 |
7 files changed, 187 insertions, 367 deletions
diff --git a/java/netrexx/Makefile b/java/netrexx/Makefile index bf32e3e6579c..5d2e2731fe42 100644 --- a/java/netrexx/Makefile +++ b/java/netrexx/Makefile @@ -5,39 +5,50 @@ # $FreeBSD$ # -PORTNAME= netrexx -PORTVERSION= 1.160 -PORTREVISION= 1 +PORTNAME= NetRexx +PORTVERSION= 2.02 CATEGORIES= java lang -MASTER_SITES= http://www.ibm.com/technology/NetRexx/ +MASTER_SITES= http://www2.hursley.ibm.com/netrexx/ DISTNAME= NetRexx -EXTRACT_SUFX= .tar.Z MAINTAINER= jmcoopr@webmail.bmi.net -RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \ - rexx:${PORTSDIR}/lang/rexx-imc +RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk \ + ${LOCALBASE}/bin/rexx:${PORTSDIR}/lang/rexx-imc NO_BUILD= yes -# pkg/PLIST depends on the JDK_VERSION -JDK_VERSION?= 1.1.8 -PLIST_SUB+= JDK_VERSION=${JDK_VERSION} +USE_ZIP= yes -ERASE_FILES= NetRexxC.bat nrc.bat nrc.cmd hello.nrx +pre-patch: + @${PERL} -pi -e 's/
//' ${WRKSRC}/bin/NetRexxC.sh do-install: - -${MV} ${WRKSRC}/nrtools.tar.Z ${WRKSRC}/.foo.Z - uncompress -c ${WRKSRC}/.foo.Z | \ - tar -xvf - -C ${PREFIX}/jdk${JDK_VERSION} -.for file in ${ERASE_FILES} - @${RM} -f ${PREFIX}/jdk${JDK_VERSION}/bin/${file} -.endfor - @${CP} ${FILESDIR}/NetRexxC.cmd.new ${PREFIX}/jdk${JDK_VERSION}/bin/NetRexxC.cmd - @${LN} -sf ${PREFIX}/jdk${JDK_VERSION}/bin/NetRexxC.cmd \ - ${PREFIX}/jdk${JDK_VERSION}/bin/nrc + @${INSTALL_SCRIPT} ${WRKSRC}/bin/NetRexxC.sh ${PREFIX}/bin + @${LN} -sf ${PREFIX}/bin/NetRexxC.sh ${PREFIX}/bin/nrc + @${INSTALL_SCRIPT} ${WRKSRC}/bin/NetRexxC.cmd \ + ${PREFIX}/bin/NetRexxC.rexx + @${LN} -sf ${PREFIX}/bin/NetRexxC.rexx ${PREFIX}/bin/nrc.rexx + + @${MKDIR} ${PREFIX}/NetRexx/lib + @${INSTALL_DATA} ${WRKSRC}/lib/NetRexxC.jar ${PREFIX}/NetRexx/lib/ + @${INSTALL_DATA} ${WRKSRC}/runlib/NetRexxR.jar ${PREFIX}/NetRexx/lib/ + + @${MKDIR} ${PREFIX}/share/examples/NetRexx + @${INSTALL_DATA} ${WRKSRC}/bin/hello.nrx \ + ${PREFIX}/share/examples/NetRexx/ .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/NetRexx - @${CP} -R ${WRKSRC}/* ${PREFIX}/share/doc/NetRexx/ + @${MKDIR} ${DOCSDIR}/netrexx/lang +.for dir in netrexx/lang . + @${INSTALL_DATA} ${WRKSRC}/browse/${dir}/* ${DOCSDIR}/${dir} + @${RM} -Rf ${WRKSRC}/browse/netrexx +.endfor .endif +post-install: + @${ECHO} "==================== IBM LICENSE ====================" + @${CAT} ${WRKSRC}/browse/license.txt + @${ECHO} "-------------------------------------------------------" + @${ECHO} "==================== IMPORTANT!! ====================" + @${CAT} ${WRKSRC}/read.me.first + .include <bsd.port.mk> diff --git a/java/netrexx/distinfo b/java/netrexx/distinfo index e09bbc2aed97..ae0e2e35d93e 100644 --- a/java/netrexx/distinfo +++ b/java/netrexx/distinfo @@ -1 +1 @@ -MD5 (NetRexx.tar.Z) = 0c904fd74307a61b5d9b4d86c06fd596 +MD5 (NetRexx.zip) = bb9138f203c71f0046b430e3d20adfec diff --git a/java/netrexx/files/NetRexxC.cmd.new b/java/netrexx/files/NetRexxC.cmd.new deleted file mode 100644 index 54c16a5a4f7a..000000000000 --- a/java/netrexx/files/NetRexxC.cmd.new +++ /dev/null @@ -1,109 +0,0 @@ -/*usr/bin/true; exec rexx "$0" "$@" # REXX program */ -/* Translate and compile a NetRexx program */ -/* */ -/* use as: NetRexxC hello [file2]... */ -/* */ -/* which will use the NetRexx translator to */ -/* translate hello.nrx to hello.java */ -/* then will use javac to compile hello.java */ -/* */ -/* Any OPTIONS keywords, indicated by a prefix '-', */ -/* may be added before, after, or between file */ -/* specification(s), along with the following extra */ -/*flags: */ -/* */ -/* -run = run class after compilation */ -/* -keep = keep the java file after successful */ -/* compilation (as xxx.java.keep) */ -/* -nocompile = only translate, do not compile */ -/* */ -/* Multiple programs may be specified; in this case */ -/* they are all run (if requested) after all compiles. */ -/* */ -/* ---------- */ -/* 1996.09.02 -- handle Warnings from NetRexxC (rc=1) */ -/* 1996.12.14 -- use COM.ibm.netrexx.process */ -/* 1998.05.25 -- pass NETREXX_JAVA setting to java.exe */ - -parse arg args -w=wordpos('-run', args) -if w>0 then do; run=1; args=delword(args,w,1); end; else run=0 -w=wordpos('-nocompile', args) -if w>0 then do; noc=1; end; else noc=0 - -/* ----- Translate & Compile ----- */ -parse source system . -select /* system-specific options */ - when system='OS/2' then do - '@echo off' - /* Add option -norestart for OS/2s 1.0.2+ java.exe, for better display */ - 'java -version 2>&1|rxqueue'; parse pull '1.' subv ' ' - if subv>=0.2 then javaopts='-norestart'; else javaopts='-noasyncgc' - - /* Add any options from NETREXX_JAVA environment variable */ - nrjava=value('NETREXX_JAVA',,'OS2ENVIRONMENT') - if nrjava\='' then javaopts=javaopts nrjava - end - otherwise - /* Add any options from NETREXX_JAVA environment variable */ - javaopts=value('NETREXX_JAVA',,'ENVIRONMENT') - - /* JAVAVM MUST be set to the native jdk 1.1.8 */ - /* it might work with a later, native jdk */ - /* it will NOT work with a linux jdk */ - javavm=value('JAVAVM',,'ENVIRONMENT') - if javavm = "" then - do - say "NetRexx will not function unless: " - say "" - say " JAVAVM is set to" - say "" - say " /usr/local/jdk1.1.8/bin/java" - say "" - say "and" - say "" - say " CLASSPATH is set to" - say "" - say " .:/usr/local/jdk1.1.8/lib/classes.zip:/usr/local/jdk1.1.8/lib/NetRexxC.zip" - say "" - say "or" - say "" - say " NETREXX_JAVA is set to" - say "" - say " -classpath <and the above-pathes>" - exit - end - end - -/* NOTE: This won't work if NetRexx.cmd or nrc is executed from the */ -/* same directory as java is located in */ -'java -ms4M' javaopts 'COM.ibm.netrexx.process.NetRexxC' args - -/* ----- Run ----- */ -if rc<=1 & run then do - if noc then say 'Run option ignored as -nocompile specified' - else do - do forever /* find the file parameters */ - parse var args file args - if file='' then leave - if left(file,1)='-' then iterate - filename=filespec('n', file); parse var filename fn '.' fe - /* Now determine the exact case of the class, for java commands */ - file=fn'.class' - 'ls -l' file ' | rxstack' /* use ls to get exact case */ - if queued()<>1 then do - if queued()=0 then say 'Cannot find file:' file - if queued()>1 then do; do queued(); parse pull .; end - say 'File "'file'" is not a unique specification' - end - exit 1; end - parse pull file /* is now correct case */ - parse var file fn '.' fe - say 'Running' fn '...' - 'java' fn - end - end - end - -exit rc - diff --git a/java/netrexx/files/patch-bin::NetRexxC.cmd b/java/netrexx/files/patch-bin::NetRexxC.cmd new file mode 100644 index 000000000000..df3c7fe50146 --- /dev/null +++ b/java/netrexx/files/patch-bin::NetRexxC.cmd @@ -0,0 +1,7 @@ +--- bin/NetRexxC.cmd Sun Aug 20 12:44:40 2000 ++++ bin/NetRexxC.cmd.new Sun Nov 4 21:30:11 2001 +@@ -1,3 +1,4 @@ ++/*usr/bin/true; exec rexx "$0" "$@" # REXX program */ + /* Translate and compile a NetRexx program */ + /* */ + /* use as: NetRexxC hello [file2]... */ diff --git a/java/netrexx/pkg-descr b/java/netrexx/pkg-descr index 74e8e16d7ce8..92251c6f92e6 100644 --- a/java/netrexx/pkg-descr +++ b/java/netrexx/pkg-descr @@ -15,4 +15,5 @@ WWW: http://www2.hursley.ibm.com/ Mike Cowlishaw <mfc@uk.ibm.com> ___________________ -NOTE: Remember to add NetRexxC.zip to your Java CLASSPATH environment. +NOTE: Remember to add NetRexxC.jar to your Java CLASSPATH or NETREXX_JAVA +environment. diff --git a/java/netrexx/pkg-message b/java/netrexx/pkg-message deleted file mode 100644 index 86c3c598df60..000000000000 --- a/java/netrexx/pkg-message +++ /dev/null @@ -1,89 +0,0 @@ - ********************************************************************* - - - 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 index 0f9e77e0ecd4..8035842c3241 100644 --- a/java/netrexx/pkg-plist +++ b/java/netrexx/pkg-plist @@ -1,145 +1,144 @@ -jdk%%JDK_VERSION%%/bin/NetRexxC.cmd -jdk%%JDK_VERSION%%/bin/nrc -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 +bin/NetRexxC.sh +bin/nrc +bin/NetRexxC.rexx +bin/nrc.rexx +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/RexxWords.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/BadColumnException.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/BadNumericException.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/DivideException.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/ExponentOverflowException.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/NoOtherwiseException.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/NotCharacterException.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/NotLogicException.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/Rexx.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/RexxIO.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/RexxNode.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/RexxOperators.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/RexxParse.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/RexxSet.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/RexxTrace.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/RexxUtil.class +%%PORTDOCS%%share/doc/NetRexx/netrexx/lang/BadArgumentException.class +%%PORTDOCS%%share/doc/NetRexx/welclip.au +%%PORTDOCS%%share/doc/NetRexx/updated.gif +%%PORTDOCS%%share/doc/NetRexx/tablet2.gif +%%PORTDOCS%%share/doc/NetRexx/tablet1.gif +%%PORTDOCS%%share/doc/NetRexx/tablet.zip +%%PORTDOCS%%share/doc/NetRexx/tablet.html +%%PORTDOCS%%share/doc/NetRexx/tablet.gif +%%PORTDOCS%%share/doc/NetRexx/spectrum.html +%%PORTDOCS%%share/doc/NetRexx/scribble.html +%%PORTDOCS%%share/doc/NetRexx/redballw.gif +%%PORTDOCS%%share/doc/NetRexx/qtime.nrx +%%PORTDOCS%%share/doc/NetRexx/qtime.html +%%PORTDOCS%%share/doc/NetRexx/qtime.class +%%PORTDOCS%%share/doc/NetRexx/pinger.zip +%%PORTDOCS%%share/doc/NetRexx/pinger.html +%%PORTDOCS%%share/doc/NetRexx/pinger.gif +%%PORTDOCS%%share/doc/NetRexx/nrwhat.html +%%PORTDOCS%%share/doc/NetRexx/nrvmesa.pdf +%%PORTDOCS%%share/doc/NetRexx/nruuse.html +%%PORTDOCS%%share/doc/NetRexx/nrusers.html +%%PORTDOCS%%share/doc/NetRexx/nrurestr.html +%%PORTDOCS%%share/doc/NetRexx/nruprom.html +%%PORTDOCS%%share/doc/NetRexx/nruiunix.html +%%PORTDOCS%%share/doc/NetRexx/nruitest.html +%%PORTDOCS%%share/doc/NetRexx/nruiscp.html +%%PORTDOCS%%share/doc/NetRexx/nruirun.html +%%PORTDOCS%%share/doc/NetRexx/nruiprob.html +%%PORTDOCS%%share/doc/NetRexx/nruipack.html +%%PORTDOCS%%share/doc/NetRexx/nruintro.html +%%PORTDOCS%%share/doc/NetRexx/nruinter.html +%%PORTDOCS%%share/doc/NetRexx/nruinst.html +%%PORTDOCS%%share/doc/NetRexx/nruijpp.html +%%PORTDOCS%%share/doc/NetRexx/nruij12.html +%%PORTDOCS%%share/doc/NetRexx/nruij11.html +%%PORTDOCS%%share/doc/NetRexx/nruiexec.html +%%PORTDOCS%%share/doc/NetRexx/nruiebc.html +%%PORTDOCS%%share/doc/NetRexx/nruidoc.html +%%PORTDOCS%%share/doc/NetRexx/nrucomp.html +%%PORTDOCS%%share/doc/NetRexx/nruappl.html +%%PORTDOCS%%share/doc/NetRexx/nruapi.html +%%PORTDOCS%%share/doc/NetRexx/nrsample.html +%%PORTDOCS%%share/doc/NetRexx/nrsamp.html +%%PORTDOCS%%share/doc/NetRexx/nrotrace.html +%%PORTDOCS%%share/doc/NetRexx/new.gif +%%PORTDOCS%%share/doc/NetRexx/nrosumma.html +%%PORTDOCS%%share/doc/NetRexx/nrostrin.html +%%PORTDOCS%%share/doc/NetRexx/nroprogs.html +%%PORTDOCS%%share/doc/NetRexx/nroparse.html +%%PORTDOCS%%share/doc/NetRexx/nroobjec.html +%%PORTDOCS%%share/doc/NetRexx/nroindex.html +%%PORTDOCS%%share/doc/NetRexx/nroexten.html +%%PORTDOCS%%share/doc/NetRexx/nroexprs.html +%%PORTDOCS%%share/doc/NetRexx/nroexcep.html +%%PORTDOCS%%share/doc/NetRexx/nrocontr.html +%%PORTDOCS%%share/doc/NetRexx/nrobinar.html +%%PORTDOCS%%share/doc/NetRexx/nroarray.html +%%PORTDOCS%%share/doc/NetRexx/nroarith.html +%%PORTDOCS%%share/doc/NetRexx/nrmlist.html +%%PORTDOCS%%share/doc/NetRexx/nrminor.html +%%PORTDOCS%%share/doc/NetRexx/nrlinks.html +%%PORTDOCS%%share/doc/NetRexx/nrlerr.html +%%PORTDOCS%%share/doc/NetRexx/nrlcoveh.gif +%%PORTDOCS%%share/doc/NetRexx/nrl.html +%%PORTDOCS%%share/doc/NetRexx/nrfaq.html +%%PORTDOCS%%share/doc/NetRexx/nrexx32.gif +%%PORTDOCS%%share/doc/NetRexx/nredbook.html +%%PORTDOCS%%share/doc/NetRexx/nrdown.html +%%PORTDOCS%%share/doc/NetRexx/nrdocs.html +%%PORTDOCS%%share/doc/NetRexx/nrchange0.html +%%PORTDOCS%%share/doc/NetRexx/nrchange.html +%%PORTDOCS%%share/doc/NetRexx/nrbanner.gif +%%PORTDOCS%%share/doc/NetRexx/netrexxo.html +%%PORTDOCS%%share/doc/NetRexx/netrexx.html +%%PORTDOCS%%share/doc/NetRexx/netrexx.gif +%%PORTDOCS%%share/doc/NetRexx/nervous.html +%%PORTDOCS%%share/doc/NetRexx/linecomment.nrx +%%PORTDOCS%%share/doc/NetRexx/linecomment.class +%%PORTDOCS%%share/doc/NetRexx/linecomm.html +%%PORTDOCS%%share/doc/NetRexx/license.txt +%%PORTDOCS%%share/doc/NetRexx/helloapp.html +%%PORTDOCS%%share/doc/NetRexx/hello.nrx +%%PORTDOCS%%share/doc/NetRexx/hello.html +%%PORTDOCS%%share/doc/NetRexx/hello.class +%%PORTDOCS%%share/doc/NetRexx/cubit.nrx +%%PORTDOCS%%share/doc/NetRexx/comment.txt +%%PORTDOCS%%share/doc/NetRexx/buttons.html +%%PORTDOCS%%share/doc/NetRexx/blueballw.gif +%%PORTDOCS%%share/doc/NetRexx/archtext.html +%%PORTDOCS%%share/doc/NetRexx/WordClock.nrx +%%PORTDOCS%%share/doc/NetRexx/WordClock.class +%%PORTDOCS%%share/doc/NetRexx/Tablet.nrx +%%PORTDOCS%%share/doc/NetRexx/Tablet.class +%%PORTDOCS%%share/doc/NetRexx/Spectrum.nrx +%%PORTDOCS%%share/doc/NetRexx/Spectrum.class +%%PORTDOCS%%share/doc/NetRexx/Scribble.nrx +%%PORTDOCS%%share/doc/NetRexx/Scribble.class +%%PORTDOCS%%share/doc/NetRexx/PlayClip.nrx +%%PORTDOCS%%share/doc/NetRexx/PlayClip.class +%%PORTDOCS%%share/doc/NetRexx/Pinger.nrx +%%PORTDOCS%%share/doc/NetRexx/Pinger.au +%%PORTDOCS%%share/doc/NetRexx/NervousTexxt.nrx +%%PORTDOCS%%share/doc/NetRexx/NervousTexxt.class +%%PORTDOCS%%share/doc/NetRexx/IBMsw.gif +%%PORTDOCS%%share/doc/NetRexx/HelloApplet.nrx +%%PORTDOCS%%share/doc/NetRexx/HelloApplet.class +%%PORTDOCS%%share/doc/NetRexx/GifShow.nrx +%%PORTDOCS%%share/doc/NetRexx/GifShow.class +%%PORTDOCS%%share/doc/NetRexx/Buttons.nrx +%%PORTDOCS%%share/doc/NetRexx/Buttons.class +%%PORTDOCS%%share/doc/NetRexx/Buttons$Right.class +%%PORTDOCS%%share/doc/NetRexx/Buttons$Left.class +%%PORTDOCS%%share/doc/NetRexx/ArchText.nrx +%%PORTDOCS%%share/doc/NetRexx/wordclock.html +%%PORTDOCS%%share/doc/NetRexx/ArchText.class +share/examples/NetRexx/hello.nrx +NetRexx/lib/NetRexxC.jar +NetRexx/lib/NetRexxR.jar +%%PORTDOCS%%@dirrm share/doc/NetRexx/netrexx/lang +%%PORTDOCS%%@dirrm share/doc/NetRexx/netrexx +%%PORTDOCS%%@dirrm share/doc/NetRexx +@dirrm share/examples/NetRexx +@dirrm NetRexx/lib +@dirrm NetRexx |