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
Twinkle is a soft phone for your voice over IP communcations using the SIP
protocol.
You can use it for direct IP phone to IP phone communication or in a network
using a SIP proxy to route your calls.
WWW: http://www.twinklephone.com/
Approved by: garga (mentor)
- Install man page
- Make krb5_ccname option in nss_ldap.conf work
nss_ldap has two different arguments that can be used at compile time to
make this work. The --enable-configurable-krb5-ccname-env configure
option was chossen because it works with both the Heimdal and MIT
Kerberos implementations and does not require a kerberos dependency. A
note has been made in UPDATING that this now works because
misconfiguration can lockout users.
PR: 100104
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: Maintainer
traceroute, but supporting ICMP, TCP, UDP and other IP protocols.
etrace has a wealth of options ranging in function from controlling
output to the detailed construction of trace packets.
WWW: http://www.bindshell.net/tools/etrace
PR: ports/100976
Submitted by: dave.ryan at gmail.com
some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file
Approved by: garga (mentor)