diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-07 15:03:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-07 15:03:08 +0000 |
commit | 577e1f69cdb4599dc641c79935ac3908ff000f33 (patch) | |
tree | 8af89d4d55d06995357dc6cb2ccc3c02179b0a4f /x11/appres | |
parent | ec469938ac902b8150b83efbf2262d1ce9d8e4fe (diff) | |
download | pkgsrc-577e1f69cdb4599dc641c79935ac3908ff000f33.tar.gz |
Import appres-1.0.1.
The appres program prints the resources seen by an application (or
subhierarchy of an application) with the specified class and instance
names. It can be used to determine which resources a particular
program will load.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/appres')
-rw-r--r-- | x11/appres/DESCR | 6 | ||||
-rw-r--r-- | x11/appres/Makefile | 19 | ||||
-rw-r--r-- | x11/appres/PLIST | 3 | ||||
-rw-r--r-- | x11/appres/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/appres/DESCR b/x11/appres/DESCR new file mode 100644 index 00000000000..62c1871df59 --- /dev/null +++ b/x11/appres/DESCR @@ -0,0 +1,6 @@ +The appres program prints the resources seen by an application (or +subhierarchy of an application) with the specified class and instance +names. It can be used to determine which resources a particular +program will load. + +This is from the modular X.org X11 project. diff --git a/x11/appres/Makefile b/x11/appres/Makefile new file mode 100644 index 00000000000..49e124ddfb0 --- /dev/null +++ b/x11/appres/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/07 15:03:08 joerg Exp $ +# + +DISTNAME= appres-1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Print resources seen by an application + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/appres/PLIST b/x11/appres/PLIST new file mode 100644 index 00000000000..116efcf33ff --- /dev/null +++ b/x11/appres/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/07 15:03:08 joerg Exp $ +bin/appres +man/man1/appres.1 diff --git a/x11/appres/distinfo b/x11/appres/distinfo new file mode 100644 index 00000000000..2cf84e19b27 --- /dev/null +++ b/x11/appres/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/03/07 15:03:08 joerg Exp $ + +SHA1 (appres-1.0.1.tar.bz2) = e50126abc99c64e4827a6b4c27dd2cd473bd958f +RMD160 (appres-1.0.1.tar.bz2) = e9672cf8c500e3dd345d193ec0a40a9d19795783 +Size (appres-1.0.1.tar.bz2) = 85320 bytes |