Defend yourself and the Nodes from encroaching Evil. Control and destroy the Nodes
before Evil can extract enough from them to destroy all.
WWW: http://mbays.freeshell.org/kuklomenos/
- Add WITH_SVN knob. It enables BDB for apache22 port and
force dependency on dev/apr-svn when WITH_APR_FROM_PORTS is
defined. (should help fixing [2]).
Introduce APR_PORT.
- Add support for db-4.7 [3]
- Add mod_ldap OPTIONS fixup [4]
- Sometimes, rc scripts aren't included in package
Try to fix this. [5]
PR: ports/126053 [2], ports/125520 [3]
ports/124651 [4], ports/126670 [5] (partially)
Reported by: QA Tindy [1],
Crazig Leres [2],
Larry Rosenman [4]
Kirk Strauser [3],
Joseph S. Atkinson [5]
Locale::Geocode is a module that provides an interface with which to find
codes and information on geographical locations and their administrative
subdivisions as defined primarily by ISO 3166-1 and ISO 3166-2. It is the
most complete ISO 3166 module available on CPAN.
Also included are, where applicable, FIPS codes.
WWW: http://search.cpan.org/dist/Locale-Geocode/
Business::OnlinePayment.
Business::OnlinePayment::PaymenTech allows you to utilize PaymenTech's
Orbital SDK credit card services. You will need to install the Perl Orbital
SDK for this to work.
WWW: http://search.cpan.org/dist/Business-OnlinePayment-PaymenTech/
This module supplies features similar as wcwidth(3) and wcswidth(3) in C
language.
Characters have its own width on terminal depending on locale. For example,
ASCII characters occupy one column per character, east Asian fullwidth
characters (like Hiragana or Han Ideograph) occupy two columns per
character, and combining characters (apperaring in ISO-8859-11 Thai,
Unicode, and so on) occupy zero columns per character. mbwidth() gives the
width of the first character of the given string and mbswidth() gives the
width of the whole given string.
The names of mbwidth and mbswidth came from "multibyte" versions of wcwidth
and wcswidth which are "wide character" versions.
mblen(string) returns number of bytes of the first character of the string.
Please note that a character may consist of multiple bytes in multibyte
encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, or Big5.
mbwidth(string) returns the width of the first character of the string.
mbswidth(string) returns the width of the whole string.
Parameters are to be given in locale encodings, not always in UTF-8.
WWW: http://search.cpan.org/dist/Text-CharWidth/
- While I'm here, use bsd.emacs.mk instead of hard coding the dependency
PR: ports/124859
Submitted by: Peter Jeremy <peterjeremy at optushome.com.au>
Approved by: Andrew Bernard" <andrewb at cs.cmu.edu> (maintainer)
Layout::Manager provides a simple interface for creating layout managers, or
classes that size and position components withing a container.
WWW: http://search.cpan.org/dist/Layout-Manager/
Note:
Please also see the Release notes, especially
if you are upgrading from a previous version.
http://tikiwiki.org/ReleaseNotes20
Approved by: maintainer implicit
Graphics::Primitive is library agnostic system for drawing things.
The idea is to allow you to create and manipulate graphical components and
then pass them off to a Driver for actual drawing.
WWW: http://search.cpan.org/dist/Graphics-Primitive/
Currently it can create database, create/drop/alter
tables, create/drop/alter stored procedures, functions
and triggers, delete/edit/add fields, execute any SQL
statement, and manage keys on fields. The main difference
between phpMinAdmin and phpMyAdmin is that phpMinAdmin
is light-weight.
WWW: http://phpminadmin.sourceforge.net
PR: ports/126915
Submitted by: Wen Heping <wenheping at gmail.com>
It can indicate progress with percentage, a progress bar,
and estimated remaining time.
WWW: http://0xcc.net/ruby-progressbar/index.html.en
PR: ports/126885
Submitted by: TAKATSU Tomonari <tota at rtfm.jp>