summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-11-09 15:54:27 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-11-09 15:54:27 +0000
commite1e7a72d6a635cc6167dcbe0eae2d1e5f3ddf753 (patch)
treedd8c1a7c49c76e1a0f41ed2d74c1bb3c141f5958 /java
parentUpdate to the version 6_15_8-05-quimby (diff)
New port: NetComponents 1.3.8.
See: http://www.savarese.org/oro/downloads/index.html#NetComponents
Notes
Notes: svn path=/head/; revision=69792
Diffstat (limited to 'java')
-rw-r--r--java/Makefile1
-rw-r--r--java/netcomponents/Makefile34
-rw-r--r--java/netcomponents/distinfo1
-rw-r--r--java/netcomponents/pkg-comment1
-rw-r--r--java/netcomponents/pkg-descr7
-rw-r--r--java/netcomponents/pkg-plist1
6 files changed, 45 insertions, 0 deletions
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 <znerd@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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