mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
4b7746a712
- Since NetRexxC.cmd and NetRexxC.sh do same thing, only install .sh version and remove dependency on rexx-imc (and remove the patch for NetRexxC.cmd) [1] - Add a patch for NetRexxC.sh so the user is able to override JAVA_HOME at runtime [1] - Use FIND | {MKDIR,INSTALL_DATA} to install documentation - Add $FreeBSD$ tag in pkg-plist PR: 79564 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
20 lines
810 B
Plaintext
20 lines
810 B
Plaintext
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://www-306.ibm.com/software/awdtools/netrexx/
|
|
|
|
Mike Cowlishaw <mfc@uk.ibm.com>
|
|
___________________
|
|
NOTE: Remember to add NetRexxC.jar to your Java CLASSPATH or NETREXX_JAVA
|
|
environment.
|