-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
- While here, use %%DATADIR%% in plist, use make correctly and respect PREFIX
PR: 136752
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
more function than libiconv. (Currently only support
few codecs)
WWW: http://github.com/buganini/bsdconv/
PR: ports/134871
Submitted by: buganini at gmail.com
for your strings. Sometimes you get binary data that
Perl doesn't treat as UTF-8, so instead of doing a trick
with pack and unpack you can just use this module.
WWW: http://search.cpan.org/dist/String-SetUTF8/
Andrei V. Shetuhin <reki@reki.ru>
PR: ports/134932
Submitted by: Andrei V. Shetuhin <reki@reki.ru>
data-interchange format. It is easy for humans to read and write. It is
easy for machines to parse and generate. It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition - December
1999.JSON is a text format that is completely language independent
but uses conventions that are familiar to programmers of the C-family of
languages, including C, C++, C#, Java, JavaScript, Perl, TCL, and many
others. These properties make JSON an ideal data-interchange language.
This package provides a simple encoder and decoder for JSON notation. It
is intended for use with client-side Javascript applications that make
use of HTTPRequest to perform server communication functions - data can
be encoded into JSON notation for use in a client-side javascript, or
decoded from incoming Javascript requests. JSON format is native to
Javascript,and can be directly eval()'ed with no further parsing overhead.
WWW: http://pear.php.net/package/Services_JSON/
PR: ports/134870
Submitted by: Wen Heping <wenheping at gmail.com>
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.