This commit is contained in:
joey 1997-11-17 23:50:14 +00:00
parent 50f5a1651c
commit 2b4b1b46e0
5 changed files with 46 additions and 0 deletions

35
archivers/zip/Makefile Normal file
View File

@ -0,0 +1,35 @@
# OpenBSD makefile for: zip (without encryption)
# http://infozip.cdrom.com/pub/infozip/
#
# Version required: 2.1
# Date created: 17 Nov 1997
# Whom: ejovi
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/11/17 23:50:14 joey Exp $
#
DISTNAME= zip21
PKGNAME= zip-2.1
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/
EXTRACT_SUFX= .zip
MAINTAINER= joey@OpenBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
EXTRACT_CMD= unzip
EXTRACT_ARGS= -oq
NO_WRKSUBDIR= yes
MAKEFILE= unix/Makefile
MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" -f
ALL_TARGET= generic
MAN1= zip.1
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} zip zipnote zipsplit zipcloak ${PREFIX}/bin
cd ${WRKSRC}/man && \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>

1
archivers/zip/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (zip21.zip) = 5e175cbb2f897eb31d5efc23de414dc6

View File

@ -0,0 +1 @@
Create/update ZIP files compatabile with pkzip.

4
archivers/zip/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
Zip is a compression and file packaging utility. It is compatible with
PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems. There is a companion to zip
called unzip (of course) which you should be able to find the same place
you got zip.

5
archivers/zip/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
man/man1/zip.1.gz
bin/zip
bin/zipnote
bin/zipsplit
bin/zipcloak