Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 10:34:19 +0200 (EET)
From:      Ari Suutari <ari.suutari@syncrontech.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48658: Update java-commapi-freebsd port to version 0.2
Message-ID:  <200302250834.h1P8YJCR099417@pommac.syncrontech.com>

next in thread | raw e-mail | index | archive | help

>Number:         48658
>Category:       ports
>Synopsis:       Update java-commapi-freebsd port to version 0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 25 00:40:04 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ari Suutari
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Syncron Tech Oy
>Environment:
System: FreeBSD pommac.syncrontech.com 4.7-STABLE FreeBSD 4.7-STABLE #9: Wed Jan 22 10:02:01 EET 2003 root@pommac.syncrontech.com:/usr/obj/usr/src/sys/POMMAC i386


>Description:
	This is an updated port of FreeBSD's java commapi library.
	Current version is 0.2, which includes some bug fixes
	and code cleanup.
>How-To-Repeat:
	N/A
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pkg-comment
#	pkg-descr
#	pkg-plist
#	distinfo
#	Makefile
#
echo x - pkg-comment
sed 's/^X//' >pkg-comment << 'END-of-pkg-comment'
XJava Communication API for FreeBSD
END-of-pkg-comment
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XThis is the offical port of Sun's Java Communication API for FreeBSD. 
XThis API allows communications across RS-232 and
Xparallel lines using Java technology under FreeBSD. 
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
Xjdk1.3.1/jre/lib/ext/CommDriver.jar
Xjdk1.3.1/jre/lib/i386/libSerial.so
Xjdk1.3.1/jre/lib/i386/libParallel.so
Xjdk1.3.1/jre/lib/javax.comm.properties
END-of-pkg-plist
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (freebsd-commapi-0.2.tar.gz) = 06161a300cf239e35f9fdf4100b308dd
END-of-distinfo
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:	java freebsd-commapi
X# Date created:         2001/07/01
X# Whom:			Ari Suutari <ari.suutari@syncrontech.com>
X#
X# $FreeBSD: ports/comms/java-commapi-freebsd/Makefile,v 1.1 2002/08/07 19:44:31 znerd Exp $
X#
X
XPORTNAME=	java-commapi-freebsd
XPORTVERSION=	0.2
XCATEGORIES=	comms java
XMASTER_SITES=	http://www.syncrontech.org/freebsd/
XDISTNAME=	freebsd-commapi-0.2
X
XMAINTAINER=	ari.suutari@syncrontech.com
X
XBUILD_DEPENDS=	${JDKDIR}/bin/javac:${PORTSDIR}/java/jdk13 \
X		${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi
XRUN_DEPENDS=	${JDKDIR}/bin/java:${PORTSDIR}/java/jdk13 \
X		${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi
X
XJDKDIR=		${LOCALBASE}/jdk1.3.1
XMAKE_ENV=	JAVA_HOME=${JDKDIR}
X
X.include <bsd.port.mk>
END-of-Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302250834.h1P8YJCR099417>