conflict with graphics/djvulibre. This way one cane have
both ports installed without any problems. This also
simplify dependencies handling in dependent ports.
Requested by: mezz
PORTVERSION. After that the PORTVERSION became 4.foo. Because this is
numerically lower than before, the PORTEPOCH should have been bumped.
Poked by: kris@
PR: 125814
Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
[note]
The submitter suggested 'regression-test' target, but I *added* "regression" target.
I consider that ports system should be supported generic 'regression test' framework.
PR: ports/125091
Submitted by: Pedro F. Giffuni pfgshield-freebsd at yahoo dot com
troubles... When the author goes back to X.Y.Z releases, this will not
be neccessary, but the current latest version is 7.14.4-1 (the dash
instead of dot is not acceptable for PORTVERSION).
Investigated by: pav
- Use $(F77) as the linker in order to avoid ugly hacks.
- Use bigger MAXOBV as recommended by the upstream author.
- Remove ALPHA error message, it's unsupported anyway.
- Use EXTRACT_SUFX
PR: ports/125761
Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
- Respects the system's CXX and the CXXFLAGS settings.
- Enables parallel builds on systems with more than one CPU.
- Bump PORTREVISION.
Submitted by: mi (via private mail)
Approved by: gabor (mentor, implicit)
image should be resized to fix the screen, or full which means it should be
scaled to fit the screen.
use Image::Size::FillFullSelect;
my $iffs = Image::Size::FillFullSelect->new();
my $FFselection = $iffs->select("someImage.gif");
WWW: http://search.cpan.org/dist/Image-Size-FillFullSelect/
PR: ports/124957
Submitted by: Zane C.B. <vvelox@vvelox.net>
- ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}
in the *_DEPENDS, that way it will finding correct file when I tweak the
PREFIX.
- NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files.
it reads
...
> 2.4. Where the Distributor reproduces the Software in accordance with
> clause 2.1:
>
> (a) the Distributor may rename, reorganise or repackage (without
> omission) the files comprising the Software where such
> renaming, reorganisation or repackaging is necessary to
> conform to the naming or organisation scheme of the target
> operating environment of the Distribution or of an established
> package management system of the target operating environment
> of the Distribution; and
...
so simply we cannot set %%PORTDOCS%%, because we can make a package
without documentations. Otherwise RESTRICTED but
I don't take such a complicated approach.
ports also linking to poppler. The poppler is the one that has shared library
version change. Therefore, bump the PORTREVISION.
Reported by: Jan Henrik Sylvester <me@janh.de>
This version is not archived by the authors, so this is a
snapshot of the SVN repository as of revision 3135.
The archive is put on the freebsd.org cluster.
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.
x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------
graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------
www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------
Approved by: portmgr (marcus)
Main features
o EXIF, IPTC and XMP metadata browsing and editing.
o Interoperability, easy integration with other software.
o geeqie works on files and directories, there is no need to import images.
o Fast preview for many raw image formats.
o Tools for image comparison, sorting and managing photo collection.
History
Geeqie has been forked from gqview project, because it was not possible to
contact gqview author and the only maintainer. Geeqie projects goal is to move
the development forward and also integrate the existing patches.
Project Status
Geeqie is currently in alpha state. Everybody is encouraged to try the new
features, however for stable software look at the original project.
WWW: http://geeqie.sourceforge.net/
PR: ports/123770
Submitted by: Martin Tournoij <carpetsmoker at rwxrwxrwx dot net>
Approved by: miwi (mentor)
Processing is an open source programming language and environment
for people who want to program images, animation, and interactions.
It is used by students, artists, designers, researchers, and hobbyists
for learning, prototyping, and production. It is created to teach
fundamentals of computer programming within a visual context and
to serve as a software sketchbook and professional production tool.
Processing is an alternative to proprietary software tools in the
same domain.
WWW: http://processing.org/
Processing is an open source programming language and environment
for people who want to program images, animation, and interactions.
It is used by students, artists, designers, researchers, and hobbyists
for learning, prototyping, and production. It is created to teach
fundamentals of computer programming within a visual context and
to serve as a software sketchbook and professional production tool.
Processing is an alternative to proprietary software tools in the
same domain.
WWW: http://processing.org/
This version (3.1) is not archived by the authors, so this is a
snapshot of the CVS repository as of Jun 15 2008.
The archive is put on the freebsd.org cluster.
Fix reference to autopano-complete - it is installed as autopano-complete,
not autopano-complete.sh and does not recognize long options under FreeBSD.
PR: ports/123588
Submitted by: marck
The JOGL project hosts the development version of the Java
Binding for the OpenGL API (JSR-231), and is designed to
provide hardware- supported 3D graphics to applications
written in Java. JOGL provides full access to the APIs in
the OpenGL 2.0 specification as well as nearly all vendor
extensions, and integrates with the AWT and Swing widget
sets. It is part of a suite of open-source technologies
initiated by the Game Technology Group at Sun Microsystems.
WWW: https://jogl.dev.java.net/
PR: ports/124414
Submitted by: Peter Jeremy <peterjeremy@optushome.com.au>