pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zip-devel: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Sep 27 20:02:50 2016 +0200
Changeset: 5d53c35df2ac89d617f2670ef1a504ad0d7c9ce8
Modified Files:
Makefile
Added Files:
zip-devel/DESCR
zip-devel/Makefile
zip-devel/PLIST
zip-devel/distinfo
Log Message:
zip-devel: add new package
This is a package of the 2015 pre-release of zip-3.1 with AES
support and other features.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5d53c35df2ac89d617f2670ef1a504ad0d7c9ce8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 5 +++--
zip-devel/DESCR | 4 ++++
zip-devel/Makefile | 31 +++++++++++++++++++++++++++++++
zip-devel/PLIST | 9 +++++++++
zip-devel/distinfo | 6 ++++++
5 files changed, 53 insertions(+), 2 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 1109ab3..7b5106e 100644
--- a/Makefile
+++ b/Makefile
@@ -727,11 +727,11 @@ SUBDIR+= fftw-mpich
SUBDIR+= fftw-openmpi
SUBDIR+= fftw2-openmpi
SUBDIR+= fgallery
+SUBDIR+= file-roller
SUBDIR+= filelight
SUBDIR+= filepp
SUBDIR+= filerunner
SUBDIR+= filevercmp
-SUBDIR+= file-roller
SUBDIR+= filter_audio-git
SUBDIR+= fio
SUBDIR+= firebird
@@ -3711,7 +3711,7 @@ SUBDIR+= rpm5
SUBDIR+= rsem
SUBDIR+= rsget
SUBDIR+= rsound
-SUBDIR+= rspamd12
+SUBDIR+= rspamd13
SUBDIR+= rsstail
SUBDIR+= rst-mode
SUBDIR+= rstudio
@@ -4392,6 +4392,7 @@ SUBDIR+= zbar
SUBDIR+= zenity
SUBDIR+= zetacoin
SUBDIR+= zinf
+SUBDIR+= zip-devel
SUBDIR+= ziparchive
SUBDIR+= zipios
SUBDIR+= zmap
diff --git a/zip-devel/DESCR b/zip-devel/DESCR
new file mode 100644
index 0000000..c4fc5c7
--- /dev/null
+++ b/zip-devel/DESCR
@@ -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.
diff --git a/zip-devel/Makefile b/zip-devel/Makefile
new file mode 100644
index 0000000..549e297
--- /dev/null
+++ b/zip-devel/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.64 2015/08/28 08:17:38 richard Exp $
+
+DISTNAME= zip31d
+PKGNAME= zip-3.1pre4
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/beta/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= wiz%NetBSD.org@localhost
+HOMEPAGE= http://www.info-zip.org/Zip.html
+COMMENT= Create/update ZIP files compatible with pkzip
+LICENSE= info-zip
+
+MAKE_FILE= unix/Makefile
+
+MAKE_FLAGS+= LOCAL_ZIP=${CFLAGS:Q}
+MAKE_FLAGS+= LFLAGS1=${_STRIPFLAG_CC:Q}
+MAKE_FLAGS+= -DUNICODE_SUPPORT
+
+BUILD_TARGET= generic
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ cd ${WRKSRC} && \
+ ${INSTALL_PROGRAM} zip zipnote zipsplit zipcloak ${DESTDIR}${PREFIX}/bin
+ cd ${WRKSRC}/man/man1 && \
+ ${INSTALL_MAN} *.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/zip-devel/PLIST b/zip-devel/PLIST
new file mode 100644
index 0000000..83126b2
--- /dev/null
+++ b/zip-devel/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.2 2005/08/03 18:54:31 wiz Exp $
+bin/zip
+bin/zipcloak
+bin/zipnote
+bin/zipsplit
+man/man1/zip.1
+man/man1/zipcloak.1
+man/man1/zipnote.1
+man/man1/zipsplit.1
diff --git a/zip-devel/distinfo b/zip-devel/distinfo
new file mode 100644
index 0000000..38244b3
--- /dev/null
+++ b/zip-devel/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.16 2015/11/03 00:56:27 agc Exp $
+
+SHA1 (zip31d.zip) = d9803db4e1abde5d819679e81996ea81f54b22b0
+RMD160 (zip31d.zip) = 6520813278f0ae7150ba439a6b898aa9d938f212
+SHA512 (zip31d.zip) = 0bac1b6350ae86c6cc3694f32f10b6a04937bbb5a8b86419ed7157e0a55d5297af921ccf1616fd69281825ccf1c39e584c4459b6415a1bd2cef0e5a8ca0904e6
+Size (zip31d.zip) = 3020594 bytes
Home |
Main Index |
Thread Index |
Old Index