NetBSD pkgsrc (package source) is a package management system for
Unix-like operating systems
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.
# $NetBSD: Makefile,v 1.6 2008/05/25 13:16:10 dillo Exp $
#
DISTNAME= libzip-0.8
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/
OWNER= dillo@NetBSD.org
HOMEPAGE= http://www.nih.at/libzip/
COMMENT= C library to manipulate zip archives
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libzip.pc.in
GNU_CONFIGURE= yes
TEST_TARGET= check
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@comment $NetBSD: PLIST,v 1.3 2007/06/06 20:55:29 wiz Exp $
bin/zipcmp
bin/zipmerge
include/zip.h
lib/libzip.la
lib/pkgconfig/libzip.pc
man/man1/zipcmp.1
man/man1/zipmerge.1
man/man3/libzip.3
man/man3/zip_add.3
man/man3/zip_add_dir.3
man/man3/zip_close.3
man/man3/zip_delete.3
man/man3/zip_error_clear.3
man/man3/zip_error_get.3
man/man3/zip_error_get_sys_type.3
man/man3/zip_error_to_str.3
man/man3/zip_errors.3
man/man3/zip_fclose.3
man/man3/zip_file_error_clear.3
man/man3/zip_file_error_get.3
man/man3/zip_file_strerror.3
man/man3/zip_fopen.3
man/man3/zip_fopen_index.3
man/man3/zip_fread.3
man/man3/zip_get_archive_comment.3
man/man3/zip_get_file_comment.3
man/man3/zip_get_name.3
man/man3/zip_get_num_files.3
man/man3/zip_name_locate.3
man/man3/zip_open.3
man/man3/zip_rename.3
man/man3/zip_replace.3
man/man3/zip_set_archive_comment.3
man/man3/zip_set_file_comment.3
man/man3/zip_source_buffer.3
man/man3/zip_source_file.3
man/man3/zip_source_filep.3
man/man3/zip_source_free.3
man/man3/zip_source_function.3
man/man3/zip_source_zip.3
man/man3/zip_stat.3
man/man3/zip_stat_index.3
man/man3/zip_stat_init.3
man/man3/zip_strerror.3
man/man3/zip_unchange.3
man/man3/zip_unchange_all.3
man/man3/zip_unchange_archive.3
# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:10:35 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBZIP_BUILDLINK3_MK:= ${LIBZIP_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= libzip
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibzip}
BUILDLINK_PACKAGES+= libzip
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libzip
.if !empty(LIBZIP_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.libzip+= libzip>=0.7.1
BUILDLINK_PKGSRCDIR.libzip?= ../../archivers/libzip
.endif # LIBZIP_BUILDLINK3_MK
.include "../../devel/zlib/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
$NetBSD: distinfo,v 1.6 2007/06/06 20:55:29 wiz Exp $
SHA1 (libzip-0.8.tar.gz) = a24bd9b3085774e2c30eda095fea1e494d1c2d9f
RMD160 (libzip-0.8.tar.gz) = 634a2dfb593806e08e5b61c55a4a97ed146ee4a6
Size (libzip-0.8.tar.gz) = 414095 bytes