aboutsummaryrefslogtreecommitdiff
path: root/x11/xwd
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xwd
parente82affd309fc2d8e5ea19b2e003f1296920bd825 (diff)
downloadports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz
ports-d4f0d0048a8755106a4b0445221a19761e746984.zip
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes: svn path=/head/; revision=191544
Diffstat (limited to 'x11/xwd')
-rw-r--r--x11/xwd/Makefile22
-rw-r--r--x11/xwd/distinfo3
-rw-r--r--x11/xwd/pkg-descr4
3 files changed, 29 insertions, 0 deletions
diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile
new file mode 100644
index 000000000000..f210903a732b
--- /dev/null
+++ b/x11/xwd/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xwd
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xwd
+PORTVERSION= 1.0.1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Dump an image of an X window
+
+XORG_CAT= app
+USE_XORG= xmuu x11
+
+PLIST_FILES= bin/xwd
+
+MAN1= xwd.1
+
+.include <bsd.port.mk>
diff --git a/x11/xwd/distinfo b/x11/xwd/distinfo
new file mode 100644
index 000000000000..450cba2ddf56
--- /dev/null
+++ b/x11/xwd/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/app/xwd-1.0.1.tar.bz2) = 911addfb7fa402217ddac63e5c1d97c7
+SHA256 (xorg/app/xwd-1.0.1.tar.bz2) = c8bd9bcd64df439c2cd09eaa3e83a1297fbfed5c7d3dd8117342b3a25eeae131
+SIZE (xorg/app/xwd-1.0.1.tar.bz2) = 97079
diff --git a/x11/xwd/pkg-descr b/x11/xwd/pkg-descr
new file mode 100644
index 000000000000..235d83ffbc47
--- /dev/null
+++ b/x11/xwd/pkg-descr
@@ -0,0 +1,4 @@
+This package contains xwd, which is an X Window System window dumping utility.
+
+- Joel Dahl
+joel@FreeBSD.org