diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-09 20:49:54 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-09 20:49:54 +0800 |
commit | 9d49ea7614afd2662b36ad4071d88aca2d69c265 (patch) | |
tree | 2ce83e3da0b9f711a611356824cca71710a91713 /audio/pecl-id3 | |
parent | 6f3053314966f9a0fa5756bc3a46ca2d67c2aaea (diff) | |
download | freebsd-ports-gnome-9d49ea7614afd2662b36ad4071d88aca2d69c265.tar.gz freebsd-ports-gnome-9d49ea7614afd2662b36ad4071d88aca2d69c265.tar.zst freebsd-ports-gnome-9d49ea7614afd2662b36ad4071d88aca2d69c265.zip |
Add pecl-id3 0.2, extension to read and write ID3 tags in MP3 files.
PR: ports/103015
Submitted by: chinsan <chinsan.tw at gmail.com>
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/ |