diff options
author | joerg <joerg> | 2007-04-10 13:46:29 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-04-10 13:46:29 +0000 |
commit | 35da7a563aa199d8fd90d8bc3391b99fc45763b0 (patch) | |
tree | 7bce440e5d696b484a3c1901b437cb256dfea0b1 /x11/editres | |
parent | 12be25429c51bdf9b4cf2f2630302ef4a38c38ca (diff) | |
download | pkgsrc-35da7a563aa199d8fd90d8bc3391b99fc45763b0.tar.gz |
Import editres-1.0.3.
This package provides editres, a program to display the widget tree of
applications with Editres protocol support and dynamically alter the
resource specification for those.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/editres')
-rw-r--r-- | x11/editres/DESCR | 5 | ||||
-rw-r--r-- | x11/editres/Makefile | 19 | ||||
-rw-r--r-- | x11/editres/PLIST | 5 | ||||
-rw-r--r-- | x11/editres/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11/editres/DESCR b/x11/editres/DESCR new file mode 100644 index 00000000000..775e13db613 --- /dev/null +++ b/x11/editres/DESCR @@ -0,0 +1,5 @@ +This package provides editres, a program to display the widget tree of +applications with Editres protocol support and dynamically alter the +resource specification for those. + +This is from the modular X.org X11 project. diff --git a/x11/editres/Makefile b/x11/editres/Makefile new file mode 100644 index 00000000000..d15341ae06c --- /dev/null +++ b/x11/editres/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:29 joerg Exp $ +# + +DISTNAME= editres-1.0.3 +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= Dynamic resource editor for libXt applications + +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/editres/PLIST b/x11/editres/PLIST new file mode 100644 index 00000000000..ba169ce8d1d --- /dev/null +++ b/x11/editres/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/10 13:46:29 joerg Exp $ +bin/editres +lib/X11/app-defaults/Editres +lib/X11/app-defaults/Editres-color +man/man1/editres.1 diff --git a/x11/editres/distinfo b/x11/editres/distinfo new file mode 100644 index 00000000000..66583c8ebc4 --- /dev/null +++ b/x11/editres/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/10 13:46:29 joerg Exp $ + +SHA1 (editres-1.0.3.tar.bz2) = f87c18325ae169ea349b59f8bad77375f50d65be +RMD160 (editres-1.0.3.tar.bz2) = 1e9da4d41b39458df93d2ee559b27f2d86dfba26 +Size (editres-1.0.3.tar.bz2) = 127231 bytes |