diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-12-27 15:15:49 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-12-27 15:15:49 +0000 |
commit | 3ddc05e5ab71b07abe43d09f40e45d96c2425821 (patch) | |
tree | 3523768c076cd3261f0b6b6d2b4a3b2b4241dc62 /graphics | |
parent | 8fc8038e2685d98a6fc2b1bf5409e70923730fe9 (diff) | |
download | ports-3ddc05e5ab71b07abe43d09f40e45d96c2425821.tar.gz ports-3ddc05e5ab71b07abe43d09f40e45d96c2425821.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-SWF-File/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-SWF-File/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-SWF-File/pkg-descr | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 160c1566def4..ea3eea4545f1 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SWF-File -PORTVERSION= 0.22 +PORTVERSION= 0.29 CATEGORIES= graphics www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/Y/YS/YSAS diff --git a/graphics/p5-SWF-File/distinfo b/graphics/p5-SWF-File/distinfo index beaba196f48c..b15ebeefcc9c 100644 --- a/graphics/p5-SWF-File/distinfo +++ b/graphics/p5-SWF-File/distinfo @@ -1 +1 @@ -MD5 (SWF-File-0.22.tar.gz) = 34fdcb70debfe9d87ab24a6743027289 +MD5 (SWF-File-0.29.tar.gz) = a50cd042991bf021416924e91cd7bf41 diff --git a/graphics/p5-SWF-File/pkg-descr b/graphics/p5-SWF-File/pkg-descr index 682f0355a072..fe0b93fb380e 100644 --- a/graphics/p5-SWF-File/pkg-descr +++ b/graphics/p5-SWF-File/pkg-descr @@ -1,8 +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. +SWF::Element - representing each SWF tag and other sub element +SWF::File - making SWF file +SWF::Parser - parsing and splitting SWF files into header and tags +SWF::BinStream - binary stream class for SWF WWW: http://search.cpan.org/dist/SWF-File/ |