package and lets you decide (in a beauty dialog interface) for each one
if you want to keep it or delete it.
This is similar to pkg_cutleaves, but it does not require any dependencies
and is done in visual, dialog(1) interface instead of command line.
PR: ports/75517
Submitted by: Timothy Redaelli <drizzt@gufi.org>
- Change maintainer email
- Removed all html docs and replaced with man page
- Add WITH_DEBUG knob
- Cleaned up a few compile warnings
PR: ports/75413
Submitted by: Michael C. Shultz (maintainer)
portsdb(1):
- Add a -F flag, which calls make fetchindex internally to
update the ports index file.
portupgrade(1):
- Make -fP properly reinstall an installed package using a binary
package.
- Do not use a binary package when custom MAKE_ARGS or -m option is
defined, unless -PP is specified.
portsclean(1):
- -L: Make sure that a library does not shadow itself.
misc.:
- RcNG'ify the startup script.
- Do not use Object#class which is obsolete in Ruby >=1.8.
The i855vidctl tool was written by Damien Bergamini
<damien.bergamini@free.fr> based on code written by Alain
Poirier for Linux.
It lets you change the resolution to 1400x1050.
PR: ports/71106
Submitted by: Oliver Bantke <oliver.bantke@t-g-p.org>
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
1. The working directory and ports directory can be specified
in the portsnap.conf configuration file.
2. Parts of the ports tree (down to the level of individual ports)
can be extracted (e.g., "portsnap extract security/freebsd-update").
This also adds an empty file, $PREFIX/portsnap/.package.this.directory,
which (as the name suggests) ensures that $PREFIX/portsnap/ will be
generated when a package is installed using pkg_add.
PR: 74835
Submitted by: maintainer
- from ChangeLog
2004-11-23 - Version 1.0.3
- Make DisplayItemsFromHosts() return NULL if nothing was added.
2004-11-22
- Added display of authenticated user
2004-08-15
- Hm, unsigned long long needs %llu format string it seems and not
%lld.
2004-08-13
- Snowlog now knows Terabytes, Petabytes and Exabytes for _really_
high volume servers.
- Single requests with content lengths > int (2 GB), are now loaded
correctly. I hope that was the last integer overflow/invocation
of atoi().
- Put more useful info into pkg-messages
- Apply a patch from Mandrake for showing
a graphical splashscreen on booting (*)
PR: ports/74478 (*)
Submitted by: Manuel Rabade Garcia <mig(at)mig-29.net> (*)