1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- Add p5-MP4-Info, a perl module to extract information from MPEG4 audio

and video files.

PR:		ports/90205
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
This commit is contained in:
Florent Thoumie 2005-12-10 19:05:16 +00:00
parent c75479cdc2
commit 440d7b78f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150816
5 changed files with 39 additions and 0 deletions

View File

@ -136,6 +136,7 @@
SUBDIR += openquicktime
SUBDIR += oqtencoder
SUBDIR += oqtplayer
SUBDIR += p5-MP4-Info
SUBDIR += p5-GStreamer
SUBDIR += p5-RIFF-Info
SUBDIR += p5-Video-Info

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-MP4-Info
# Date created: 10-Dec-2005
# Whom: Lars Eggert <lars.eggert@gmx.net>
#
# $FreeBSD$
#
PORTNAME= MP4-Info
PORTVERSION= 1.05
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=MP4
PKGNAMEPREFIX= p5-
MAINTAINER= lars.eggert@gmx.net
COMMENT= Fetch info from MPEG-4 files
PERL_CONFIGURE= yes
MAN3= MP4::Info.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (MP4-Info-1.05.tar.gz) = 8a6aa47e184b12f70a618d07ba099aa5
SHA256 (MP4-Info-1.05.tar.gz) = dc528749444f68c3184629d89cf4ff195b93d3df130b1486fd214f2c681af9a8
SIZE (MP4-Info-1.05.tar.gz) = 106045

View File

@ -0,0 +1,8 @@
The MP4::Info module can be used to extract tag and meta information
from MPEG-4 audio (AAC) and video files. It is designed as a drop-in
replacement for MP3::Info.
Note that this module does not allow you to update the information
in MPEG-4 files.
WWW: http://search.cpan.org/dist/MP4-Info/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/MP4/Info.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP4/Info/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP4/Info
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP4 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/MP4 2>/dev/null || true