summaryrefslogtreecommitdiff
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build problem if converters/iconv is installedPatrick Li2002-02-241-1/+9
| | | | | PR: 33157 Submitted by: maintainer
* Bump shared library version due to libusb updatePatrick Li2002-02-231-1/+2
| | | | | PR: 35252 Submitted by: John Reynolds <johnjen@reynoldsnet.org>
* Depends to libusb 0.1.5, and bump version.Vanilla I. Shu2002-02-231-2/+2
| | | | | PR: ports/35233 Submitted by: maintainer
* Update to 0.84Patrick Li2002-02-233-87/+91
| | | | | PR: 35224 Submitted by: maintainer
* - Update to 3.72Patrick Li2002-02-224-8/+7
| | | | | | | - Style fixes (portlint) and add dependency on motif (bento) PR: 35217 Submitted by: maintainer
* 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>
* Update to 5.4.3.5Patrick Li2002-02-222-2/+2
|
* 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.
* Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with anotherMaxim Sobolev2002-02-211-2/+0
| | | | dependencies.
* Update to 5.4.3.4Patrick Li2002-02-214-26/+23
|
* Fix dependency (graphics/compface is removed).Yoichi NAKAYAMA2002-02-211-1/+1
| | | | Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Distfile replaced for a bug fix.Yoichi NAKAYAMA2002-02-212-1/+2
|
* 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>
* 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>
* Chase checksum. No functional change, just repackaging.Mario Sergio Fujikawa Ferreira2002-02-201-12/+12
| | | | Submitted by: maintainer
* Update to x-face-1.3.6.16, update x-face-e21 also.Yoichi NAKAYAMA2002-02-202-4/+3
|
* Update to 1.1.1Yukihiro Nakai2002-02-203-3/+12
|
* Add hidden dependency.Jun Kuriyama2002-02-202-1/+26
| | | | | Submitted by: Norikatsu Shigemura <nork@ninth-nine.com> PR: ports/35005
* Update to 0.9.9.Maxim Sobolev2002-02-206-6/+26
| | | | | Submitted by: Mizuki Sasaki <mizuki@heaven.rim.or.jp> Approved by: maintainer
* - update to 2.11Pete Fritchman2002-02-204-5/+5
| | | | | | | | - update pkg-comment - update WWW: tag PR: 35036 Submitted by: maintainer
* Fix typo in MASTER_SITESPatrick Li2002-02-191-1/+1
| | | | | PR: 35112 Submitted by: Tilman Linneweh <tilman@arved.de>
* Update x-face-e21.el.Yoichi NAKAYAMA2002-02-182-1/+3
| | | | Add PKGNAMESUFFIX to distinguish packages for different emacsen.
* Compface port removed. The same utilities can be found in mail/faces.Mark Pulford2002-02-186-35/+0
| | | | | Noted by: mi Approved by: maintainer
* Oops, I was silly to assume missed hyphen in distfiles, sorry.Yoichi NAKAYAMA2002-02-171-2/+2
|
* Add x-face.el, X-Face utilities for Emacsen.Yoichi NAKAYAMA2002-02-176-0/+83
|
* 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>
* 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
* Add file missed in the previous commit (update to 1.110.0).Maxim Sobolev2002-02-161-0/+1
|
* 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.
* 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.
* Grammar nit.Maxim Sobolev2002-02-162-2/+2
|
* The ImageMagick crew took this library over and released the 1.2.0.4.Mikhail Teterin2002-02-134-65/+5
| | | | | | | | | | | | | | | | | | | | | | | | The changes: . our patch-gcc3 (provided to me by Alex Vasylenko) is incorporated; . the library uses its own implementation of wchar; they say, it can only work if sizeof(wchar_t) is 2 bytes, so they can not rely on the OS provided wchar... The port changed: . the package is installed as libfpx-version rather than fpx-version; . make is passed `-j2', which is very efficient even for non-SMP machines, since each file is compiled twice -- for .o and .So object -- with -j2 they are compiled at the same time, utilizing the cache; . don't insist on any particular version of -ljpeg; . ftp.imagemagick.org added to the MASTER_SITES (time for MASTER_SITE_IMAGEMAGICK); . the ABI and API did not change, so, the installed library's version remains the same.
* Depend on correct port. Therefore, bump PORTREVISIONMario Sergio Fujikawa Ferreira2002-02-111-1/+2
| | | | | Submitted by: asmodai Reviewed by: MAINTAINER
* o Switch to a cleaner building system ala libdivxencore port: noMario Sergio Fujikawa Ferreira2002-02-116-109/+56
| | | | | unnecessary dependencies o Have this library really work. Therefore, bump PORTREVISION
* Add my DTV port - A TV-tuner card capture program w/ client-server andMatthew Dillon2002-02-116-0/+26
| | | | display capability.
* No response from Chuck, no response from anyone else on ports, so I'mDoug Barton2002-02-116-21/+16
| | | | | | | | | | | | | | | | | | | | going to take this one over for now. Chuck hasn't logged into freefall since August, and this port has been unfetchable since October. This update makes the port fetchable, and the new version builds and runs. The next step for those intrested in non-English language support would be to create slave ports which bring in the new xpdf modules. I haven't incorporated all of the parts of the PR, since I don't understand what the originator is driving at, and I want to get this port back on the air. I'll ask for some feedback on the PR. If anyone with more experience/interest in this port wants to take it over, just shoot me an e-mail. PR: ports/34770 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Now that Mesa requires pthread both on XFree86 3.3.x and on 4.x,Akinori MUSHA2002-02-101-0/+2
| | | | | define RUBY_WITH_PTHREAD to make this module get linked with libc_r and libruby_r.
* Chase the master site -- the original one, which just aboutMikhail Teterin2002-02-101-1/+1
| | | | | | | | | | every search engine is still pointing to, no longer allows anonymouse FTP login. Thanks to the submitter for looking into the obvious place -- right in front of my nose -- in the source itself, and submitting the other location, that still works. PR: ports/34787 Submitted by: Ted Mittelstaedt
* Chase checksum: no functional changes other than both recompressedMario Sergio Fujikawa Ferreira2002-02-101-12/+12
| | | | | | and regenerated png files Reviewed by: asmodai
* Apply asm patch to work around bug exposed in Athlon + gcc (2.9x).Mario Sergio Fujikawa Ferreira2002-02-101-0/+25
| | | | | | | Also happens in other systems Submitted by: Matthew Reimer <mreimer@vpop.net> Obtained from: Quasar DV Codec Project
* Update to 2.10Patrick Li2002-02-092-3/+3
| | | | | PR: 34767 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.07Patrick Li2002-02-097-28/+49
| | | | | PR: 34768, 34769 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update maintainer e-mail address and MASTER_SITES.Anders Nordby2002-02-093-4/+7
| | | | | | Add WWW: in pkg-descr. Submitted by: maintainer
* This is a PhotoCD tool collection.Dirk Meyer2002-02-096-0/+49
| | | | | | | | | | | | | | | | | | | | | This packages core application is a command line tool which can read so-called PhotoCD (*.pcd) images and convert them to PPM or JPEG (pcdtoppm). Also included is a PhotoCD viewing frontend for X (xpcd). Main benefit in this package is that it is capable to open PhotoCD pictures in 3072x2048 pixels resolution and convert them to JPEG, while most of the other applications that I've seen don't go beyond 768x512. This application is also packaged (by other people) into Debian (http://packages.debian.org/stable/graphics/xpcd.html) - Fix pkg-plist, ports installed more files. - set manpages in Makefile - Fix Head of makefile PR: 31539 Submitted by: juha.o.ylitalo@nokia.com
* add swftools 0.2.2Ying-Chieh Liao2002-02-086-0/+87
| | | | SWF manipulation and generation utilities
* Update to 3.70Patrick Li2002-02-072-2/+3
| | | | | PR: 34707 Submitted by: maintainer
* Update to 3.69Patrick Li2002-02-044-20/+3
| | | | | PR: 34598 Submitted by: maintainer
* Update to 2.96Patrick Li2002-02-033-6/+7
| | | | | | | Sort pkg-plist PR: 34560 Submitted by: maintainer
* Update to 0.29Patrick Li2002-02-034-10/+10
| | | | | PR: 33277 Submitted by: maintainer
* Update to version 0.97Kevin Lo2002-02-022-2/+2
| | | | | PR: 34408 Submitted by: Graeme Cross <gcross@netspace.net.au>