marked for expiration on September 30th, 2004. All users should now
be on version 2.1 (mail/postfix), which is stable, or version 2.2-X,
which is in mail/postfix-current.
- Add WITH_VLC_DEFAULT_FONT knob for subtitles font
defaults to ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf [2]
- Fix build if you have a old version of vlc installed [3]
- Fix build on opengl visual plugin on >5.x [3]
- Enable pthreads on ffmpeg
- Remove XVID support in favor of libavcodec via ffmpeg
- Bump PORTREVISION
Many thanks to mezz and pav for building vlc countless times in testing.
Font picked by: mezz [2]
Submitted by: Piotr Smyrak [1]
Reported by: Piotr Smyrak [3]
Tested by: mezz
pav
Piotr Smyrak [3]
new port of buici-clock which shows - as a clock is supposed
to - the current time in a nice manner.
PR: ports/74235
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Updating the Osiris integrity checking system to 4.0.6. PDF
and RTF docs were removed from the plist and makefile, as
they were removed from the distribution. They are available
in HTML format on the Osiris homepage.
Code changes:
FIXED:
: typo in generic osirismd rc script.
: changed verify cert depth to 10, from 4.
: moved 'continue' prompt to beginning of installer, where it should be.
: fixed regular expression filter value bug with parens.
FEATURES:
: added default config for Linksys WRT54G(S).
: changed notification subject lines for easier parsing.
PR: ports/74336
Submitted by: David Thiel <lx@redundancy.redundancy.org>
- Update to 0.2.17
- Use Makefile to build it
- Change Master Site and Homepage to Sourceforge
PR: ports/74339
Submitted by: David Le Brun <david@dyn-ns.net>
-fmemoize-lookups as gcc 3.4 doesn't understand it. [1]
. Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS.
Also, respect the setting of CXX and CXXFLAGS.
PR: 71516 [1]
Submitted by: Damir Kiramov <damirycha@damirycha.net.ru> [1]
Some configuration code on Pike doesn't deal with 64bits
machines (eg non x86 one). This patch is trying to fix it.
PR: ports/74315
Submitted by: Xavier Beaudouin <kiwi@oav.net>
where previously they defaulted to protected. gcc 3.4 seems to pick
this up where earlier versions didn't.
PR: 71516
Submitted by: Damir Kiramov <damirycha@damirycha.net.ru>
This package is a little cache system optimized for file
containers. It is fast and safe (because it uses file locking
and/or anti-corruption tests).
PR: ports/74409
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
PEAR MDB2 is a merge of the PEAR DB and Metabase php database
abstraction layers.
Note that the API will be adapted to better fit with the
new php5 only PDO before the first stable release.
It provides a common API for all support RDBMS. The main
difference to most other DB abstraction packages is that
MDB2 goes much further to ensure portability.
Currently supported RDBMS:
MySQL
PostGreSQL
Oracle
Frontbase
Querysim
Interbase/Firebird
MSSQL
SQLite
Other soon to follow.
PR: ports/74408
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
tree
PHP Based API creates a tree structure using a couple of
small PHP classes. This can then be converted to javascript
using the printMenu() method. The tree is dynamic in IE 4
or higher, NN6/Mozilla and Opera 7, and maintains state
(the collapsed/expanded status of the branches) by using
cookies. Other browsers display the tree fully expanded.
Each node can have an optional link and icon. New API in
1.1 with many changes (see CVS for changelog) and new
features, of which most came from Chip Chapin
(http://www.chipchapin.com).
PR: ports/74376
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
information about a variable
The Var_Dump class is a wrapper for the var_dump function.
The var_dump function displays structured information about
expressions that includes its type and value. Arrays are
explored recursively with values indented to show structure.
The Var_Dump class captures the output of the var_dump
function, by using output control functions, and then uses
external renderer classes for displaying the result in
various graphical ways:
* Simple text,
* HTML/XHTML text,
* HTML/XHTML table,
* XML,
* ...
PR: ports/74329
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
PHP_Compat provides missing functionality in the form of
Constants and Functions for older versions of PHP.
PR: ports/71936 ports/74239
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
update postfix-current to latest version
add option to enable NIS maps
IPv6 and TLS patches are still broken, unfortunately
PR: ports/74010
Submitted by: Vivek Khera <vivek@khera.org>
update the SPF patch to latest release which fixes bug
exposed by gcc in FreeBSD 5.3. it is otherwise identical
to prior version, so no upgrade is necessary if you have
it compiled and workign in FreeBSD 4.10 already (thus no
version bump).
removed "extra libspf2" patch that tried to work around
failure of IPv6+TLS patch when used in conjunction with SPF
patch. It just doesn't work, and I can't figure out exactly
what it is supposed to do. As it was, this would cause
failures when selecting just the SPF patch.
PR: ports/74095
Submitted by: Vivek Khera <vivek@khera.org>