From owner-freebsd-ports Thu Oct 26 21:10:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95A2E37B4C5 for ; Thu, 26 Oct 2000 21:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA07064; Thu, 26 Oct 2000 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from babylon.merseine.nu (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 8B22737B479 for ; Thu, 26 Oct 2000 21:09:49 -0700 (PDT) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.1/8.11.1) id e9R4Ajl32570; Thu, 26 Oct 2000 23:10:45 -0500 (CDT) (envelope-from ishmael) Message-Id: <200010270410.e9R4Ajl32570@babylon.merseine.nu> Date: Thu, 26 Oct 2000 23:10:45 -0500 (CDT) From: ishmael27@home.com Reply-To: ishmael27@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22334: New port: geist-0.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22334 >Category: ports >Synopsis: New port: geist-0.0.3 >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: Thu Oct 26 21:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: FreeBSD babylon.merseine.nu 4.1.1-STABLE i386 >Description: New port of geist, an object based image creation/layout program. Dependant upon ports/22106. >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: # # geist # geist/Makefile # geist/pkg-plist # geist/files # geist/files/patch-aa # geist/files/patch-ab # geist/pkg-comment # geist/pkg-descr # geist/distinfo # echo c - geist mkdir -p geist > /dev/null 2>&1 echo x - geist/Makefile sed 's/^X//' >geist/Makefile << 'END-of-geist/Makefile' X# New ports collection makefile for: geist X# Date created: 24 Oct 2000 X# Whom: Jeremy Norris X# X# $FreeBSD$ X# X XPORTNAME= geist XPORTVERSION= 0.0.3 XCATEGORIES= graphics XMASTER_SITES= http://www.linuxbrit.co.uk/downloads/ X XMAINTAINER= ports@FreeBSD.ORG X XLIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \ X xml.5:${PORTSDIR}/textproc/libxml2 X XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes XUSE_GTK= yes XCONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ X LIBS="-L${X11BASE}/lib" X X.include END-of-geist/Makefile echo x - geist/pkg-plist sed 's/^X//' >geist/pkg-plist << 'END-of-geist/pkg-plist' Xbin/geist Xshare/doc/geist/AUTHORS Xshare/doc/geist/ChangeLog Xshare/doc/geist/README Xshare/doc/geist/TODO Xshare/geist/fonts/20thcent.ttf Xshare/geist/fonts/cinema.ttf Xshare/geist/fonts/droid.ttf Xshare/geist/fonts/goodtime.ttf Xshare/geist/fonts/grunge.ttf Xshare/geist/fonts/joystix.ttf Xshare/geist/fonts/morpheus.ttf Xshare/geist/fonts/notepad.ttf Xshare/geist/fonts/soulpapa.ttf Xshare/geist/images/bg.png Xshare/geist/images/bulb.png Xshare/geist/images/elogo.png Xshare/geist/images/globe.png Xshare/geist/images/mail.png Xshare/geist/images/mush.png Xshare/geist/images/paper.png Xshare/geist/test.xml Xshare/geist/text_test.xml X@dirrm share/doc/geist X@dirrm share/geist/fonts X@dirrm share/geist/images X@dirrm share/geist END-of-geist/pkg-plist echo c - geist/files mkdir -p geist/files > /dev/null 2>&1 echo x - geist/files/patch-aa sed 's/^X//' >geist/files/patch-aa << 'END-of-geist/files/patch-aa' X--- Makefile.in.orig Thu Oct 26 21:29:01 2000 X+++ Makefile.in Thu Oct 26 22:25:07 2000 X@@ -71,10 +71,10 @@ X XML_CFLAGS = @XML_CFLAGS@ X XML_LIBS = @XML_LIBS@ X X-SUBDIRS = pixmaps src X+SUBDIRS = src X X docs_DATA = README AUTHORS ChangeLog TODO X-docsdir = $(prefix)/doc/geist X+docsdir = $(datadir)/doc/geist X X EXTRA_DIST = geist.spec $(docs_DATA) X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 X@@ -384,15 +384,15 @@ X X X install-data-local: X- @$(NORMAL_INSTALL) X- if test -d $(srcdir)/pixmaps; then \ X- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \ X- for pixmap in $(srcdir)/pixmaps/*; do \ X- if test -f $$pixmap; then \ X- $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \ X- fi \ X- done \ X- fi X+# @$(NORMAL_INSTALL) X+# if test -d $(srcdir)/pixmaps; then \ X+# $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \ X+# for pixmap in $(srcdir)/pixmaps/*; do \ X+# if test -f $$pixmap; then \ X+# $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \ X+# fi \ X+# done \ X+# fi X X dist-hook: X if test -d pixmaps; then \ END-of-geist/files/patch-aa echo x - geist/files/patch-ab sed 's/^X//' >geist/files/patch-ab << 'END-of-geist/files/patch-ab' X--- src/testimages/Makefile.in.orig Thu Oct 26 21:29:04 2000 X+++ src/testimages/Makefile.in Thu Oct 26 22:38:54 2000 X@@ -76,7 +76,7 @@ X # A list of all the files in the current directory which can be regenerated X MAINTAINERCLEANFILES = Makefile.in X X-testimages_DATA = bg.png bulb.png elogo.png globe.png mail.png mush.png paper.png laet.jpg X+testimages_DATA = bg.png bulb.png elogo.png globe.png mail.png mush.png paper.png X X X testimagesdir = $(prefix)/share/geist/images END-of-geist/files/patch-ab echo x - geist/pkg-comment sed 's/^X//' >geist/pkg-comment << 'END-of-geist/pkg-comment' XAn object-based image creation/layout application END-of-geist/pkg-comment echo x - geist/pkg-descr sed 's/^X//' >geist/pkg-descr << 'END-of-geist/pkg-descr' XAn object-based image creation/layout application which utilizes Imlib2. X XWWW: http://www.linuxbrit.co.uk/geist/ END-of-geist/pkg-descr echo x - geist/distinfo sed 's/^X//' >geist/distinfo << 'END-of-geist/distinfo' XMD5 (geist-0.0.3.tar.gz) = 16cc0769138481e9ca3c049d6e2b4d79 END-of-geist/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message