Changes:
- cupsmodule.c (do_password_callback), cupsconnection.c (password_callback):
Return NULL instead of the empty string when handling an exception or when the
callback returned an empty string, and handle the callback returning None.
Changes over original shar file at the PR:
. change the maintainer to emulation@ (since it's an infrastructure linux port);
. use the latest version of the package (1.3.11-4.fc10);
. remove unused PLIST_SUB and the commented out line;
. use PLIST_FILES instead of pkg-plist (two files at the list);
. fix the port origin at the Makefile header (add a '-libs' suffix).
PR: ports/159007
Submitted by: Stas Timokhin <devel@stasyan.com>
powerful, yet lightweight and easy to use. Frescobaldi is Free Software,
freely available under the General Public License.
WWW: http://www.frescobaldi.org/
PR: ports/156539
Submitted by: martin.dieringer@gmx.de
Approved by: miwi, wen (mentors implicit)
LyX originally uses the AC_CHECK_LIB macro to check for boost, however
this macro always calls a C compiler, even to check for a C++ library
such as boost. This made the test program built for this check to
always fail to link when boost was compiled witha recent enough
compiler.
A fix was submitted upstream [1], and this patch needs to be applied
meanwhile.
[1] http://article.gmane.org/gmane.editors.lyx.devel/138405
Reported by: avg
Approved by: avilla (mentor)
Previous versions of this module attempted to provide a Perl interface
layer similar to the C interface of CUPS. This was fine for power users,
but most people were not looking for this type of interface.
This module has now been converted to use an object oriented paradigm
to facilitate quicker development and ease of use.
WWW: http://search.cpan.org/dist/Net-CUPS/
PR: ports/160644
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Note that the dependency list has been updated (it should have been in
2.0.0, but nobody noticed), and the pkg-message was reworded to
include more advice.
Approved by: makc (mentor)
2011-09-01 korean/pgp.language: No more public distfiles
2011-09-01 games/xgammon: No more public distfiles
2011-09-01 korean/hanIM: No more public distfiles
2011-09-01 misc/gplbp: No more public distfiles
2011-09-01 net/vyqchat: No more public distfiles
2011-09-01 news/xmitbin: No more public distfiles
2011-09-01 games/tvp: No more public distfiles
2011-09-01 games/glasteroids: No more public distfiles
2011-09-01 games/xscrabble: No more public distfiles
2011-09-01 games/xbat: No more public distfiles
2011-09-01 korean/hanmiscutils: No more public distfiles
2011-09-01 net-p2p/hagelslag: No more public distfiles
2011-09-01 games/cgoban2: No more public distfiles
2011-09-01 games/krosswordplayer: No more public distfiles
2011-09-01 korean/helvis: No more public distfiles
2011-09-01 print/mgv: No more public distfiles
2011-09-01 japanese/linux-JM: No more public distfiles
2011-09-01 games/xlines: No more public distfiles
2011-09-01 games/xgame: No more public distfiles
2011-09-01 net/ttt: No more public distfiles
2011-09-01 games/merlin: No more public distfiles
2011-09-01 games/xshisen: No more public distfiles
2011-09-01 games/slige: No more public distfiles
2011-09-01 games/wmtimebomb: No more public distfiles
2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles
The last 1.4 release was made in 2007, and we already have print/lyx16
and print/lyx in the tree.
PR: 158649
Approved by: avilla (mentor), mi (maintainer)
because it has no dependencies and is much faster
then graphics/autotrace
- Bump PORTREVISION (changed dependency)
Suggested by: Michael Bax <mbax at stanford.edu> (via private email)
font files. All the font access is done through the FreeType2 library,
which supports many formats. It can render images of characters with
high-quality hinting and antialiasing, extract metrics information,
and extract the outlines of characters in scalable formats like
TrueType.
WWW: http://search.cpan.org/dist/Font-FreeType/