Date: Sun, 12 Sep 1999 11:50:02 -0700 (PDT) From: dark@idiotswitch.org To: freebsd-ports@FreeBSD.org Subject: Re: ports/13707: gxanim (2nd try) Message-ID: <199909121850.LAA78533@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13707; it has been noted by GNATS. From: dark@idiotswitch.org To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/13707: gxanim (2nd try) Date: Sun, 12 Sep 1999 14:41:18 -0400 (EDT) >Submitter-Id: current-users >Originator: Rod Taylor >Organization: >Confidential: Synopsis: Gxanim port creation (2nd try) >Severity: Priority: low Category: ports Release: FreeBSD 3.3-RC i386 >Class: >Environment: >Description: >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: # # gxanim # gxanim/files # gxanim/files/md5 # gxanim/pkg # gxanim/pkg/COMMENT # gxanim/pkg/DESCR # gxanim/pkg/PLIST # gxanim/Makefile # echo c - gxanim mkdir -p gxanim > /dev/null 2>&1 echo c - gxanim/files mkdir -p gxanim/files > /dev/null 2>&1 echo x - gxanim/files/md5 sed 's/^X//' >gxanim/files/md5 << 'END-of-gxanim/files/md5' XMD5 (gxanim-0.45.tar.bz2) = 43a6c20583c69ece93efb2a2eabe87c9 END-of-gxanim/files/md5 echo c - gxanim/pkg mkdir -p gxanim/pkg > /dev/null 2>&1 echo x - gxanim/pkg/COMMENT sed 's/^X//' >gxanim/pkg/COMMENT << 'END-of-gxanim/pkg/COMMENT' XA graphical front end to Xanim. END-of-gxanim/pkg/COMMENT echo x - gxanim/pkg/DESCR sed 's/^X//' >gxanim/pkg/DESCR << 'END-of-gxanim/pkg/DESCR' XGXAnim is a graphical interface to XAnim written with the GTK+ toolkit for UNIX Xplatforms. You can quickly find a movie file, play it, and do the usual XVCR-like stuff (rewind, fast forward, pause, stop set volume, etc.), as Xwell as set general play preferences. X XWWW: http://www.iag.net/~aleris/gxanim.html END-of-gxanim/pkg/DESCR echo x - gxanim/pkg/PLIST sed 's/^X//' >gxanim/pkg/PLIST << 'END-of-gxanim/pkg/PLIST' Xbin/gxanim X END-of-gxanim/pkg/PLIST echo x - gxanim/Makefile sed 's/^X//' >gxanim/Makefile << 'END-of-gxanim/Makefile' X# New ports collection makefile for: xanim X# Version required: 0.45 X# Date created: Sat Nov 5 11:43:03 PST 1994 X# Whom: Rod Taylor X# X# $FreeBSD$ X# X XDISTNAME= gxanim-0.45 XCATEGORIES= graphics XMASTER_SITES= http://www.iag.net/~aleris/ X XMAINTAINER= rod@idiotswitch.org X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 XRUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes X XUSE_BZIP2= yes XWRKSRC= ${WRKDIR}/gxanim XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" X X.include <bsd.port.mk> END-of-gxanim/Makefile exit 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?199909121850.LAA78533>