aboutsummaryrefslogtreecommitdiff
path: root/textproc/sowing
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-0/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* textproc/sowing is not jobs safeJohn Marino2016-01-131-0/+2
| | | | | | | | | This port has failed on me multiple times. The last time it tried linking with libfilter.a before the library was fully created, resulting in multiple "undefined reference" errors Notes: svn path=/head/; revision=406070
* Update to version 1.1.18Pawel Pekala2015-08-166-41/+26
| | | | | | | | PR: 201852 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=394399
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-2/+1
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* Upgrade to 1.1.17.Vanilla I. Shu2015-02-163-7/+8
| | | | | | | | PR: 197459 Submitted by: Ports Fury Notes: svn path=/head/; revision=379062
* Cleanup plistAntoine Brodin2014-11-151-2/+0
| | | | Notes: svn path=/head/; revision=372605
* - StagifyDmitry Marakasov2014-08-223-5/+12
| | | | | | | | | | - Update WWW PR: 192810 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=365683
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355336
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326658
* - Convert to new perl frameworkAndrej Zverev2013-08-031-6/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-3/+2
| | | | | | | | | | | | 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-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Remove DEPRECATEDMartin Wilke2011-03-253-6/+2
| | | | | | | | | | | - Drop MD5 support - Update MASTER_SITES and WWW: line PR: 155837 Submitted by: Ports Fury Notes: svn path=/head/; revision=271680
* Deprecate unmaintained ports from textproc where upstream disapear and/orBaptiste Daroussin2011-03-121-0/+3
| | | | | | |  where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270765
* - Update to 1.1.16Martin Wilke2010-07-152-5/+4
| | | | | | | | PR: 148575 Submitted by: Ports Fury Notes: svn path=/head/; revision=257791
* - 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-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Upgrade to 1.1.15;Thierry Thomas2009-12-305-7/+54
| | | | | | | | | - Release maintainership. Notified by: portscout via miwi Notes: svn path=/head/; revision=246887
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* 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
* Upgrade to 1.1.12.Thierry Thomas2008-04-063-17/+16
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=210679
* 1- Fix build with gcc-42;Thierry Thomas2007-07-062-1/+22
| | | | | | | | | 2- Correct pkg-descr. Reported by: pointyhat via pav (1) Notes: svn path=/head/; revision=195106
* - 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
* Finally import sowing, which is used by mpich2-1.0.5 to build its docs.Thierry Thomas2006-12-175-0/+112
Notes: svn path=/head/; revision=180045