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/xclipboard | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/xclipboard')
-rw-r--r-- | x11/xclipboard/Makefile | 20 | ||||
-rw-r--r-- | x11/xclipboard/distinfo | 3 | ||||
-rw-r--r-- | x11/xclipboard/pkg-descr | 4 | ||||
-rw-r--r-- | x11/xclipboard/pkg-plist | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/xclipboard/Makefile b/x11/xclipboard/Makefile new file mode 100644 index 000000000000..83492f24b0d6 --- /dev/null +++ b/x11/xclipboard/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xclipboard +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xclipboard +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X clipboard client + +XORG_CAT= app +USE_XORG= xt xaw + +MAN1= xclipboard.1 xcutsel.1 + +.include <bsd.port.mk> diff --git a/x11/xclipboard/distinfo b/x11/xclipboard/distinfo new file mode 100644 index 000000000000..eee5df66f41c --- /dev/null +++ b/x11/xclipboard/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xclipboard-1.0.1.tar.bz2) = 2c6ecedb10dc51adbb64c95f22fd99c2 +SHA256 (xorg/app/xclipboard-1.0.1.tar.bz2) = 3399a27101285112ea578e1855c8374254afa8d427a3c5943458abc27c4d70fc +SIZE (xorg/app/xclipboard-1.0.1.tar.bz2) = 83681 diff --git a/x11/xclipboard/pkg-descr b/x11/xclipboard/pkg-descr new file mode 100644 index 000000000000..3dbd7590b489 --- /dev/null +++ b/x11/xclipboard/pkg-descr @@ -0,0 +1,4 @@ +This package contains xclipboard, an X clipboard client. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xclipboard/pkg-plist b/x11/xclipboard/pkg-plist new file mode 100644 index 000000000000..1eb7294f7254 --- /dev/null +++ b/x11/xclipboard/pkg-plist @@ -0,0 +1,4 @@ +bin/xclipboard +bin/xcutsel +share/X11/app-defaults/XClipboard +@dirrmtry share/X11/app-defaults |