From 05dc097def15a05420c9a279f25673495c8629ca Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Tue, 20 May 2003 10:50:01 +0000 Subject: [PATCH] Add p5-SWF-File 0.22, manipulating Flash movie (SWF) files. --- graphics/Makefile | 1 + graphics/p5-SWF-File/Makefile | 34 ++++++++++++++++++++++++++++++++++ graphics/p5-SWF-File/distinfo | 1 + graphics/p5-SWF-File/pkg-descr | 10 ++++++++++ graphics/p5-SWF-File/pkg-plist | 15 +++++++++++++++ 5 files changed, 61 insertions(+) create mode 100644 graphics/p5-SWF-File/Makefile create mode 100644 graphics/p5-SWF-File/distinfo create mode 100644 graphics/p5-SWF-File/pkg-descr create mode 100644 graphics/p5-SWF-File/pkg-plist diff --git a/graphics/Makefile b/graphics/Makefile index 32956703522e..15b4639a0445 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -247,6 +247,7 @@ SUBDIR += p5-Imager SUBDIR += p5-Imlib2 SUBDIR += p5-OpenGL + SUBDIR += p5-SWF-File SUBDIR += p5-VCG SUBDIR += p5-chart SUBDIR += p5-ming diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile new file mode 100644 index 000000000000..5e968b77f8f8 --- /dev/null +++ b/graphics/p5-SWF-File/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: SWF-File +# Date created: 20 May 2003 +# Whom: Sergey Skvortsov +# +# $FreeBSD$ +# + +PORTNAME= SWF-File +PORTVERSION= 0.22 +CATEGORIES= graphics www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/Y/YS/YSAS +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= Manipulating Flash movie (SWF) files + +BUILD_DEPENDS= ${SITE_PERL}/Data/TemporaryBag.pm:${PORTSDIR}/devel/p5-Data-TemporaryBag +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= SWF::BinStream.3 SWF::BinStream::Codec.3 \ + SWF::BinStream::Codec::Zlib.3 SWF::BinStream::File.3 \ + SWF::Element.3 SWF::File.3 SWF::Parser.3 + +post-patch: + @${FIND} ${WRKSRC} -type f |\ + ${XARGS} ${PERL} -pi -e 's/\x0d(?=\x0a)//' + +post-configure: + @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile + +.include diff --git a/graphics/p5-SWF-File/distinfo b/graphics/p5-SWF-File/distinfo new file mode 100644 index 000000000000..beaba196f48c --- /dev/null +++ b/graphics/p5-SWF-File/distinfo @@ -0,0 +1 @@ +MD5 (SWF-File-0.22.tar.gz) = 34fdcb70debfe9d87ab24a6743027289 diff --git a/graphics/p5-SWF-File/pkg-descr b/graphics/p5-SWF-File/pkg-descr new file mode 100644 index 000000000000..682f0355a072 --- /dev/null +++ b/graphics/p5-SWF-File/pkg-descr @@ -0,0 +1,10 @@ +SWF modules are manipulating Macromedia Flash movie (SWF) files. +This package contains: + +SWF::File module can be used to make SWF movie. +SWF::Parser module provides a parser for SWF file. + +WWW: http://search.cpan.org/dist/SWF-File/ + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/graphics/p5-SWF-File/pkg-plist b/graphics/p5-SWF-File/pkg-plist new file mode 100644 index 000000000000..3a0c9e6d0bc3 --- /dev/null +++ b/graphics/p5-SWF-File/pkg-plist @@ -0,0 +1,15 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SWF/File/.packlist +bin/dumpswf.plx +%%SITE_PERL%%/SWF/BinStream.pm +%%SITE_PERL%%/SWF/BinStream/Codec.pod +%%SITE_PERL%%/SWF/BinStream/Codec/Zlib.pm +%%SITE_PERL%%/SWF/BinStream/File.pm +%%SITE_PERL%%/SWF/Element.pm +%%SITE_PERL%%/SWF/Element.pod +%%SITE_PERL%%/SWF/File.pm +%%SITE_PERL%%/SWF/Parser.pm +@dirrm %%SITE_PERL%%/SWF/BinStream/Codec +@dirrm %%SITE_PERL%%/SWF/BinStream +@unexec rmdir %D/%%SITE_PERL%%/SWF 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SWF/File +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SWF 2>/dev/null || true