From owner-freebsd-ports Wed Dec 26 23:20:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D58D37B429 for ; Wed, 26 Dec 2001 23:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBR7K1r40443; Wed, 26 Dec 2001 23:20:01 -0800 (PST) (envelope-from gnats) Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225]) by hub.freebsd.org (Postfix) with ESMTP id C21A437B417 for ; Wed, 26 Dec 2001 23:19:34 -0800 (PST) Received: from kiowa.dek.spc.org (adsl-217-154-12-3.mistral.co.uk [217.154.12.3]) by bigboy.spc.org (Postfix) with ESMTP id BEAEA3132 for ; Thu, 27 Dec 2001 07:21:09 +0000 (GMT) Received: by kiowa.dek.spc.org (Postfix, from userid 1001) id DBEA92102C; Thu, 27 Dec 2001 07:19:36 +0000 (GMT) Message-Id: <20011227071936.DBEA92102C@kiowa.dek.spc.org> Date: Thu, 27 Dec 2001 07:19:36 +0000 (GMT) From: Bruce M Simpson Reply-To: Bruce M Simpson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33228: new port: x11-fonts/gfe (GNU Font Editor) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33228 >Category: ports >Synopsis: new port: x11-fonts/gfe (GNU Font Editor) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 23:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kiowa.dek.spc.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Mon Dec 24 04:57:54 GMT 2001 root@kiowa.dek.spc.org:/usr/src/sys/i386/compile/KIOWA i386 >Description: GNU Font Editor 0.0.4 for X11/GTK. >How-To-Repeat: >Fix: --- gfe.shar begins here --- # 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: # # gfe # gfe/pkg-descr # gfe/distinfo # gfe/Makefile # gfe/pkg-comment # gfe/pkg-plist # gfe/files # gfe/files/patch-aa # echo c - gfe mkdir -p gfe > /dev/null 2>&1 echo x - gfe/pkg-descr sed 's/^X//' >gfe/pkg-descr << 'END-of-gfe/pkg-descr' XFrom the GNU website: X XGNU Font Editor (GFE) is a graphical font editor based on the GIMP XToolkit. It is easy to use and will eventually support many font Xtypes. Currently it supports only BDF font files, that can be Xconverted to many other formats easily. X XAuthor: Anuradha Ratnaweera X XWWW: http://www.gnu.org/software/gfe/gfe.html X XBruce Xbms@spc.org END-of-gfe/pkg-descr echo x - gfe/distinfo sed 's/^X//' >gfe/distinfo << 'END-of-gfe/distinfo' XMD5 (gfe-0.0.4.tar.gz) = a683d7930a8f68401aa9ee15b73a8a5d END-of-gfe/distinfo echo x - gfe/Makefile sed 's/^X//' >gfe/Makefile << 'END-of-gfe/Makefile' X# New ports collection makefile for: gfe X# Date created: 26 December 2001 X# Whom: Bruce M Simpson X# X# $FreeBSD$ X# X XPORTNAME= gfe XPORTVERSION= 0.0.4 XCATEGORIES= x11-fonts XMASTER_SITES= ftp://alpha.gnu.org/gnu/gfe/ X XMAINTAINER= bms@spc.org X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_GTK= yes XUSE_XPM= yes X XNO_MAN= X X.include END-of-gfe/Makefile echo x - gfe/pkg-comment sed 's/^X//' >gfe/pkg-comment << 'END-of-gfe/pkg-comment' XGTK+-based .bdf font editor for X END-of-gfe/pkg-comment echo x - gfe/pkg-plist sed 's/^X//' >gfe/pkg-plist << 'END-of-gfe/pkg-plist' Xbin/gfe END-of-gfe/pkg-plist echo c - gfe/files mkdir -p gfe/files > /dev/null 2>&1 echo x - gfe/files/patch-aa sed 's/^X//' >gfe/files/patch-aa << 'END-of-gfe/files/patch-aa' XOnly in src.dist: about_dialog.o Xdiff -u src.dist/auxil.c src/auxil.c X--- src.dist/auxil.c Thu Dec 27 06:00:20 2001 X+++ src/auxil.c Thu Dec 27 06:01:59 2001 X@@ -16,7 +16,7 @@ X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. X */ X #include X-#include X+#include X #include X X #include "auxil.h" XOnly in src.dist: auxil.o Xdiff -u src.dist/bdf.c src/bdf.c X--- src.dist/bdf.c Thu Dec 27 06:00:20 2001 X+++ src/bdf.c Thu Dec 27 06:01:59 2001 X@@ -18,7 +18,7 @@ X #include X X #include X-#include X+#include X X #include "auxil.h" X #include "bdf.h" Xdiff -u src.dist/bitmap.c src/bitmap.c X--- src.dist/bitmap.c Thu Dec 27 06:00:20 2001 X+++ src/bitmap.c Thu Dec 27 06:01:59 2001 X@@ -16,7 +16,7 @@ X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. X */ X #include X-#include X+#include X X #include "bitmap.h" X Xdiff -u src.dist/file.c src/file.c X--- src.dist/file.c Thu Dec 27 06:00:20 2001 X+++ src/file.c Thu Dec 27 06:01:59 2001 X@@ -16,7 +16,7 @@ X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. X */ X #include X-#include X+#include X X #include "auxil.h" X #include "bdf.h" Xdiff -u src.dist/font.c src/font.c X--- src.dist/font.c Thu Dec 27 06:00:20 2001 X+++ src/font.c Thu Dec 27 06:01:59 2001 X@@ -16,7 +16,7 @@ X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. X */ X #include X-#include X+#include X X #include "auxil.h" X #include "font.h" Xdiff -u src.dist/glyph.c src/glyph.c X--- src.dist/glyph.c Thu Dec 27 06:00:20 2001 X+++ src/glyph.c Thu Dec 27 06:01:59 2001 X@@ -16,7 +16,7 @@ X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. X */ X #include X-#include X+#include X X #include "auxil.h" X #include "glyph.h" Xdiff -u src.dist/gui.c src/gui.c X--- src.dist/gui.c Thu Dec 27 06:00:20 2001 X+++ src/gui.c Thu Dec 27 06:01:59 2001 X@@ -16,7 +16,7 @@ X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. X */ X #include X-#include X+#include X X #include "auxil.h" X #include "character.h" XCommon subdirectories: src.dist/pixmaps and src/pixmaps Xdiff -u src.dist/raster_font.c src/raster_font.c X--- src.dist/raster_font.c Thu Dec 27 06:00:20 2001 X+++ src/raster_font.c Thu Dec 27 06:01:59 2001 X@@ -15,7 +15,7 @@ X * along with this program; if not, write to the Free Software X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. X */ X-#include X+#include X X #include "auxil.h" X #include "bitmap.h" Xdiff -u src.dist/raster_glyph.c src/raster_glyph.c X--- src.dist/raster_glyph.c Thu Dec 27 06:00:20 2001 X+++ src/raster_glyph.c Thu Dec 27 06:01:59 2001 X@@ -17,7 +17,7 @@ X */ X #include X X-#include X+#include X X #include "bitmap.h" X #include "font.h" END-of-gfe/files/patch-aa exit --- gfe.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message