From owner-freebsd-ports Sun Jul 1 11: 0:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A80AF37B405 for ; Sun, 1 Jul 2001 11:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61I07Y71944; Sun, 1 Jul 2001 11:00:07 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (montserat.netreach.net [209.152.221.28]) by hub.freebsd.org (Postfix) with ESMTP id D6F7237B405 for ; Sun, 1 Jul 2001 10:57:16 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f61Hu8915363; Sun, 1 Jul 2001 13:56:08 -0400 (EDT) (envelope-from petef) Message-Id: <200107011756.f61Hu8915363@electron.databits.net> Date: Sun, 1 Jul 2001 13:56:08 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28578: New port: graphics/p5-Graphics-ColorNames Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28578 >Category: ports >Synopsis: New port: graphics/p5-Graphics-ColorNames >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 11:00:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: This module provides an interface to retrieve the RGB values for common color names. This prevents authors from having to redefine these colors in their perl script, and also makes an easy interface to let a user pick their own color. WWW: http://search.cpan.org/search?dist=Graphics-ColorNames >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: # # p5-Graphics-ColorNames # p5-Graphics-ColorNames/pkg-plist # p5-Graphics-ColorNames/pkg-descr # p5-Graphics-ColorNames/pkg-comment # p5-Graphics-ColorNames/distinfo # p5-Graphics-ColorNames/Makefile # echo c - p5-Graphics-ColorNames mkdir -p p5-Graphics-ColorNames > /dev/null 2>&1 echo x - p5-Graphics-ColorNames/pkg-plist sed 's/^X//' >p5-Graphics-ColorNames/pkg-plist << 'END-of-p5-Graphics-ColorNames/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames.pm Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/HTML.pm Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/Netscape.pm Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/Windows.pm Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/X.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graphics/ColorNames/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graphics/ColorNames X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graphics 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Graphics 2>/dev/null || true END-of-p5-Graphics-ColorNames/pkg-plist echo x - p5-Graphics-ColorNames/pkg-descr sed 's/^X//' >p5-Graphics-ColorNames/pkg-descr << 'END-of-p5-Graphics-ColorNames/pkg-descr' XThis module provides an interface to retrieve the RGB values for Xcommon color names. This prevents authors from having to redefine Xthese colors in their perl script, and also makes an easy interface Xto let a user pick their own color. X XWWW: http://search.cpan.org/search?dist=Graphics-ColorNames X X- Pete Xpetef@databits.net END-of-p5-Graphics-ColorNames/pkg-descr echo x - p5-Graphics-ColorNames/pkg-comment sed 's/^X//' >p5-Graphics-ColorNames/pkg-comment << 'END-of-p5-Graphics-ColorNames/pkg-comment' XA perl class that defines RGB values for common color names END-of-p5-Graphics-ColorNames/pkg-comment echo x - p5-Graphics-ColorNames/distinfo sed 's/^X//' >p5-Graphics-ColorNames/distinfo << 'END-of-p5-Graphics-ColorNames/distinfo' XMD5 (Graphics-ColorNames-0.24.tar.gz) = 9a018536e31dd2f034402659686a477c END-of-p5-Graphics-ColorNames/distinfo echo x - p5-Graphics-ColorNames/Makefile sed 's/^X//' >p5-Graphics-ColorNames/Makefile << 'END-of-p5-Graphics-ColorNames/Makefile' X# New ports collection makefile for: p5-Graphics-ColorNames X# Date Created: 1 July 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= Graphics-ColorNames XPORTVERSION= 0.24 XCATEGORIES= graphics perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Graphics XPKGNAMEPREFIX= p5- X XMAINTAINER= petef@databits.net X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Graphics::ColorNames.3 \ X Graphics::HTML.3 \ X Graphics::Netscape.3 \ X Graphics::Windows.3 \ X Graphics::X.3 X X.include END-of-p5-Graphics-ColorNames/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message