diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2018-06-07 00:34:18 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2018-06-07 00:34:18 +0000 |
| commit | 7b4e2fac310c869ae726093c8477595ea2ba05f7 (patch) | |
| tree | 22d4c67d5416102a354a83bb192b7cc40174dd2c /comms/java-commapi | |
| parent | b73a392dad3a1f203cc30e27691a2ba317f33f39 (diff) | |
Notes
Diffstat (limited to 'comms/java-commapi')
| -rw-r--r-- | comms/java-commapi/Makefile | 47 | ||||
| -rw-r--r-- | comms/java-commapi/distinfo | 2 | ||||
| -rw-r--r-- | comms/java-commapi/pkg-descr | 15 |
3 files changed, 0 insertions, 64 deletions
diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile deleted file mode 100644 index 577ae2f9020d..000000000000 --- a/comms/java-commapi/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Ari Suutari <ari.suutari@syncrontech.com> -# $FreeBSD$ - -PORTNAME= java-commapi -PORTVERSION= 2.0.3 -PORTREVISION= 4 -CATEGORIES= comms java -MASTER_SITES= # -DISTNAME= comm${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Sun's Java Communications API - -BROKEN= No upstream anymore -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-06-06 -USES= zip -USE_JAVA= yes -JAVA_VERSION= 1.6+ - -NO_CDROM= Sun has a funky license for this software -RESTRICTED= no commercial use -NO_BUILD= YES - -WRKSRC= ${WRKDIR} -DISTDESCR= "the Java Communications API ${PORTVERSION} for Generic Platform" -DOWNLOAD_URL= "https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=JAVACOMM-3.0.1-LX-SP-G-F@CDS-CDS_SMI" -PORTDESTDIR= ${STAGEDIR}${JAVA_HOME}/jre/lib/ext -DISTFILE= ${DISTNAME}${EXTRACT_SUFX} -DISTPATH= ${DISTDIR}/${DISTFILE} - -PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/${PREFIX}\///} -PLIST_FILES+= %%JAVA_HOME%%/jre/lib/ext/comm.jar - -.include <bsd.port.pre.mk> - -.if !exists(${DISTPATH}) -IGNORE=You must manually fetch ${DISTDESCR} (${DISTFILE}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again -.endif - -do-install: - @${ECHO} -n ">> Copying comm.jar to ${PORTDESTDIR}..." - @${MKDIR} ${PORTDESTDIR} - @${INSTALL_DATA} ${WRKSRC}/comm.jar ${PORTDESTDIR} - @${ECHO} " [ DONE ]" - -.include <bsd.port.post.mk> diff --git a/comms/java-commapi/distinfo b/comms/java-commapi/distinfo deleted file mode 100644 index 9a4e1035a837..000000000000 --- a/comms/java-commapi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (comm2.0.3.zip) = 86e430d07aef32c6fe4fc0a1de40c54aeee6df154dbb8185399b30b6a78edd28 -SIZE (comm2.0.3.zip) = 32609 diff --git a/comms/java-commapi/pkg-descr b/comms/java-commapi/pkg-descr deleted file mode 100644 index a7b772db7596..000000000000 --- a/comms/java-commapi/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The JavaTM Communications API can be used to write -platform-independent communications applications for applications -like voice mail, fax and smartcards. - -This version of the Java Communications API contains support for -RS232 serial ports and IEEE 1284 parallel ports. -With updated functionality, one can: - -Enumerate ports available on the system. -Open and claim ownership of ports. -Resolve port ownership contention between multiple applications. -Perform asynchronous and synchronous I/O on ports. -Receive Beans-style events describing communication port state changes. - -WWW: http://java.sun.com/products/javacomm/ |
