diff options
author | taca <taca@pkgsrc.org> | 2008-05-19 22:15:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-05-19 22:15:55 +0000 |
commit | 7269e903c5fa3dcc0a6c4a61d5d441a531e4e467 (patch) | |
tree | 2d9dc186c45974e6549d4cf0562fe63c3649f3ab /x11/xfd | |
parent | 8fc52aa3e8bd68b4a422cbad55b6f92325e3556c (diff) | |
download | pkgsrc-7269e903c5fa3dcc0a6c4a61d5d441a531e4e467.tar.gz |
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.
Diffstat (limited to 'x11/xfd')
-rw-r--r-- | x11/xfd/DESCR | 7 | ||||
-rw-r--r-- | x11/xfd/Makefile | 22 | ||||
-rw-r--r-- | x11/xfd/PLIST | 3 | ||||
-rw-r--r-- | x11/xfd/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11/xfd/DESCR b/x11/xfd/DESCR new file mode 100644 index 00000000000..fa9f5e63eec --- /dev/null +++ b/x11/xfd/DESCR @@ -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. diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile new file mode 100644 index 00000000000..ffcd4c136f5 --- /dev/null +++ b/x11/xfd/Makefile @@ -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" diff --git a/x11/xfd/PLIST b/x11/xfd/PLIST new file mode 100644 index 00000000000..80251b69696 --- /dev/null +++ b/x11/xfd/PLIST @@ -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 diff --git a/x11/xfd/distinfo b/x11/xfd/distinfo new file mode 100644 index 00000000000..e2cc3aa882e --- /dev/null +++ b/x11/xfd/distinfo @@ -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 |