Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  4 Nov 2001 21:50:00 -0800 (PST)
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        lioux@freebsd.org
Subject:   ports/31765: [MAINTAINER UPDATE] Update NetRexx to NetRexx 2.02
Message-ID:  <20011105055000.1CAED15503@johncoop.MSHOME>

next in thread | raw e-mail | index | archive | help

>Number:         31765
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update NetRexx to NetRexx 2.02
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 04 22:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #41: Fri Nov 2 23:44:32 PST 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Update NetRexx from version 1.60 to 2.02.

	Eliminates some bugs and decouples this port from any one JDK.
	It should work with any JDK 1.1.8 or later.

>How-To-Repeat:
	N/A

>Fix:

	Deleted files:
		pkg-message -- use license.txt from zip archive instead
		NetRexxC.cmd.new -- replace with patch

	diff -ruN follows:

diff -ruN netrexx/Makefile netrexx.new/Makefile
--- netrexx/Makefile	Wed Sep  5 21:17:12 2001
+++ netrexx.new/Makefile	Sun Nov  4 21:24:39 2001
@@ -2,42 +2,55 @@
 # Date created:		Feb 8, 1999
 # Whom:			Pedro Giffuni
 #
-# $FreeBSD: ports/java/netrexx/Makefile,v 1.5 2001/09/06 04:17:12 lioux Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	netrexx
-PORTVERSION=	1.160
-PORTREVISION=	1
+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/bash:${PORTSDIR}/shells/bash2 \
+		${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|/bin/sh|${LOCALBASE}/bin/bash|g' \
+		${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
+	@${MKDIR} ${PREFIX}/bin
+	@${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/
+	@${CP} -R ${WRKSRC}/browse/* ${PREFIX}/share/doc/NetRexx/
+	@${CHMOD} -R 444 ${PREFIX}/share/doc/NetRexx/
 .endif
+
+post-install:
+	@${ECHO} "====================  IBM LICENSE  ===================="
+	@${CAT} ${WRKSRC}/browse/license.txt
+	@${ECHO} "-------------------------------------------------------"
+	@${ECHO} "====================  IMPORTANT!!  ===================="
+	@${CAT} ${WRKSRC}/read.me.first
 
 .include <bsd.port.mk>
diff -ruN netrexx/distinfo netrexx.new/distinfo
--- netrexx/distinfo	Sun Feb 27 00:05:08 2000
+++ netrexx.new/distinfo	Sun Nov  4 13:09:12 2001
@@ -1 +1 @@
-MD5 (NetRexx.tar.Z) = 0c904fd74307a61b5d9b4d86c06fd596
+MD5 (NetRexx.zip) = bb9138f203c71f0046b430e3d20adfec
diff -ruN netrexx/files/NetRexxC.cmd.new netrexx.new/files/NetRexxC.cmd.new
--- netrexx/files/NetRexxC.cmd.new	Wed Sep  5 21:17:13 2001
+++ netrexx.new/files/NetRexxC.cmd.new	Wed Dec 31 16:00:00 1969
@@ -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 -ruN netrexx/files/patch-bin::NetRexxC.cmd netrexx.new/files/patch-bin::NetRexxC.cmd
--- netrexx/files/patch-bin::NetRexxC.cmd	Wed Dec 31 16:00:00 1969
+++ netrexx.new/files/patch-bin::NetRexxC.cmd	Sun Nov  4 21:31:48 2001
@@ -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 -ruN netrexx/pkg-descr netrexx.new/pkg-descr
--- netrexx/pkg-descr	Fri Nov 26 12:46:09 1999
+++ netrexx.new/pkg-descr	Sun Nov  4 20:57:03 2001
@@ -15,4 +15,5 @@
 
 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 -ruN netrexx/pkg-message netrexx.new/pkg-message
--- netrexx/pkg-message	Fri Nov 26 12:46:09 1999
+++ netrexx.new/pkg-message	Wed Dec 31 16:00:00 1969
@@ -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 -ruN netrexx/pkg-plist netrexx.new/pkg-plist
--- netrexx/pkg-plist	Wed Sep  5 21:17:12 2001
+++ netrexx.new/pkg-plist	Sun Nov  4 21:16:16 2001
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011105055000.1CAED15503>