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:
parent
fa20ca843f
commit
884a3bdcac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50339
@ -18,6 +18,7 @@
|
||||
SUBDIR += lha
|
||||
SUBDIR += libarc
|
||||
SUBDIR += libcabinet
|
||||
SUBDIR += libcomprex
|
||||
SUBDIR += linux_rar
|
||||
SUBDIR += lzo
|
||||
SUBDIR += lzop
|
||||
|
27
archivers/libcomprex/Makefile
Normal file
27
archivers/libcomprex/Makefile
Normal 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>
|
1
archivers/libcomprex/distinfo
Normal file
1
archivers/libcomprex/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libcomprex-0.1.0.tar.gz) = 3127594ce6c30c059a1ac1b8db94081a
|
1
archivers/libcomprex/pkg-comment
Normal file
1
archivers/libcomprex/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Transparently handles automatic compression and decompression of files
|
7
archivers/libcomprex/pkg-descr
Normal file
7
archivers/libcomprex/pkg-descr
Normal 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
|
18
archivers/libcomprex/pkg-plist
Normal file
18
archivers/libcomprex/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user