head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.04.03.13.07.32;	author makc;	state Exp;
branches;
next	1.8;

1.8
date	2011.05.12.08.44.46;	author makc;	state Exp;
branches;
next	1.7;

1.7
date	2011.04.24.21.59.08;	author makc;	state Exp;
branches;
next	1.6;

1.6
date	2010.02.22.11.17.16;	author makc;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.10.08.06.33;	author makc;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.10.06.42.59;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.18.12.04.29;	author tabthorpe;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.15.15.21.22;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.21.16.28.29;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309150 | danfe | 2012-12-18 07:57:31 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## For a number of ports in archives category, trim the header and drop leading
## SVN ## indefinite article from COMMENT line; also fix few noticed styles bugs while
## SVN ## I am here.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Alexander Zhuravlev <zaa@@zaa.pp.ru>
# $FreeBSD: head/archivers/libzip/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	libzip
PORTVERSION=	0.10.1
CATEGORIES=	archivers devel
MASTER_SITES=	http://www.nih.at/libzip/

MAINTAINER=	makc@@FreeBSD.org
COMMENT=	C library for reading, creating, and modifying ZIP archives

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
MAKE_ENV=	LC_ALL="C"
USE_AUTOTOOLS=	libtool
USE_GNOME=	gnomehack pkgconfig
USE_LDCONFIG=	yes

MAN1=		zipcmp.1 \
		zipmerge.1 \
		ziptorrent.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_fdopen.3 \
		zip_file_error_clear.3 \
		zip_file_error_get.3 \
		zip_file_strerror.3 \
		zip_fopen.3 \
		zip_fopen_encrypted.3 \
		zip_fopen_index.3 \
		zip_fopen_index_encrypted.3 \
		zip_fread.3 \
		zip_get_archive_comment.3 \
		zip_get_archive_flag.3 \
		zip_get_file_comment.3 \
		zip_get_file_extra.3 \
		zip_get_name.3 \
		zip_get_num_entries.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_archive_flag.3 \
		zip_set_default_password.3 \
		zip_set_file_comment.3 \
		zip_set_file_extra.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>
@


1.10
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	libzip
# Date created:		2006-03-20
# Whom:			Alexander Zhuravlev <zaa@@zaa.pp.ru>
#
# $FreeBSD: head/archivers/libzip/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d10 1
a10 1
COMMENT=	A C library for reading, creating, and modifying zip archives
@


1.9
log
@Update to bugfix release 0.10.1:
 - fixed CVE-2012-1162
 - fixed CVE-2012-1163

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Fix build with some non-default locales.
@
text
@d9 1
a9 1
PORTVERSION=	0.10
@


1.7
log
@Update to 0.10
@
text
@d18 1
@


1.6
log
@Update to 0.9.3
Reformat pkg-descr.

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.9.3
d18 2
a20 1
USE_GNOME=	gnomehack pkgconfig
d37 1
d42 1
d44 1
d49 1
d51 1
d59 1
d61 1
@


1.5
log
@take maintainership
@
text
@d9 1
a9 1
PORTVERSION=	0.8
d16 1
a20 9
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

d22 2
a23 1
		zipmerge.1
d43 1
d52 1
@


1.4
log
@Reset zaa@@zaa.pp.ru: mail can not be delivered (mail loop).
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@- update to 0.8

PR:		ports/115201
Submitted by:	Maxim Samsonov <xors_AT_mne.ru>
Approved by:	Alexander Zhuravlev (maintainer), clsung (mentor)
@
text
@d13 1
a13 1
MAINTAINER=	zaa@@zaa.pp.ru
@


1.2
log
@- Update to 0.7.1

Submitted by:	chinsan <chinsan dot tw_AT_gmail dot com>
Approved by:	maintainer (Alexander Zhuravlev)
@
text
@d9 1
a9 1
PORTVERSION=	0.7.1
d17 1
a17 1
INSTALLS_SHLIB=	yes
d34 1
d37 1
d43 1
d67 1
@


1.1
log
@Add libzip.

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/

PR:		ports/94710
Submitted by:	Alexander Zhuravlev <zaa@@ulstu.ru>
@
text
@d9 1
a9 1
PORTVERSION=	0.6.1
d26 1
a26 1
		lib/libzip.so.0 \
d46 2
d54 2
d66 2
a67 1
		zip_unchange_all.3
@

