From e1e7a72d6a635cc6167dcbe0eae2d1e5f3ddf753 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Sat, 9 Nov 2002 15:54:27 +0000 Subject: New port: NetComponents 1.3.8. See: http://www.savarese.org/oro/downloads/index.html#NetComponents --- java/Makefile | 1 + java/netcomponents/Makefile | 34 ++++++++++++++++++++++++++++++++++ java/netcomponents/distinfo | 1 + java/netcomponents/pkg-comment | 1 + java/netcomponents/pkg-descr | 7 +++++++ java/netcomponents/pkg-plist | 1 + 6 files changed, 45 insertions(+) create mode 100644 java/netcomponents/Makefile create mode 100644 java/netcomponents/distinfo create mode 100644 java/netcomponents/pkg-comment create mode 100644 java/netcomponents/pkg-descr create mode 100644 java/netcomponents/pkg-plist (limited to 'java') diff --git a/java/Makefile b/java/Makefile index 29ab28e86de5..d9fc59ec63dc 100644 --- a/java/Makefile +++ b/java/Makefile @@ -60,6 +60,7 @@ SUBDIR += linux-sun-jdk13 SUBDIR += linux-sun-jdk14 SUBDIR += mmake + SUBDIR += netcomponents SUBDIR += netrexx SUBDIR += openjit SUBDIR += sablevm diff --git a/java/netcomponents/Makefile b/java/netcomponents/Makefile new file mode 100644 index 000000000000..63be598755f1 --- /dev/null +++ b/java/netcomponents/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: NetComponents +# Date created: November 9, 2002 +# Whom: Ernst de Haan +# +# $FreeBSD$ +# + +PORTNAME= netcomponents +PORTVERSION= 1.3.8 +CATEGORIES= java net +MASTER_SITES= http://www.savarese.org/oro/downloads/download/ +DISTNAME= NetComponents-${PORTVERSION} + +MAINTAINER= znerd@FreeBSD.org + +USE_JAVA= 1.1+ +USE_ZIP= yes +WRKSRC= ${WRKDIR}/NetComponents-1.3.8a +NO_BUILD= yes + +JAVASHAREDIR= ${PREFIX}/share/java +JARDIR= ${JAVASHAREDIR}/classes +JARFILE= NetComponents.jar + +do-install: + @${ECHO} -n ">> Installing JAR as ${JARDIR}/${JARFILE}..." + @${CP} ${WRKSRC}/${JARFILE} ${JARDIR}/ + @${ECHO} " [ DONE ]" + + @${ECHO} -n ">> Fixing permissions..." + @${CHMOD} 644 ${JARDIR}/${JARFILE} + @${ECHO} " [ DONE ]" + +.include diff --git a/java/netcomponents/distinfo b/java/netcomponents/distinfo new file mode 100644 index 000000000000..8d37892c4e25 --- /dev/null +++ b/java/netcomponents/distinfo @@ -0,0 +1 @@ +MD5 (NetComponents-1.3.8.zip) = e4d2adb3c3bd45eff5406c6aac23413c diff --git a/java/netcomponents/pkg-comment b/java/netcomponents/pkg-comment new file mode 100644 index 000000000000..80c84453a931 --- /dev/null +++ b/java/netcomponents/pkg-comment @@ -0,0 +1 @@ +Java library with common network protocol implementations diff --git a/java/netcomponents/pkg-descr b/java/netcomponents/pkg-descr new file mode 100644 index 000000000000..a722e4f47ff0 --- /dev/null +++ b/java/netcomponents/pkg-descr @@ -0,0 +1,7 @@ +NetComponents TM is a Java package that allows easy access to the +most commonly used Internet protocols. It provides support for +FTP, NNTP, SMTP, POP3, Telnet, TFTP, Finger, Whois, and other +frequently used Internet protocols as well as BSD R command +support, including rexec, rcmd/rshell and rlogin + +WWW: http://www.savarese.org/oro/downloads/index.html#NetComponents diff --git a/java/netcomponents/pkg-plist b/java/netcomponents/pkg-plist new file mode 100644 index 000000000000..953df8e21985 --- /dev/null +++ b/java/netcomponents/pkg-plist @@ -0,0 +1 @@ +share/java/classes/NetComponents.jar -- cgit v1.2.3