diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-06 12:03:30 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-06 12:03:30 +0000 |
commit | b72ef10b11c27196896d55266e1af315ecd66f41 (patch) | |
tree | 0b4b5d575a0dcb5545f62f668d4f3d476722adf1 /graphics | |
parent | 4cf8edc874942c514b7d453d2d89ba7410d7dbac (diff) | |
download | ports-b72ef10b11c27196896d55266e1af315ecd66f41.tar.gz ports-b72ef10b11c27196896d55266e1af315ecd66f41.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pear-IO_SWF/Makefile | 13 | ||||
-rw-r--r-- | graphics/pear-IO_SWF/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/graphics/pear-IO_SWF/Makefile b/graphics/pear-IO_SWF/Makefile index 4451de353dfa..811eb5cb9b66 100644 --- a/graphics/pear-IO_SWF/Makefile +++ b/graphics/pear-IO_SWF/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO_SWF -PORTVERSION= 2.1.6 +PORTVERSION= 2.1.7 CATEGORIES= graphics www pear MASTER_SITES= http://openpear.org/get/ \ LOCAL @@ -58,12 +58,15 @@ FILES= IO/SWF.php IO/SWF/ActionEditor.php \ EXAMPLES= get_bitmapsize.php jpeg_dump.php \ swfactioneditor.php swfconvlossless2pngjpeg.php \ swfcopy.php swfcountshapeedges.php \ - swfdecompile.php swfdeformeshape.php swfdump.php \ - swfgetmovieclip.php swflistmovieclip.php \ - swfrebuild.php swfreplaceactionstrings.php \ + swfdecompile.php swfdeformeshape.php \ + swfdeleteaction.php swfdump.php swfframerate.php \ + swfgeteditstring.php swfgetmovieclip.php \ + swfheader.php swflistmovieclip.php swfrebuild.php \ + swfreplaceactionstrings.php \ swfreplacebitmapdata.php swfreplaceeditstring.php \ swfreplacemovieclip.php swfselectbycids.php \ - swfsetactionvariables.php swfsetbgcolor.php + swfsetactionvariables.php swfsetbgcolor.php \ + swfwireframe.php _EXAMPLESDIR= sample x-generate-files: extract diff --git a/graphics/pear-IO_SWF/distinfo b/graphics/pear-IO_SWF/distinfo index f0f467443095..3aa215760e9d 100644 --- a/graphics/pear-IO_SWF/distinfo +++ b/graphics/pear-IO_SWF/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/IO_SWF-2.1.6.tgz) = 2392db77631fe575d6d4f6d639560f79bcb1c54284bc0adba06ed4a2ecd15627 -SIZE (PEAR/IO_SWF-2.1.6.tgz) = 44442 +SHA256 (PEAR/IO_SWF-2.1.7.tgz) = 937f84545e6186cc5d8523c5b2a9950f57482c3838c31b351970eedfc4b9352b +SIZE (PEAR/IO_SWF-2.1.7.tgz) = 46050 |