Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2000 23:10:45 -0500 (CDT)
From:      ishmael27@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22334: New port: geist-0.0.3
Message-ID:  <200010270410.e9R4Ajl32570@babylon.merseine.nu>

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

>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 <ishmael27@home.com>
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 <bsd.port.mk>
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




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