Bug 102555 - [NEW PORT] devel/p5-Class-Constant: Build constant classes
Summary: [NEW PORT] devel/p5-Class-Constant: Build constant classes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-27 07:50 UTC by gslin
Modified: 2006-10-03 15:43 UTC (History)
1 user (show)

See Also:


Attachments
p5-Class-Constant-0.05.shar (2.51 KB, text/plain)
2006-08-27 07:50 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-27 07:50:17 UTC
Class::Constant allows you declaratively created so-called "constant
classes". These are very much like enumerated types (as close as a
typeless language like Perl can get, at least).

The classes generated by this module are modeled closely after Java's
"typesafe enumeration" pattern, but with some added spice to make them
more useful to Perl programs.

WWW:	http://search.cpan.org/dist/Class-Constant/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-27 07:50:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-03 15:29:30 UTC
clsung      2006-10-03 14:29:22 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Class-Constant Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Class-Constant 0.05, build constant classes.
  
  PR:             ports/102555
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.2467    +1 -0      ports/devel/Makefile
  1.1       +33 -0     ports/devel/p5-Class-Constant/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Class-Constant/distinfo (new)
  1.1       +9 -0      ports/devel/p5-Class-Constant/pkg-descr (new)
  1.1       +3 -0      ports/devel/p5-Class-Constant/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-03 15:43:30 UTC
State Changed
From-To: open->closed

New port added. Thank You.