summaryrefslogtreecommitdiff
path: root/archivers/libcomprex/Makefile
diff options
context:
space:
mode:
authoradam <adam>2005-08-08 09:00:00 +0000
committeradam <adam>2005-08-08 09:00:00 +0000
commit7b75db1ba457b1049b68b88c1c9cbff7d3cb26b1 (patch)
tree38a4b49bb6041fb8817d85771fdc53e4453db990 /archivers/libcomprex/Makefile
parent6de93b6469f84041059e53df6c1f7e33ef61c572 (diff)
downloadpkgsrc-7b75db1ba457b1049b68b88c1c9cbff7d3cb26b1.tar.gz
Changes 0.3.3:
* Added basic archive writing support. * Added a cpio archive module. * Added a zip archive module. * Added the beginnings of a cab archive module. * Added new API functions, which include: cxMkDir(), cxGets(), cxExtractFile(), cxExtractArchive(), cxMakePhysDirs(), cxApplyFsNodeInfo(), cxMakeFile(), cxGetArchiveFileCount() * Added functions for extracting individual files and full archives. * Added extraction notification callbacks. * Added pkg-config support. * Added gettext v0.11.3+ support. * Added an Italian translation. Thanks Domenico Andreoli! * Added a Dutch translation. Thanks Bert De Meyer! * Added support for some non-ustar tar formats. * Added a test program to display the file/directory tree inside of an archive. * Removed comprex.h. Applications should now include libcomprex/comprex.h. * Fixed the extraction code so permissions, timestamps, and ownerships are set on files and directories. * Fixed cxEof(). * Fixed the file and directory iterator. It should provide the correct results now. * Fixed a bug in the ar module where filenames weren't always read in correctly. * Fixed a bug in the tar module where filenames that start with '.' weren't processed correctly. * Fixed library linking problems with libbz2 and libz. * Fixed compiling errors when --prefix wasn't specified, and linking errors with libltdl.
Diffstat (limited to 'archivers/libcomprex/Makefile')
-rw-r--r--archivers/libcomprex/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
index 821f8914b49..816d2316e73 100644
--- a/archivers/libcomprex/Makefile
+++ b/archivers/libcomprex/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:44:49 tv Exp $
-#
+# $NetBSD: Makefile,v 1.15 2005/08/08 09:00:00 adam Exp $
-DISTNAME= libcomprex-0.3.2
-PKGREVISION= 4
+DISTNAME= libcomprex-0.3.3
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupdate/}
@@ -12,13 +10,14 @@ COMMENT= Library to handle (de)compression of files
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_PKGLOCALEDIR= YES
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+PKGCONFIG_OVERRIDE= libcomprex.pc.in
+GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_lib_curl_curl_formparse=yes
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/pkg-config/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"