aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/autotrace
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Update ImageMagick to 6.4.9.2mm2009-02-111-2/+2
| | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above
* - Fix build with new ImageMagickpav2008-12-171-11/+0
| | | | | PR: ports/129637 Submitted by: Tom Russo <russo@bogodyn.org>
* - Re-enable and fix ImageMagick supportgahr2008-12-032-3/+14
| | | | - Fix LIB_DEPENDS list
* - Disable ImageMagick support (broken)gahr2008-12-031-1/+2
|
* - Fix ImageMagick librariesgahr2008-09-262-1/+12
|
* - Fix Optionsmiwi2008-07-011-2/+4
| | | | | PR: 125129 Submitted by: Warren Block <wblock@wonkity.com>
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+1
| | | | | | | | | | | | | | | - 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)
* - OPTIONify dependenciestabthorpe2008-01-261-6/+17
| | | | | | | | | - 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
* - Fix pstoedit detection in configure script, pstoedit switched to pkg-configpav2007-06-152-16/+6
| | | | | | | | recently - Style PR: ports/111400 Reported by: bf <bf2006a@yahoo.com>
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Reset kanou@khdd.net due to maintainer timeouts and no response to earlierlinimon2007-02-271-1/+1
| | | | | | mail. Hat: portmgr
* Use libtool15 port instead of included version to avoid objformat a.out botchkris2007-02-101-0/+1
|
* - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-241-2/+2
| | | | - Bump PORTREVISION
* - unbreak for ming.4leeym2006-04-261-1/+1
|
* - catch up with graphics/mingleeym2006-04-241-2/+1
| | | | Pointy hat: garga
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-2/+2
| | | | PR: ports/91270
* - Remove bzip2 from list of dependencies,garga2005-11-301-3/+0
| | | | | | | | it has been part of base system since 4.4 PR: 88989 Submitted by: edwin Approved by: maintainer timeout (16 days)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Prune redundant LIB_DEPENDSvs2005-04-201-8/+2
| | | | | PR: ports/80128 Submitted by: Udo Mueller via maintainer
* - Chase ImageMagick shlib bumppav2005-03-071-2/+2
| | | | | PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
* Bump portrevision and dependency on ImageMagickjosef2004-12-051-2/+2
| | | | | | | | | in order to trace recent ImageMagick update. Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> PR: ports/74487 Approved by: mat Reviewed by: lofi
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Chase repomove graphics/hdf* -> science/hdf*pav2004-02-261-1/+1
|
* Chase lib version change of graphics/ImageMagick.nork2003-10-051-1/+2
| | | | Bump PORTREVISION acordingly.
* Resurrect new address changed in previous commit.nork2003-03-281-1/+1
| | | | Pointed out by: kris
* Reset bouncing maintainer address.kris2003-03-281-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* maintainer update to version 0.31.1edwin2003-02-043-3/+3
| | | | | | | Please note that it bumps the shlib versionnumber. PR: ports/47205 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
* libautotrace.so.1 -> libautotrace.so.2olgeni2002-11-231-1/+1
|
* Autotrace port is updated to 0.31.0 by maintainer.edwin2002-11-082-4/+3
| | | | | | | | Shared library version is changed from 1 to 2 and one port (graphics/frontline) is affected. PR: ports/44846 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
* Update to 0.30.5.sobomax2002-09-144-6/+24
|
* - Remove redundant USE_AUTOCONF;sobomax2002-09-122-10/+7
| | | | | | | - correct regex supplied to REINPLACE_CMD (remove perlis'm), so that autotrace.pc is now installed into correct location; - adjust pkg-plist accordingly, sort and remove redundant items; - bump PORTREVISION.
* ${PERL} -> ${REINPLACE_CMD}ijliao2002-06-302-2/+4
| | | | | | | | fix PLIST bump portrevision PR: 39981 Submitted by: maintainer
* Update to 0.30pat2002-04-236-131/+17
| | | | | PR: 36776 Submitted by: maintainer
* Bump PORTREVISION after the freetype2 shlib major update.knu2002-03-131-0/+1
|
* Chase increase of freetype2 shlib version.sobomax2002-03-121-1/+1
|
* Update to 0.29pat2002-02-034-10/+10
| | | | | PR: 33277 Submitted by: maintainer
* Update version number of freetype2 shared library.sobomax2002-01-211-1/+1
|
* Update to 0.28dwcjr2001-12-254-20/+128
| | | | | PR: 33148 Submitted by: maintainer
* Reflect the updates of libwmf and ming.knu2001-09-181-2/+3
| | | | Bump PORTREVISION.
* Bump png majorache2001-09-111-1/+1
|
* Conditionalize bzip2 dependencies.knu2001-08-161-1/+3
|
* Update version number of freetype2 shared library.sobomax2001-07-121-1/+1
|
* add autotraceijliao2001-05-197-0/+73
convert bitmap to vector graphics PR: 26514 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>