aboutsummaryrefslogtreecommitdiff
path: root/audio/pecl-id3
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-09-09 12:49:54 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-09-09 12:49:54 +0000
commitbd211f39341ccfab06731bb00012d7fab4727cdc (patch)
tree2ca46c433b7152cdcaec34066ee6d64f68a23759 /audio/pecl-id3
parent262b19c2b2666d028cbec6444072ba5a22babfc8 (diff)
downloadports-bd211f39341ccfab06731bb00012d7fab4727cdc.tar.gz
ports-bd211f39341ccfab06731bb00012d7fab4727cdc.zip
Notes
Diffstat (limited to 'audio/pecl-id3')
-rw-r--r--audio/pecl-id3/Makefile24
-rw-r--r--audio/pecl-id3/distinfo3
-rw-r--r--audio/pecl-id3/pkg-descr5
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/