aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/pecl-id3/Makefile24
-rw-r--r--audio/pecl-id3/distinfo3
-rw-r--r--audio/pecl-id3/pkg-descr5
4 files changed, 33 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 313108a0ff00..85aa8fab0955 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -444,6 +444,7 @@
SUBDIR += pacpl
SUBDIR += paman
SUBDIR += pd
+ SUBDIR += pecl-id3
SUBDIR += penguinsap
SUBDIR += phatbeat
SUBDIR += picard
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/