import ColorExplorer

ColorExplorer is a tool for exploring the color space and finding out
how colors, color names, and numerical color specifications are related.
This commit is contained in:
simon 2008-05-11 11:55:34 +00:00
parent 5caea536bd
commit 426d9f8ed6
6 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/11 11:55:34 simon Exp $
COMMENT = tool for exploring the color space and relations
DISTNAME = ColorExplorer-1.8
CATEGORIES = graphics
HOMEPAGE = http://billposer.org/Software/ColorExplorer.html
MASTER_SITES = http://billposer.org/Software/Downloads/
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = :tk-8.4.*:x11/tk/8.4 \
::graphics/xoris
NO_BUILD = Yes
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (ColorExplorer-1.8.tar.gz) = TgLgdPwo4Bl63BM7I1yQGw==
RMD160 (ColorExplorer-1.8.tar.gz) = IittuHSa9AxwE2BY1MyHngd9wUM=
SHA1 (ColorExplorer-1.8.tar.gz) = 9HKOtHNs3gs29OimA8u+NTImQR8=
SHA256 (ColorExplorer-1.8.tar.gz) = EiAns6GAAHtZZu/aZsORnU0rgOoymaMUPH3zEHIAsis=
SIZE (ColorExplorer-1.8.tar.gz) = 42939

View File

@ -0,0 +1,11 @@
--- ColorExplorer.tcl.orig Tue Apr 15 05:29:06 2008
+++ ColorExplorer.tcl Sat May 3 19:29:25 2008
@@ -1,7 +1,7 @@
#!/bin/sh
#-*- mode: Tcl;time-stamp-start:"TimeStamp[ ]+\\\\?[\"<]+";-*-
# the next line restarts using wish \
-exec wish $0 -- $@
+exec wish8.4 $0 -- $@
set TimeStamp "2008-04-14 20:23:41 poser"
#
# Copyright (C) 2005-2008 William J. Poser (billposer@alum.mit.edu)

View File

@ -0,0 +1,12 @@
--- Makefile.orig Tue Apr 15 05:28:52 2008
+++ Makefile Sat May 3 19:58:36 2008
@@ -1,8 +1,4 @@
BINDIR=/usr/local/bin
install: ColorExplorer.tcl
- cp ColorExplorer.tcl ${BINDIR}/ColorExplorer
- (cd xoris;xmkmf;make;strip xoris;make install;make clean)
-
-
-
+ cp ColorExplorer.tcl ${DESTDIR}${BINDIR}/ColorExplorer

View File

@ -0,0 +1,2 @@
ColorExplorer is a tool for exploring the color space and finding out
how colors, color names, and numerical color specifications are related.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/11 11:55:34 simon Exp $
bin/ColorExplorer