diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/zlib/Makefile | 37 | ||||
-rw-r--r-- | archivers/zlib/distinfo | 2 | ||||
-rw-r--r-- | archivers/zlib/pkg-descr | 10 |
4 files changed, 0 insertions, 50 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index f67724532f89..d599a93e8492 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -210,7 +210,6 @@ SUBDIR += zip SUBDIR += zipmix SUBDIR += zipper - SUBDIR += zlib SUBDIR += zoo SUBDIR += zutils diff --git a/archivers/zlib/Makefile b/archivers/zlib/Makefile deleted file mode 100644 index 44205490fe95..000000000000 --- a/archivers/zlib/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: zlib -# Date created: 17 April 2012 -# Whom: Muhammad Moinur Rahman <5u623l20@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= zlib -PORTVERSION= 1.2.7 -CATEGORIES= archivers -MASTER_SITES= SF/libpng/${PORTNAME}/${PORTVERSION} \ - http://zlib.net/ - -MAINTAINER= 5u623l20@gmail.com -COMMENT= A Massively Spiffy Yet Delicately Unobtrusive Compression Library - -USE_BZIP2= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -HAS_CONFIGURE= yes -USE_LDCONFIG= yes - -MAN3= zlib.3 -NO_MANCOMPRESS= yes - -PLIST_FILES= include/zconf.h \ - include/zlib.h \ - lib/libz.so \ - lib/libz.a \ - lib/libz.so.1 \ - lib/libz.so.1.2.7 \ - lib/pkgconfig/zlib.pc -PLIST_DIRS= lib/pkgconfig - -post-patch: - @${REINPLACE_CMD} -e '/mandir/s/share\///' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/archivers/zlib/distinfo b/archivers/zlib/distinfo deleted file mode 100644 index ed414e470611..000000000000 --- a/archivers/zlib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zlib-1.2.7.tar.bz2) = 49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934 -SIZE (zlib-1.2.7.tar.bz2) = 505085 diff --git a/archivers/zlib/pkg-descr b/archivers/zlib/pkg-descr deleted file mode 100644 index b133ec01a074..000000000000 --- a/archivers/zlib/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -zlib is designed to be a free, general-purpose, legally unencumbered -- that is, -not covered by any patents -- lossless data-compression library for use on -virtually any computer hardware and operating system. The zlib data format is -itself portable across platforms. Unlike the LZW compression method used in Unix -compress(1) and in the GIF image format, the compression method currently used -in zlib essentially never expands the data. (LZW can double or triple the file -size in extreme cases.) zlib's memory footprint is also independent of the input -data and can be reduced, if necessary, at some cost in compression. - -WWW: http://zlib.net/ |