mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
PR: ports/8888
Submitted by: wayne@crb-web.com X utility to translate rgb values into X color names.
This commit is contained in:
parent
f4572b18b7
commit
67cc5be7a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15281
25
x11/xcolorsel/Makefile
Normal file
25
x11/xcolorsel/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: xcolorsel
|
||||
# Version required: 1.1a
|
||||
# Date Created: 11 November 1998
|
||||
# Whom: Wayne Cuddy <wayne@crb-web.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xcolorsel-1.1a-src
|
||||
PKGNAME= xcolorsel-1.1a
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= utilities
|
||||
|
||||
MAINTAINER= wayne@crb-web.com
|
||||
|
||||
WRKSRC= $(WRKDIR)/xcolorsel
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
USE_IMAKE= yes
|
||||
|
||||
PATCH_STRIP= -p1
|
||||
PATCH_DEBUG= true
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xcolorsel/distinfo
Normal file
1
x11/xcolorsel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xcolorsel-1.1a-src.tar.gz) = b802c50bf32ea8909827d373c5bfbb8f
|
25
x11/xcolorsel/files/patch-aa
Normal file
25
x11/xcolorsel/files/patch-aa
Normal file
@ -0,0 +1,25 @@
|
||||
diff -ruN ./Imakefile ../xcolorsel/Imakefile
|
||||
--- ./Imakefile Wed Dec 14 05:31:19 1994
|
||||
+++ ../xcolorsel/Imakefile Sat Dec 12 00:52:04 1998
|
||||
@@ -82,9 +82,9 @@
|
||||
DependTarget()
|
||||
|
||||
appdef-c.h: Xcolorsel-color.ad
|
||||
- app2head Xcolorsel-color.ad > appdef-c.h
|
||||
+ ./app2head Xcolorsel-color.ad > appdef-c.h
|
||||
appdef.h: Xcolorsel.ad
|
||||
- app2head Xcolorsel.ad > appdef.h
|
||||
+ ./app2head Xcolorsel.ad > appdef.h
|
||||
purge:
|
||||
$(RM) xcolorsel *.o appdef.h appdef-c.h Xcolorsel.help *.tar.Z Makefile Makefile.bak makefile *.tar *.tar.gz
|
||||
Xcolorsel.help: xcolorsel.man
|
||||
diff -ruN ./Xcolorsel.ad ../xcolorsel/Xcolorsel.ad
|
||||
--- ./Xcolorsel.ad Mon Nov 14 07:08:36 1994
|
||||
+++ ../xcolorsel/Xcolorsel.ad Sat Dec 12 00:52:04 1998
|
||||
@@ -71,3 +71,6 @@
|
||||
|
||||
! You can set an explicit helpfile location here ("" switches this off)
|
||||
!*.helpFile: ""
|
||||
+
|
||||
+! Set the location of the rgb.txt file for FreeBSD
|
||||
+*.file: /usr/X11R6/lib/X11/rgb.txt
|
1
x11/xcolorsel/pkg-comment
Normal file
1
x11/xcolorsel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
X utility to translate rgb values into X color names.
|
5
x11/xcolorsel/pkg-descr
Normal file
5
x11/xcolorsel/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
xcolorsel is a X-Utility based on this widget that allows you to display such
|
||||
files ( /usr/lib/X11/rgb.txt by default ) together with tiles showing how the
|
||||
color looks on your screen. Also a programmer may (like with xfontsel) cut
|
||||
the color names/definitions in various formats (Colorformats and formats for
|
||||
resourcefiles or C-sources) und paste them directly in his source codes.
|
6
x11/xcolorsel/pkg-plist
Normal file
6
x11/xcolorsel/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/xcolorsel
|
||||
lib/X11/app-defaults/Xcolorsel
|
||||
lib/X11/app-defaults/Xcolorsel-color
|
||||
lib/X11/xcolorsel/Xcolorsel.help
|
||||
man/man1/xcolorsel.1.gz
|
||||
@dirrm lib/X11/xcolorsel
|
Loading…
Reference in New Issue
Block a user