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/pear-IO_SWF/Makefile | |
parent | 4cf8edc874942c514b7d453d2d89ba7410d7dbac (diff) |
Notes
Diffstat (limited to 'graphics/pear-IO_SWF/Makefile')
-rw-r--r-- | graphics/pear-IO_SWF/Makefile | 13 |
1 files changed, 8 insertions, 5 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 |