diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-06 09:41:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-06 09:41:06 +0000 |
commit | 9bce2bcdd7aa5ad228f51c13c3bdefd894e3c441 (patch) | |
tree | ea248c017a684a667cfa56402ed42430a2e1cdc4 /x11 | |
parent | 822ab4877e6d228429337fe287e6d2ac86c3f3ec (diff) | |
download | pkgsrc-9bce2bcdd7aa5ad228f51c13c3bdefd894e3c441.tar.gz |
Import xkbprint-1.0.3:
xkbprint generates a printable or encapsulated PostScript description
of an XKB keyboard description.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/xkbprint/DESCR | 2 | ||||
-rw-r--r-- | x11/xkbprint/Makefile | 20 | ||||
-rw-r--r-- | x11/xkbprint/PLIST | 3 | ||||
-rw-r--r-- | x11/xkbprint/distinfo | 5 |
5 files changed, 32 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 316c66b2268..906e5ca692a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.652 2012/06/06 09:37:54 wiz Exp $ +# $NetBSD: Makefile,v 1.653 2012/06/06 09:41:06 wiz Exp $ # COMMENT= Packages to support the X window system @@ -500,6 +500,7 @@ SUBDIR+= xkbcomp SUBDIR+= xkbd SUBDIR+= xkbdata SUBDIR+= xkbevd +SUBDIR+= xkbprint SUBDIR+= xkbset SUBDIR+= xkbutils SUBDIR+= xkeyboard-config diff --git a/x11/xkbprint/DESCR b/x11/xkbprint/DESCR new file mode 100644 index 00000000000..f7c447eb2e8 --- /dev/null +++ b/x11/xkbprint/DESCR @@ -0,0 +1,2 @@ +xkbprint generates a printable or encapsulated PostScript description +of an XKB keyboard description. diff --git a/x11/xkbprint/Makefile b/x11/xkbprint/Makefile new file mode 100644 index 00000000000..1501873be17 --- /dev/null +++ b/x11/xkbprint/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2012/06/06 09:41:07 wiz Exp $ +# + +DISTNAME= xkbprint-1.0.3 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XORG:=app/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Generate printable description of a XKB keyboard description + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libxkbfile/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xkbprint/PLIST b/x11/xkbprint/PLIST new file mode 100644 index 00000000000..d763f5339d1 --- /dev/null +++ b/x11/xkbprint/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2012/06/06 09:41:07 wiz Exp $ +bin/xkbprint +man/man1/xkbprint.1 diff --git a/x11/xkbprint/distinfo b/x11/xkbprint/distinfo new file mode 100644 index 00000000000..c545f0490a5 --- /dev/null +++ b/x11/xkbprint/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/06/06 09:41:07 wiz Exp $ + +SHA1 (xkbprint-1.0.3.tar.bz2) = 4e7c91a137f0746202b3a74bbaf49c849484aa30 +RMD160 (xkbprint-1.0.3.tar.bz2) = 29343bcb68b2fd5d7fe33f520660b3a8e25ec7f2 +Size (xkbprint-1.0.3.tar.bz2) = 146090 bytes |