Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 1998 02:01:47 -0500 (EST)
From:      wayne@crb-web.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8888: xcolorsel port 
Message-ID:  <199811290701.CAA02220@wayne.wayne.net>

next in thread | raw e-mail | index | archive | help

>Number:         8888
>Category:       ports
>Synopsis:       xcolorsel port files for FreeBSD (compiled on 2.2.7)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 28 22:00:01 PST 1998
>Last-Modified:
>Originator:     Wayne Cuddy
>Organization:
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:
>Description:
>How-To-Repeat:
>Fix:

 
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xcolorsel
#	xcolorsel/pkg
#	xcolorsel/pkg/PLIST
#	xcolorsel/pkg/COMMENT
#	xcolorsel/pkg/DESCR
#	xcolorsel/Makefile
#	xcolorsel/files
#	xcolorsel/files/md5
#	xcolorsel/patches
#	xcolorsel/patches/patch-aa
#
echo c - xcolorsel
mkdir -p xcolorsel > /dev/null 2>&1
echo c - xcolorsel/pkg
mkdir -p xcolorsel/pkg > /dev/null 2>&1
echo x - xcolorsel/pkg/PLIST
sed 's/^X//' >xcolorsel/pkg/PLIST << 'END-of-xcolorsel/pkg/PLIST'
Xbin/xcolorsel
Xlib/X11/app-defaults/Xcolorsel
Xlib/X11/app-defaults/Xcolorsel-color
Xlib/X11/xcolorsel/Xcolorsel.help
Xman/man1/xcolorsel.1.gz
X@dirrm lib/X11/xcolorsel
END-of-xcolorsel/pkg/PLIST
echo x - xcolorsel/pkg/COMMENT
sed 's/^X//' >xcolorsel/pkg/COMMENT << 'END-of-xcolorsel/pkg/COMMENT'
XX utility to translate rgb values into X color names.
END-of-xcolorsel/pkg/COMMENT
echo x - xcolorsel/pkg/DESCR
sed 's/^X//' >xcolorsel/pkg/DESCR << 'END-of-xcolorsel/pkg/DESCR'
Xxcolorsel is a X-Utility based on this widget that allows you to display such
Xfiles ( /usr/lib/X11/rgb.txt by default ) together with tiles showing how the
Xcolor  looks on your screen.  Also a programmer may  (like with xfontsel) cut
Xthe color names/definitions in various  formats (Colorformats and formats for
Xresourcefiles or C-sources) und paste them directly in his source codes.
END-of-xcolorsel/pkg/DESCR
echo x - xcolorsel/Makefile
sed 's/^X//' >xcolorsel/Makefile << 'END-of-xcolorsel/Makefile'
X# New ports collection makefile for:	xcolorsel
X# Version required:	1.1a
X# Date Created:		11 November 1998
X# Whom:			Wayne Cuddy <wayne@crb-web.com>
X#
X# $Id$
X#
X
XDISTNAME=		xcolorsel-1.1a-src
XPKGNAME=		xcolorsel-1.1a
XCATEGORIES=		x11
X
XMAINTAINER=		wayne@crb-web.com
X
XMASTER_SITES=		ftp://ftp.x.org/contrib/utilities/
X
XWRKSRC=			$(WRKDIR)/xcolorsel
X
XMANCOMPRESSED=		yes
XUSE_IMAKE=		yes
X
XPATCH_STRIP=-p1
XPATCH_DEBUG=true
X
X.include <bsd.port.mk>
END-of-xcolorsel/Makefile
echo c - xcolorsel/files
mkdir -p xcolorsel/files > /dev/null 2>&1
echo x - xcolorsel/files/md5
sed 's/^X//' >xcolorsel/files/md5 << 'END-of-xcolorsel/files/md5'
XMD5 (xcolorsel-1.1a-src.tar.gz) = b802c50bf32ea8909827d373c5bfbb8f
END-of-xcolorsel/files/md5
echo c - xcolorsel/patches
mkdir -p xcolorsel/patches > /dev/null 2>&1
echo x - xcolorsel/patches/patch-aa
sed 's/^X//' >xcolorsel/patches/patch-aa << 'END-of-xcolorsel/patches/patch-aa'
Xdiff -uNr xcolorsel.orig/Imakefile xcolorsel/Imakefile
X--- xcolorsel.orig/Imakefile	Tue Dec 13 15:31:19 1994
X+++ xcolorsel/Imakefile	Mon Nov 23 00:19:14 1998
X@@ -82,9 +82,9 @@
X DependTarget()
X 
X appdef-c.h: Xcolorsel-color.ad
X-	app2head Xcolorsel-color.ad > appdef-c.h
X+	./app2head Xcolorsel-color.ad > appdef-c.h
X appdef.h: Xcolorsel.ad
X-	app2head Xcolorsel.ad > appdef.h
X+	./app2head Xcolorsel.ad > appdef.h
X purge:
X 	$(RM) xcolorsel *.o appdef.h appdef-c.h Xcolorsel.help *.tar.Z Makefile Makefile.bak makefile *.tar *.tar.gz
X Xcolorsel.help: xcolorsel.man
Xdiff -uNr xcolorsel.orig/Xcolorsel.ad xcolorsel/Xcolorsel.ad
X--- xcolorsel.orig/Xcolorsel.ad	Sun Nov 13 17:08:36 1994
X+++ xcolorsel/Xcolorsel.ad	Sun Nov 22 23:49:13 1998
X@@ -71,3 +71,6 @@
X 
X ! You can set an explicit helpfile location here ("" switches this off)
X !*.helpFile:	""
X+
X+! Set the location of the rgb.txt file for FreeBSD
X+*.file: /usr/X11R6/lib/X11/rgb.txt
END-of-xcolorsel/patches/patch-aa
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811290701.CAA02220>