Bug 192725 - [New port] devel/p5-Config-Versioned
Summary: [New port] devel/p5-Config-Versioned
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks: 192735
  Show dependency treegraph
 
Reported: 2014-08-17 02:13 UTC by Sergei Vyshenski
Modified: 2014-08-17 18:05 UTC (History)
2 users (show)

See Also:


Attachments
shar archive with new port (623.21 KB, text/plain)
2014-08-17 02:13 UTC, Sergei Vyshenski
no flags Details
log from poudriere (18.72 KB, text/plain)
2014-08-17 02:13 UTC, Sergei Vyshenski
no flags Details
shar archive with new port (2.45 KB, text/plain)
2014-08-17 02:15 UTC, Sergei Vyshenski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2014-08-17 02:13:12 UTC
Created attachment 145895 [details]
shar archive with new port

This is a perl module for simple versioned access to configuration data.

Tested on FreeBSD-10.0-amd64 (log attached) with:
poudriere testport -j 10-amd64 -o devel/p5-Config-Versioned > p5-Config-Versioned.log
Comment 1 Sergei Vyshenski 2014-08-17 02:13:33 UTC
Created attachment 145896 [details]
log from poudriere
Comment 2 Sergei Vyshenski 2014-08-17 02:15:27 UTC
Created attachment 145897 [details]
shar archive with new port
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-17 07:51:28 UTC
assign new perl ports to perl@
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-17 18:00:42 UTC
Testing@work
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-08-17 18:05:08 UTC
A commit references this bug:

Author: pi
Date: Sun Aug 17 18:04:57 UTC 2014
New revision: 365215
URL: http://svnweb.freebsd.org/changeset/ports/365215

Log:
  New port: devel/p5-Config-Versioned

  Config::Versioned allows an application to access configuration
  parameters not only by parameter name, but also by version number.
  This allows for the configuration subsystem to store previous
  versions of the configuration parameters. When requesting the value
  for a specific attribute, the programmer specifies whether to fetch
  the most recent value or a previous value.

  WWW: http://search.cpan.org/dist/Config-Versioned/

  PR:		192725
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>

Changes:
  head/devel/Makefile
  head/devel/p5-Config-Versioned/
  head/devel/p5-Config-Versioned/Makefile
  head/devel/p5-Config-Versioned/distinfo
  head/devel/p5-Config-Versioned/pkg-descr
  head/devel/p5-Config-Versioned/pkg-plist
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-17 18:05:40 UTC
Committed, thanks.