1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

zlib is already in base so this port isn't needed.

Submitted by:   Erik Trulsson <ertr1013@student.uu.se>
This commit is contained in:
Steven Kreuzer 2009-10-19 22:36:24 +00:00
parent bb460d9144
commit 1658a03ac4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243065
7 changed files with 1 additions and 50 deletions

1
MOVED
View File

@ -4188,3 +4188,4 @@ misc/tmux|sysutils/tmux|2009-10-14|Moved to sysutils category
audio/xmms-uade|audio/uade|2009-10-18|decoupled from xmms
net-p2p/mute-net-gui|net-p2p/mute-net|2009-10-19|Broken for extensive period of time and unmaintained
net-p2p/mute-net-text|net-p2p/mute-net|2009-10-19|Broken for extensive period of time and unmaintained
archivers/zlib||2009-10-19|Removed

View File

@ -190,7 +190,6 @@
SUBDIR += zipios++
SUBDIR += zipmix
SUBDIR += zipper
SUBDIR += zlib
SUBDIR += zoo
.include <bsd.port.subdir.mk>

View File

@ -1,26 +0,0 @@
# New ports collection makefile for: zlib
# Date created: 2009-10-18
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zlib
PORTVERSION= 1.2.3
CATEGORIES= archivers
MASTER_SITES= http://www.zlib.net/ \
http://www.gzip.org/zlib/
MAINTAINER= skreuzer@exit2shell.com
COMMENT= Delicately Unobtrusive Compression Library
HAS_CONFIGURE= YES
USE_LDCONFIG= YES
MAN3= zlib.3
post-patch:
@${REINPLACE_CMD} -e 's|%%MAN3PREFIX%%|${MAN3PREFIX}|' \
${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (zlib-1.2.3.tar.gz) = debc62758716a169df9f62e6ab2bc634
SHA256 (zlib-1.2.3.tar.gz) = 1795c7d067a43174113fdf03447532f373e1c6c57c08d61d9e4e9be5e244b05e
SIZE (zlib-1.2.3.tar.gz) = 496597

View File

@ -1,11 +0,0 @@
--- configure.orig 2009-10-18 14:12:58.000000000 -0400
+++ configure 2009-10-18 14:14:56.000000000 -0400
@@ -29,7 +29,7 @@
exec_prefix=${exec_prefix-'${prefix}'}
libdir=${libdir-'${exec_prefix}/lib'}
includedir=${includedir-'${prefix}/include'}
-mandir=${mandir-'${prefix}/share/man'}
+mandir=${mandir-'%%MAN3PREFIX%%/man'}
shared_ext='.so'
shared=0
gcc=0

View File

@ -1,5 +0,0 @@
zlib is a software library used for data compression. zlib is an
abstraction of the DEFLATE compression algorithm used in the gzip
file compression program.
WWW: http://www.zlib.net

View File

@ -1,4 +0,0 @@
@comment $FreeBSD$
include/zlib.h
include/zconf.h
lib/libz.a