Date: Tue, 25 Mar 2003 15:13:51 +0300 (MSK) From: Maxim Maximov <mcsi@agava.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50272: [NEW PORT] devel/p5-enum: defines a set of symbolic constants with ordered numeric values ala C enum types. Message-ID: <200303251213.h2PCDphi006193@ultra.domain>
next in thread | raw e-mail | index | archive | help
>Number: 50272 >Category: ports >Synopsis: [NEW PORT] devel/p5-enum: defines a set of symbolic constants with ordered numeric values ala C enum types. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 04:20:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Maxim Maximov >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD ultra.domain 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Thu Mar 6 14:45:26 MSK 2003 mcsi@ultra.domain:/usr/obj/usr/src/sys/ULTRA i386 >Description: Defines a set of symbolic constants with ordered numeric values ala C enum types. >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-enum # p5-enum/Makefile # p5-enum/distinfo # p5-enum/pkg-descr # p5-enum/pkg-plist # echo c - p5-enum mkdir -p p5-enum > /dev/null 2>&1 echo x - p5-enum/Makefile sed 's/^X//' >p5-enum/Makefile << 'END-of-p5-enum/Makefile' X# New ports collection makefile for: p5-enum X# Date created: 25th March 2003 X# Whom: Maxim Maximov (mcsi@agava.com) X# X# $FreeBSD$ X# X XPORTNAME= enum XPORTVERSION= 1.016 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= enum XPKGNAMEPREFIX= p5- X XMAINTAINER= mcsi@agava.com XCOMMENT= This perl module defines a set of symbolic constants with ordered numeric values ala C enum types. X XPERL_CONFIGURE= yes X XMAN3= enum.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include <bsd.port.mk> END-of-p5-enum/Makefile echo x - p5-enum/distinfo sed 's/^X//' >p5-enum/distinfo << 'END-of-p5-enum/distinfo' XMD5 (enum-1.016.tar.gz) = aace7ee8648e5d20c0e81f5a51cb6604 END-of-p5-enum/distinfo echo x - p5-enum/pkg-descr sed 's/^X//' >p5-enum/pkg-descr << 'END-of-p5-enum/pkg-descr' XThis module defines a set of symbolic constants with ordered numeric Xvalues ala C enum types. END-of-p5-enum/pkg-descr echo x - p5-enum/pkg-plist sed 's/^X//' >p5-enum/pkg-plist << 'END-of-p5-enum/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/enum.pm Xlib/perl5/site_perl/%%PERL_VER%%/mach/auto/enum/.packlist END-of-p5-enum/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303251213.h2PCDphi006193>