D
Deleted member
Guest
Makefile
distinfo
pkg-descr
The distinfo was created with
Obviously since this is my first port, I am doing something wrong. Everything in the zip file can be installed to /usr/local/netrexx.
Code:
# $FreeBSD$
PORTNAME= NetRexx
DISTVERSION= 3.08
PORTVERSION= 1
CATEGORIES= java
MASTER_SITES= http://www.netrexx.org/
DISTNAME= NetRexx
MAINTAINER= ports@FreeBSD.org
COMMENT= NetRexx is a general-purpose programming language inspired by two very different programming languages, Rexx and Java.
LICENSE= ICU
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= auto-accept
LICENSE_NAME= LICENSE
NO_BUILD= yes
USES= zip
USE_JAVA= yes
JAVA_VERSION= 1.8
.include <bsd.port.mk>
Code:
TIMESTAMP = 1580589290
SHA256 (NetRexx.zip) = 216bc84172661a3c2576108dea9db7dd9a6163392ceb45dde58edcd98b17f821
SIZE (NetRexx.zip) = 16214952
Code:
NetRexx is a general-purpose programming language inspired by two very different programming languages, Rexx and Java. It is designed for people, not computers. In this respect it follows Rexx closely, with many of the concepts and most of the syntax taken directly from Rexx or its object oriented version, Object Rexx. From Java it derives static typing, binary arithmetic, the object model, and exception handling. "A smart language designed for real people, and vice versa." Originally a product from the IBM Hursley Software Lab, NetRexx has always been free software and is free and open source since June 11, 2011. It is the first alternative language for the Java Virtual Machine (JVM).
Why NetRexx?
* NetRexx makes programming easy, and fun again
* The Rexx type, combining numeric and string processing in one class
* Unlimited precision arithmetic built into the language
* Interpret your code or compile to JVM .class files
* Lightning fast performance compared to other JVM scripting languages
* Seamless integration to all JVM libraries
* Built-in luxurious parsing and tracing
NOTE: Remember to add NetRexxC.jar to your Java CLASSPATH.
WWW: http://www.netrexx.org
The distinfo was created with
make makesum
, but when I run make makeplist
I get:
Code:
===> Staging for NetRexx-3.08
===> NetRexx-3.08 depends on file: /usr/local/openjdk8/bin/java - found
===> Generating temporary packing list
make[1]: cannot open Makefile.
make[1]: stopped in /usr/ports/java/netrexx/work/NetRexx
*** Error code 2
Stop.
make: stopped in /usr/ports/java/netrexx