diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/appres | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/appres')
-rw-r--r-- | x11/appres/Makefile | 21 | ||||
-rw-r--r-- | x11/appres/distinfo | 3 | ||||
-rw-r--r-- | x11/appres/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
diff --git a/x11/appres/Makefile b/x11/appres/Makefile new file mode 100644 index 000000000000..bc9a32721fdb --- /dev/null +++ b/x11/appres/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: appres +# Date Created: 15 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= appres +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Program to list application's resources + +XORG_CAT= app +USE_XORG= x11 xt + +MAN1= appres.1 +PLIST_FILES= bin/appres + +.include <bsd.port.mk> diff --git a/x11/appres/distinfo b/x11/appres/distinfo new file mode 100644 index 000000000000..fef58715f111 --- /dev/null +++ b/x11/appres/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/appres-1.0.1.tar.bz2) = 420e6cdf38bb771ec8b00228bf09e8ff +SHA256 (xorg/app/appres-1.0.1.tar.bz2) = 15fef83a202b8dcee3420c88dba4aeed1f8fc840ab537487fb5411b99a2eb962 +SIZE (xorg/app/appres-1.0.1.tar.bz2) = 85320 diff --git a/x11/appres/pkg-descr b/x11/appres/pkg-descr new file mode 100644 index 000000000000..6a5b906d2e75 --- /dev/null +++ b/x11/appres/pkg-descr @@ -0,0 +1,4 @@ +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. |