aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/enblend
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5ohauer2011-07-031-1/+0
|
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Add glew to the list of supported USE_GL variablesgahr2010-04-281-3/+2
| | | | | | - Patch ports depending on GLEW directly Approved by: portmgr (pav)
* - fix build for png-1.4.1dinoex2010-03-291-0/+11
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* graphics/enblend:vd2010-01-041-1/+2
| | | | | | Use GCC 4.4+ instead of 4.3+. Requested by: Gerald Pfeifer <gerald@pfeifer.com>
* - Update boost to 1.39pav2009-07-281-1/+1
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-0/+1
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* graphics/enblend:vd2008-06-201-11/+0
| | | | | | Remove stale patch file, somehow forgotten in the previous commit. Reported by: QA Tindy
* Upgrade graphics/enblend from 3.0 to 3.1 (CVS from 20080615).vd2008-06-203-19/+24
| | | | | | | 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.
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-6/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Adopt graphics/enblend.vd2008-01-221-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-202-0/+12
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 3.0miwi2007-05-022-12/+24
| | | | | PR: 112314 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Reset cartola@openit.com.br due to maintainer-timeouts. While here,linimon2007-02-271-8/+2
| | | | | | remove 4.X cruft. Hat: portmgr
* Update to 2.5erwin2006-04-222-4/+4
| | | | | | PR: 95942 Submitted by: "Martin Wilke" <freebsd@unixfreunde.de> Approved by: maintainer
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* BROKEN on 4.x: Does not compilekris2005-05-221-1/+7
|
* - Update to 2.2ahze2005-04-192-5/+6
| | | | | PR: ports/78656 Submitted by: cartola@openit.com.br (maintainer)
* Fix build on 4-xkrion2004-12-091-1/+1
|
* Add enblendahze2004-11-183-0/+38
Enblend is a tool for compositing images. Given a set of images that overlap in some irregular way, Enblend overlays them in such a way that the seam between the images is invisible, or at least very difficult to see. Enblend does not line up the images for you. Use a tool like Hugin to do that. PR: ports/71992 Submitted by: cartola@openit.com.br Approved by: adamw (mentor)