diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-01 22:06:12 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-01 22:06:12 +0000 |
commit | 5dacff5666fa80a8972322b72fd6b8b18e3ce2ef (patch) | |
tree | 16a19688b81f5eab1ca0b87cb727c85dea139d12 /x11 | |
parent | 68c1c0ff5c5943309e627fd74d73dc6ecca2322f (diff) | |
download | ports-5dacff5666fa80a8972322b72fd6b8b18e3ce2ef.tar.gz ports-5dacff5666fa80a8972322b72fd6b8b18e3ce2ef.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xco/Makefile | 25 | ||||
-rw-r--r-- | x11/xco/distinfo | 1 | ||||
-rw-r--r-- | x11/xco/files/copyright | 18 | ||||
-rw-r--r-- | x11/xco/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xco/pkg-descr | 10 | ||||
-rw-r--r-- | x11/xco/pkg-plist | 4 |
6 files changed, 59 insertions, 0 deletions
diff --git a/x11/xco/Makefile b/x11/xco/Makefile new file mode 100644 index 000000000000..c58d8d57aad0 --- /dev/null +++ b/x11/xco/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xco +# Version required: 1.3 +# Date created: 6 Jun 1997 +# Whom: Satoshi TAOKA +# +# $Id$ +# + +DISTNAME= xco +PKGNAME= xco-1.3 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.cs.purdue.edu:/pub/bingle/ + +MAINTAINER= taoka@infonets.hiroshima-u.ac.jp + +USE_IMAKE= yes +MAN1= xco.1 +MANCOMPRESSED= yes +DOCDIR= ${PREFIX}/share/doc/xco + +post-install: + @${MKDIR} ${DOCDIR} + @${INSTALL_DATA} ${FILESDIR}/copyright ${DOCDIR} + +.include <bsd.port.mk> diff --git a/x11/xco/distinfo b/x11/xco/distinfo new file mode 100644 index 000000000000..8e9a5dbea6f2 --- /dev/null +++ b/x11/xco/distinfo @@ -0,0 +1 @@ +MD5 (xco.tar.gz) = 47f09ac4d464ebf04102cbba63b2df5d diff --git a/x11/xco/files/copyright b/x11/xco/files/copyright new file mode 100644 index 000000000000..00e2ef550194 --- /dev/null +++ b/x11/xco/files/copyright @@ -0,0 +1,18 @@ +/*********************************************************************** +* Copyright 1990-1994 by Purdue University, J. Tim Korb, and Richard Bingle. +* All rights reserved. Some individual files may be covered by other +* copyrights. +* +* Redistribution and use in source and binary forms are permitted +* provided that this entire copyright notice is duplicated in all such +* copies, and that any documentation, announcements, and other +* materials related to such distribution and use acknowledge that the +* software was developed at Purdue University, W. Lafayette, IN. +* Neither the name of the University nor the name of the authors may +* be used to endorse or promote products derived from this material without +* specific prior written permission. +* +* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED +* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +* MERCHANTIBILITY AND FITNESS FOR ANY PARTICULAR PURPOSE. +************************************************************************/ diff --git a/x11/xco/pkg-comment b/x11/xco/pkg-comment new file mode 100644 index 000000000000..fd44298dd0d1 --- /dev/null +++ b/x11/xco/pkg-comment @@ -0,0 +1 @@ +Display X11 color names and colors diff --git a/x11/xco/pkg-descr b/x11/xco/pkg-descr new file mode 100644 index 000000000000..cca847b849d6 --- /dev/null +++ b/x11/xco/pkg-descr @@ -0,0 +1,10 @@ +xco uses the database of standard X11 named colors to display +name-color pairs. Appearance is based on the X10 xcolors program. To +change the foreground color, click the left mouse button in the color +window you want. To change the background color, click the right +mouse button in the color window you want. Clicking the middle mouse +button sets the colors back to the original foreground and background. +You can switch quickly through colors by holding down the left or +right button and sliding the cursor through the colored windows. More +colors can be seen by clicking on the arrows at the bottom of the +screen. diff --git a/x11/xco/pkg-plist b/x11/xco/pkg-plist new file mode 100644 index 000000000000..80d7ad11f883 --- /dev/null +++ b/x11/xco/pkg-plist @@ -0,0 +1,4 @@ +bin/xco +man/man1/xco.1.gz +share/doc/xco/copyright +@dirrm share/doc/xco |