From owner-freebsd-ports Tue Aug 8 19:30:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1487E37B991 for ; Tue, 8 Aug 2000 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24957; Tue, 8 Aug 2000 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from windministries.com (adsl-151-196-242-65.bellatlantic.net [151.196.242.65]) by hub.freebsd.org (Postfix) with ESMTP id 7826337B958 for ; Tue, 8 Aug 2000 19:23:00 -0700 (PDT) (envelope-from patrick@windministries.com) Received: (from root@localhost) by p.intothewind.cx (8.9.3/8.9.3) id WAA31079; Tue, 8 Aug 2000 22:10:27 -0400 (EDT) (envelope-from patrick) Message-Id: <200008090210.WAA31079@p.intothewind.cx> Date: Tue, 8 Aug 2000 22:10:27 -0400 (EDT) From: patrick@freebsd.org Reply-To: patrick@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20493: New Port backfract Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20493 >Category: ports >Synopsis: New port: backfract - root window fractal drawing package >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: Tue Aug 08 19:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Patrick S. Gardella >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: Create a new port for a program that draws updating fractals to the root window. >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: # # backfract # backfract/Makefile # backfract/files # backfract/files/md5 # backfract/pkg # backfract/pkg/COMMENT # backfract/pkg/DESCR # backfract/pkg/PLIST # echo c - backfract mkdir -p backfract > /dev/null 2>&1 echo x - backfract/Makefile sed 's/^X//' >backfract/Makefile << 'END-of-backfract/Makefile' X# New ports collection makefile for: backfract X# Date created: 8 August 2000 X# Whom: Patrick Gardella X# X# $FreeBSD$ X# X XPORTNAME= backfract XPORTVERSION= 1.1.2 XCATEGORIES= x11 XMASTER_SITES= http://www.inetarena.com/~wms/comp/backfract/ X XMAINTAINER= patrick@FreeBSD.org X XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes XNO_INSTALL_MANPAGE= yes XALL_TARGET= # none X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/backfract ${PREFIX}/bin X X.include END-of-backfract/Makefile echo c - backfract/files mkdir -p backfract/files > /dev/null 2>&1 echo x - backfract/files/md5 sed 's/^X//' >backfract/files/md5 << 'END-of-backfract/files/md5' XMD5 (backfract-1.1.2.tar.gz) = 74cf03d612c1afc3840d9735a35027e8 END-of-backfract/files/md5 echo c - backfract/pkg mkdir -p backfract/pkg > /dev/null 2>&1 echo x - backfract/pkg/COMMENT sed 's/^X//' >backfract/pkg/COMMENT << 'END-of-backfract/pkg/COMMENT' XFractal image animated wallpaper program END-of-backfract/pkg/COMMENT echo x - backfract/pkg/DESCR sed 's/^X//' >backfract/pkg/DESCR << 'END-of-backfract/pkg/DESCR' XBackfract is an animated wallpaper program for Unix with X windows. XIt fills your background window with a fractal image, then every X15 minutes it will update the image by zooming in or out. As it Xzooms in or it it uses a simple heuristic to try to stay with X"interesting" scenes. X XWWW: http://www.inetarena.com/~wms/comp/backfract/ X XPatrick Gardella END-of-backfract/pkg/DESCR echo x - backfract/pkg/PLIST sed 's/^X//' >backfract/pkg/PLIST << 'END-of-backfract/pkg/PLIST' Xbin/backfract END-of-backfract/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message