Importing xfd 1.0.1 which was missing moduler xorg packages.
The xfd utility creates a window containing the name of the font being displayed, a row of command buttons, several lines of text for display- ing character metrics, and a grid containing one glyph per cell. The characters are shown in increasing order from left to right, top to bottom. This is the version of xfd maintained by Xorg.
This commit is contained in:
parent
8fc52aa3e8
commit
7269e903c5
4 changed files with 37 additions and 0 deletions
7
x11/xfd/DESCR
Normal file
7
x11/xfd/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
The xfd utility creates a window containing the name of the font being
|
||||||
|
displayed, a row of command buttons, several lines of text for display-
|
||||||
|
ing character metrics, and a grid containing one glyph per cell.
|
||||||
|
The characters are shown in increasing order from left to right, top to
|
||||||
|
bottom.
|
||||||
|
|
||||||
|
This is the version of xfd maintained by Xorg.
|
22
x11/xfd/Makefile
Normal file
22
x11/xfd/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2008/05/19 22:15:55 taca Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= xfd-1.0.1
|
||||||
|
CATEGORIES= x11
|
||||||
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
|
||||||
|
EXTRACT_SUFX= .tar.bz2
|
||||||
|
|
||||||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
|
HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/
|
||||||
|
COMMENT= Display all the characters in an X font
|
||||||
|
|
||||||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_TOOLS+= pkg-config
|
||||||
|
|
||||||
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
||||||
|
|
||||||
|
.include "../../x11/libXft/buildlink3.mk"
|
||||||
|
.include "../../x11/libXaw/buildlink3.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
3
x11/xfd/PLIST
Normal file
3
x11/xfd/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/19 22:15:55 taca Exp $
|
||||||
|
bin/xfd
|
||||||
|
man/man1/xfd.1
|
5
x11/xfd/distinfo
Normal file
5
x11/xfd/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2008/05/19 22:15:55 taca Exp $
|
||||||
|
|
||||||
|
SHA1 (xfd-1.0.1.tar.bz2) = 4b4987d8c8d41b29c0475474261f1aaea7d5efcb
|
||||||
|
RMD160 (xfd-1.0.1.tar.bz2) = 2bd5f75790e09e72eb3e7745d03ced0e411a3ad0
|
||||||
|
Size (xfd-1.0.1.tar.bz2) = 88927 bytes
|
Loading…
Reference in a new issue