diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-09 15:12:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-09 15:12:35 +0000 |
commit | 4678db8ce397ac57da5b9762f4eef0f93fff8fc0 (patch) | |
tree | f1f89f465e2767bc6f3b7cc516cb3bcd15f350de /graphics | |
parent | 5130ce322f8710d604f81d69dccbd4db89fd005a (diff) | |
download | pkgsrc-4678db8ce397ac57da5b9762f4eef0f93fff8fc0.tar.gz |
Import p5-SWF-File from pkgsrc-wip. Packaged by xtraeme@.
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-SWF-File/DESCR | 5 | ||||
-rw-r--r-- | graphics/p5-SWF-File/Makefile | 20 | ||||
-rw-r--r-- | graphics/p5-SWF-File/PLIST | 1 | ||||
-rw-r--r-- | graphics/p5-SWF-File/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/graphics/p5-SWF-File/DESCR b/graphics/p5-SWF-File/DESCR new file mode 100644 index 00000000000..633cc73d87e --- /dev/null +++ b/graphics/p5-SWF-File/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile new file mode 100644 index 00000000000..2afe6a97078 --- /dev/null +++ b/graphics/p5-SWF-File/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/09 15:12:35 minskim Exp $ +# + +DISTNAME= SWF-File-0.22 +CATEGORIES= graphics www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YS/YSAS/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/SWF-File/ +COMMENT= Manipulating Flash movie (SWF) files + +DEPENDS+= p5-Data-TemporaryBag-[0-9]*:../../devel/p5-Data-TemporaryBag + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SWF/File/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-SWF-File/PLIST b/graphics/p5-SWF-File/PLIST new file mode 100644 index 00000000000..705ed1482e5 --- /dev/null +++ b/graphics/p5-SWF-File/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/09 15:12:35 minskim Exp $ diff --git a/graphics/p5-SWF-File/distinfo b/graphics/p5-SWF-File/distinfo new file mode 100644 index 00000000000..a63332f61c0 --- /dev/null +++ b/graphics/p5-SWF-File/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/09 15:12:35 minskim Exp $ + +SHA1 (SWF-File-0.22.tar.gz) = 188dd01b83460c282f435b967d7929cb766a4aef +Size (SWF-File-0.22.tar.gz) = 43191 bytes |