aboutsummaryrefslogtreecommitdiff
path: root/graphics/autotrace
Commit message (Collapse)AuthorAgeFilesLines
* - Change dependencies reflecting update in graphics/ImageMagickMarcus Alves Grando2006-05-241-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=163284
* - unbreak for ming.4Yen-Ming Lee2006-04-261-1/+1
| | | | Notes: svn path=/head/; revision=160502
* - catch up with graphics/mingYen-Ming Lee2006-04-241-2/+1
| | | | | | | Pointy hat: garga Notes: svn path=/head/; revision=160321
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | 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
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-2/+2
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* - Remove bzip2 from list of dependencies,Renato Botelho2005-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) Notes: svn path=/head/; revision=150030
* 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
* Prune redundant LIB_DEPENDSVolker Stolz2005-04-201-8/+2
| | | | | | | | PR: ports/80128 Submitted by: Udo Mueller via maintainer Notes: svn path=/head/; revision=133742
* - Chase ImageMagick shlib bumpPav Lucistnik2005-03-061-2/+2
| | | | | | | | PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer) Notes: svn path=/head/; revision=130479
* Bump portrevision and dependency on ImageMagickJosef El-Rayes2004-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 Notes: svn path=/head/; revision=123234
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* Chase repomove graphics/hdf* -> science/hdf*Pav Lucistnik2004-02-251-1/+1
| | | | Notes: svn path=/head/; revision=102145
* Chase lib version change of graphics/ImageMagick.Norikatsu Shigemura2003-10-041-1/+2
| | | | | | | Bump PORTREVISION acordingly. Notes: svn path=/head/; revision=90258
* Resurrect new address changed in previous commit.Norikatsu Shigemura2003-03-281-1/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=77625
* Reset bouncing maintainer address.Kris Kennaway2003-03-281-1/+1
| | | | Notes: svn path=/head/; revision=77622
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* maintainer update to version 0.31.1Edwin Groothuis2003-02-043-3/+3
| | | | | | | | | | Please note that it bumps the shlib versionnumber. PR: ports/47205 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> Notes: svn path=/head/; revision=74619
* libautotrace.so.1 -> libautotrace.so.2Jimmy Olgeni2002-11-231-1/+1
| | | | Notes: svn path=/head/; revision=70849
* Autotrace port is updated to 0.31.0 by maintainer.Edwin Groothuis2002-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> Notes: svn path=/head/; revision=69711
* Update to 0.30.5.Maxim Sobolev2002-09-134-6/+24
| | | | Notes: svn path=/head/; revision=66268
* - Remove redundant USE_AUTOCONF;Maxim Sobolev2002-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. Notes: svn path=/head/; revision=66196
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-292-2/+4
| | | | | | | | | | | fix PLIST bump portrevision PR: 39981 Submitted by: maintainer Notes: svn path=/head/; revision=62181
* Update to 0.30Patrick Li2002-04-226-131/+17
| | | | | | | | PR: 36776 Submitted by: maintainer Notes: svn path=/head/; revision=57997
* Bump PORTREVISION after the freetype2 shlib major update.Akinori MUSHA2002-03-121-0/+1
| | | | Notes: svn path=/head/; revision=55961
* Chase increase of freetype2 shlib version.Maxim Sobolev2002-03-111-1/+1
| | | | Notes: svn path=/head/; revision=55873
* Update to 0.29Patrick Li2002-02-034-10/+10
| | | | | | | | PR: 33277 Submitted by: maintainer Notes: svn path=/head/; revision=54148
* Update version number of freetype2 shared library.Maxim Sobolev2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=53447
* Update to 0.28David W. Chapman Jr.2001-12-254-20/+128
| | | | | | | | PR: 33148 Submitted by: maintainer Notes: svn path=/head/; revision=52142
* Reflect the updates of libwmf and ming.Akinori MUSHA2001-09-181-2/+3
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=47937
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* Conditionalize bzip2 dependencies.Akinori MUSHA2001-08-151-1/+3
| | | | Notes: svn path=/head/; revision=46297
* Update version number of freetype2 shared library.Maxim Sobolev2001-07-121-1/+1
| | | | Notes: svn path=/head/; revision=45065
* add autotraceYing-Chieh Liao2001-05-197-0/+73
convert bitmap to vector graphics PR: 26514 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> Notes: svn path=/head/; revision=42737