aboutsummaryrefslogtreecommitdiff
path: root/print/mftrace
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous linefeeds.Alexey Dokuchaev2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458754
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Convert ports of news/ and print/ to new USES=pythonMarcus von Appen2014-10-241-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371452
* Convert most NO_INSTALL_MANPAGES to USES=imake:nomanAntoine Brodin2014-08-181-6/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365343
* - Support stagingDmitry Marakasov2014-06-031-9/+9
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356273
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355347
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-2/+2
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.2.18Nicola Vitale2012-05-032-4/+9
| | | | | | | - Respect NO_INSTALL_MANPAGES Notes: svn path=/head/; revision=295928
* - convert to using PYTHON_SITELIBDIR (non-functional change)Ruslan Makhmatkhanov2012-02-121-2/+2
| | | | Notes: svn path=/head/; revision=291057
* - Use graphics/potrace as default images converter,Nicola Vitale2011-08-161-5/+5
| | | | | | | | | | | because it has no dependencies and is much faster then graphics/autotrace - Bump PORTREVISION (changed dependency) Suggested by: Michael Bax <mbax at stanford.edu> (via private email) Notes: svn path=/head/; revision=279815
* - Update to 1.2.16Nicola Vitale2011-07-072-6/+6
| | | | Notes: svn path=/head/; revision=277317
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 1.2.15Nicola Vitale2008-10-112-6/+6
| | | | | | | - Replace LOCAL/chinsan with LOCAL/nivit/${PORTNAME}/ in MASTER_SITES Notes: svn path=/head/; revision=221416
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* 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
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Give maintainership to Nicola Vitale <nivit@FreeBSD.org>.Mario Sergio Fujikawa Ferreira2007-04-011-1/+1
| | | | Notes: svn path=/head/; revision=188910
* - Update to 1.2.14Rong-En Fan2007-02-264-24/+13
| | | | | | | | | PR: ports/108978 Submitted by: chinsan Approved by: maintainer timeout (17 days) Notes: svn path=/head/; revision=186001
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-0/+1
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* o Update to 1.1.8 [1]Mario Sergio Fujikawa Ferreira2005-04-192-14/+9
| | | | | | | | | | o Take over maintainership [2] Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) [2] Approved by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) [1] Notes: svn path=/head/; revision=133655
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* o Chase dependency on print/pfaedit -> print/fontforge.Norikatsu Shigemura2004-05-031-1/+2
| | | | | | | | | o Bump PORTREVISION accordingly. Pointed out by: Hermes Trismegistus <hermes@trismegistus.net> Notes: svn path=/head/; revision=108250
* - Update to version 1.0.29Kirill Ponomarev2004-03-152-5/+3
| | | | | | | | PR: ports/64290 Submitted by: maintainer Notes: svn path=/head/; revision=104058
* Mark BROKEN: Checksum mismatchKirill Ponomarev2004-03-141-0/+2
| | | | | | | | PR: ports/64268 Submitted by: David Gilbert <dgilbert@daveg.ca> Notes: svn path=/head/; revision=104017
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Update to 1.0.27Pav Lucistnik2004-01-182-2/+2
| | | | | | | | PR: ports/61538 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) Notes: svn path=/head/; revision=98501
* - Update to 1.0.26Pav Lucistnik2004-01-152-3/+8
| | | | | | | | | | - Optional dependency on potrace instead of autotrace PR: ports/61386 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) Notes: svn path=/head/; revision=98228
* - Update to 1.0.24Pav Lucistnik2004-01-013-9/+2
| | | | | | | | PR: ports/60774 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) Notes: svn path=/head/; revision=97027
* Patrick Atamaniuk has agreed to maintain this.Trevor Johnson2003-11-081-1/+1
| | | | Notes: svn path=/head/; revision=93428
* Add $ to {ECHO_CMD}Edwin Groothuis2003-10-141-1/+1
| | | | | | | Submitted by: Keith Davis <daviskacer@comcast.net> Notes: svn path=/head/; revision=91125
* Rename to mftrace.Trevor Johnson2003-10-136-17/+34
| | | | | | | | | | | PR: 50578 Submitted by: Keith White of SITE, University of Ottawa Also fix master site, update to 1.0.19, generate packing list upon installation, support getopt_long on -CURRENT, and assume maintainership. Notes: svn path=/head/; revision=91113
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-1/+2
| | | | | | | | use USE_GETOPT_LONG instead. This commit does not fix compilation. Notes: svn path=/head/; revision=84834
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* add pktrace 1.0.4Ying-Chieh Liao2002-06-026-0/+59
Scalable PostScript (Type1) Fonts for MetaFont Notes: svn path=/head/; revision=60471