Maintainer update from 2.2.4 to 2.2.6, now has the ability
to exlude processes from the top three list based upon a
regular expression (ie. ^idle).
PR: ports/75281
Submitted by: David Gardner <david@pinko.net>
Add an optional patch for root-tail. This patch replaces
the standart root-tail code for finding root window with
the better one, written by Johannes Jordan and Robin Hogan,
which allows root-tail to work with some desktop environments,
xfce4 for example.
PR: ports/75017
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
This class provides an easy way to retrieve all the strings for a multilingual
site from a data source (i.e. db).
The following containers are provided, more will follow:
- PEAR::DB
- PEAR::MDB
- PEAR::MDB2
- gettext
- XML
- PEAR::DB_DataObject (experimental)
It is designed to reduce the number of queries to the db,
caching the results when possible. An Admin class is provided
to easily manage translations (add/remove a language,
add/remove a string).
Currently, the following decorators are provided:
- CacheLiteFunction (for file-based caching)
- CacheMemory (for memory-based caching)
- DefaultText (to replace empty strings with their keys)
- Iconv (to switch from/to different encodings)
- Lang (resort to fallback languages for empty strings)
- SpecialChars (replace html entities with their hex codes)
- UTF-8 (to convert UTF-8 strings to ISO-8859-1)
PR: ports/75303
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
-server ports. The install process of bacula only knows client only
(but it's not clean) and a full install.
Submitted by: Kris Kennaway <kris@obsecurity.org>
livecd.sh fails due to bad syntax used in the file.
running sh livecd.sh will report syntax error.
PR: ports/74900
Submitted by: J. Johnston <jeremy@smart-serv.net>
This package provides basic support to localize your
application, like locale based formatting of dates, numbers
and currencies.
Beside that it attempts to provide an OS independent way
to setlocale() and aims to provide language and country
names translated into many languages.
PR: ports/74620
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
- Nuke pkg-plist while here, all the files are listed in Makefile anyway
PR: ports/70888
Submitted by: Rostislav Krasny
Approved by: maintainer timeout