and from the X-Face format, a 48x48 bitmap format used to
carry thumbnails of email authors in a mail header.
WWW: http://ftp.xemacs.org/pub/xemacs/aux/
PR: ports/124430
Submitted by: Ashish Shukla <wahjava@gmail.com>
Reviewed by: lippe
Approved by: gabor (mentor, implicit)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@
- Mark p5-JSON1 as conflicting with p5-JSON-2.x.
- Upgrade p5-JSON to 2.07 and mark as conflicting with p5-JSON-1.x.
- Use CPAN macro, add Test-Simple dependency and improve pkg-plist.
PR: ports/120596
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Perl interface to the libfribidi library that implements the Unicode bidi
algorithm. The bidi algorithm is a specification for displaying text that
consists of both left-to-right and right-to-left written languages.
WWW: http://search.cpan.org/~kamensky/Text-Bidi/
graphics, text layer, hyperlinks, document outline (bookmarks), and
metadata.
WWW: http://code.google.com/p/pdf2djvu/
PR: ports/121463
Submitted by: Denise H. G. <darcsis at gmail.com>
Approved by: thierry@ (mentor)
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
- Use BUILD_DEPENDS= ${RUN_DEPENDS} to prevent from unnecessary
dependency into RUN_DEPENDS.
- Use @dirrmtry, because other module can use JSON::*.
PR: ports/120762
Submitted by: Gea-Suan Lin <gslin@gslin.org>