diff options
author | joerg <joerg> | 2007-04-10 13:46:42 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-04-10 13:46:42 +0000 |
commit | 52ed769d4fb16fa63d1c1086ff074feee873d873 (patch) | |
tree | 70fcc2eff014c1a8c96d0e1b161c6eb35bfc40f8 /x11/listres | |
parent | cdc402db6e87567e54e31cecb5bc43df8eee9411 (diff) | |
download | pkgsrc-52ed769d4fb16fa63d1c1086ff074feee873d873.tar.gz |
Import listres-1.0.1.
This package provides listres, a program to generate a list of a widgets
resource database.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/listres')
-rw-r--r-- | x11/listres/DESCR | 4 | ||||
-rw-r--r-- | x11/listres/Makefile | 19 | ||||
-rw-r--r-- | x11/listres/PLIST | 3 | ||||
-rw-r--r-- | x11/listres/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/listres/DESCR b/x11/listres/DESCR new file mode 100644 index 00000000000..a76a6e5da4b --- /dev/null +++ b/x11/listres/DESCR @@ -0,0 +1,4 @@ +This package provides listres, a program to generate a list of a widgets +resource database. + +This is from the modular X.org X11 project. diff --git a/x11/listres/Makefile b/x11/listres/Makefile new file mode 100644 index 00000000000..d9faebf69f1 --- /dev/null +++ b/x11/listres/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:42 joerg Exp $ +# + +DISTNAME= listres-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= List resources in widgets + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXaw/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/listres/PLIST b/x11/listres/PLIST new file mode 100644 index 00000000000..339b02c18c9 --- /dev/null +++ b/x11/listres/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/10 13:46:42 joerg Exp $ +bin/listres +man/man1/listres.1 diff --git a/x11/listres/distinfo b/x11/listres/distinfo new file mode 100644 index 00000000000..00c1d5d9302 --- /dev/null +++ b/x11/listres/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/10 13:46:42 joerg Exp $ + +SHA1 (listres-1.0.1.tar.bz2) = 389bd1dfa099746aeb7e31cb46dcfca18ad53c2e +RMD160 (listres-1.0.1.tar.bz2) = 8dc3ab492705faa7e6397e625e43d65598ab0c4e +Size (listres-1.0.1.tar.bz2) = 76709 bytes |