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>
This commit is contained in:
parent
262b19c2b2
commit
bd211f3934
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172638
@ -444,6 +444,7 @@
|
||||
SUBDIR += pacpl
|
||||
SUBDIR += paman
|
||||
SUBDIR += pd
|
||||
SUBDIR += pecl-id3
|
||||
SUBDIR += penguinsap
|
||||
SUBDIR += phatbeat
|
||||
SUBDIR += picard
|
||||
|
24
audio/pecl-id3/Makefile
Normal file
24
audio/pecl-id3/Makefile
Normal file
@ -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>
|
3
audio/pecl-id3/distinfo
Normal file
3
audio/pecl-id3/distinfo
Normal file
@ -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
|
5
audio/pecl-id3/pkg-descr
Normal file
5
audio/pecl-id3/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user