Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 1999 13:28:26 -0400 (EDT)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14496: New port: graphics/tkxanim
Message-ID:  <19991024172826.E830C9B22@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>Number:         14496
>Category:       ports
>Synopsis:       New port: graphics/tkxanim
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 24 10:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

New port: graphics/tkxanim

tcl/tk frontend to xanim

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tkxanim
#	tkxanim/Makefile
#	tkxanim/files
#	tkxanim/files/md5
#	tkxanim/patches
#	tkxanim/patches/patch-aa
#	tkxanim/pkg
#	tkxanim/pkg/PLIST
#	tkxanim/pkg/COMMENT
#	tkxanim/pkg/DESCR
#
echo c - tkxanim
mkdir -p tkxanim > /dev/null 2>&1
echo x - tkxanim/Makefile
sed 's/^X//' >tkxanim/Makefile << 'END-of-tkxanim/Makefile'
X# New ports collection makefile for:	tkxanim
X# Version required:			0.43
X# Date created:				24 October 1999
X# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	tkxanim-0.43
XCATEGORIES=	graphics
XMASTER_SITES=	http://members.yourlink.net/aaron/
X
XMAINTAINER=	jedgar@fxp.org
X
XRUN_DEPENDS=	wish8.0:${PORTSDIR}/x11-toolkits/tk80 \
X		xanim:${PORTSDIR}/graphics/xanim
X
XWRKSRC=		${WRKDIR}/Tkxanim
X
Xdo-build:
X		@${MV} ${WRKSRC}/tkxanim ${WRKSRC}/tkxanim.orig
X		@${SED} -e 's|CHANGEME|${PREFIX}|' \
X		    < ${WRKSRC}/tkxanim.orig > ${WRKSRC}/tkxanim
X
Xdo-install:
X		${INSTALL_SCRIPT} ${WRKSRC}/tkxanim ${PREFIX}/bin
X		${INSTALL_DATA} ${WRKSRC}/tkxanim.gif ${PREFIX}/share/icons
X
X.include <bsd.port.mk>
END-of-tkxanim/Makefile
echo c - tkxanim/files
mkdir -p tkxanim/files > /dev/null 2>&1
echo x - tkxanim/files/md5
sed 's/^X//' >tkxanim/files/md5 << 'END-of-tkxanim/files/md5'
XMD5 (tkxanim-0.43.tar.gz) = 44cdfd445bd3d4575b1e3eb7f8fa2bd5
END-of-tkxanim/files/md5
echo c - tkxanim/patches
mkdir -p tkxanim/patches > /dev/null 2>&1
echo x - tkxanim/patches/patch-aa
sed 's/^X//' >tkxanim/patches/patch-aa << 'END-of-tkxanim/patches/patch-aa'
X--- tkxanim.orig	Mon Jun 21 18:47:01 1999
X+++ tkxanim	Sun Oct 24 13:16:35 1999
X@@ -1,4 +1,4 @@
X-#!/usr/bin/wish -f
X+#!CHANGEME/bin/wish8.0 -f
X 
X # tkxanim v 0.43
X # Aaron Faby <aaron@yourlink.net>
X@@ -20,7 +20,7 @@
X set loops 1
X set debug 0
X 
X-set background [image create photo -file /usr/local/tkxanim/tkxanim.gif]
X+set background [image create photo -file CHANGEME/share/icons/tkxanim.gif]
X label .background -image $background
X label .authorinfo -text "Copyright 1999, Aaron Faby <aaron@yourlink.net>" -justify center
X 
END-of-tkxanim/patches/patch-aa
echo c - tkxanim/pkg
mkdir -p tkxanim/pkg > /dev/null 2>&1
echo x - tkxanim/pkg/PLIST
sed 's/^X//' >tkxanim/pkg/PLIST << 'END-of-tkxanim/pkg/PLIST'
Xbin/tkxanim
Xshare/icons/tkxanim.gif
END-of-tkxanim/pkg/PLIST
echo x - tkxanim/pkg/COMMENT
sed 's/^X//' >tkxanim/pkg/COMMENT << 'END-of-tkxanim/pkg/COMMENT'
Xtcl/tk front-end to xanim
END-of-tkxanim/pkg/COMMENT
echo x - tkxanim/pkg/DESCR
sed 's/^X//' >tkxanim/pkg/DESCR << 'END-of-tkxanim/pkg/DESCR'
XTkxanim is a tcl/tk front end to the xanim program
Xwritten by Mark Podlipec.  The purpose of tkxanim is
Xto allow a quick configuration for all of xanim's
Xavailable options for those who are not familiar
Xwith the command line.
X
XWWW: http://members.yourlink.net/aaron/tkxanim.html
X
X- Chris D. Faulhaber
Xjedgar@fxp.org
END-of-tkxanim/pkg/DESCR
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991024172826.E830C9B22>