mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Slice, dice, deconstruct, markup, and decrypt
MP4 / M4P / M4V / M4A (Apple Quicktime) audio and video. WWW: http://search.cpan.org/dist/Audio-M4P/ PR: ports/148382 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Approved by: pgj (mentor) Feature safe: yes
This commit is contained in:
parent
1bf7642bdd
commit
39bda3cf39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257495
@ -224,6 +224,7 @@
|
||||
SUBDIR += openquicktime
|
||||
SUBDIR += oqtencoder
|
||||
SUBDIR += oqtplayer
|
||||
SUBDIR += p5-Audio-M4P
|
||||
SUBDIR += p5-FFmpeg-Command
|
||||
SUBDIR += p5-FLV-Info
|
||||
SUBDIR += p5-File-Format-RIFF
|
||||
|
33
multimedia/p5-Audio-M4P/Makefile
Normal file
33
multimedia/p5-Audio-M4P/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: p5-Audio-M4P
|
||||
# Date created: 2009-01-19
|
||||
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Audio-M4P
|
||||
PORTVERSION= 0.51
|
||||
CATEGORIES= multimedia perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cjk32@cam.ac.uk
|
||||
COMMENT= M4P / MP4 / m4a Quicktime audio and video tools
|
||||
|
||||
BUILD_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \
|
||||
p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple \
|
||||
p5-Tree-Simple-View>=0:${PORTSDIR}/devel/p5-Tree-Simple-View
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Audio::M4P.3 \
|
||||
Audio::M4P::Atom.3 \
|
||||
Audio::M4P::Decrypt.3 \
|
||||
Audio::M4P::QuickTime.3
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} test
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/p5-Audio-M4P/distinfo
Normal file
3
multimedia/p5-Audio-M4P/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Audio-M4P-0.51.tar.gz) = 2a90f9ebde565b9f7d03eb7c365e3a77
|
||||
SHA256 (Audio-M4P-0.51.tar.gz) = f8de90eeac62fd108f0852941c029aaf42bd6fe1f42f43e058b913893a15a0eb
|
||||
SIZE (Audio-M4P-0.51.tar.gz) = 1714075
|
4
multimedia/p5-Audio-M4P/pkg-descr
Normal file
4
multimedia/p5-Audio-M4P/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Slice, dice, deconstruct, markup, and decrypt
|
||||
MP4 / M4P / M4V / M4A (Apple Quicktime) audio and video.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-M4P/
|
10
multimedia/p5-Audio-M4P/pkg-plist
Normal file
10
multimedia/p5-Audio-M4P/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Audio/M4P.pm
|
||||
%%SITE_PERL%%/Audio/M4P/Atom.pm
|
||||
%%SITE_PERL%%/Audio/M4P/Decrypt.pm
|
||||
%%SITE_PERL%%/Audio/M4P/QuickTime.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/M4P/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Audio/M4P
|
||||
@dirrmtry %%SITE_PERL%%/Audio
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/M4P
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio
|
Loading…
Reference in New Issue
Block a user