module does not currently offer fetch method that is available in the RRDs
module.
It does however create RRD files with a sensible set of default RRA (Round
Robin Archive) definitions, and can dynamically add new data source names to
an existing RRD file.
This module is ideal for quick and simple storage of data within an RRD file
if you do not need to, nor want to, bother defining custom RRA definitions.
WWW: http://search.cpan.org/dist/RRD-Simple/
PR: ports/101073
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Approved by: krion (mentor)
- Permissions safety via replacing cp to install
- Honour PREFIX
- Use subdirectory of ocaml for docs and examples
- Update to 0.92.2
PR: ports/101206
Submitted by: Stanislav Sedov
Approved by: maintainer
- Pass maintainership to submitter
PR: ports/101321
Submitted by: Michael Josic <systemoperator at gmail.com> (new maintainer)
Approved by: Ryo Okamoto <ryo at aquahill.net> (old maintainer)
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
It builds for me on i386 and amd64 so remove BROKEN for now in hopes
that it's really fixed.
Spell powerpc correctly in the makefile and the patched internal autotools
configuration. [0]
PR: ports/98615 [0]
This module provides a simple functional "named parameters" style interface
for creating URIs. Underneath the hood it uses URI.pm, though because of
the simplified interface it may not support all possible options for all
types of URIs.
It was created for the common case where you simply want to have a simple
interface for creating syntactically correct URIs from known components
(like a path and query string). Doing this using the native URI.pm
interface is rather tedious, requiring a number of method calls, which is
particularly ugly when done inside a templating system such as Mason or
TT2.
WWW: http://search.cpan.org/dist/URI-FromHash/
Justification: socialtext dependency