o Removed two (now obsolate) libtool version patches
as ImageMagick now uses internal version system for
them starting from 0:0:0 (5.5.8 will become 0:1:0),
also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION
variables removed from the source.
o Removed two other patches as now they are already
embedded to the source.
o Updated plist to reflect separate Q8/Q16 folder
installations based on selection while installing.
Also Makefile modifed to reflect this.
Minor cleanup MASTER_SITES.
Utilize PLIST_SUB from post-install:
PR: ports/55274 (Update to 5.5.7-10) [1]
Submitted by: Erdener Gonenc <ergonenc@artemis.efes.net> [1]
Reviewed by: Rob Lahaye <lahaye@snu.ac.kr>
This category, to be described as "of interest to disabled
users" is intended to make it simpler for users to find
software which will let them overcome a handicap. For
example, blind users may want to combine OCR and text-to-speech
software so the computer can read books to them; users with
diminished eyesight can use large fonts and "magnifiers";
paralyzed users may use speech recognition to compose text
or give commands.
PR: ports/39103
Submitted by: Trevor Johnson <trevor@jpj.net>
This is a C/C++ library which provides a drawing toolkit
based on ECMA-234. The general purpose of this library is
to create vector graphics files on POSIX systems which can
be imported into StarOffice/OpenOffice.
patch involved patching the core auto* routines in KDE to accept the
PTHREAD_* variables in the environment, with fallbacks. We decided the
easiest way to implement this in ports was to generate configure instead
of risking incorrect generation at port configure time.
Said patch has already been committed to HEAD in KDE and as such will be
removed with the 3.2 upgrade once it is released.
Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE
modules) have this support commented out due to lack of patch.
Helped out: Adriaan de Groot <adridg@cs.kun.nl>
Lauri Watts <lauri@kde.org>
Andy Fawcett <andy@athame.co.uk>
lossy and lossless optimisations.
new port for the jpegoptim program, permits stripping
comments of jpeg files, can do lossless optimisations as
lossy ones. powerfull for scripting and batch recompressions.
PR: ports/47545
Submitted by: User & <fab@gcu.info>
It can plot 2d and 3d meshes, with shadowing, contour
plots, vector fields, iso-contour (3d), as well as 3d surfaces
z=f(x,y) defined by an algebraic expression or a cloud of
points. It generates high quality vector PostScript files for
scientific publications and still or animated bitmap images.
It includes the graph plotter xgraphic.
PR: 56986
Submitted by: thierry@pompo.net
- Add popt dependency. It's very likely that popt present in a lot of
systems. This also resolve lost dependency problem for builds on systems
where popt already installed.
PR: 56886 [1]
Submitted by: Michal Pasternak <dotz@irc.pl> [1]
Updating port 1.4.3 -> 1.5.0 details:
1. Fixed contact emails
2. Wrote patches for the port in a different manner
(now it would be easier to submit them to openrm developers)
Unfortunatly openrm has quite ugly building environment, so
MAKE_ARGS still remain.
3. Removed comments around pthread_setconcurrency in both
library sources and one of demos. This function has been finally added
to STABLE.
PR: ports/56996
Submitted by: Igor Pokrovsky <tiamat@comset.net>
graphics/svgalib contains an off-by-one error in the code
that checks that the user is the owner of the current virtual
terminal. Instead of checking /dev/ttyv[X], it checks
/dev/ttyv[X+1].
Submitted by: Chris Pressey <cpressey@catseye.mine.nu>
This happens because svgalib was written for Linnex, and
they start tty numbering from 1, contrary to FreeBSD, which
does it from 0. I always knew that FreeBSD is better: who
counts from 1 in this world?! ;-)
PR: ports/57052
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Image::Imlib2 is a Perl port of Imlib2, a graphics library
that does image file loading and saving as well as manipulation,
arbitrary polygon support, etc. It does ALL of these operations
FAST. It allows you to create colour images using a large number
of graphics primitives, and output the images in a range of formats.
PR: 56701
Submitted by: erwin
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
`LIB_DEPENDS+=', to prevent this port from getting built without tiff
support, which wasn't intended. (Luckily jpeg and png were enabled via
other indirect dependencies)
This should fix some dependent ports such as ruby-rmagick.
o Removed two (now obsolate) libtool version patches
as ImageMagick now uses internal version system for
them starting from 0:0:0 (5.5.8 will become 0:1:0),
also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION
variables removed from the source.
o Removed two other patches as now they are already
embedded to the source.
o Updated plist to reflect separate Q8/Q16 folder
installations based on selection while installing.
Also Makefile modifed to reflect this.
PR: ports/55274 [1]
Submitted by: Erdener Gonenc <ergonenc@artemis.efes.net> [1]
Pointed out by: Rob Lahaye <lahaye@snu.ac.kr>
This port is broken on stable as mentioned in the named PR.
This patch fixes this problem by updating the port to the
latest version.
PR: ports/56548
Submitted by: Simon Barner <barner@in.tum.de>