1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

add libcomprex

Transparently handles automatic compression and decompression of files
This commit is contained in:
Ying-Chieh Liao 2001-11-21 18:03:45 +00:00
parent fa20ca843f
commit 884a3bdcac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50339
6 changed files with 55 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += lha
SUBDIR += libarc
SUBDIR += libcabinet
SUBDIR += libcomprex
SUBDIR += linux_rar
SUBDIR += lzo
SUBDIR += lzop

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (libcomprex-0.1.0.tar.gz) = 3127594ce6c30c059a1ac1b8db94081a

View File

@ -0,0 +1 @@
Transparently handles automatic compression and decompression of files

View File

@ -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

View File

@ -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