aboutsummaryrefslogtreecommitdiff
path: root/graphics/tgif
Commit message (Collapse)AuthorAgeFilesLines
* After an include, PLIST_SUB must be appended to, not overwritten.Mathieu Arnold2018-09-101-2/+2
| | | | | | | | | | | | If it is overwritten, many values will be clobbered, and pain will ensue. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479405
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* graphics category: Remove $PTHREAD_LIBSJohn Marino2015-03-252-2/+1
| | | | | | | | | graphics/zbar didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382266
* Cleanup plistBaptiste Daroussin2014-10-201-15/+0
| | | | Notes: svn path=/head/; revision=371283
* graphics/tgif: generate Japanese characters in EPS file properlyJohn Marino2014-07-132-0/+65
| | | | | | | | | | | | This is a regenerated version of the official patch so that it appears in the preferred unified format and naming scheme. PR: 190193 Submitted by: ttmtko (gmail) Approved by: maintainer (Brian Clapper) Notes: svn path=/head/; revision=361668
* Fix license to allow package distributionBaptiste Daroussin2014-05-111-1/+1
| | | | Notes: svn path=/head/; revision=353672
* - Update to version 4.2.5 [1]Pawel Pekala2014-02-155-23/+17
| | | | | | | | | | | | | | | | - Add LICENSE [1] - Support stage [1] - Remove leading article from COMMENT - PTHREAD_CFLAGS is null, don't use it - Remove info about author from pkg-descr, it's available in program's Help->About menu PR: ports/185925 [1] Submitted by: Eero Hanninen <fax@nohik.ee> Approved by: maintainer timeout Notes: svn path=/head/; revision=344424
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Remove USE_GCC=any: builds properly with clangBaptiste Daroussin2013-09-141-1/+0
| | | | Notes: svn path=/head/; revision=327320
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert to OptionsNGMartin Wilke2013-03-051-12/+8
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Update to 4.2.2. Changes since 4.1.45 can be found at:Hiroki Sato2010-08-226-30/+52
| | | | | | | | | | | http://bourbon.usc.edu/tgif/relnotes/v4.2.0.html http://bourbon.usc.edu/tgif/relnotes/v4.2.1.html http://bourbon.usc.edu/tgif/relnotes/v4.2.2.html Approved by: maintainer Notes: svn path=/head/; revision=259720
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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
* - Fix broken makefiles introduced with translation to new SF File Release SystemDmitry Marakasov2009-08-221-1/+0
| | | | | | | | Reported by: dan Pointyhat to: myself Notes: svn path=/head/; revision=240084
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-0/+2
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-3/+3
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* 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_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209570
* - Merge graphics/tgif-nls and graphics/tgif into a single portHiroki Sato2007-06-098-29/+167
| | | | | | | | | | | | | | | | | graphics/tgif. The two ports were almost identical except for NLS support. The graphics/tgif now supports NLS by default and WITHOUT_NLS knob to disable it. - Add WITH_A4SIZE knob to set A4 as the default paper size. - Add a workaround for incorrect width calculation of wide characters. Approved by: maintainer Notes: svn path=/head/; revision=193095
* - 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
* - Update to 4.1.45Martin Wilke2006-12-212-4/+4
| | | | | | | | | PR: ports/106937 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=180438
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update WWW links in pkg-descr.Sam Lawrance2005-04-211-4/+4
| | | | | | | | | PR: ports/80138 Submitted by: Murray Baker <murray_baker@NOSPAM.ihug.com.au> Approved by: clement (mentor) Notes: svn path=/head/; revision=133851
* Update to 4.1.44Volker Stolz2005-03-162-3/+3
| | | | | | | | PR: ports/76353 Submitted by: maintainer Notes: svn path=/head/; revision=131392
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 4.1.43 [1]Sergey A. Osokin2003-08-205-13/+9
| | | | | | | | | | | | | | Fix pkg-plist after update [2] Make pkg-descr portlint(1) compilant [2] Use ${REINPLACE_CMD} instead of patch-aa [2] Submitted by: Brian Clapper <bmc@clapper.org> (maintainer) [1], osa [2] Approved by: maintainer PR: 55746 Notes: svn path=/head/; revision=87383
* Update maintainer's e-mail address.Sergey A. Osokin2003-08-201-1/+1
| | | | | | | | Submitted by: Brian Clapper <bmc@WillsCreek.com> (maintainer) PR: 55748 Notes: svn path=/head/; revision=87371
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Replace stale bare sourceforge URL with ${MASTER_SITE_SOURCEFORGE}Kris Kennaway2002-10-131-1/+2
| | | | Notes: svn path=/head/; revision=67919
* Update to 4.1.42Patrick Li2002-04-014-8/+13
| | | | | | | | PR: 36620 Submitted by: maintainer Notes: svn path=/head/; revision=57143
* Update to version 4.1.41Kevin Lo2001-10-195-19/+7
| | | | | | | | PR: 31335 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48952
* Update tgif port to 4.1.40Michael Haro2001-05-015-9/+9
| | | | | | | | PR: 26849 Submitted by: maintainer Notes: svn path=/head/; revision=42112
* Initialise Deorbiting Burn Sequence [tm, (c) 2000, PHK] for pnmtopng port.Maxim Sobolev2000-11-031-2/+1
| | | | | | | | PR: 20968 Submitted by: PF Notes: svn path=/head/; revision=34756
* Update to version 4.1.37Kevin Lo2000-08-234-11/+11
| | | | | | | | PR: 20789 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31882
* Upgrade to tgif 4.1.33Bill Fumerola2000-05-143-4/+4
| | | | Notes: svn path=/head/; revision=28447
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Update port to 4.1.27Chris D. Faulhaber2000-02-293-5/+5
| | | | | | | | PR: 17044 Submitted by: Maintainer Notes: svn path=/head/; revision=26425
* Add a pnmtopng RUN_DEPENDS to allow printing of images to PNG formatChris Piazza1999-12-061-1/+2
| | | | | | | | PR: 15161 Submitted by: saper@system.pl Notes: svn path=/head/; revision=23611
* Upgrade to 4.1.25Bill Fumerola1999-11-264-11/+12
| | | | | | | Inspired by: a post by julian Notes: svn path=/head/; revision=23422
* Update to version 4.1.21.Steve Price1999-10-102-3/+3
| | | | | | | | PR: 14198 Submitted by: maintainer Notes: svn path=/head/; revision=22324