XCO port.
This commit is contained in:
parent
282b905e7b
commit
669ca646d0
25
x11/xco/Makefile
Normal file
25
x11/xco/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# OpenBSD makefile for: xco
|
||||
# Version required: 1.3
|
||||
# Date created: 25 January 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/25 22:31:14 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xco
|
||||
PKGNAME= xco-1.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.cs.purdue.edu:/pub/bingle/
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
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>
|
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/files/md5
Normal file
1
x11/xco/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xco.tar.gz) = 47f09ac4d464ebf04102cbba63b2df5d
|
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
|
||||
share/doc/xco/copyright
|
||||
@dirrm share/doc/xco
|
Loading…
Reference in New Issue
Block a user