Add geist 0.0.3, an object-based image creation/layout app that uses imlib2.

PR:		22334
Submitted by:	Jeremy Norris <ishmael27@home.com>
This commit is contained in:
Will Andrews 2000-12-03 20:21:20 +00:00
parent 49b80109c5
commit 128a5bc296
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35629
8 changed files with 110 additions and 0 deletions

View File

@ -44,6 +44,7 @@
SUBDIR += gd
SUBDIR += gdk-pixbuf
SUBDIR += gdtclft
SUBDIR += geist
SUBDIR += geomview
SUBDIR += gfont
SUBDIR += gif2png

26
graphics/geist/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: geist
# Date created: 24 Oct 2000
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= geist
PORTVERSION= 0.0.3
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
MAINTAINER= ishmael27@home.com
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp \
xml2.5:${PORTSDIR}/textproc/libxml2
XML_CONFIG?= ${LOCALBASE}/bin/xml2-config
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_GTK= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib" \
XML_CONFIG="${XML_CONFIG}"
.include <bsd.port.mk>

1
graphics/geist/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (geist-0.0.3.tar.gz) = 16cc0769138481e9ca3c049d6e2b4d79

View File

@ -0,0 +1,40 @@
--- Makefile.in.orig Thu Oct 26 21:29:01 2000
+++ Makefile.in Thu Oct 26 22:25:07 2000
@@ -71,10 +71,10 @@
XML_CFLAGS = @XML_CFLAGS@
XML_LIBS = @XML_LIBS@
-SUBDIRS = pixmaps src
+SUBDIRS = src
docs_DATA = README AUTHORS ChangeLog TODO
-docsdir = $(prefix)/doc/geist
+docsdir = $(datadir)/doc/geist
EXTRA_DIST = geist.spec $(docs_DATA)
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -384,15 +384,15 @@
install-data-local:
- @$(NORMAL_INSTALL)
- if test -d $(srcdir)/pixmaps; then \
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
- for pixmap in $(srcdir)/pixmaps/*; do \
- if test -f $$pixmap; then \
- $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
- fi \
- done \
- fi
+# @$(NORMAL_INSTALL)
+# if test -d $(srcdir)/pixmaps; then \
+# $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
+# for pixmap in $(srcdir)/pixmaps/*; do \
+# if test -f $$pixmap; then \
+# $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
+# fi \
+# done \
+# fi
dist-hook:
if test -d pixmaps; then \

View File

@ -0,0 +1,11 @@
--- src/testimages/Makefile.in.orig Thu Oct 26 21:29:04 2000
+++ src/testimages/Makefile.in Thu Oct 26 22:38:54 2000
@@ -76,7 +76,7 @@
# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in
-testimages_DATA = bg.png bulb.png elogo.png globe.png mail.png mush.png paper.png laet.jpg
+testimages_DATA = bg.png bulb.png elogo.png globe.png mail.png mush.png paper.png
testimagesdir = $(prefix)/share/geist/images

View File

@ -0,0 +1 @@
An object-based image creation/layout application

3
graphics/geist/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
An object-based image creation/layout application which utilizes Imlib2.
WWW: http://www.linuxbrit.co.uk/geist/

27
graphics/geist/pkg-plist Normal file
View File

@ -0,0 +1,27 @@
bin/geist
share/doc/geist/AUTHORS
share/doc/geist/ChangeLog
share/doc/geist/README
share/doc/geist/TODO
share/geist/fonts/20thcent.ttf
share/geist/fonts/cinema.ttf
share/geist/fonts/droid.ttf
share/geist/fonts/goodtime.ttf
share/geist/fonts/grunge.ttf
share/geist/fonts/joystix.ttf
share/geist/fonts/morpheus.ttf
share/geist/fonts/notepad.ttf
share/geist/fonts/soulpapa.ttf
share/geist/images/bg.png
share/geist/images/bulb.png
share/geist/images/elogo.png
share/geist/images/globe.png
share/geist/images/mail.png
share/geist/images/mush.png
share/geist/images/paper.png
share/geist/test.xml
share/geist/text_test.xml
@dirrm share/doc/geist
@dirrm share/geist/fonts
@dirrm share/geist/images
@dirrm share/geist