Index: head/archivers/zip/Makefile =================================================================== --- head/archivers/zip/Makefile (revision 369901) +++ head/archivers/zip/Makefile (revision 369902) @@ -1,36 +1,37 @@ # Created by: Andrey Chernov # $FreeBSD$ PORTNAME= zip PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION} \ http://www.skysmurf.nl/comp/FreeBSD/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= freebsd@skysmurf.nl COMMENT= Create/update ZIP files compatible with PKZIP # License is BSD-based, but not identical, so intall with documentation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS MAKEFILE= unix/Makefile ALL_TARGET= generic PLIST_FILES= bin/zip bin/zipcloak bin/zipnote bin/zipsplit \ man/man1/zip.1.gz man/man1/zipcloak.1.gz \ man/man1/zipnote.1.gz man/man1/zipsplit.1.gz PORTDOCS= * do-install: .for p in ${PLIST_FILES:Mbin*:T} ${INSTALL_PROGRAM} ${WRKSRC}/${p} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/${p}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES README* TODO WHATSNEW WHERE ${STAGEDIR}${DOCSDIR} .include Index: head/archivers/zip/files/patch-man__zipcloak.1 =================================================================== --- head/archivers/zip/files/patch-man__zipcloak.1 (nonexistent) +++ head/archivers/zip/files/patch-man__zipcloak.1 (revision 369902) @@ -0,0 +1,11 @@ +--- man/zipcloak.1.orig 2008-05-08 08:18:46 UTC ++++ man/zipcloak.1 +@@ -12,8 +12,6 @@ + zipfile + + .SH ARGUMENTS +-.in +13 +-.ti -13 + zipfile Zipfile to encrypt entries in + + .SH OPTIONS Property changes on: head/archivers/zip/files/patch-man__zipcloak.1 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/archivers/zip/files/patch-man__zipnote.1 =================================================================== --- head/archivers/zip/files/patch-man__zipnote.1 (nonexistent) +++ head/archivers/zip/files/patch-man__zipnote.1 (revision 369902) @@ -0,0 +1,11 @@ +--- man/zipnote.1.orig 2008-05-08 08:17:56 UTC ++++ man/zipnote.1 +@@ -12,8 +12,6 @@ + zipfile + + .SH ARGUMENTS +-.in +13 +-.ti -13 + zipfile Zipfile to read comments from or edit. + + .SH OPTIONS Property changes on: head/archivers/zip/files/patch-man__zipnote.1 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/archivers/zip/files/patch-man__zipsplit.1 =================================================================== --- head/archivers/zip/files/patch-man__zipsplit.1 (nonexistent) +++ head/archivers/zip/files/patch-man__zipsplit.1 (revision 369902) @@ -0,0 +1,11 @@ +--- man/zipsplit.1.orig 2008-05-08 08:17:48 UTC ++++ man/zipsplit.1 +@@ -17,8 +17,6 @@ + zipfile + + .SH ARGUMENTS +-.in +13 +-.ti -13 + zipfile Zipfile to split. + + .SH OPTIONS Property changes on: head/archivers/zip/files/patch-man__zipsplit.1 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property