aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Re-sobomize to use pre-patch instead of post-extractAde Lovett2000-08-044-4/+4
| | | | | | | Wrists slapped by: knu, sheldon Notes: svn path=/head/; revision=31320
* Add WWW.Jun Kuriyama2000-08-041-0/+2
| | | | Notes: svn path=/head/; revision=31311
* Forcibly turn off bonobo support, even if it's present on the system,Ade Lovett2000-08-041-1/+2
| | | | | | | | since the bonobo-related code makes references to gdk-pixbuf features that were removed/replaced in newer versions. Notes: svn path=/head/; revision=31298
* Extensive patchfile cleanups using sobomax's wonderfulAde Lovett2000-08-043-0/+21
| | | | | | | post-extract rule Notes: svn path=/head/; revision=31296
* Update to 0.3.12Ade Lovett2000-08-045-26/+23
| | | | Notes: svn path=/head/; revision=31284
* change my e-mail addressMIHIRA Sanpei Yoshiro2000-08-031-1/+1
| | | | | | | --> sanpei@FreeBSD.org Notes: svn path=/head/; revision=31274
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-0328-56/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Do not try to use XML support since:Ade Lovett2000-08-021-3/+2
| | | | | | | | | | | | | | | | | | | | (a) ImageMagick needs libxml2, not libxml (b) libxml2 does not co-exist AT ALL with libxml (c) libxml is a required component of GNOME (d) the extra functionality for ImageMagick is minimal Thus, if you installed GNOME, and then this port, or vice-versa Really Bad[tm] things will happen. As and when libxml2 is used by GNOME (and libxml is buried with partial military honors), then it will be possible to turn this support back on. Discovered by: my crashbox going nuts after an install of GNOME and then ImageMagick. There were no survivors :) Notes: svn path=/head/; revision=31236
* Update port to 3.2.3cChris D. Faulhaber2000-08-028-30/+226
| | | | | | | | PR: 20265 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=31226
* Add patch to allow selection of the 'VIDEO' audio input on newerRoger Hardiman2000-08-011-0/+16
| | | | | | | | | sound cards Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=31194
* Fix broken master siteRoger Hardiman2000-08-011-1/+1
| | | | Notes: svn path=/head/; revision=31189
* Update maintainer's email address and clarify the DESCR file.Roger Hardiman2000-08-012-6/+6
| | | | Notes: svn path=/head/; revision=31187
* Upgrade to version 2.17Jean-Marc Zucconi2000-07-304-4/+4
| | | | Notes: svn path=/head/; revision=31141
* /usr/local/bin/libtool -> ${LIBTOOL}Justin M. Seger2000-07-304-8/+14
| | | | | | | PR: ports/19450 Notes: svn path=/head/; revision=31122
* Update port to 1.5.1Chris D. Faulhaber2000-07-292-2/+2
| | | | Notes: svn path=/head/; revision=31112
* Update to 1.4. Also correct WWW while I'm here.Maxim Sobolev2000-07-283-4/+4
| | | | Notes: svn path=/head/; revision=31082
* Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript portsMaxim Sobolev2000-07-261-3/+4
| | | | | | | instead of hardcoded ${WRKSRC}/libpng-png.version.number. Notes: svn path=/head/; revision=31041
* Update to 1.0.8. This release includes experimental MMX support, but it shouldMaxim Sobolev2000-07-263-10/+32
| | | | | | | explicitly turned on by defining WITH_MMX make variable. Notes: svn path=/head/; revision=31040
* Upgrade to 5.2.2.Justin M. Seger2000-07-262-3/+3
| | | | | | | Host a snapshot of this changing distfile in my directory. Notes: svn path=/head/; revision=31037
* Update port to 1.5.0Chris D. Faulhaber2000-07-252-2/+2
| | | | Notes: svn path=/head/; revision=31030
* Update port to 1.4.8Chris D. Faulhaber2000-07-232-2/+2
| | | | Notes: svn path=/head/; revision=30975
* currently xmovie does not support DVD yet. remove ``DVD'' word.MIHIRA Sanpei Yoshiro2000-07-222-2/+2
| | | | | | | I will update this ports, xmovie-1.4, if I have time. Notes: svn path=/head/; revision=30952
* Define DISTNAME to fix fetch problem.Satoshi Asami2000-07-211-0/+1
| | | | Notes: svn path=/head/; revision=30940
* Update to 0.18.2.Yukihiro Nakai2000-07-203-3/+7
| | | | | | | | And add patch to remove BROKEN. (Got from GNOME CVS) Notes: svn path=/head/; revision=30921
* Fix WWW and MASTER_SITES.Daniel Harris2000-07-192-2/+2
| | | | Notes: svn path=/head/; revision=30880
* Sorry, seems I committed the files in the old work dir.Akinori MUSHA2000-07-192-3/+3
| | | | | | | | | | | This one is correct. - png.3 -> png.4 - Put a copy of the distfile in my space at ftp.FreeBSD.org. - Modify patch-aj as aclocal.m4 was changed in this silent update. Notes: svn path=/head/; revision=30865
* Use USE_AUTOMAKEAlexander Langer2000-07-191-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30864
* Fix for 4.x (include the correct header file which definesAlexander Langer2000-07-193-7/+16
| | | | | | | | | | | TRUE and FALSE). Portlint, while I'm here. Submitted by: bento Notes: svn path=/head/; revision=30862
* Update to 5.2.1.Akinori MUSHA2000-07-194-31/+42
| | | | | | | | PR: ports/19944 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer) Notes: svn path=/head/; revision=30854
* Allow the crypto bits to be patched in and built.David E. O'Brien2000-07-191-5/+1
| | | | Notes: svn path=/head/; revision=30824
* Update to 0.1.15Chris Piazza2000-07-193-2/+3
| | | | | | | | PR: 19760 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30820
* Update to 1.4.7Chris D. Faulhaber2000-07-182-2/+2
| | | | Notes: svn path=/head/; revision=30797
* Upgrade to version 1.1.4. (Fixes zoom mode on my machine.)Josef Karthauser2000-07-172-2/+2
| | | | Notes: svn path=/head/; revision=30761
* Update to version 1.40.Steve Price2000-07-163-21/+12
| | | | | | | | PR: 19825 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30718
* Update to Version 2.5.0.8Alexander Langer2000-07-163-7/+11
| | | | | | | | PR: 19939 Submitted by: maintainer Notes: svn path=/head/; revision=30699
* Update port ot 0.7.2Chris D. Faulhaber2000-07-164-26/+11
| | | | Notes: svn path=/head/; revision=30698
* Update MASTER_SITES and WWW with new locationChris D. Faulhaber2000-07-162-2/+2
| | | | Notes: svn path=/head/; revision=30690
* Remove hardcoded /usr/local, and correct pkg/PLISTVanilla I. Shu2000-07-166-57/+24
| | | | | | | | PR: ports/19166 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30679
* Update to 9.6.Will Andrews2000-07-158-34/+85
| | | | | | | | PR: 19929 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30662
* Fix MASTER_SITES; use USE_AUTOMAKE; add WWW.Will Andrews2000-07-154-21/+21
| | | | | | | | PR: 19926 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30661
* Add MASTER_SITESKevin Lo2000-07-152-4/+6
| | | | | | | | PR: 19928 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30655
* - Use GTK_CONFIG instead of hardcoded gtk12-configKevin Lo2000-07-152-5/+8
| | | | | | | | | | - Sort pkg/PLIST PR: 19927 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30654
* Fix linking of shared image handlers.Maxim Sobolev2000-07-141-2/+75
| | | | | | | Reported by: "Jose M. Alcaide" <jose@we.lc.ehu.es> Notes: svn path=/head/; revision=30621
* Update to version 0.90p9.Alexander Langer2000-07-1410-8/+162
| | | | | | | | | | | | | With this version, it is no longer only a frame grabber, but a whole control program. Thus, adjust COMMENT/DESCR. As a bonus, it should fix bento build. PR: 19824 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30619
* Remove all installed filesChris D. Faulhaber2000-07-141-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30616
* Conditionally remove remaining installed dirsChris D. Faulhaber2000-07-141-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30615
* Remove dir created during installationChris D. Faulhaber2000-07-121-0/+1
| | | | Notes: svn path=/head/; revision=30536
* Add jslice, a graphics utility which breaks up a JPEG image into slicesWill Andrews2000-07-127-0/+45
| | | | | | | and provides HTML code referring the slices. Notes: svn path=/head/; revision=30514
* Update for new devel/libglade shlib versionAde Lovett2000-07-111-1/+1
| | | | Notes: svn path=/head/; revision=30493
* - sort package listKevin Lo2000-07-112-5/+24
| | | | | | | | - simple fix mktemp() warnings. IMHO, mkstemp() must be instead of mktemp() or tmpnam(). Notes: svn path=/head/; revision=30481