| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
docs.
Full diff available at
<http://people.freebsd.org/~thierry/ports/CImg-1.2.7_080123_080125.diff.bz2>
Reported by: Romain Tartiere <romain (at) blogreen.org>
|
|
|
|
|
|
| |
PR: ports/120218
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Reported by: pointyhat via edwin
|
|
|
|
|
| |
PR: 120203
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New Features:
o native OpenEXR Half sample type substitutes the older RnH 16-bit float
o load/save multilayerd OpenEXR files like from Blender
o load/save 16-bit Half Tiff's
o precise drawing with tablet
o hardware speedup in gamma-expose and Brightness/Contrast Adjustments
o dynamic colour visualisation in ICC Examin plug-in
o UTF-8 support through Gtk2
o UFRaw plug-in ready
o CMS defaults to Oyranos
as of 0.22-1:
o Tango icons for toolbox only
o Retinex plug-in
Bugfixes:
o missing stdio.h include for printf in fl_i18n_cinepaint.cxx
o --pedantic is omitted in openexr directory for
--enable-debug configure option
o patch to link in GTK libs
o all other see Change Log
PR: ports/114490
Submitted by: David Yeske <dyeske@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
bump PORTREVISION
PR: 120178
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
|
|
|
|
| |
- Add more OPTIONS: PPM, EXR, TIFF, QT, IM, GL
PR: ports/118389
Submitted by: Iouri V. Ivliev <ii at any.com.ru>
Approved by: Daniel O'Connor <darius at dons.net.au> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is added to the list of compiler's warning-flags. This triggers a
warning like:
/usr/include/c++/4.2/bits/basic_ios.h:156: warning: empty body in an if-statement
in g++42. When this compiler is used, where NO_WERROR is set, the port
fails to build, as warnings are treated as errors. This, pretty much,
means, that NO C++ code can currently be compiled with WARNS set to
anything on FreeBSD.
Work-around the deficiency for now by removing the ``-Wsystem-headers''
from CXXFLAGS after including bsd.lib.mk. This fixes graphics/libfpx on
8.x as well as allows the port to be built by gcc-4.2 on 6.x and 5.x.
Continuously reminded of by: pav
|
|
|
|
|
| |
Approved by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer, implicit)
stas (mentor, implicit)
|
|
|
|
|
|
|
|
|
| |
- While I am here, use SF macro
PR: ports/117805
Submitted by: Roland Smith <rsmith xs4all.nl>
Reviewed by: miwi
Sponsored by: FreeBSD Bug-a-thon #3
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/119958
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by: stas (mentor, implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From the recaptcha.net web site:
reCAPTCHA improves the process of digitizing books by sending words that
cannot be read by computers to the Web in the form of CAPTCHAs for
humans to decipher. More specifically, each word that cannot be read
correctly by OCR is placed on an image and used as a CAPTCHA. This is
possible because most OCR programs alert you when a word cannot be read
correctly.
WWW: http://search.cpan.org/dist/Captcha-reCAPTCHA/
|
|
|
|
| |
Submitted by: pav@
|
| |
|
|
|
|
| |
Approved by: ijliao@
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=570813>.
|
| |
|
| |
|
|
|
|
|
|
| |
the startup tip. This has been reported in ports/118190 and ports/119866.
So limit the WX dependency to 2.6 only.
|
| |
|
|
|
|
|
| |
PR: 119559
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
| |
|
|
|
|
|
|
|
|
|
| |
* Update libpano dependency to libpano13
* Add OPTIONS to depend on enblend, autopano-sift and ptstitcher
* Update automake dependency to 1.10
* Get rid of the autotools hack in pre-configure:, not necessary anymore
* Sync pkg-plist
* Sync the patches in files/
|
|
|
|
|
|
| |
were built.
Hat: portmgr
|
|
|
|
|
|
| |
The packages for 6.3R on sparc64 were actually built using this.
Hat: portmgr
|
| |
|
|
|
|
|
|
| |
this dependency and bump PORTREVISION.
Thanks to: a report from John Stalbaum
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Graphics-ColorNames/Changes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
curves.
Using bezier splines an artist can easily draw curves with the same slope on
either side of an on-curve point. Spiros, on the other hand, are based on
clothoid splines which make it easy to maintain constant curvature as well as
constant slope. Such curves will simply look nicer.
Raph Levien's spiro splines only use on-curve points and so are easier to use
and more intuitive to the artist.
This library will take an array of spiro control points and convert them into a
series of bezier splines which can then be used in the myriad of ways the world
has come to use beziers.
WWW: http://libspiro.sourceforge.net/
PR: ports/119541
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
|
|
|
|
|
|
|
|
| |
- Update datum grid files to proj-datumgrid-1.3
- Pass maintainership to submitter
PR: 119362
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
|
|
|
|
|
| |
PR: 116064
Submitted by: Radim Kolar
Approved by: maintainer
|
|
|
|
|
| |
PR: 119499
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Port now installs the docs by itself
PR: ports/119451
Reported by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
| |
|
|
|
|
|
|
|
| |
- Update maintainer's email
PR: ports/119262
Submitted by: Dominik Brettnacher <dominik at brettnacher.org> (maintainer)
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=565788>.
|
|
|
|
| |
Changes:
|
|
|
|
| |
Noticed by: erwin@
|
| |
|
|
|
|
|
|
|
| |
- reset to perl@
PR: ports/119143
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
| |
PR: 119066
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
| |
|
|
|
|
| |
Approved by: stas (mentor, implicit)
|
| |
|
|
|
|
|
| |
PR: 119164
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
Reported by: Rick C. Petty <rick-freebsd@kiwi-computer.com>,
netchild
|
|
|
|
| |
- assign to perl@
|
|
|
|
| |
Approved by: stas (mentor, implicit)
|
|
|
|
|
|
|
| |
- Use ${INSTALL_DATA}
- Remove unneccessary blank line in pkg-descr
Reported by: sat
|
| |
|
| |
|
|
|
|
|
|
|
| |
WWW: http://www.chemicalgraphics.com/paul/vrml2pov/
PR: ports/119182
Submitted by: Martin Dieringer <martin.dieringer (AT) gmx.de>
|
|
|
|
|
| |
PR: ports/118948
Submitted by: Iouri V. Ivliev <ii at any.com.ru> (maintainer)
|
|
|
|
|
|
|
| |
- Add experimental JavaScript support
PR: ports/118679
Submitted by: "Pedro F. Giffuni" <giffunip AT tutopia.com>
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 118951
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/118867
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
|
|
|
| |
Approved by: maintainer timeout (1 week)
|
|
|
|
| |
Reported by: pav
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: sat
Approved by: stas (mentor, implicit)
|
|
|
|
| |
Submitted by: Tim Bishop <tim@bishnet.net> (partially)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES
|
| |
|
|
|
|
|
|
| |
overriding the depends list
Spotted by: pointhat (via pav)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Change default renderer to AGG
* Add patch to fix libintl-related build error when building without GTK GUI
* Add IGNORE for Cairo+KDE case, as it's not supported by gnash
PR: 117904
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/118790
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer via private mail),
stas (mentor, implicit)
|
|
|
|
| |
- fix an icon plist issue
|
| |
|
|
|
|
|
|
|
|
|
| |
Add a check on libslang.so.1 if it exists in system then depend on libslang
instead of libslang2. If libslang.so.1 doesn't exist then libslang2 is the
default in WITH_SLANG. Add '--disable-slang' flag to avoid the autocheck in
configure. Bump the PORTREVISION.
Reported by: Andriy Gapon <avg@icyb.net.ua>
|
|
|
|
|
| |
PR: 118765
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
| |
PR: 118766
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
| |
PR: 118768
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
| |
PR: 118767
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 118786
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
|
|
|
| |
PR: 118647
|
| |
|
|
|
|
|
|
| |
Reported by: pointyhat via pav
Approved by: David Yeske <dyeske@gmail.com> (maintainer),
linimon (mentor)
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/118725
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
| |
|
|
|
|
|
|
|
| |
- While here, update download location
PR: ports/117253
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
|
|
|
|
|
|
|
|
| |
- misc. fixes from the SGI port
- some other warning cleanups and remove a check that was not serving any purpose
PR: ports/118344
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
|
|
|
|
|
| |
PR: 118596
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
|
| |
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 118681
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
|
|
|
|
| |
PR: 118593
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
et al. 2003 method for the photometric calibration of cameras and
for the recovery of high dynamic range (HDR) images from the set
of low dynamic range (LDR) exposures.
WWW: http://www.mpii.mpg.de/resources/hdr/calibration/pfs.html
PR: ports/118388
Submitted by: argv[0] (Iouri V. Ivliev)
|
|
|
|
|
|
|
|
|
|
|
| |
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.
WWW: http://www.mpi-inf.mpg.de/resources/tmo/
PR: ports/118387
Submitted by: argv[0] (Iouri V. Ivliev)
|
|
|
|
|
| |
PR: 118621
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
Submitted by: Wayne Zhou
|
|
|
|
| |
Approved by: delphij(mentor,implicit)
|
|
|
|
| |
- Add to the xfce categorie
|
|
|
|
|
|
|
|
|
| |
- Remove conflicts
PR: ports/116324
Submitted by: <soralx@cydem.org> [pr]
Approved by: David Yeske <dyeske@gmail.com> (maintainer)
linimon (mentor)
|
|
|
|
|
|
|
|
| |
- Add to geography virtual category
- Respect NOPORTEXAMPLES
PR: ports/118187
Submitted by: TAOKA Fumiyoshi <fmysh AT iijmio-mail.jp> (maintainer)
|
|
|
|
|
| |
PR: ports/117674
Submitted by: Angelo Turetta <fbsdports xx commit.it>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
engine to convert one format to another.
Development of the import/export modules for this program goes
through different stages, quality and feature coverage are different
among formats.
Import filters:
* CorelDraw ver.7-X3 (CDR/CDT/CCX/CDRX/CMX)
* Adobe Illustrator up to 9 ver. (AI postscript based)
* Postscript (PS)
* Encapsulated Postscript (EPS)
* Computer Graphics Metafile (CGM)
* Windows Metafile (WMF)
* XFIG
* Scalable Vector Graphics (SVG)
* Skencil/Sketch/sK1 (SK and SK1)
* Acorn Draw (AFF)
Export filters:
* AI (Postscript based Adobe Illustrator 5.0 format)
* SVG (Scalable Vector Graphics)
* SK (Sketch/Skencil format)
* SK1 (sK1 format)
* CGM (Computer Graphics Metafile)
* WMF (Windows Metafile)
WWW: http://www.sk1project.org/
PR: ports/118557
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
|
|
|
|
|
|
|
|
|
|
|
|
| |
(GIF, PNG, JPG), even if they have been resized, recompressed, recolored
or slightly modified.
The library is free, lightweight yet very fast, configurable, easy to use
and it has been designed with security in mind.
WWW: http://libpuzzle.pureftpd.org/project/libpuzzle
PR: ports/118445
Submitted by: Bapt <baptiste.daroussin at gmail.com>
|
|
|
|
| |
Sumbitted by: Phil Pennock
|
| |
|
|
|
|
|
|
| |
Cairo.
Reviewed by: netchild, emulation
|
| |
|
|
|
|
| |
Submitted by: ahze
|
| |
|
| |
|
| |
|
|
|
|
| |
drop maintainership
|
|
|
|
|
|
| |
PR: ports/118454
Approved by: David Yeske <dyeske@gmail.com> (maintainer),
linimon (mentor)
|
| |
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=557042>.
|
|
|
|
| |
- new option: WITH_GDK_PIXBUF
|
|
|
|
|
| |
PR: 118094
Submitted by: bf <bf2006a@yahoo.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (linimon)
|
|
|
|
|
|
|
|
| |
and has bugs anyway, to fix deinstall.
Discussed with: maintainer
Tested on: pointyhat
Approved by: portmgr (self)
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (hat)
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (hat)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
| |
Noticed by: fjoe
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PTStitcher depends on libpng.so.2, not libpng12.so.0.
* Get rid of the hack that runs
${LINUXBASE}/sbin/ldconfig ${PREFIX}/${PORTNAME}/lib/
upon installation. It does not survive reboot.
Instead install into ${LINUXBASE} and use the standard mechanism for
installing linux shared libraries. Also add symlink to PTStitcher in
${LOCALBASE}/bin (to avoid surprising users that PTStitcher has
"disappeared").
Reported by: Warren Block <wblock@wonkity.com>
Approved by: portmgr (linimon)
|
|
|
|
|
|
|
| |
case.
Discussed with: maintainer
Approved by: portmgr (self)
|
|
|
|
|
| |
Spotted by: mi
Approved by: portmgr (self)
|
|
|
|
|
|
| |
PR: 118085
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (pav)
|
|
|
|
|
|
| |
PR: 118084
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (pav)
|
|
|
|
|
|
| |
do not.
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
| |
while I am there, rework on the way of applying xpdf 3.02pl1 patch to ease
future upgrade.
Approved by: portmgr (linimon)
Security: 2747fc39-915b-11dc-9239-001c2514716c
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (hat)
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (hat)
|
|
|
|
|
|
|
| |
ports/117986
Reported by: pointyhat
Approved by: portmgr (hat)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
updated by switching it to use GraphicsMagick instead.
This removes the need for "private" headers and promises a less eventful
future.
Don't install mimetype-descriptions, which conflict with those installed
by kdelibs and otherwise improve plist. Build in parallel using our own
make (no evident need for gmake).
The port may be retired soon, as no new development happened on it since
early 2005.
Approved by: portmgr (linimon)
|
|
|
|
|
|
| |
kdegraphics
Approved by: portmgr (mcl)
|
|
|
|
|
| |
Reported by: pointyhat via pav
Approved by: portmgr (pav)
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
| |
- Remove BROKEN state
- Bump PORTREVISION
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
| |
upstream. The tests should work with and without X11. Enable FPX by
default. Resolve all related PRs.
Approved by: portmgr (linimon)
PR: 67815
PR: 117635
PR: 116874
PR: 114387
|
|
|
|
|
|
|
|
| |
the software authors can reproduce the problem, one user of FreeBSD-7.x
has reported an issue, which can only be explained by a build-time race.
Reported by: Per olof Ljungmark
Approved by: portmgr (mlinimon)
|
|
|
|
|
| |
Approved by: portmgr (linimon)
PR: ports/117774
|
|
|
|
|
|
|
|
|
| |
OPTION). Add support for running bundled self-tests after building.
Do not run the self-tests by default, in order to be able to secure
portmgr's approval, but advise the user to do so before installing.
The self-tests will be turned on, when port-freeze is over.
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
even i386 before, and does not anymore, as its numerous original bugs
were exposed by the evolving compiler. It never worked on a 64-bit
platform, as the original authors assumed sizeof(long) to be 4.
With this patch it compiles cleanly (WARNS=3) on both i386 and amd64
and should have no problems on other 64-bit systems.
A corrupt input-file may still result in a crash, but, at least, it
works correctly with correct input files. Tested on camera-generated
originals kindly provided by the originator of the PR below.
Bump PORTREVISION.
Approved by: portmgr (pav, after some deliberations)
Portmgr advised against bumping the SHLIB_MAJOR. They did not /insist/
so I chose to bump it -- the old version is too broken to have been
usable to anybody for years, and the dependant ports (such as Graphics
and ImageMagicks) need an easy way to insist on the new version (via
LIB_DEPENDS).
Was required to fix: 67815
|
|
|
|
|
| |
Reported by: maintainer
Approved by: portmgr (self)
|
|
|
|
| |
This update brings support for new API functions.
|
| |
|
|
|
|
|
| |
PR: ports/116818
Submitted by: Shane Bell <decept0@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix build with amd64
PR: ports/116936
Submitted by: David Yeske <dyeske@gmail.com>,
thierry (PR)
Approved by: sat (mentor)
|
| |
|
|
|
|
|
|
| |
X display with GL support to compile.
Submitted by: pav
|
|
|
|
|
|
|
|
| |
as it belongs to graphics/gimp-app plist.
PR: 117090
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout
|
|
|
|
|
| |
Reported by: pointyhat
With hat: portmgr
|
|
|
|
| |
prior to the freeze.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
coredump, and hundreds of dependent packages can't be built because of it.
While here, turn threading on by default to try to fix graphics/blender
build. (Suggested by: submitter)
I am declaring a short mainter-timeout on this to unblock the package builds.
PR: ports/117412
Submitted by: beech
Hat: portmgr
|
|
|
|
|
| |
PR: 117497
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/117569
Submitted by: chinsan
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
| |
Submitted by: garga (Renato Botelho)
|
|
|
|
| |
Prodded by: mi
|
| |
|
|
|
|
| |
Noticed by: linimon@ (via pointyhat)
|
|
|
|
| |
this port should be coming shortly.
|
|
|
|
|
|
|
|
| |
- Using a non default Python version doesn't work on pointyhat/TB (because of
dependencies), so mark as appropiate in that case.
PR: ports/115926
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
|
|
|
|
| |
- Ensure it will actually diable GNOME support for real if anyone run
WITHOUT_GNOME=libgnomeui by add --diable-*
PR: ports/117503
Reported by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
|
|
|
| |
PR: ports/113599
Submitted by: naddy
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* new graph modules
* new graph styles
* a new mesh module and a lot of other new stuff, bug fixes and changes.
PR: 117281
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
|
|
|
|
| |
PR: 117359
Submitted by: bf <bf2006a@yahoo.com>
- cleanup dependencies for option WITH_X11
USE_XORG and USE_GL now defined
|
|
|
|
| |
Changes: http://search.cpan.org/src/TELS/Graph-Easy-0.59/CHANGES
|
|
|
|
|
|
|
| |
ChangeLog is here: http://owl.phy.queensu.ca/~phil/exiftool/history.html
PR: ports/117437
Submitted by: maintainer (Tod McQuillin)
|
|
|
|
|
| |
PR: 117428
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
| |
PR: 117284
Submitted by: Oleg Pudeyev <oleg.pudeyev@gmail.com>
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Phillip Neumann
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
|
|
|
|
|
|
| |
PR: ports/116731
Submitted by: bf <bf2006a@yahoo.com>
Approved by: smyru@heron.pl (maintainer)
|
|
|
|
|
|
| |
PR: ports/116840
Submitted by: alepulver (myself)
Approved by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
|
|
|
|
| |
Reported by: Diane Bruce
|
|
|
|
|
|
|
| |
- Unbreak
PR: 117258
Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de>
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
|
| |
|
|
|
|
|
|
| |
conditionally included.
Hat: portmgr
|
| |
|
|
|
|
|
| |
I had problems getting 1.0.4 to work using recent versions of
ImageMagick, but 1.0.5 seems to work ok.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: linimon, erwin
|
| |
|
| |
|
|
|
|
|
| |
PR: 117165
Submitted by: Nick Barkas <snb@threerings.net>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
rescaling along a single direction. Tested on Gimp 2.2. It installs
under the Layer menu now.
WWW: http://web.tiscali.it/carlobaldassi/
PR: ports/117092
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
|
|
|
|
|
|
|
|
| |
* Minor port updates
* Allow the build on amd64
PR: 117089
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
|
|
|
|
|
|
|
| |
2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable
2007-07-29 comms/ixj: does not work on any supported FreeBSD version
2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
|
|
|
|
|
|
| |
Both ports where exclusively created by repocopy to fulfil games/fwp's
dependencies. Since games/fwp got deleted, there is no need for both
ports to stay in our portstree
|
|
|
|
|
| |
Obtained from: KDE SVN r703387
Reported by: chmeee on #kde-freebsd
|
| |
|
|
|
|
|
| |
pointyhat fails due to a filesize limit.
Discussed and advised by linimon@.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the pano13 library, part of the Panorama Tools by Helmut
Dersch of the University of Applied Sciences Furtwangen.
The panorama tools are mainly used to build panoramic images from a set of
overlapping images. The usability extends beyond "just" building panoramas by
far though. You can, for instance, use them to render an average of multiple
images to broaden the dynamic range of the images or average out noise. You
can also build object movies with them, morph between images and much more.
WWW: http://panotools.sourceforge.net/
|
|
|
|
|
| |
* Install bin/PTOptimizer as bin/PTOptimizer12 to avoid conflicts with
the forthcoming libpano13
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Features:
* Extremely lightweight and fast with low memory usage
* Very suitable for default image viewer of desktop system
* Simple and intuitive interface
* Minimal lib dependency: Only pure GTK+ is used
* Desktop independent: Doesn't require any specific desktop environment
* Open source, licensed under GNU GPL
WWW: http://lxde.sourceforge.net/gpicview/
PR: ports/116951
Submitted by: Janos Mohacsi <janos.mohacsi at bsd.hu>
|
| |
|
| |
|
|
|
|
| |
Suggested by: mi
|
|
|
|
| |
by Academy of Motion Picture Arts and Sciences.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o Add make test.
o Fix some warning.
o Bump PORTREVISION, accordingly.
Submitted by: mi
|