summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-21 18:03:45 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-21 18:03:45 +0000
commit884a3bdcacafebb4f62ae6f370934c6197f6ed33 (patch)
tree05cd133f2fad3078359499ab635aeeff05fad310 /archivers
parentFix plots with impulses and boxes (diff)
add libcomprex
Transparently handles automatic compression and decompression of files
Notes
Notes: svn path=/head/; revision=50339
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/libcomprex/Makefile27
-rw-r--r--archivers/libcomprex/distinfo1
-rw-r--r--archivers/libcomprex/pkg-comment1
-rw-r--r--archivers/libcomprex/pkg-descr7
-rw-r--r--archivers/libcomprex/pkg-plist18
6 files changed, 55 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index cfc732a01873..d32e5cd5b692 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -18,6 +18,7 @@
SUBDIR += lha
SUBDIR += libarc
SUBDIR += libcabinet
+ SUBDIR += libcomprex
SUBDIR += linux_rar
SUBDIR += lzo
SUBDIR += lzop
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
new file mode 100644
index 000000000000..a052a5c82bc7
--- /dev/null
+++ b/archivers/libcomprex/Makefile
@@ -0,0 +1,27 @@
+# ex:ts=8
+# New ports collection makefile for: libcomprex
+# Date created: Nov 22, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libcomprex
+PORTVERSION= 0.1.0
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gnupdate
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= bz2:${PORTSDIR}/archivers/bzip2 \
+ curl:${PORTSDIR}/ftp/curl
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
+INSTALLS_SHLIB= yes
+
+MAN1= comprex-config.1
+
+.include <bsd.port.mk>
diff --git a/archivers/libcomprex/distinfo b/archivers/libcomprex/distinfo
new file mode 100644
index 000000000000..f20cc03f36de
--- /dev/null
+++ b/archivers/libcomprex/distinfo
@@ -0,0 +1 @@
+MD5 (libcomprex-0.1.0.tar.gz) = 3127594ce6c30c059a1ac1b8db94081a
diff --git a/archivers/libcomprex/pkg-comment b/archivers/libcomprex/pkg-comment
new file mode 100644
index 000000000000..4c3c03f64187
--- /dev/null
+++ b/archivers/libcomprex/pkg-comment
@@ -0,0 +1 @@
+Transparently handles automatic compression and decompression of files
diff --git a/archivers/libcomprex/pkg-descr b/archivers/libcomprex/pkg-descr
new file mode 100644
index 000000000000..add2072e9a0b
--- /dev/null
+++ b/archivers/libcomprex/pkg-descr
@@ -0,0 +1,7 @@
+The libcomprex library transparently handles automatic compression and
+decompression of files. The API is similar to C's built-in file access
+functions, which provides a smooth transition to libcomprex. libcomprex
+can also open uncompressed files, making it a good replacement for the
+native file access functions.
+
+WWW: http://www.gnupdate.org/components/libcomprex/index.xml
diff --git a/archivers/libcomprex/pkg-plist b/archivers/libcomprex/pkg-plist
new file mode 100644
index 000000000000..68599a5e19a8
--- /dev/null
+++ b/archivers/libcomprex/pkg-plist
@@ -0,0 +1,18 @@
+bin/comprex-config
+include/comprex.h
+include/libcomprex/comprex.h
+include/libcomprex/fileio.h
+include/libcomprex/module.h
+include/libcomprex/status.h
+include/libcomprex/utils.h
+lib/comprex/file/ar.so
+lib/comprex/file/bzip2.so
+lib/comprex/file/zlib.so
+lib/comprex/scheme/curl.a
+lib/libcomprex.a
+lib/libcomprex.so.0
+share/aclocal/comprex.m4
+@dirrm include/libcomprex
+@dirrm lib/comprex/file
+@dirrm lib/comprex/scheme
+@dirrm lib/comprex