mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add port multimedia/p5-File-Format-RIFF:
File::Format::RIFF provides an implementation of the Resource Interchange File Format. You can read, manipulate, and write RIFF files. WWW: http://search.cpan.org/dist/File-Format-RIFF/
This commit is contained in:
parent
5b24572dbf
commit
2a07eeb8d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168572
@ -162,6 +162,7 @@
|
||||
SUBDIR += oqtplayer
|
||||
SUBDIR += p5-MP4-Info
|
||||
SUBDIR += p5-FLV-Info
|
||||
SUBDIR += p5-File-Format-RIFF
|
||||
SUBDIR += p5-GStreamer
|
||||
SUBDIR += p5-RIFF-Info
|
||||
SUBDIR += p5-Subtitles
|
||||
|
25
multimedia/p5-File-Format-RIFF/Makefile
Normal file
25
multimedia/p5-File-Format-RIFF/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-File-Format-RIFF
|
||||
# Date created: 23 July 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-Format-RIFF
|
||||
DISTVERSION= 1.0.1
|
||||
CATEGORIES= multimedia perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Read, manipulate, and write RIFF files
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= File::Format::RIFF.3 \
|
||||
File::Format::RIFF::Chunk.3 \
|
||||
File::Format::RIFF::Container.3 \
|
||||
File::Format::RIFF::List.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/p5-File-Format-RIFF/distinfo
Normal file
3
multimedia/p5-File-Format-RIFF/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (File-Format-RIFF-1.0.1.tar.gz) = 4d773ae96c9661257c7ffbe841566560
|
||||
SHA256 (File-Format-RIFF-1.0.1.tar.gz) = f990412192bc3e4672d10aaffb0ef8b41114b86aabd3236a8bcc03147fe59ab1
|
||||
SIZE (File-Format-RIFF-1.0.1.tar.gz) = 8996
|
5
multimedia/p5-File-Format-RIFF/pkg-descr
Normal file
5
multimedia/p5-File-Format-RIFF/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
File::Format::RIFF provides an implementation of the Resource
|
||||
Interchange File Format. You can read, manipulate, and write
|
||||
RIFF files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/File-Format-RIFF/
|
11
multimedia/p5-File-Format-RIFF/pkg-plist
Normal file
11
multimedia/p5-File-Format-RIFF/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/File/Format/RIFF.pm
|
||||
%%SITE_PERL%%/File/Format/RIFF/Chunk.pm
|
||||
%%SITE_PERL%%/File/Format/RIFF/Container.pm
|
||||
%%SITE_PERL%%/File/Format/RIFF/List.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Format/RIFF/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Format/RIFF
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Format
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
||||
@dirrm %%SITE_PERL%%/File/Format/RIFF
|
||||
@dirrmtry %%SITE_PERL%%/File/Format
|
||||
@dirrmtry %%SITE_PERL%%/File
|
Loading…
Reference in New Issue
Block a user