svn commit: r318088 - head/graphics/pear-IO_SWF
Martin Wilke
miwi at FreeBSD.org
Mon May 13 14:34:16 UTC 2013
Author: miwi
Date: Mon May 13 14:34:16 2013
New Revision: 318088
URL: http://svnweb.freebsd.org/changeset/ports/318088
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/graphics/pear-IO_SWF/Makefile (contents, props changed)
Modified: head/graphics/pear-IO_SWF/Makefile
==============================================================================
--- head/graphics/pear-IO_SWF/Makefile Mon May 13 14:32:55 2013 (r318087)
+++ head/graphics/pear-IO_SWF/Makefile Mon May 13 14:34:16 2013 (r318088)
@@ -19,55 +19,7 @@ RUN_DEPENDS= pear-IO_Bit>0:${PORTSDIR}/d
USE_PHP= yes
PEAR_CHANNEL= openpear
-
-FILES= IO/SWF.php IO/SWF/ActionEditor.php \
- IO/SWF/Bitmap.php IO/SWF/Decompiler.php \
- IO/SWF/Editor.php IO/SWF/Exception.php \
- IO/SWF/Former.php IO/SWF/JPEG.php \
- IO/SWF/Lossless.php IO/SWF/Tag.php \
- IO/SWF/Tag/Action.php IO/SWF/Tag/BGColor.php \
- IO/SWF/Tag/Base.php IO/SWF/Tag/Button.php \
- IO/SWF/Tag/EditText.php IO/SWF/Tag/Font.php \
- IO/SWF/Tag/FrameLabel.php IO/SWF/Tag/Jpeg.php \
- IO/SWF/Tag/Lossless.php IO/SWF/Tag/Place.php \
- IO/SWF/Tag/Remove.php IO/SWF/Tag/Shape.php \
- IO/SWF/Tag/Sound.php IO/SWF/Tag/Sprite.php \
- IO/SWF/Tag/Text.php IO/SWF/Type.php \
- IO/SWF/Type/Action.php \
- IO/SWF/Type/BUTTONCONDACTION.php \
- IO/SWF/Type/BUTTONRECORD.php \
- IO/SWF/Type/CLIPACTIONRECORD.php \
- IO/SWF/Type/CLIPACTIONS.php \
- IO/SWF/Type/CLIPEVENTFLAGS.php \
- IO/SWF/Type/CXFORM.php \
- IO/SWF/Type/CXFORMWITHALPHA.php \
- IO/SWF/Type/Double.php IO/SWF/Type/FILLSTYLE.php \
- IO/SWF/Type/FILLSTYLEARRAY.php \
- IO/SWF/Type/FILTER.php IO/SWF/Type/FILTERLIST.php \
- IO/SWF/Type/Float.php IO/SWF/Type/GLYPHENTRY.php \
- IO/SWF/Type/KERNINGRECORD.php \
- IO/SWF/Type/LANGCODE.php IO/SWF/Type/LINESTYLE.php \
- IO/SWF/Type/LINESTYLEARRAY.php \
- IO/SWF/Type/MATRIX.php IO/SWF/Type/RECT.php \
- IO/SWF/Type/RGB.php IO/SWF/Type/RGBA.php \
- IO/SWF/Type/SHAPE.php IO/SWF/Type/String.php \
- IO/SWF/Type/TEXTRECORD.php
-EXAMPLES= get_bitmapsize.php jpeg_dump.php \
- swfactioneditor.php swfconvlossless2pngjpeg.php \
- swfcopy.php swfcountshapeedges.php \
- swfdecompile.php swfdeformeshape.php \
- swfdeleteaction.php swfdump.php swfextract.php \
- swfframerate.php swfgeteditstring.php \
- swfgetjpegdata.php swfgetmovieclip.php \
- swfgetpngdata.php swfgetsounddata.php \
- swfgreptags.php swfheader.php swflistaction.php \
- swflistmovieclip.php swfrebuild.php \
- swfreplaceactionstrings.php \
- swfreplacebitmapdata.php swfreplaceeditstring.php \
- swfreplacemovieclip.php swfselectbycids.php \
- swfsetactionvariables.php swfsetbgcolor.php \
- swfsliceshaperecords.php swfwireframe.php
-_EXAMPLESDIR= sample
+PEAR_AUTOINSTALL= yes
x-generate-files: extract
@${FIND} ${WRKSRC}/IO -type f | ${SORT} | ${SED} 's@${WRKSRC}/@@' |\
More information about the svn-ports-all
mailing list