aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Chase shlib rev of devel/gettextAde Lovett2002-08-0110-10/+10
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Update to 0.4Patrick Li2002-08-013-6/+3
| | | | | | | | PR: ports/41210 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=63827
* Add MrSID viewer for viewing the proprietary MrSID image format.Chris D. Faulhaber2002-07-317-0/+64
| | | | Notes: svn path=/head/; revision=63811
* Update to version 10.6.Christian Weisgerber2002-07-314-3/+16
| | | | | | | | PR: 41171 Submitted by: Ports Fury Notes: svn path=/head/; revision=63765
* Change email to anholt@freebsd.org and move local distfiles.Eric Anholt2002-07-302-3/+3
| | | | | | | Approved by: des Notes: svn path=/head/; revision=63761
* Update to 1.8Hye-Shik Chang2002-07-292-4/+2
| | | | | | | | | PR: 41126 Submitted by: Marius Strom <marius@marius.org> Approved by: maintainer Notes: svn path=/head/; revision=63707
* Update to 0.3.Christian Weisgerber2002-07-292-2/+2
| | | | | | | | PR: 41118 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=63706
* ifdef-out unnecessary malloc() declaration, unbreaking this portChris D. Faulhaber2002-07-281-10/+6
| | | | Notes: svn path=/head/; revision=63674
* USE_BISONMario Sergio Fujikawa Ferreira2002-07-281-0/+1
| | | | | | | Submitted by: Andrew Turner <zombie@i4free.co.nz> Notes: svn path=/head/; revision=63648
* Update to 3.76Patrick Li2002-07-278-99/+40
| | | | | | | | PR: ports/41037 Submitted by: maintainer Notes: svn path=/head/; revision=63632
* Yet another PS -> EPSI converter that is compatible with Tgif.Yoshio MITA2002-07-251-0/+16
| | | | | | | | | Adds PREFIX. PR: ports/40906 Notes: svn path=/head/; revision=63580
* Yet another PS -> EPSI converter that is compatible with Tgif.Yoshio MITA2002-07-256-0/+58
| | | | | | | PR: ports/40906 Notes: svn path=/head/; revision=63579
* Update to 4.2.0Patrick Li2002-07-255-38/+30
| | | | | | | Submitted by: anholt (maintainer) Notes: svn path=/head/; revision=63578
* Add a missing library dependency on graphics/gdk-pixbuf.Akinori MUSHA2002-07-252-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=63548
* Update to 0.2.7MANTANI Nobutaka2002-07-254-27/+9
| | | | Notes: svn path=/head/; revision=63534
* Update to 1.8.8.Hye-Shik Chang2002-07-244-106/+107
| | | | Notes: svn path=/head/; revision=63504
* o Add additional include file for the benefit of upcoming portMario Sergio Fujikawa Ferreira2002-07-242-0/+11
| | | | | | | | | | | | mplayer-devel o Bump PORTREVISION PR: 40799 Submitted by: Amar Takhar <verm@drunkmonk.net> Approved by: maintainer Notes: svn path=/head/; revision=63491
* Drop the maintainership.Akinori MUSHA2002-07-231-1/+1
| | | | Notes: svn path=/head/; revision=63452
* Fix build on CURRENT.Akinori MUSHA2002-07-232-3/+14
| | | | | | | | PR: ports/40606 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp> Notes: svn path=/head/; revision=63451
* Update to 0.30Hye-Shik Chang2002-07-233-22/+18
| | | | Notes: svn path=/head/; revision=63448
* Update to 2.0.1.Joe Marcus Clarke2002-07-232-3/+3
| | | | Notes: svn path=/head/; revision=63445
* Update port to 1.5.10.Chris D. Faulhaber2002-07-232-2/+2
| | | | | | | | PR: 40898 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63412
* Update to 1.03. Source cleanups for better portability (no program flowMatthew Dillon2002-07-222-4/+3
| | | | | | | changes). Notes: svn path=/head/; revision=63410
* Update to 0.4.1Patrick Li2002-07-222-2/+2
| | | | | | | | PR: ports/40899 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63409
* Another micro-upgrade -- to 5.4.7-4Mikhail Teterin2002-07-222-3/+2
| | | | Notes: svn path=/head/; revision=63388
* Add the HAVE_* defines to CXXFLAGS as well as CFLAGS. Add -lstdc++ toMikhail Teterin2002-07-222-3/+3
| | | | | | | | | | LDADD, which lead to the unfortunate PORTREVISION bump. PR: ports/40874 Submitted by: Jan Stocker Notes: svn path=/head/; revision=63387
* Catch up to the new bsd.lib.mk API (the library is not internal).Ruslan Ermilov2002-07-212-14/+4
| | | | Notes: svn path=/head/; revision=63335
* INTERNALLIB has a different meaning in the new bsd.lib.mkRuslan Ermilov2002-07-212-4/+0
| | | | | | | | API -- build (but do not install) a static library _only_. Not defining LIB avoids building the static library. Notes: svn path=/head/; revision=63333
* Fixed install on bsd.incs.mk aware systems.Ruslan Ermilov2002-07-212-2/+4
| | | | Notes: svn path=/head/; revision=63331
* Fixed install on post-bsd.incs.mk systems by replacing the non-workingRuslan Ermilov2002-07-212-21/+21
| | | | | | | | 3.x hacks in files/Makefile (shell commands must be preceded by a tab) with pre-bsd.incs.mk hacks and using the new API (INCSGROUPS). Notes: svn path=/head/; revision=63330
* Fixed build on -CURRENT by replacing the matching but non-working 3.xRuslan Ermilov2002-07-211-16/+2
| | | | | | | | hacks (each shell command must be preceded by a tab, not spaces) with the 4.x hacks (bsd.incs.mk soon to be merged). Notes: svn path=/head/; revision=63326
* s/INCLUDEDIR/INCSDIR/Ruslan Ermilov2002-07-211-2/+2
| | | | Notes: svn path=/head/; revision=63325
* In pre-bsd.incs.mk world you'd say INCDIR, in post-bsd.incs.mk worldRuslan Ermilov2002-07-211-2/+2
| | | | | | | you should say INCSDIR. Overriding INCLUDEDIR makes no sense. Notes: svn path=/head/; revision=63324
* Add zphoto (zooming photo album generator)Vanilla I. Shu2002-07-208-0/+78
| | | | | | | | PR: ports/40753 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Notes: svn path=/head/; revision=63281
* Ogg Vorbis 1.0 library major version bumps.Christian Weisgerber2002-07-205-7/+11
| | | | Notes: svn path=/head/; revision=63275
* Use USE_GNOMENG.Maxim Sobolev2002-07-201-1/+2
| | | | Notes: svn path=/head/; revision=63265
* Use USE_GNOMENG.Maxim Sobolev2002-07-191-6/+4
| | | | Notes: svn path=/head/; revision=63237
* Use USE_REINPLACE.Maxim Sobolev2002-07-182-4/+6
| | | | Notes: svn path=/head/; revision=63210
* Use USE_GNOMENG.Maxim Sobolev2002-07-182-17/+4
| | | | Notes: svn path=/head/; revision=63209
* Use USE_GNOMENG.Maxim Sobolev2002-07-181-10/+2
| | | | Notes: svn path=/head/; revision=63188
* add libquicktime 0.9.1Ying-Chieh Liao2002-07-186-0/+94
| | | | | | | A library for reading and writing quicktime files Notes: svn path=/head/; revision=63179
* Fix typoHye-Shik Chang2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=63175
* Update to 0.6.1Hye-Shik Chang2002-07-186-86/+37
| | | | Notes: svn path=/head/; revision=63172
* Update to 0.7.11.20020711Mario Sergio Fujikawa Ferreira2002-07-183-17/+35
| | | | | | | | Reviewed by: FreeBSD-ports mailing list Approved by: maintainer (2 weeks time out since 1st communication) Notes: svn path=/head/; revision=63161
* o Fix build in -STABLE (USE_LIBTOOL fix)Mario Sergio Fujikawa Ferreira2002-07-172-10/+12
| | | | | | | | | | o Use opportunity to fine tune post-patch target PR: 40652 Prompted by: jbw <j.bw@verizon.net> Notes: svn path=/head/; revision=63149
* Fix typo that breaks patchingPatrick Li2002-07-171-1/+1
| | | | | | | | PR: ports/40675 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=63136
* upgrade to 3.0.11Ying-Chieh Liao2002-07-174-43/+49
| | | | Notes: svn path=/head/; revision=63131
* Convert to USE_GNOMENG and update to 0.13 while I am here.Maxim Sobolev2002-07-176-20/+44
| | | | Notes: svn path=/head/; revision=63118
* Update to 0.83Patrick Li2002-07-162-6/+2
| | | | | | | | PR: ports/40639 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=63104
* Avoid using Perl in the default case, and BUILD_DEPEND on it ifMikhail Teterin2002-07-162-5/+10
| | | | | | | | | | | | | the alternative fonts are specified. Using USE_PERL seems to cause run-time dependency as well, which is bogus in this case. Also, use explicit PATH to bsd.*.mk -- for some reasons, just make -f bsd.prog.mk no longer works... See the PR's history. PR: ports/40479 Notes: svn path=/head/; revision=63099