diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 08:46:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 08:46:57 +0000 |
commit | a00cbaa039e7db006376e83679efaec5a1e96905 (patch) | |
tree | b1b625888053df5463c0caa95cc5d260740518bd /graphics | |
parent | Add 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')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gom/Makefile | 22 | ||||
-rw-r--r-- | graphics/gom/distinfo | 1 | ||||
-rw-r--r-- | graphics/gom/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/gom/files/patch-ab | 13 | ||||
-rw-r--r-- | graphics/gom/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gom/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/gom/pkg-plist | 15 | ||||
-rw-r--r-- | graphics/gozer/Makefile | 22 | ||||
-rw-r--r-- | graphics/gozer/distinfo | 1 | ||||
-rw-r--r-- | graphics/gozer/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/gozer/files/patch-ab | 13 | ||||
-rw-r--r-- | graphics/gozer/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gozer/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/gozer/pkg-plist | 15 |
15 files changed, 137 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e2d41d8d2923..1c79d34ce2b7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -62,6 +62,7 @@ SUBDIR += gltk SUBDIR += gnofract4d SUBDIR += gnomeiconedit + SUBDIR += gom SUBDIR += gpaint SUBDIR += gphoto SUBDIR += gplot diff --git a/graphics/gom/Makefile b/graphics/gom/Makefile new file mode 100644 index 000000000000..f1e11dfdea4b --- /dev/null +++ b/graphics/gom/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/gom/distinfo b/graphics/gom/distinfo new file mode 100644 index 000000000000..54963b4af5e2 --- /dev/null +++ b/graphics/gom/distinfo @@ -0,0 +1 @@ +MD5 (gom-0.1.tar.gz) = 65fb431c14548381c7c21058fd6a4290 diff --git a/graphics/gom/files/patch-aa b/graphics/gom/files/patch-aa new file mode 100644 index 000000000000..d1ec682feacf --- /dev/null +++ b/graphics/gom/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/gom/files/patch-ab b/graphics/gom/files/patch-ab new file mode 100644 index 000000000000..a0f5dc2f2418 --- /dev/null +++ b/graphics/gom/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/gom/pkg-comment b/graphics/gom/pkg-comment new file mode 100644 index 000000000000..3eba6310ba8e --- /dev/null +++ b/graphics/gom/pkg-comment @@ -0,0 +1 @@ +A commandline text rendering utility that creates images from arbitrary text diff --git a/graphics/gom/pkg-descr b/graphics/gom/pkg-descr new file mode 100644 index 000000000000..cfebd0a0b91f --- /dev/null +++ b/graphics/gom/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/gom/pkg-plist b/graphics/gom/pkg-plist new file mode 100644 index 000000000000..c8d2cc7f7b31 --- /dev/null +++ b/graphics/gom/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 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 |