Updated to 0.29
This commit is contained in:
parent
8fc8038e26
commit
3ddc05e5ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96696
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (SWF-File-0.22.tar.gz) = 34fdcb70debfe9d87ab24a6743027289
|
||||
MD5 (SWF-File-0.29.tar.gz) = a50cd042991bf021416924e91cd7bf41
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue