aboutsummaryrefslogtreecommitdiff
path: root/graphics/vips
Commit message (Collapse)AuthorAgeFilesLines
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - update to jpeg7Dirk Meyer2009-07-181-0/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Guard against configure finding some headers in the wrong places byMikhail Teterin2008-07-251-0/+4
| | | | | | | | explicitly specifying, where includes and libraries are located. A user reported a problem, when building nip2 with mingw32 installed... Notes: svn path=/head/; revision=217506
* Upgrade vips and nip2 to 7.14.5 from 7.14.4.1 and 7.14.4 respectively.Mikhail Teterin2008-07-233-9/+7
| | | | Notes: svn path=/head/; revision=217390
* One more thing was missing from plist... Grrr...Mikhail Teterin2008-07-231-0/+1
| | | | | | | Notified by: IOnut Notes: svn path=/head/; revision=217388
* Fix plist.Mikhail Teterin2008-07-221-0/+11
| | | | | | | Notified by: IOnut Notes: svn path=/head/; revision=217307
* Spell-out the DISTFILES -- the earlier use of DISTVERSION was causingMikhail Teterin2008-07-221-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=217301
* I had this file deleted locally, but forgot to 'cvs delete' it...Mikhail Teterin2008-07-151-11/+0
| | | | Notes: svn path=/head/; revision=216888
* Update from 7.12.x to 7.14.4. Switch to GraphicsMagick.Mikhail Teterin2008-07-155-550/+508
| | | | Notes: svn path=/head/; revision=216869
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* Chase OpenEXR library version bumped.Norikatsu Shigemura2007-10-071-1/+2
| | | | Notes: svn path=/head/; revision=201056
* Add libxml2 to the list of the required GNOME-components.Mikhail Teterin2007-08-221-1/+1
| | | | | | | | Prompted by: build failure (via kris) Confirmed by: software author Notes: svn path=/head/; revision=198134
* Unbreak and update the two ports to the latest version of 7.12.4.Mikhail Teterin2007-08-195-961/+725
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take over maintainership temporarily upon request from the software's author(s), who were unable to reach the previous maintainer. In both: - use explict --mandir=${PREFIX}/man to avoid man-pages getting into ${PREFIX}/shared/man incorrectly - deal with the NOPORTDOCS situation by simply not-extracting the extra documentation from the distribution tarball - parallelize the build to scale with the number of CPUs In vips: - move the (giant) list of man-pages into a separate Makefile.man - turn the pages, which contain only `.so other-page', into MANLINKS (specified in Makefile.man) - provide a "maintainance target" to regenerate the Makefile.man during the next upgrade - do not install the HTML-ized versions of man-pages - create OPTIONS for use of devel/liboil and graphics/ImageMagick (OPTION to use PYTHON awaits portmgr's decision/action) In nip2: - do install the HTML pages regardless of NOPORTDOCS -- these are accessible to the user through the application GUI - arrange for update-mime-database and update-desktop-database to be run upon install (@exec) and uninstall (@unexec) - LIB_DEPEND on math/gsl, which nip2 can use for extra functionality These ports are in need of a dedicated maintainer. Approved by: maintainer timeout Notes: svn path=/head/; revision=197925
* Oops -- add the new files to go with the commit a second ago.Mikhail Teterin2007-05-305-0/+70
| | | | Notes: svn path=/head/; revision=192342
* Unbreak, un-deprecate by adding the missing build-dependencies. ResetMikhail Teterin2007-05-302-35/+32
| | | | | | | | | | | maintainer for the time being. PR: 109658 Submitted by: Eric P. Scott (on Feb 27, 2007) Approved by: maintainer timeout Notes: svn path=/head/; revision=192341
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Schedule these broken ports for removal on 2007-04-10 if they are stillKris Kennaway2007-02-111-0/+2
| | | | | | | broken at that time and no fix has been submitted. Notes: svn path=/head/; revision=184837
* BROKEN: Missing dependencyKris Kennaway2007-01-201-0/+2
| | | | Notes: svn path=/head/; revision=182837
* Update to latest vips-7.10.21Lev A. Serebryakov2006-12-144-7/+69
| | | | Notes: svn path=/head/; revision=179756
* - Chase fftw3 libver bumpMichael Johnson2006-05-111-2/+2
| | | | Notes: svn path=/head/; revision=162087
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to latest version 7.10.10Lev A. Serebryakov2005-04-103-247/+275
| | | | Notes: svn path=/head/; revision=132912
* Developers replaced ditfile AGAIN.Lev A. Serebryakov2004-05-233-6/+11
| | | | | | | | | | | | | | | | Here are review of diff between old nad new distfiles: (1) libdata upgrades. (2) pkg-config files added (vips.pc and vipsCC.pc). (3) Some small bugs fixed. (4) Two programs added to build. (5) Some debug code was removed. Your could check, that distfile was replaced by visiting official site and reading news. Notes: svn path=/head/; revision=109801
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Authors replaced source tarball.Lev A. Serebryakov2004-02-173-16/+4
| | | | Notes: svn path=/head/; revision=101210
* Upgrade to latest version 7.8.14.Lev A. Serebryakov2004-02-075-67/+16
| | | | Notes: svn path=/head/; revision=100286
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix plist and bump PORTREVISIONKris Kennaway2004-01-302-1/+284
| | | | Notes: svn path=/head/; revision=99506
* Fix pkg-plistEdwin Groothuis2004-01-172-8/+9
| | | | | | | | | | Noticed by: bento http://bento.freebsd.org/errorlogs/i386-4-exp-latest/vips-7.8.12.log Informed maintainer. Notes: svn path=/head/; revision=98388
* Add vips-7.8.12 - Free image processing systemLev A. Serebryakov2003-12-227-0/+1037
Notes: svn path=/head/; revision=96434