summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 20:27:44 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 20:27:44 +0000
commitbbbb9c19f4d2f1ea3966f14f0fb392089c97a01b (patch)
tree78acdf66e5d9f4ac0ebda4a8af8ea488cc287e79 /graphics
parentInitial import of epstool version 1.06. (diff)
Initial import of tkxanim version 0.43.
A Tcl/Tk frontend to xanim. PR: 14496 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=23400
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tkxanim/Makefile30
-rw-r--r--graphics/tkxanim/distinfo1
-rw-r--r--graphics/tkxanim/files/patch-aa17
-rw-r--r--graphics/tkxanim/pkg-comment1
-rw-r--r--graphics/tkxanim/pkg-descr10
-rw-r--r--graphics/tkxanim/pkg-plist2
6 files changed, 61 insertions, 0 deletions
diff --git a/graphics/tkxanim/Makefile b/graphics/tkxanim/Makefile
new file mode 100644
index 000000000000..a23e3668aa0b
--- /dev/null
+++ b/graphics/tkxanim/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: tkxanim
+# Version required: 0.43
+# Date created: 24 October 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= tkxanim-0.43
+CATEGORIES= graphics tk82
+MASTER_SITES= http://members.yourlink.net/aaron/
+
+MAINTAINER= jedgar@fxp.org
+
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \
+ xanim:${PORTSDIR}/graphics/xanim
+
+WRKSRC= ${WRKDIR}/Tkxanim
+
+do-build:
+ @${MV} ${WRKSRC}/tkxanim ${WRKSRC}/tkxanim.orig
+ @${SED} -e 's|CHANGEME|${PREFIX}|' \
+ < ${WRKSRC}/tkxanim.orig > ${WRKSRC}/tkxanim
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/tkxanim ${PREFIX}/bin
+ -${MKDIR} ${PREFIX}/share/icons
+ ${INSTALL_DATA} ${WRKSRC}/tkxanim.gif ${PREFIX}/share/icons
+
+.include <bsd.port.mk>
diff --git a/graphics/tkxanim/distinfo b/graphics/tkxanim/distinfo
new file mode 100644
index 000000000000..f5ae8a684080
--- /dev/null
+++ b/graphics/tkxanim/distinfo
@@ -0,0 +1 @@
+MD5 (tkxanim-0.43.tar.gz) = 44cdfd445bd3d4575b1e3eb7f8fa2bd5
diff --git a/graphics/tkxanim/files/patch-aa b/graphics/tkxanim/files/patch-aa
new file mode 100644
index 000000000000..9e8331eb1de1
--- /dev/null
+++ b/graphics/tkxanim/files/patch-aa
@@ -0,0 +1,17 @@
+--- tkxanim.orig Mon Jun 21 18:47:01 1999
++++ tkxanim Sun Oct 24 13:16:35 1999
+@@ -1,4 +1,4 @@
+-#!/usr/bin/wish -f
++#!CHANGEME/bin/wish8.2 -f
+
+ # tkxanim v 0.43
+ # Aaron Faby <aaron@yourlink.net>
+@@ -20,7 +20,7 @@
+ set loops 1
+ set debug 0
+
+-set background [image create photo -file /usr/local/tkxanim/tkxanim.gif]
++set background [image create photo -file CHANGEME/share/icons/tkxanim.gif]
+ label .background -image $background
+ label .authorinfo -text "Copyright 1999, Aaron Faby <aaron@yourlink.net>" -justify center
+
diff --git a/graphics/tkxanim/pkg-comment b/graphics/tkxanim/pkg-comment
new file mode 100644
index 000000000000..fbdef511dfcb
--- /dev/null
+++ b/graphics/tkxanim/pkg-comment
@@ -0,0 +1 @@
+Tcl/Tk frontend to xanim
diff --git a/graphics/tkxanim/pkg-descr b/graphics/tkxanim/pkg-descr
new file mode 100644
index 000000000000..25b4ad7b445e
--- /dev/null
+++ b/graphics/tkxanim/pkg-descr
@@ -0,0 +1,10 @@
+Tkxanim is a Tcl/Tk frontend to the xanim program
+written by Mark Podlipec. The purpose of tkxanim is
+to allow a quick configuration for all of xanim's
+available options for those who are not familiar
+with the command line.
+
+WWW: http://members.yourlink.net/aaron/tkxanim.html
+
+- Chris D. Faulhaber
+jedgar@fxp.org
diff --git a/graphics/tkxanim/pkg-plist b/graphics/tkxanim/pkg-plist
new file mode 100644
index 000000000000..6cf44f6e8ef0
--- /dev/null
+++ b/graphics/tkxanim/pkg-plist
@@ -0,0 +1,2 @@
+bin/tkxanim
+share/icons/tkxanim.gif