summaryrefslogtreecommitdiff
path: root/graphics/gozer
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-19 08:46:57 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-19 08:46:57 +0000
commita00cbaa039e7db006376e83679efaec5a1e96905 (patch)
treeb1b625888053df5463c0caa95cc5d260740518bd /graphics/gozer
parentAdd giblib 1.0.1, a utility library that incorporates doubly linked lists, (diff)
Add gom 0.1, a commandline text rendering utility that creates images
from arbitrary text. PR: 22798 Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes: svn path=/head/; revision=36092
Diffstat (limited to 'graphics/gozer')
-rw-r--r--graphics/gozer/Makefile22
-rw-r--r--graphics/gozer/distinfo1
-rw-r--r--graphics/gozer/files/patch-aa11
-rw-r--r--graphics/gozer/files/patch-ab13
-rw-r--r--graphics/gozer/pkg-comment1
-rw-r--r--graphics/gozer/pkg-descr5
-rw-r--r--graphics/gozer/pkg-plist15
7 files changed, 68 insertions, 0 deletions
diff --git a/graphics/gozer/Makefile b/graphics/gozer/Makefile
new file mode 100644
index 000000000000..f1e11dfdea4b
--- /dev/null
+++ b/graphics/gozer/Makefile
@@ -0,0 +1,22 @@
+# Ports collection makefile for: gom
+# Date created: 12 Nov 2000
+# Whom: Jeremy Norris <ishmael27@home.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gom
+PORTVERSION= 0.1
+CATEGORIES= graphics
+MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
+
+MAINTAINER= ishmael27@home.com
+
+LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
+
+GNU_CONFIGURE= yes
+USE_X_PREFIX= yes
+
+MAN1= gom.1
+
+.include <bsd.port.mk>
diff --git a/graphics/gozer/distinfo b/graphics/gozer/distinfo
new file mode 100644
index 000000000000..54963b4af5e2
--- /dev/null
+++ b/graphics/gozer/distinfo
@@ -0,0 +1 @@
+MD5 (gom-0.1.tar.gz) = 65fb431c14548381c7c21058fd6a4290
diff --git a/graphics/gozer/files/patch-aa b/graphics/gozer/files/patch-aa
new file mode 100644
index 000000000000..d1ec682feacf
--- /dev/null
+++ b/graphics/gozer/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Nov 10 08:52:39 2000
++++ Makefile.in Sun Nov 12 14:51:56 2000
+@@ -78,7 +78,7 @@
+ man_MANS = gom.1
+
+ docs_DATA = README AUTHORS ChangeLog TODO
+-docsdir = $(prefix)/doc/gom
++docsdir = $(datadir)/doc/gom
+
+ EXTRA_DIST = gom.spec gom.1 $(docs_DATA)
+
diff --git a/graphics/gozer/files/patch-ab b/graphics/gozer/files/patch-ab
new file mode 100644
index 000000000000..a0f5dc2f2418
--- /dev/null
+++ b/graphics/gozer/files/patch-ab
@@ -0,0 +1,13 @@
+--- src/Makefile.in.orig Fri Nov 10 08:52:40 2000
++++ src/Makefile.in Sun Nov 12 14:51:08 2000
+@@ -71,8 +71,8 @@
+
+ SUBDIRS = fonts
+
+-LDFLAGS = -L/usr/X11R6/lib
+-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
++LDFLAGS =
++INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
+
+ LIBOBJS = @LIBOBJS@
+
diff --git a/graphics/gozer/pkg-comment b/graphics/gozer/pkg-comment
new file mode 100644
index 000000000000..3eba6310ba8e
--- /dev/null
+++ b/graphics/gozer/pkg-comment
@@ -0,0 +1 @@
+A commandline text rendering utility that creates images from arbitrary text
diff --git a/graphics/gozer/pkg-descr b/graphics/gozer/pkg-descr
new file mode 100644
index 000000000000..cfebd0a0b91f
--- /dev/null
+++ b/graphics/gozer/pkg-descr
@@ -0,0 +1,5 @@
+A commandline text rendering utility for creating images from arbitrary text in
+antialised truetype fonts using optional fontsyle, wordwrapping, and layout
+control.
+
+WWW: http://www.linuxbrit.co.uk/gom/
diff --git a/graphics/gozer/pkg-plist b/graphics/gozer/pkg-plist
new file mode 100644
index 000000000000..c8d2cc7f7b31
--- /dev/null
+++ b/graphics/gozer/pkg-plist
@@ -0,0 +1,15 @@
+bin/gom
+share/doc/gom/AUTHORS
+share/doc/gom/ChangeLog
+share/doc/gom/README
+share/doc/gom/TODO
+share/gom/fonts/20thcent.ttf
+share/gom/fonts/cinema.ttf
+share/gom/fonts/goodtime.ttf
+share/gom/fonts/joystix.ttf
+share/gom/fonts/morpheus.ttf
+share/gom/fonts/notepad.ttf
+share/gom/fonts/soulpapa.ttf
+@dirrm share/doc/gom
+@dirrm share/gom/fonts
+@dirrm share/gom