diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 03:18:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 03:18:29 +0000 |
commit | 5e0d573f28004e33959cd6faf8af40db9132fd7a (patch) | |
tree | 117703c3d5c79278578893682fb13e7485edf3bc /x11/xcut | |
parent | f258cc5092ec7f04497bf34306f93feeef7722b0 (diff) | |
download | ports-5e0d573f28004e33959cd6faf8af40db9132fd7a.tar.gz ports-5e0d573f28004e33959cd6faf8af40db9132fd7a.zip |
Notes
Diffstat (limited to 'x11/xcut')
-rw-r--r-- | x11/xcut/Makefile | 18 | ||||
-rw-r--r-- | x11/xcut/distinfo | 1 | ||||
-rw-r--r-- | x11/xcut/files/patch-aa | 13 | ||||
-rw-r--r-- | x11/xcut/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xcut/pkg-descr | 5 | ||||
-rw-r--r-- | x11/xcut/pkg-plist | 1 |
6 files changed, 39 insertions, 0 deletions
diff --git a/x11/xcut/Makefile b/x11/xcut/Makefile new file mode 100644 index 000000000000..1d70902e4686 --- /dev/null +++ b/x11/xcut/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xcut +# Version required: 0.2 +# Date created: 23 September 1999 +# Whom: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> +# +# $FreeBSD$ +# + +DISTNAME= xcut-0.2 +CATEGORIES= x11 +MASTER_SITES= http://acsys.anu.edu.au/~tpot/xcut/ + +MAINTAINER= Cy.Schubert@uumail.gov.bc.ca + +USE_IMAKE= YES +MAN1= xcut.1 + +.include <bsd.port.mk> diff --git a/x11/xcut/distinfo b/x11/xcut/distinfo new file mode 100644 index 000000000000..d3fe6a60bd44 --- /dev/null +++ b/x11/xcut/distinfo @@ -0,0 +1 @@ +MD5 (xcut-0.2.tar.gz) = 557103a20f9a122a09a1c03096a6f665 diff --git a/x11/xcut/files/patch-aa b/x11/xcut/files/patch-aa new file mode 100644 index 000000000000..1ddcfd603131 --- /dev/null +++ b/x11/xcut/files/patch-aa @@ -0,0 +1,13 @@ +--- Imakefile.orig Mon Sep 20 22:46:38 1999 ++++ Imakefile Thu Sep 23 14:59:31 1999 +@@ -11,8 +11,8 @@ + + XCOMM Set up for local environment + +-BINDIR=/usr/local/bin +-MANPATH=/usr/local/man ++BINDIR=${X11BASE}/bin ++MANPATH=${X11BASE}${MAN1PREFIX}/man + MANSUFFIX=1 + + XCOMM Build xcut and manpage diff --git a/x11/xcut/pkg-comment b/x11/xcut/pkg-comment new file mode 100644 index 000000000000..3ec876e2333c --- /dev/null +++ b/x11/xcut/pkg-comment @@ -0,0 +1 @@ +Manipulate X cut buffers from the commandline diff --git a/x11/xcut/pkg-descr b/x11/xcut/pkg-descr new file mode 100644 index 000000000000..cb1b1dc0cf70 --- /dev/null +++ b/x11/xcut/pkg-descr @@ -0,0 +1,5 @@ +xcut is a small but useful program which can take standard input and +store it in the X cut buffer, and also work in reverse by writing +the X cut buffer onto standard output. + +WWW: http://acsys.anu.edu.au/~tpot/xcut/ diff --git a/x11/xcut/pkg-plist b/x11/xcut/pkg-plist new file mode 100644 index 000000000000..25084980cd4d --- /dev/null +++ b/x11/xcut/pkg-plist @@ -0,0 +1 @@ +bin/xcut |