summaryrefslogtreecommitdiff
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LOCALBASE safeness for configure script checking for libraries.Patrick Li2002-03-042-1/+39
| | | | | | | | PR: 35510 Submitted by: maintainer Notes: svn path=/head/; revision=55493
* Nullcube is now maintaining this program so reflect that change inPatrick Li2002-03-033-3/+4
| | | | | | | | | | | MASTER_SITES and pkg-descr. Chase checksum. The tarball have just been repackaged. PR: 35453 Submitted by: maintainer Notes: svn path=/head/; revision=55461
* Update to 1.3.0.r1Patrick Li2002-03-034-145/+9
| | | | | | | | PR: 35494 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55448
* Update to 5.4.3.9. Obey DOCSDIR and NOPORTDOCS. Fix some warnings --Mikhail Teterin2002-03-033-146/+146
| | | | | | | time_t is rather int than long. Notes: svn path=/head/; revision=55435
* Add xmms-fishmatic 0.0.1, an XMMS non-static OpenGL stereogramPete Fritchman2002-03-028-0/+108
| | | | | | | | | | visualization plugin. PR: 34723 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=55429
* Obey CC/CFLAGS fully. Use INSTALL_PROGRAM instead of CP to installMikhail Teterin2002-03-023-6/+23
| | | | | | | | the binaries. Install the README and README.html into DOCSDIR, unless NOPORTDOCS is set. Bump up PORTREVISION. Notes: svn path=/head/; revision=55425
* Update to 1.4.r5Patrick Li2002-03-027-66/+81
| | | | | | | | PR: 35480 Submitted by: Norikatsu Shigemura <nork@ninth-nine.com> Notes: svn path=/head/; revision=55405
* Add xine_dvdnav_plugin, a dvd input plugin for xine.MANTANI Nobutaka2002-03-017-0/+70
| | | | Notes: svn path=/head/; revision=55382
* Add xine_d5d_plugin, a dvd input plugin for xine with menu support.MANTANI Nobutaka2002-03-0110-0/+142
| | | | Notes: svn path=/head/; revision=55380
* Add xine_mms_plugin, a Windows Media Player input plugin for xine.MANTANI Nobutaka2002-03-017-0/+63
| | | | | | | | PR: 34641 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp> Notes: svn path=/head/; revision=55378
* - update to 0.92Pete Fritchman2002-02-283-5/+21
| | | | | | | | | | - explicitly disable mmx optimization if WITH_MMX isn't given PR: 35411 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55360
* Update to 2.1Patrick Li2002-02-282-7/+3
| | | | | | | | PR: 35412 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55356
* Add the forgotten patches.Mikhail Teterin2002-02-282-0/+46
| | | | Notes: svn path=/head/; revision=55349
* Update to djvulibre-3.5.4. See http://djvu.sourceforge.net/ for more.Mikhail Teterin2002-02-287-187/+114
| | | | Notes: svn path=/head/; revision=55347
* Update to 5.4.3-6 -- released today :-) One more include file installed,Mikhail Teterin2002-02-273-2/+17
| | | | | | | and a few more files of documentation. Notes: svn path=/head/; revision=55320
* Update all components of the GNOME 2.0 to the versions included into GNOMEMaxim Sobolev2002-02-272-3/+3
| | | | | | | 2.0-beta release. Notes: svn path=/head/; revision=55302
* Update to 0.1.99Patrick Li2002-02-263-4/+2
| | | | | | | | PR: 35338 Submitted by: maintainer Notes: svn path=/head/; revision=55264
* It is Xpm, not xpm...Mikhail Teterin2002-02-251-1/+1
| | | | Notes: svn path=/head/; revision=55233
* Update to x-face-1.3.6.18.Yoichi NAKAYAMA2002-02-252-3/+2
| | | | Notes: svn path=/head/; revision=55223
* Fix build problem if converters/iconv is installedPatrick Li2002-02-241-1/+9
| | | | | | | | PR: 33157 Submitted by: maintainer Notes: svn path=/head/; revision=55191
* Bump shared library version due to libusb updatePatrick Li2002-02-231-1/+2
| | | | | | | | PR: 35252 Submitted by: John Reynolds <johnjen@reynoldsnet.org> Notes: svn path=/head/; revision=55145
* Depends to libusb 0.1.5, and bump version.Vanilla I. Shu2002-02-231-2/+2
| | | | | | | | PR: ports/35233 Submitted by: maintainer Notes: svn path=/head/; revision=55132
* Update to 0.84Patrick Li2002-02-233-87/+91
| | | | | | | | PR: 35224 Submitted by: maintainer Notes: svn path=/head/; revision=55117
* - Update to 3.72Patrick Li2002-02-224-8/+7
| | | | | | | | | | - Style fixes (portlint) and add dependency on motif (bento) PR: 35217 Submitted by: maintainer Notes: svn path=/head/; revision=55106
* Unbroke after removal of compat symlinks from the ORBit and friend.Maxim Sobolev2002-02-221-0/+14
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=55103
* Update to 5.4.3.5Patrick Li2002-02-222-2/+2
| | | | Notes: svn path=/head/; revision=55071
* Obey the WITHOUT_X11 knob. One utility -- wmf2x is not installed in thisMikhail Teterin2002-02-212-4/+11
| | | | | | | | | | | | | | case, and USE_XLIB will not be defined, which will result in the LOCALBASE for PREFIX. LOCALBASE should, probably, be used in both cases, but libwmf-config is giving the right values... Also the -nox11 suffix is added to the package name in the WITHOUT_X11 case. Ignore the major numbers of -lfreetype, -ljpg, and -lpng -- the software will work with any reasonably recent version. I'm not sure about -lxml2, so I left that alone. Notes: svn path=/head/; revision=55038
* Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with anotherMaxim Sobolev2002-02-211-2/+0
| | | | | | | dependencies. Notes: svn path=/head/; revision=55029
* Update to 5.4.3.4Patrick Li2002-02-214-26/+23
| | | | Notes: svn path=/head/; revision=55024
* Fix dependency (graphics/compface is removed).Yoichi NAKAYAMA2002-02-211-1/+1
| | | | | | | Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=55017
* Distfile replaced for a bug fix.Yoichi NAKAYAMA2002-02-212-1/+2
| | | | Notes: svn path=/head/; revision=55007
* Add new port graphics/gimageview - a GTK+ based image viewer.Patrick Li2002-02-207-0/+167
| | | | | | | | PR: 35125 Submitted by: TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=55001
* Add port graphics/bbrb - a gtk-based background manager for blackboxPatrick Li2002-02-206-0/+38
| | | | | | | | PR: 35132 Submitted by: Dan Peck <peckdani@msu.edu> Notes: svn path=/head/; revision=54999
* Chase checksum. No functional change, just repackaging.Mario Sergio Fujikawa Ferreira2002-02-201-12/+12
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=54990
* Update to x-face-1.3.6.16, update x-face-e21 also.Yoichi NAKAYAMA2002-02-202-4/+3
| | | | Notes: svn path=/head/; revision=54977
* Update to 1.1.1Yukihiro Nakai2002-02-203-3/+12
| | | | Notes: svn path=/head/; revision=54974
* Add hidden dependency.Jun Kuriyama2002-02-202-1/+26
| | | | | | | | Submitted by: Norikatsu Shigemura <nork@ninth-nine.com> PR: ports/35005 Notes: svn path=/head/; revision=54969
* Update to 0.9.9.Maxim Sobolev2002-02-206-6/+26
| | | | | | | | Submitted by: Mizuki Sasaki <mizuki@heaven.rim.or.jp> Approved by: maintainer Notes: svn path=/head/; revision=54965
* - update to 2.11Pete Fritchman2002-02-204-5/+5
| | | | | | | | | | | - update pkg-comment - update WWW: tag PR: 35036 Submitted by: maintainer Notes: svn path=/head/; revision=54955
* Fix typo in MASTER_SITESPatrick Li2002-02-191-1/+1
| | | | | | | | PR: 35112 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=54927
* Update x-face-e21.el.Yoichi NAKAYAMA2002-02-182-1/+3
| | | | | | | Add PKGNAMESUFFIX to distinguish packages for different emacsen. Notes: svn path=/head/; revision=54866
* Compface port removed. The same utilities can be found in mail/faces.Mark Pulford2002-02-186-35/+0
| | | | | | | | Noted by: mi Approved by: maintainer Notes: svn path=/head/; revision=54862
* Oops, I was silly to assume missed hyphen in distfiles, sorry.Yoichi NAKAYAMA2002-02-171-2/+2
| | | | Notes: svn path=/head/; revision=54817
* Add x-face.el, X-Face utilities for Emacsen.Yoichi NAKAYAMA2002-02-176-0/+83
| | | | Notes: svn path=/head/; revision=54815
* Add compface 1.4, utilities and a library to convert from/to X-FaceMark Pulford2002-02-176-0/+35
| | | | | | | | | | format. PR: 34933 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=54804
* o Circumvent situation where both libdivx{encore,decore-devel} areMario Sergio Fujikawa Ferreira2002-02-161-0/+4
| | | | | | | | | | installed o Unfortunaly, the port requires the latest divx{de,en}core libraries which are only distributed for Linux. Therefore, there is no port change, just a work around Notes: svn path=/head/; revision=54780
* Add file missed in the previous commit (update to 1.110.0).Maxim Sobolev2002-02-161-0/+1
| | | | Notes: svn path=/head/; revision=54778
* Update libgnomecanvas to 1.110.0 after a repo-copy from ↵Maxim Sobolev2002-02-164-31/+133
| | | | | | | | | ports/graphics/gnomecanvas and connect it to the build. Notes: svn path=/head/; revision=54777
* Update libart_lgpl2 to 2.3.8 after a repo-copy from ports/graphics/libart andMaxim Sobolev2002-02-169-114/+231
| | | | | | | connect it to the build. Notes: svn path=/head/; revision=54776
* Grammar nit.Maxim Sobolev2002-02-162-2/+2
| | | | Notes: svn path=/head/; revision=54775