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:
parent
6cf3c0ffad
commit
bbbb9c19f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23400
30
graphics/tkxanim/Makefile
Normal file
30
graphics/tkxanim/Makefile
Normal 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>
|
1
graphics/tkxanim/distinfo
Normal file
1
graphics/tkxanim/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tkxanim-0.43.tar.gz) = 44cdfd445bd3d4575b1e3eb7f8fa2bd5
|
17
graphics/tkxanim/files/patch-aa
Normal file
17
graphics/tkxanim/files/patch-aa
Normal 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
|
||||
|
1
graphics/tkxanim/pkg-comment
Normal file
1
graphics/tkxanim/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tcl/Tk frontend to xanim
|
10
graphics/tkxanim/pkg-descr
Normal file
10
graphics/tkxanim/pkg-descr
Normal 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
|
2
graphics/tkxanim/pkg-plist
Normal file
2
graphics/tkxanim/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/tkxanim
|
||||
share/icons/tkxanim.gif
|
30
multimedia/tkxanim/Makefile
Normal file
30
multimedia/tkxanim/Makefile
Normal 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>
|
1
multimedia/tkxanim/distinfo
Normal file
1
multimedia/tkxanim/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tkxanim-0.43.tar.gz) = 44cdfd445bd3d4575b1e3eb7f8fa2bd5
|
17
multimedia/tkxanim/files/patch-aa
Normal file
17
multimedia/tkxanim/files/patch-aa
Normal 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
|
||||
|
1
multimedia/tkxanim/pkg-comment
Normal file
1
multimedia/tkxanim/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tcl/Tk frontend to xanim
|
10
multimedia/tkxanim/pkg-descr
Normal file
10
multimedia/tkxanim/pkg-descr
Normal 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
|
2
multimedia/tkxanim/pkg-plist
Normal file
2
multimedia/tkxanim/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/tkxanim
|
||||
share/icons/tkxanim.gif
|
Loading…
Reference in New Issue
Block a user