diff options
author | max <max@FreeBSD.org> | 1997-07-01 22:37:28 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-01 22:37:28 +0000 |
commit | 2f3bf7c9c7113cd4a5fc58ed73cc97e50118281a (patch) | |
tree | 96256bbe71ceb3c4c5243c56c104841f2584ed17 /x11 | |
parent | 8060f00304f22e0b2f4ddd8e34246b075bf0c677 (diff) | |
download | FreeBSD-ports-2f3bf7c9c7113cd4a5fc58ed73cc97e50118281a.zip FreeBSD-ports-2f3bf7c9c7113cd4a5fc58ed73cc97e50118281a.tar.gz |
New port, xcoloredit:
Find colour values by graphical colour mixing
PR: 3933
Submitted by: taoka@infonets.hiroshima-u.ac.jp
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcoloredit/Makefile | 21 | ||||
-rw-r--r-- | x11/xcoloredit/distinfo | 1 | ||||
-rw-r--r-- | x11/xcoloredit/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xcoloredit/pkg-descr | 5 | ||||
-rw-r--r-- | x11/xcoloredit/pkg-plist | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/x11/xcoloredit/Makefile b/x11/xcoloredit/Makefile new file mode 100644 index 0000000..7db0246 --- /dev/null +++ b/x11/xcoloredit/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xcoloredit +# Version required: 1.3 +# Date created: 6 Jun 1997 +# Whom: Satoshi TAOKA +# +# $Id$ +# + +DISTNAME= xcoloredit +PKGNAME= xcoloredit-1.2 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X11/R5contrib/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= taoka@infonets.hiroshima-u.ac.jp + +USE_IMAKE= yes +MAN1= xcoloredit.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/x11/xcoloredit/distinfo b/x11/xcoloredit/distinfo new file mode 100644 index 0000000..5971265 --- /dev/null +++ b/x11/xcoloredit/distinfo @@ -0,0 +1 @@ +MD5 (xcoloredit.tar.Z) = e81592f01278ea7ace931f83af735e56 diff --git a/x11/xcoloredit/pkg-comment b/x11/xcoloredit/pkg-comment new file mode 100644 index 0000000..9b6d7b0 --- /dev/null +++ b/x11/xcoloredit/pkg-comment @@ -0,0 +1 @@ +Find colour values by graphical colour mixing diff --git a/x11/xcoloredit/pkg-descr b/x11/xcoloredit/pkg-descr new file mode 100644 index 0000000..ce9d139 --- /dev/null +++ b/x11/xcoloredit/pkg-descr @@ -0,0 +1,5 @@ +xcoloredit provides a graphical method of mixing the three primary +colors available on a colour workstation. This mixing can be done +using the Red, Green and Blue slider controls on the left of the +window or using the Hue, Satu- ration and Value slider controls on the +right. diff --git a/x11/xcoloredit/pkg-plist b/x11/xcoloredit/pkg-plist new file mode 100644 index 0000000..1b67b86 --- /dev/null +++ b/x11/xcoloredit/pkg-plist @@ -0,0 +1,2 @@ +bin/xcoloredit +man/man1/xcoloredit.1.gz |