1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Horde package providing an API to various compression techniques.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 20:03:02 +00:00
parent e4621958b3
commit e57aed613b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277286
4 changed files with 32 additions and 0 deletions

View File

@ -122,6 +122,7 @@
SUBDIR += parchive
SUBDIR += pbzip2
SUBDIR += pear-File_Archive
SUBDIR += pear-Horde_Compress
SUBDIR += pear-PHP_Archiv
SUBDIR += pecl-bz2
SUBDIR += pecl-lzf

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: pear-Horde_Compress
# Date created: 6 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Compress
PORTVERSION= 1.0.3
CATEGORIES= archivers www pear
PKGNAMEPREFIX= pear-
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde Compression API
OPTIONS= ZLIB "Depend on PHP zlib extension" On
USE_HORDE_RUN= Horde_Exception Horde_Translation Horde_Util Horde_Stream_Filter
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_ZLIB)
USE_PHP+= zlib
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Compress-1.0.3.tgz) = 6309005347a85fbd68b279f3a7ffa333d47ad96de4a71ae3d853f2e56a2cb500
SIZE (Horde/Horde_Compress-1.0.3.tgz) = 24519

View File

@ -0,0 +1,3 @@
Horde package providing an API to various compression techniques.
WWW: http://pear.horde.org