[Midnightbsd-cvs] mports: archivers/libzip: Added libzip-0.8
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Sat Jan 3 19:55:09 EST 2009
Log Message:
-----------
Added libzip-0.8
Added Files:
-----------
mports/archivers/libzip:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
mports/archivers/libzip/files:
patch-man_Makefile.in (r1.1)
-------------- next part --------------
--- /dev/null
+++ archivers/libzip/pkg-descr
@@ -0,0 +1,6 @@
+libzip is a C library for reading, creating, and modifying zip archives. Files
+can be added from data buffers, files, or compressed data copied directly from
+other zip archives. Changes made without closing the archive can be reverted.
+The API is documented by man pages.
+
+WWW: http://www.nih.at/libzip/
--- /dev/null
+++ archivers/libzip/Makefile
@@ -0,0 +1,71 @@
+#
+# $MidnightBSD: mports/archivers/libzip/Makefile,v 1.1 2009/01/04 00:55:06 ctriv Exp $
+#
+
+PORTNAME= libzip
+PORTVERSION= 0.8
+CATEGORIES= archivers devel
+MASTER_SITES= http://www.nih.at/libzip/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= A C library for reading, creating, and modifying zip archives
+LICENSE= bsd3
+
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+USE_GNOME= gnomehack pkgconfig
+
+PLIST_FILES= bin/zipcmp \
+ bin/zipmerge \
+ include/zip.h \
+ lib/libzip.a \
+ lib/libzip.la \
+ lib/libzip.so \
+ lib/libzip.so.1 \
+ libdata/pkgconfig/libzip.pc
+
+MAN1= zipcmp.1 \
+ zipmerge.1
+
+MAN3= libzip.3 \
+ zip_add.3 \
+ zip_add_dir.3 \
+ zip_close.3 \
+ zip_delete.3 \
+ zip_error_clear.3 \
+ zip_error_get.3 \
+ zip_error_get_sys_type.3 \
+ zip_error_to_str.3 \
+ zip_errors.3 \
+ zip_fclose.3 \
+ zip_file_error_clear.3 \
+ zip_file_error_get.3 \
+ zip_file_strerror.3 \
+ zip_fopen.3 \
+ zip_fopen_index.3 \
+ zip_fread.3 \
+ zip_get_archive_comment.3 \
+ zip_get_file_comment.3 \
+ zip_get_name.3 \
+ zip_get_num_files.3 \
+ zip_name_locate.3 \
+ zip_open.3 \
+ zip_rename.3 \
+ zip_replace.3 \
+ zip_set_archive_comment.3 \
+ zip_set_file_comment.3 \
+ zip_source_buffer.3 \
+ zip_source_file.3 \
+ zip_source_filep.3 \
+ zip_source_free.3 \
+ zip_source_function.3 \
+ zip_source_zip.3 \
+ zip_stat.3 \
+ zip_stat_index.3 \
+ zip_stat_init.3 \
+ zip_strerror.3 \
+ zip_unchange.3 \
+ zip_unchange_all.3 \
+ zip_unchange_archive.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ archivers/libzip/distinfo
@@ -0,0 +1,3 @@
+MD5 (libzip-0.8.tar.gz) = b0087c2a12b312f8ec2df1052b2acb4f
+SHA256 (libzip-0.8.tar.gz) = 5a1b231d002b1a87ecab26874491ec6bea36b108f5f37769a2dc79b10623c047
+SIZE (libzip-0.8.tar.gz) = 414095
--- /dev/null
+++ archivers/libzip/files/patch-man_Makefile.in
@@ -0,0 +1,13 @@
+--- man/Makefile.in.orig 2007-08-02 13:44:34.000000000 +0400
++++ man/Makefile.in 2007-08-02 13:46:45.000000000 +0400
+@@ -154,8 +154,8 @@
+ target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-man1_MANS = ${MAN1:.mdoc=.${MANFMT}}
+-man3_MANS = ${MAN3:.mdoc=.${MANFMT}}
++man1_MANS = ${MAN1}
++man3_MANS = ${MAN3}
+ DISTCLEANFILES = ${HTML}
+ EXTRA_DIST = ${MANDOC} ${MAN} CMakeLists.txt
+ MAN1 = zipcmp.mdoc zipmerge.mdoc
More information about the Midnightbsd-cvs
mailing list