diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-11-28 23:08:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-11-28 23:08:03 +0000 |
commit | 691f434f549a42a69ac50ff23a1543397490f5c5 (patch) | |
tree | 918183cc54e747acc95c0517ca51c4874a7ee860 /archivers | |
parent | de9fd54831b4e86ba3482e9bc7479a1ddcc1c364 (diff) | |
download | ports-691f434f549a42a69ac50ff23a1543397490f5c5.tar.gz ports-691f434f549a42a69ac50ff23a1543397490f5c5.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/wzip/Makefile | 29 | ||||
-rw-r--r-- | archivers/wzip/distinfo | 2 | ||||
-rw-r--r-- | archivers/wzip/pkg-descr | 7 |
4 files changed, 0 insertions, 39 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index cd78961ded14..12de50219bf5 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -214,7 +214,6 @@ SUBDIR += unzip SUBDIR += unzoo SUBDIR += upx - SUBDIR += wzip SUBDIR += xar SUBDIR += xarchive SUBDIR += xarchiver diff --git a/archivers/wzip/Makefile b/archivers/wzip/Makefile deleted file mode 100644 index 36076bf42439..000000000000 --- a/archivers/wzip/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Yonatan <onatan@gmail.com> -# $FreeBSD$ - -PORTNAME= wzip -PORTVERSION= 1.1.1 -CATEGORIES= archivers -MASTER_SITES= DEBIAN_POOL -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= onatan@gmail.com -COMMENT= Preprocessor for lossy data compression - -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 - -ALL_TARGET= ${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz - -post-patch: - @${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/${MAKEFILE} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/archivers/wzip/distinfo b/archivers/wzip/distinfo deleted file mode 100644 index c337e079d578..000000000000 --- a/archivers/wzip/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wzip_1.1.1.tar.gz) = 6c1f98f5995b644cd2b849b831ebcf1a62c9b928c02ffb6e62443e9868ac6c41 -SIZE (wzip_1.1.1.tar.gz) = 34899 diff --git a/archivers/wzip/pkg-descr b/archivers/wzip/pkg-descr deleted file mode 100644 index 876118f27fba..000000000000 --- a/archivers/wzip/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The program wzip is a preprocessor for lossy data compression. A sequence of -ASCII floating-point numbers is transformed into a sequence of small integers -ready for effective compression with e.g. gzip. The program can also be used -for effective but time consuming denoising of measurement data. Wzip was -originally written for the processing of EDX-linescans. - -WWW: http://packages.qa.debian.org/w/wzip.html |