Import gbdfed 1.3 (patch 1).

gbdfed is a GTK-based BDF font editor and a replacement for xmbdfed.
This commit is contained in:
naddy 2007-10-23 11:16:14 +00:00
parent 67bf0ffd6a
commit 4f6ba914ba
4 changed files with 71 additions and 0 deletions

32
x11/gbdfed/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/23 11:16:14 naddy Exp $
COMMENT= GTK-based BDF font editor
DISTNAME= gbdfed-1.3
PKGNAME= ${DISTNAME}pl1
CATEGORIES= x11
HOMEPAGE= http://crl.nmsu.edu/~mleisher/gbdfed.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://crl.nmsu.edu/~mleisher/
EXTRACT_SUFX= .tar.bz2
PATCHFILES= gbdfed-1.3-patch1
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# leakage from bsd.own.mk
MAKE_ENV= STATIC=""
NO_REGRESS= Yes
.include <bsd.port.mk>

10
x11/gbdfed/distinfo Normal file
View File

@ -0,0 +1,10 @@
MD5 (gbdfed-1.3-patch1) = gVPlDYWMvx+YBwKjVz7Iog==
MD5 (gbdfed-1.3.tar.bz2) = lsmI81aR/h293VFB9cMb2w==
RMD160 (gbdfed-1.3-patch1) = y9C3IbNWIF5o6dP1r5sthy0K9ow=
RMD160 (gbdfed-1.3.tar.bz2) = hM3FdVFSoa+tM+7XAQ0gUHaxW+s=
SHA1 (gbdfed-1.3-patch1) = rqRS/DYF51eP4slXdi8cRkENb6M=
SHA1 (gbdfed-1.3.tar.bz2) = mZeMio+Faw3SyGYCqyCFgBBK8xE=
SHA256 (gbdfed-1.3-patch1) = fdxYjmONfAE2zSMBeAOHngnnmggeBHtahE0T9gDcFIY=
SHA256 (gbdfed-1.3.tar.bz2) = lHUBS3FOhCMJP3xvh1WpqnRF7Dx4v+U/EExyVpFrBO0=
SIZE (gbdfed-1.3-patch1) = 5613
SIZE (gbdfed-1.3.tar.bz2) = 230511

26
x11/gbdfed/pkg/DESCR Normal file
View File

@ -0,0 +1,26 @@
gbdfed is a GTK-based BDF font editor with the following features:
o Multiple fonts can be loaded from the command line.
o Multiple fonts can be open at the same time.
o Cutting and pasting glyphs between fonts.
o Multiple glyph bitmap editors can be open at the same time.
o Cutting and pasting between glyph bitmap editors.
o Export of XBM files from glyph bitmap editors.
o Automatic correction of certain metrics when a font is loaded.
o Generation of XLFD font names for fonts without XLFD names.
o Update an XLFD font name from the font properties.
o Update the font properties from an XLFD font name.
o Font property editor.
o Font comment editor.
o Supports unencoded glyphs (ENCODING of -1).
o Display of glyph encodings in octal, decimal, or hex.
o Builtin on-line help.
o Imports PK/GF fonts.
o Imports HBF (Han Bitmap Font) fonts.
o Imports Linux console fonts (PSF, CP, and FNT).
o Imports Sun console fonts (vfont format).
o Imports fonts from the X server.
o Imports Windows FON/FNT fonts.
o Imports OpenType/TrueType fonts and collections.
o Exports PSF fonts.
o Exports HEX fonts.

3
x11/gbdfed/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/23 11:16:14 naddy Exp $
bin/gbdfed
@man man/man1/gbdfed.1