Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 1998 22:49:13 +0200 (CEST)
From:      Slaven Rezic <eserte@cs.tu-berlin.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8332: new port for xmbdfed
Message-ID:  <199810142049.WAA11669@cabulja.herceg.de>

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

>Number:         8332
>Category:       ports
>Synopsis:       new port for xmbdfed
>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:   Thu Oct 15 04:00:01 PDT 1998
>Last-Modified:
>Originator:     Slaven Rezic
>Organization:
Private FreeBSD site, Berlin, Germany
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:

	
>Description:

	This is a port for xmbdfed, a motif based font editor. It's
	only tested with lesstif.

>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:
#
#	xmbdfed
#	xmbdfed/pkg
#	xmbdfed/pkg/PLIST
#	xmbdfed/pkg/COMMENT
#	xmbdfed/pkg/DESCR
#	xmbdfed/patches
#	xmbdfed/patches/patch-aa
#	xmbdfed/files
#	xmbdfed/files/md5
#	xmbdfed/Makefile
#
echo c - xmbdfed
mkdir -p xmbdfed > /dev/null 2>&1
echo c - xmbdfed/pkg
mkdir -p xmbdfed/pkg > /dev/null 2>&1
echo x - xmbdfed/pkg/PLIST
sed 's/^X//' >xmbdfed/pkg/PLIST << 'END-of-xmbdfed/pkg/PLIST'
Xbin/xmbdfed
Xman/man1/xmbdfed.1.gz
END-of-xmbdfed/pkg/PLIST
echo x - xmbdfed/pkg/COMMENT
sed 's/^X//' >xmbdfed/pkg/COMMENT << 'END-of-xmbdfed/pkg/COMMENT'
XXmBDFEditor is a Motif-based BDF font editor.
END-of-xmbdfed/pkg/COMMENT
echo x - xmbdfed/pkg/DESCR
sed 's/^X//' >xmbdfed/pkg/DESCR << 'END-of-xmbdfed/pkg/DESCR'
XXmBDFEditor is a Motif-based BDF font editor with the following features:
X
X  o  Multiple fonts can be loaded from the command line.
X  o  Multiple fonts can be open at the same time.
X  o  Cutting and pasting glyphs between fonts.
X  o  Multiple glyph bitmap editors can be open at the same time.
X  o  Cutting and pasting between glyph bitmap editors.
X  o  Export of XBM files from glyph bitmap editors.
X  o  Automatic correction of certain metrics when a font is loaded.
X  o  Generation of XLFD font names for fonts without XLFD names.
X  o  Update an XLFD font name from the font properties.
X  o  Update the font properties from an XLFD font name.
X  o  Font property editor.
X  o  Font comment editor.
X  o  Supports unencoded glyphs (ENCODING of -1).
X  o  Display of glyph encodings in octal, decimal, or hex.
X  o  Builtin on-line help.
X  o  Imports PK/GF fonts, Linux console fonts (PSF, CP, and FNT),
X     Sun console fonts (vfont format), fonts from the X server,
X     Windows FON/FNT fonts, TrueType fonts and collections.
X  o  Exports PSF fonts.
END-of-xmbdfed/pkg/DESCR
echo c - xmbdfed/patches
mkdir -p xmbdfed/patches > /dev/null 2>&1
echo x - xmbdfed/patches/patch-aa
sed 's/^X//' >xmbdfed/patches/patch-aa << 'END-of-xmbdfed/patches/patch-aa'
X--- Imakefile.orig	Fri Jul 24 18:12:12 1998
X+++ Imakefile	Wed Oct 14 22:17:59 1998
X@@ -16,20 +16,22 @@
X        glyphed.o grab.o hbf.o help.o ops.o prog.o props.o setup.o test.o \
X        ttfin.o xmbdfed.o
X 
X-MComplexProgramTarget(xmbdfed)
X+ComplexProgramTarget(xmbdfed)
X 
X XCOMM
X XCOMM Uncomment these if you have the FreeType library and want to use it to
X XCOMM import TrueType fonts.
X XCOMM
X-FTYPE_INCS = -I/home/ft/freetype-beta/lib/
X-FTYPE_LIBS = -L/home/ft/freetype-beta/lib -lttf
X+FTYPE_INCS = -I/usr/local/include
X+FTYPE_LIBS = -L/usr/local/lib -lttf
X FTYPE_DEFS = -DHAVE_FREETYPE
X 
X HBFDEFS = -Dunix -DIN_MEMORY -DGUNZIP_CMD="\"/usr/bin/gunzip -c\""
X 
X DEFS = -DHAVE_X11 $(FTYPE_DEFS)
X 
X-LOCAL_LIBRARIES = $(FTYPE_LIBS)
X+XMLIB = ${MOTIFLIB}
X+DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPXLIB)
X+LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XMULIB) $(XLIB) $(FTYPE_LIBS)
X EXTRA_DEFINES = $(DEFS) $(HBFDEFS)
X INCLUDES = $(FTYPE_INCS)
END-of-xmbdfed/patches/patch-aa
echo c - xmbdfed/files
mkdir -p xmbdfed/files > /dev/null 2>&1
echo x - xmbdfed/files/md5
sed 's/^X//' >xmbdfed/files/md5 << 'END-of-xmbdfed/files/md5'
XMD5 (xmbdfed.tar.gz) = f84e07d987edda537cf5fa9a2f64c33a
END-of-xmbdfed/files/md5
echo x - xmbdfed/Makefile
sed 's/^X//' >xmbdfed/Makefile << 'END-of-xmbdfed/Makefile'
X# New ports collection makefile for:    xmbdfed
X# Version required:     3.3
X# Date created:         14 Oct 1998
X# Whom:                 eserte
X#
X# $Id: $
X#
X
XDISTNAME=	xmbdfed-3.3
XDISTFILES=	xmbdfed.tar.gz
XCATEGORIES=	x11
XMASTER_SITES=	ftp://crl.nmsu.edu/CLR/multiling/General/
X
XMAINTAINER=	eserte@cs.tu-berlin.de
X
XLIB_DEPENDS=    ttf\\.1\\.:${PORTSDIR}/print/freetype
X
XREQUIRES_MOTIF= yes
XUSE_IMAKE=	yes
XMAN1=		xmbdfed.1
XMANCOMPRESSED=	yes
X
Xpost-extract:
X	${MV} ${WRKSRC}/Imakefile.lesstif ${WRKSRC}/Imakefile
X
X.include <bsd.port.mk>
END-of-xmbdfed/Makefile
exit


>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?199810142049.WAA11669>