Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2001 07:19:36 +0000 (GMT)
From:      Bruce M Simpson <bms@spc.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33228: new port: x11-fonts/gfe (GNU Font Editor)
Message-ID:  <20011227071936.DBEA92102C@kiowa.dek.spc.org>

next in thread | raw e-mail | index | archive | help

>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 <bms@spc.org>
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 <bsd.port.mk>
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 <ctype.h>
X-#include <malloc.h>
X+#include <stdlib.h>
X #include <gtk/gtk.h>
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 <gtk/gtk.h>
X 
X #include <ctype.h>
X-#include <malloc.h>
X+#include <stdlib.h>
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 <gtk/gtk.h>
X-#include <malloc.h>
X+#include <stdlib.h>
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 <gtk/gtk.h>
X-#include <malloc.h>
X+#include <stdlib.h>
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 <gtk/gtk.h>
X-#include <malloc.h>
X+#include <stdlib.h>
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 <gtk/gtk.h>
X-#include <malloc.h>
X+#include <stdlib.h>
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 <gtk/gtk.h>
X-#include <malloc.h>
X+#include <stdlib.h>
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 <malloc.h>
X+#include <stdlib.h>
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 <gtk/gtk.h>
X 
X-#include <malloc.h>
X+#include <stdlib.h>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011227071936.DBEA92102C>