From owner-freebsd-ports Sun Nov 12 16:20: 8 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 6F15337B4C5 for ; Sun, 12 Nov 2000 16:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74279; Sun, 12 Nov 2000 16:20:01 -0800 (PST) (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 2698937B479 for ; Sun, 12 Nov 2000 16:14:59 -0800 (PST) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.1/8.11.1) id eAD0G3B55027; Sun, 12 Nov 2000 18:16:03 -0600 (CST) (envelope-from ishmael) Message-Id: <200011130016.eAD0G3B55027@babylon.merseine.nu> Date: Sun, 12 Nov 2000 18:16:03 -0600 (CST) From: ishmael27@home.com Reply-To: ishmael27@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22798: New port: gom-0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22798 >Category: ports >Synopsis: New port: gom-0.1 >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: Sun Nov 12 16:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.2-BETA i386 >Organization: >Environment: FreeBSD babylon.merseine.nu 4.2-BETA FreeBSD 4.2-BETA #0: Thu Nov 9 15:26:26 CST 2000 ishmael@babylon.merseine.nu:/usr/src/sys/compile/BABYLON i386 >Description: New port for gom, a text rendering utility that creates images from arbitrary text. Unsure what the category should be (graphics, print, or textproc?). Dependant upon ports/22797. >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: # # gom # gom/files # gom/files/patch-aa # gom/files/patch-ab # gom/Makefile # gom/distinfo # gom/pkg-comment # gom/pkg-plist # gom/pkg-descr # echo c - gom mkdir -p gom > /dev/null 2>&1 echo c - gom/files mkdir -p gom/files > /dev/null 2>&1 echo x - gom/files/patch-aa sed 's/^X//' >gom/files/patch-aa << 'END-of-gom/files/patch-aa' X--- Makefile.in.orig Fri Nov 10 08:52:39 2000 X+++ Makefile.in Sun Nov 12 14:51:56 2000 X@@ -78,7 +78,7 @@ X man_MANS = gom.1 X X docs_DATA = README AUTHORS ChangeLog TODO X-docsdir = $(prefix)/doc/gom X+docsdir = $(datadir)/doc/gom X X EXTRA_DIST = gom.spec gom.1 $(docs_DATA) X END-of-gom/files/patch-aa echo x - gom/files/patch-ab sed 's/^X//' >gom/files/patch-ab << 'END-of-gom/files/patch-ab' X--- src/Makefile.in.orig Fri Nov 10 08:52:40 2000 X+++ src/Makefile.in Sun Nov 12 14:51:08 2000 X@@ -71,8 +71,8 @@ X X SUBDIRS = fonts X X-LDFLAGS = -L/usr/X11R6/lib X-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@ X+LDFLAGS = X+INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@ X X LIBOBJS = @LIBOBJS@ X END-of-gom/files/patch-ab echo x - gom/Makefile sed 's/^X//' >gom/Makefile << 'END-of-gom/Makefile' X# Ports collection makefile for: gom X# Date created: 12 Nov 2000 X# Whom: Jeremy Norris X# X# $FreeBSD$ X# X XPORTNAME= gom XPORTVERSION= 0.1 XCATEGORIES= graphics XMASTER_SITES= http://www.linuxbrit.co.uk/downloads/ X XMAINTAINER= ishmael27@home.com X XLIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib X XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes X XMAN1= gom.1 X X.include END-of-gom/Makefile echo x - gom/distinfo sed 's/^X//' >gom/distinfo << 'END-of-gom/distinfo' XMD5 (gom-0.1.tar.gz) = 65fb431c14548381c7c21058fd6a4290 END-of-gom/distinfo echo x - gom/pkg-comment sed 's/^X//' >gom/pkg-comment << 'END-of-gom/pkg-comment' XA commandline text rendering utility that creates images from arbitrary text END-of-gom/pkg-comment echo x - gom/pkg-plist sed 's/^X//' >gom/pkg-plist << 'END-of-gom/pkg-plist' Xbin/gom Xshare/doc/gom/AUTHORS Xshare/doc/gom/ChangeLog Xshare/doc/gom/README Xshare/doc/gom/TODO Xshare/gom/fonts/20thcent.ttf Xshare/gom/fonts/cinema.ttf Xshare/gom/fonts/goodtime.ttf Xshare/gom/fonts/joystix.ttf Xshare/gom/fonts/morpheus.ttf Xshare/gom/fonts/notepad.ttf Xshare/gom/fonts/soulpapa.ttf X@dirrm share/doc/gom X@dirrm share/gom/fonts X@dirrm share/gom END-of-gom/pkg-plist echo x - gom/pkg-descr sed 's/^X//' >gom/pkg-descr << 'END-of-gom/pkg-descr' XA commandline text rendering utility for creating images from arbitrary text in Xantialised truetype fonts using optional fontsyle, wordwrapping, and layout Xcontrol. X XWWW: http://www.linuxbrit.co.uk/gom/ END-of-gom/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message