mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Remove expired port:
2016-01-23 archivers/jzip.org: Abandoned, outdated (no updates since 2003)
This commit is contained in:
parent
5d080bf2be
commit
31ab0265e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407110
6 changed files with 1 additions and 47 deletions
1
MOVED
1
MOVED
|
@ -8097,3 +8097,4 @@ devel/msp430-binutils|devel/gcc-msp430-ti-toolchain|2016-01-08|Has expired: Obso
|
|||
devel/e_dbus||2016-01-15|Has expired: Not used anymore by x11-wm/enlightenment
|
||||
www/xpi-locale-switcher||2016-01-15|Has expired: incompatible with Firefox 34 (and later presumably)
|
||||
textproc/py-gettext|textproc/py-python-gettext|2016-01-16|Renamed to match upstream name
|
||||
archivers/jzip.org||2016-01-24|Has expired: Abandoned, outdated (no updates since 2003)
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
SUBDIR += hs-zlib-enum
|
||||
SUBDIR += innoextract
|
||||
SUBDIR += javatar
|
||||
SUBDIR += jzip.org
|
||||
SUBDIR += jzlib
|
||||
SUBDIR += kzip
|
||||
SUBDIR += laszip
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jzip.org
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers java
|
||||
MASTER_SITES= SF/jzipdotorg/jzipdotorg/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}.src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= WinZip like program written in Java
|
||||
|
||||
DEPRECATED= Abandoned, outdated (no updates since 2003)
|
||||
EXPIRATION_DATE= 2016-01-23
|
||||
|
||||
USES= zip
|
||||
PLIST_FILES= %%JAVAJARDIR%%/jzip.org.jar bin/${PORTNAME}
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}.src
|
||||
|
||||
SUB_FILES= ${PORTNAME}.sh
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${JAVAC} -d bin src/*.java && \
|
||||
cd bin && ${JAR} cvfm jzip.org.jar manifest/MANIFEST.MF \
|
||||
i18n/*.properties jzipdotorg/*.class images/*.png
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/bin/${PORTNAME}.jar ${STAGEDIR}/${JAVAJARDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (jzip.org0.2.0.src.zip) = 3d7793842fc3e97225d578335f3e0701dd882ef6799c65109a0c7eacb745ab0e
|
||||
SIZE (jzip.org0.2.0.src.zip) = 101340
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jzip.org.jar" "$@"
|
|
@ -1,5 +0,0 @@
|
|||
jzip.org is a WinZip like program written in java. Project aims to provide
|
||||
ultimate zip tool free of proprietary code and portable to virtually any modern
|
||||
operating system.
|
||||
|
||||
WWW: http://jzipdotorg.cjb.net/
|
Loading…
Add table
Reference in a new issue