aboutsummaryrefslogtreecommitdiffstats
path: root/x11/listres
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-05-20 04:36:56 +0800
committerflz <flz@FreeBSD.org>2007-05-20 04:36:56 +0800
commit87f4d471fb27b9547c1a0de221b51f4c31684157 (patch)
treedfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/listres
parent5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff)
downloadfreebsd-ports-graphics-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz
freebsd-ports-graphics-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst
freebsd-ports-graphics-87f4d471fb27b9547c1a0de221b51f4c31684157.zip
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/listres')
-rw-r--r--x11/listres/Makefile22
-rw-r--r--x11/listres/distinfo3
-rw-r--r--x11/listres/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/listres/Makefile b/x11/listres/Makefile
new file mode 100644
index 00000000000..782af42a2bc
--- /dev/null
+++ b/x11/listres/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: listres
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= listres
+PORTVERSION= 1.0.1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= List resources in widgets
+
+XORG_CAT= app
+USE_XORG= x11 xt xmu xaw
+
+PLIST_FILES= bin/listres
+
+MAN1= listres.1
+
+.include <bsd.port.mk>
diff --git a/x11/listres/distinfo b/x11/listres/distinfo
new file mode 100644
index 00000000000..0670e158e3e
--- /dev/null
+++ b/x11/listres/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/app/listres-1.0.1.tar.bz2) = 827a1ac5adf9aadd0c13b54a897e297b
+SHA256 (xorg/app/listres-1.0.1.tar.bz2) = 7156e58025e240a501d5b32244b923b283bb35014ea5a4081b70044af8aef7a3
+SIZE (xorg/app/listres-1.0.1.tar.bz2) = 76709
diff --git a/x11/listres/pkg-descr b/x11/listres/pkg-descr
new file mode 100644
index 00000000000..3a73d2ec590
--- /dev/null
+++ b/x11/listres/pkg-descr
@@ -0,0 +1,5 @@
+This package contains listres, a program that generates a list of a
+widget's resource database.
+
+- Joel Dahl
+joel@FreeBSD.org