diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-01-12 12:28:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-01-12 12:28:58 +0000 |
commit | 57c588eafc0c80d947ae5efd99f998ef86a9c5b3 (patch) | |
tree | 4a44684363233392153465d6b8b3849ab8160f8d /graphics/skencil | |
parent | a49e8820c3c54e1686ed80161a9fefdc7c57b3b8 (diff) | |
download | ports-57c588eafc0c80d947ae5efd99f998ef86a9c5b3.tar.gz ports-57c588eafc0c80d947ae5efd99f998ef86a9c5b3.zip |
Upgrade to 0.6.4.
Notes
Notes:
svn path=/head/; revision=24680
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/Makefile | 6 | ||||
-rw-r--r-- | graphics/skencil/distinfo | 2 | ||||
-rw-r--r-- | graphics/skencil/pkg-plist | 13 |
3 files changed, 17 insertions, 4 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 2f14e01b5f90..f6dcb135bac3 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: sketch -# Version required: 0.6.3 +# Version required: 0.6.4 # Date created: 04 November 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= sketch-0.6.3 +DISTNAME= sketch-0.6.4 CATEGORIES= graphics MASTER_SITES= http://download.sourceforge.net/sketch/ @@ -31,7 +31,7 @@ do-build: do-install: @${MKDIR} ${SKETCHDIR} .for dir in Filter Pax Plugins Resources Script Sketch - (cd ${WRKSRC}; ${TAR} cf - --exclude-from=${FILESDIR}/excludelist ${dir}) | \ + (cd ${WRKSRC}; ${TAR} -cf - -X ${FILESDIR}/excludelist ${dir}) | \ (cd ${SKETCHDIR}; ${TAR} xf -) .endfor (cd ${WRKSRC}; ${INSTALL_SCRIPT} finishinst.py sk2ps.py sketch.py ${SKETCHDIR}) diff --git a/graphics/skencil/distinfo b/graphics/skencil/distinfo index 74cecea3dbb4..ebb4c8f7cfb3 100644 --- a/graphics/skencil/distinfo +++ b/graphics/skencil/distinfo @@ -1 +1 @@ -MD5 (sketch-0.6.3.tar.gz) = 4369d30bbf89857b7bf210d2c55758f4 +MD5 (sketch-0.6.4.tar.gz) = 24d8ee67ed3a4a709647b26c2d715860 diff --git a/graphics/skencil/pkg-plist b/graphics/skencil/pkg-plist index af3dc8fc8610..f6cb2f166759 100644 --- a/graphics/skencil/pkg-plist +++ b/graphics/skencil/pkg-plist @@ -208,11 +208,17 @@ share/sketch/Sketch/Modules/_sketchmodule.so share/sketch/Sketch/Modules/_type1module.so share/sketch/Sketch/Modules/pstokenize.so share/sketch/Sketch/Modules/skreadmodule.so +share/sketch/Sketch/Pixmaps/AlignBottom.gif share/sketch/Sketch/Pixmaps/AlignBottom.xbm +share/sketch/Sketch/Pixmaps/AlignCenterX.gif share/sketch/Sketch/Pixmaps/AlignCenterX.xbm +share/sketch/Sketch/Pixmaps/AlignCenterY.gif share/sketch/Sketch/Pixmaps/AlignCenterY.xbm +share/sketch/Sketch/Pixmaps/AlignLeft.gif share/sketch/Sketch/Pixmaps/AlignLeft.xbm +share/sketch/Sketch/Pixmaps/AlignRight.gif share/sketch/Sketch/Pixmaps/AlignRight.xbm +share/sketch/Sketch/Pixmaps/AlignTop.gif share/sketch/Sketch/Pixmaps/AlignTop.xbm share/sketch/Sketch/Pixmaps/ArrArrLeft.xbm share/sketch/Sketch/Pixmaps/ArrArrRight.xbm @@ -260,12 +266,17 @@ share/sketch/Sketch/Pixmaps/CurZoom.xbm share/sketch/Sketch/Pixmaps/CurZoom_mask.xbm share/sketch/Sketch/Pixmaps/Delete.gif share/sketch/Sketch/Pixmaps/Delete.xbm +share/sketch/Sketch/Pixmaps/Duplicate.gif share/sketch/Sketch/Pixmaps/Duplicate.xbm share/sketch/Sketch/Pixmaps/EditMode.xbm +share/sketch/Sketch/Pixmaps/FlipHorizontal.gif share/sketch/Sketch/Pixmaps/FlipHorizontal.xbm +share/sketch/Sketch/Pixmaps/FlipVertical.gif share/sketch/Sketch/Pixmaps/FlipVertical.xbm share/sketch/Sketch/Pixmaps/GridOn.xbm +share/sketch/Sketch/Pixmaps/Group.gif share/sketch/Sketch/Pixmaps/Group.xbm +share/sketch/Sketch/Pixmaps/Image.gif share/sketch/Sketch/Pixmaps/Image.xbm share/sketch/Sketch/Pixmaps/JoinBevel.xbm share/sketch/Sketch/Pixmaps/JoinMiter.xbm @@ -296,6 +307,7 @@ share/sketch/Sketch/Pixmaps/Redo.gif share/sketch/Sketch/Pixmaps/Redo.xbm share/sketch/Sketch/Pixmaps/Save.gif share/sketch/Sketch/Pixmaps/Save.xbm +share/sketch/Sketch/Pixmaps/SelectionMode.gif share/sketch/Sketch/Pixmaps/SelectionMode.xbm share/sketch/Sketch/Pixmaps/ShearLR.xbm share/sketch/Sketch/Pixmaps/ShearUD.xbm @@ -307,6 +319,7 @@ share/sketch/Sketch/Pixmaps/TurnTL.xbm share/sketch/Sketch/Pixmaps/TurnTR.xbm share/sketch/Sketch/Pixmaps/Undo.gif share/sketch/Sketch/Pixmaps/Undo.xbm +share/sketch/Sketch/Pixmaps/Ungroup.gif share/sketch/Sketch/Pixmaps/Ungroup.xbm share/sketch/Sketch/Pixmaps/Zoom.gif share/sketch/Sketch/Pixmaps/Zoom.xbm |