mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
New port, xco:
Display X11 color names and colors PR: 3931 Submitted by: taoka@infonets.hiroshima-u.ac.jp
This commit is contained in:
parent
68c1c0ff5c
commit
5dacff5666
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7169
6 changed files with 59 additions and 0 deletions
25
x11/xco/Makefile
Normal file
25
x11/xco/Makefile
Normal file
|
@ -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>
|
1
x11/xco/distinfo
Normal file
1
x11/xco/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (xco.tar.gz) = 47f09ac4d464ebf04102cbba63b2df5d
|
18
x11/xco/files/copyright
Normal file
18
x11/xco/files/copyright
Normal file
|
@ -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.
|
||||||
|
************************************************************************/
|
1
x11/xco/pkg-comment
Normal file
1
x11/xco/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Display X11 color names and colors
|
10
x11/xco/pkg-descr
Normal file
10
x11/xco/pkg-descr
Normal file
|
@ -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.
|
4
x11/xco/pkg-plist
Normal file
4
x11/xco/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
bin/xco
|
||||||
|
man/man1/xco.1.gz
|
||||||
|
share/doc/xco/copyright
|
||||||
|
@dirrm share/doc/xco
|
Loading…
Add table
Reference in a new issue