[Midnightbsd-cvs] mports: mports/x11: add xcb

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 26 16:42:00 EDT 2008


Log Message:
-----------
add xcb

Modified Files:
--------------
    mports/x11:
        Makefile (r1.58 -> r1.59)

Added Files:
-----------
    mports/x11/xcb:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/Makefile,v
retrieving revision 1.58
retrieving revision 1.59
diff -L x11/Makefile -L x11/Makefile -u -r1.58 -r1.59
--- x11/Makefile
+++ x11/Makefile
@@ -121,6 +121,7 @@
     SUBDIR += xbiff
     SUBDIR += xbitmaps
     SUBDIR += xcalc
+    SUBDIR += xcb
     SUBDIR += xcb-proto
     SUBDIR += xclipboard
     SUBDIR += xclock
--- /dev/null
+++ x11/xcb/pkg-descr
@@ -0,0 +1,16 @@
+Do you ever wish you could cut two or more separate pieces of text
+at once from a window?  Do you ever need to save the output from one
+command for reuse in several subsequent tasks?  Do you ever find
+yourself wanting some easy means of globally exporting data, e.g.
+to a parent shell, to another xterm or application, or to another
+machine or user?  If you answer yes to any of these questions, then
+xcb is for you.
+
+Xcb provides access to the cut buffers built into every X server.
+It allows the buffers to be manipulated either via the command line,
+or with the mouse in a point and click manner.  The buffers can be
+used as holding pens to store and retrieve arbitrary data fragments,
+so any number of different pieces of data can be saved and recalled later.
+The program is designed primarily for use with textual data.
+
+WWW: http://www.goof.com/pcg/marc/xcb.html
--- /dev/null
+++ x11/xcb/pkg-plist
@@ -0,0 +1,2 @@
+bin/xcb
+lib/X11/app-defaults/Xcb
--- /dev/null
+++ x11/xcb/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for:	xcb
+# Date created:		1 August 1995
+# Whom:			jkh
+#
+# $MidnightBSD: mports/x11/xcb/Makefile,v 1.1 2008/09/26 20:41:58 laffer1 Exp $
+# $FreeBSD: ports/x11/xcb/Makefile,v 1.14 2007/05/19 20:27:38 flz Exp $
+#
+
+PORTNAME=	xcb
+PORTVERSION=	2.4
+CATEGORIES=	x11
+MASTER_SITES=	http://www.goof.com/pcg/marc/data/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A tool for managing x11 cut-buffers
+LICENSE=	other
+
+USE_IMAKE=	yes
+MAN1=		xcb.1
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11/xcb/distinfo
@@ -0,0 +1,3 @@
+MD5 (xcb-2.4.tar.gz) = bc791ccefd9260394a8f30733adc42e4
+SHA256 (xcb-2.4.tar.gz) = 21f25d05907fa3c8393b21474e81f4043af43fb087265f1753a5d57d068bc295
+SIZE (xcb-2.4.tar.gz) = 19830


More information about the Midnightbsd-cvs mailing list