Port details |
- netrexx Human-oriented programming language for writing/using Java classes
- 2.05_3 java =6 2.05_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: python, javavmwrapper, jikes, rexx-imc, fastjar
- Also Listed In: lang
- License: not specified in port
- WWW:
- http://www-306.ibm.com/software/awdtools/netrexx/
- Description:
- 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).
NOTE: Remember to add NetRexxC.jar to your Java CLASSPATH or NETREXX_JAVA
environment.
For formal details of the language, please see the NetRexx documentation at
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/java/netrexx/ && make install clean
- To add the package, run one of these commands:
- pkg install java/netrexx
- pkg install NetRexx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: NetRexx
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (NetRexx.zip) = 1f99f054e9b1e412d29823088f3fa7cfce90a7af25d907a60a6d7908a6b97ea4
SIZE (NetRexx.zip) = 856532
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for NetRexx-2.05_3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- java_netrexx
- USES:
- java zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.05_3 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.05_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.05_3 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.05_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.05_3 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
2.05_3 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.05_3 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
2.05_3 14 Nov 2014 15:38:28 |
antoine |
Cleanup plist |
2.05_3 31 May 2014 14:53:53 |
pawel |
- Add staging support
- Convert to new options framework, add EXAMPLES option |
2.05_3 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
2.05_3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.05_3 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
2.05_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.05_3 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
2.05_3 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.05_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.05_1 09 May 2006 00:18:07 |
edwin |
Remove USE_REINPLACE from categories starting with a J |
2.05_1 26 Jan 2006 15:23:42 |
garga |
- Make it fetchable again
PR: ports/92366
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
2.05_1 24 Nov 2005 23:21:04 |
pav |
- Add SHA256 |
2.05_1 08 May 2005 19:18:55 |
thierry |
Fix size mismatch. According to the submitter:
It looks like IBM released an updated version of the NetRexx 2.05 zip file
on Jan 14 2005, which includes modifications to the documentation,
NetRexx[RC].jar files and the pinger and tablet zip (sample?) files.
I could not find a CHANGELOG file nor the mailing list archives that would
have provided info into the exact changes made without a version or
revision number bump.
PR: ports/80716
Submitted by: Linh Pham <question+fbsdports (at) closedsrc.org> |
2.05 10 Apr 2005 21:55:52 |
kris |
BROKEN: Size mismatch |
2.05 05 Apr 2005 23:02:27 |
hq |
- Update to 2.05 [1]
- 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] |
2.02_3 26 Mar 2005 20:09:30 |
kris |
BROKEN: Unfetchable
Approved by: portmgr (self) |
2.02_3 17 Feb 2005 18:08:05 |
hq |
Update to bsd.java.mk 2.0 |
2.02_3 13 Feb 2005 18:28:23 |
linimon |
With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.
These ports are now available for adoption.
Come back coop, we miss ya ... |
2.02_3 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
2.02_3 23 Feb 2004 23:03:14 |
krion |
- Use %%DOCSDIR%% and %%EXAMPLESDIR%%
PR: ports/63208
Submitted by: maintainer |
2.02_2 17 Nov 2003 12:29:10 |
trevor |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
2.02_2 21 Feb 2003 12:30:28 |
knu |
De-pkg-comment. |
2.02_2 16 Jan 2003 03:23:10 |
edwin |
[MAINTAINER UPDATE] Update build of netrexx to USE_JAVA
PR: ports/41984
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> |
2.02_1 05 Nov 2002 00:19:28 |
edwin |
Fixed pre-patch target broken due to REINPLACE_CMD
Noticed by: bento |
2.02_1 04 Nov 2002 03:05:48 |
edwin |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento |
2.02_1 16 Jun 2002 01:54:07 |
glewis |
Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by: znerd |
2.02_1 02 Apr 2002 01:26:01 |
kuriyama |
Convert read.me.first from CRLF to LF, too.
Use \015 in Makefile instead of literal CR character.
PR: ports/36027
Submitted by: parv <parv_@yahoo.com> |
13 Feb 2002 14:58:51 |
lioux |
o Install JAR files according to hier(7) and mtree(8) o Install examples
unless NOPORTDOCS o Patch instructions to make sense in ports environment |
16 Nov 2001 06:14:37 |
pat |
Update to 2.02 |
06 Sep 2001 05:17:13 |
lioux |
1) do not install both/either useless and/or duplicate files 2) replace
installed NetRexxC.cmd with a home grown version 3) add lang/rexx-imc as
RUN_DEPENDS due to 2) 4) also, delete both the DOS-only *.bat files and the
OS/2-only nrc.cmd file (which is not really a Rexx file). 5) furthermore,
delete the duplicate hello.nrx because: 1. a copy is installed with the
documentation; 2. one can't compile it from the same directory java is in
(unless PATH contains .). 6) switch over maintainership to submitter |
08 Oct 2000 03:02:04 |
asami |
Convert category java to new layout. |