1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port: NetComponents 1.3.8.

See:
http://www.savarese.org/oro/downloads/index.html#NetComponents
This commit is contained in:
Ernst de Haan 2002-11-09 15:54:27 +00:00
parent 4678225356
commit e1e7a72d6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69792
6 changed files with 45 additions and 0 deletions

View File

@ -60,6 +60,7 @@
SUBDIR += linux-sun-jdk13
SUBDIR += linux-sun-jdk14
SUBDIR += mmake
SUBDIR += netcomponents
SUBDIR += netrexx
SUBDIR += openjit
SUBDIR += sablevm

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (NetComponents-1.3.8.zip) = e4d2adb3c3bd45eff5406c6aac23413c

View File

@ -0,0 +1 @@
Java library with common network protocol implementations

View File

@ -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

View File

@ -0,0 +1 @@
share/java/classes/NetComponents.jar