diff options
Diffstat (limited to 'audio/pecl-id3')
-rw-r--r-- | audio/pecl-id3/Makefile | 24 | ||||
-rw-r--r-- | audio/pecl-id3/distinfo | 3 | ||||
-rw-r--r-- | audio/pecl-id3/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/audio/pecl-id3/Makefile b/audio/pecl-id3/Makefile new file mode 100644 index 000000000000..f7a54f99b415 --- /dev/null +++ b/audio/pecl-id3/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pecl-id3 +# Date created: 2006/09/07 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= id3 +PORTVERSION= 0.2 +CATEGORIES= audio pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= Extension to read and write ID3 tags in MP3 files + +USE_PHP= yes +USE_PHPEXT= yes + +CONFIGURE_ARGS= --enable-id3 + +.include <bsd.port.mk> diff --git a/audio/pecl-id3/distinfo b/audio/pecl-id3/distinfo new file mode 100644 index 000000000000..bfb3483f281f --- /dev/null +++ b/audio/pecl-id3/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/id3-0.2.tgz) = c19445a5b676a7d5b90d5d19affa9ced +SHA256 (PECL/id3-0.2.tgz) = 122cbf0cde5e99390be922ad381de8e1134d69ef9e13b666d81e132ed62d4267 +SIZE (PECL/id3-0.2.tgz) = 20693 diff --git a/audio/pecl-id3/pkg-descr b/audio/pecl-id3/pkg-descr new file mode 100644 index 000000000000..373ddb0b354f --- /dev/null +++ b/audio/pecl-id3/pkg-descr @@ -0,0 +1,5 @@ +id3 enables to to retrieve and update information from ID3 tags in +MP3 files. It supports version 1.0, 1.1 and 2.2+ (only reading text- and +url-frames at the moment). + +WWW: http://pecl.php.net/package/id3/ |