diff options
author | tg <tg@FreeBSD.org> | 2000-01-12 12:28:58 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-01-12 12:28:58 +0000 |
commit | be1138e61a579bc7358258125c007fb0af6cc037 (patch) | |
tree | 1dabb6ffafb11775ed4651c8de827a7373749523 /graphics/sketch | |
parent | c12996a4ed2d4f7b62dd5c455fdaad6b55f6e02d (diff) | |
download | FreeBSD-ports-be1138e61a579bc7358258125c007fb0af6cc037.zip FreeBSD-ports-be1138e61a579bc7358258125c007fb0af6cc037.tar.gz |
Upgrade to 0.6.4.
Diffstat (limited to 'graphics/sketch')
-rw-r--r-- | graphics/sketch/Makefile | 6 | ||||
-rw-r--r-- | graphics/sketch/distinfo | 2 | ||||
-rw-r--r-- | graphics/sketch/pkg-plist | 13 |
3 files changed, 17 insertions, 4 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile index 2f14e01..f6dcb13 100644 --- a/graphics/sketch/Makefile +++ b/graphics/sketch/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/sketch/distinfo b/graphics/sketch/distinfo index 74cecea..ebb4c8f 100644 --- a/graphics/sketch/distinfo +++ b/graphics/sketch/distinfo @@ -1 +1 @@ -MD5 (sketch-0.6.3.tar.gz) = 4369d30bbf89857b7bf210d2c55758f4 +MD5 (sketch-0.6.4.tar.gz) = 24d8ee67ed3a4a709647b26c2d715860 diff --git a/graphics/sketch/pkg-plist b/graphics/sketch/pkg-plist index af3dc8f..f6cb2f1 100644 --- a/graphics/sketch/pkg-plist +++ b/graphics/sketch/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 |