1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Initial import of tkxanim version 0.43.

A Tcl/Tk frontend to xanim.

PR:		14496
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
This commit is contained in:
Steve Price 1999-11-26 20:27:44 +00:00
parent 6cf3c0ffad
commit bbbb9c19f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23400
12 changed files with 122 additions and 0 deletions

30
graphics/tkxanim/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (tkxanim-0.43.tar.gz) = 44cdfd445bd3d4575b1e3eb7f8fa2bd5

View File

@ -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

View File

@ -0,0 +1 @@
Tcl/Tk frontend to xanim

View File

@ -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

View File

@ -0,0 +1,2 @@
bin/tkxanim
share/icons/tkxanim.gif

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (tkxanim-0.43.tar.gz) = 44cdfd445bd3d4575b1e3eb7f8fa2bd5

View File

@ -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

View File

@ -0,0 +1 @@
Tcl/Tk frontend to xanim

View File

@ -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

View File

@ -0,0 +1,2 @@
bin/tkxanim
share/icons/tkxanim.gif