aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.6krion2004-07-202-7/+6
| | | | | PR: ports/69297 Submitted by: Ports Fury
* Add pecl-imagick 0.9.11, a PECL extension to manipulate images.ale2004-07-195-0/+118
|
* Update to 1.16 release:ale2004-07-193-22/+18
| | | | | - use new PHP framework - set NO_CDROM
* Add a new shared extension for PHP.ale2004-07-193-0/+29
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add a new shared extension for PHP.ale2004-07-193-0/+29
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add new shared extension for PHP.ale2004-07-1919-0/+4945
|
* Add new shared extension for PHP.ale2004-07-191-0/+1
|
* The author's server wasn't particularly pleased aboutadamw2004-07-191-2/+3
| | | | | | | | the increased traffic, so Samy Al Bahra has volunteered to host the distfile on his server. Additionally, I'm punishing his generosity with maintainership of this port.
* Initial import of gpsmanshp 1.2jhay2004-07-197-0/+105
| | | | Provides Tcl/Tk shapelib file support for gpsman.
* Update to 1.5krion2004-07-172-3/+3
| | | | | PR: ports/69161 Submitted by: maintainer
* - Fix MASTER_SITESkrion2004-07-163-39/+10
| | | | | | | - Support PLIST_FILES PR: ports/69115 Submitted by: Ports Fury
* - Fix MASTER_SITESkrion2004-07-162-7/+6
| | | | | | | | - Fix COMMENT format - Support PLIST_FILES PR: ports/69114 Submitted by: Ports Fury
* - Fix MASTER_SITESkrion2004-07-163-28/+8
| | | | | | | - Support PLIST_FILES PR: ports/69113 Submitted by: Ports Fury
* - Add WITHOUT_X11 knobkrion2004-07-164-51/+21
| | | | | | | - Support CFLAGS properly PR: ports/69112 Submitted by: Ports Fury
* Update to version 0.35krion2004-07-163-6/+6
| | | | | PR: ports/69111 Submitted by: Ports Fury
* Update to version 2.2krion2004-07-162-10/+6
| | | | | PR: ports/69110 Submitted by: Ports Fury
* Update to version 0.5.6krion2004-07-163-10/+18
| | | | | PR: ports/69109 Submitted by: Ports Fury
* Update to version 2.7.7krion2004-07-166-54/+17
| | | | | PR: ports/69108 Submitted by: Ports Fury
* upgrade to 1.2.1ijliao2004-07-154-45/+52
|
* Update to 0.4.3.knu2004-07-143-175/+183
|
* Update to 1.03mat2004-07-142-4/+3
|
* Add cal3d 0.9.1,krion2004-07-1319-0/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | Cal3D is a skeletal based 3D character animation library written in C++ in a way that is both platform-independent and graphics API-independent. It was originally designed to be used in a 3D client for Worldforge, but evolved into a stand-alone product which can be used in many different kinds of projects. Cal3D's essentials can be boiled down to 2 parts: the C++ library and the exporter. The exporter is what you would use to take your characters (built in a 3D modeling package) and create the Cal3D-format files that the library knows how to load. The exporters are actually plug-ins for 3D modeling packages. This allows 3D artists to use the modeling tools that they're already comfortable with. The C++ library is what you would actually use in your application, whether it's a game or a VR application. The library provides methods to load your exported files, build characters, run animations, and access the data necessary to render them with 3D graphics. PR: ports/68954 Submitted by: Stefan Walter <sw@gegenunendlich.de>
* . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.glewis2004-07-132-2/+2
|
* Fix buildkrion2004-07-131-1/+1
| | | | | PR: ports/68952 Submitted by: maintainer
* Fix build on 4.x.adamw2004-07-122-4/+9
|
* - Portlintpav2004-07-121-2/+2
|
* BROKEN on 4.x: Does not compilekris2004-07-121-1/+7
|
* Add fyre, a chaos map renderer with a spiffy Gtk+ 2 interface.adamw2004-07-116-0/+113
| | | | | | | | | | | | | | | | | | | It makes durn purty pictures. Fyre provides a rendering of the Peter de Jong map, with an interactive GTK+ 2 frontend and a command line interface for easy and efficient rendering of high-resolution, high quality images. This program was previously known as 'de Jong Explorer', but has been renamed to make way for supporting other chaotic functions. All the images you can create with this program are based on the simple Peter de Jong map equations: x' = sin(a * y) - cos(b * x) y' = sin(c * x) - cos(d * y) WWW: http://fyre.navi.cx/
* Bump PORTREVISION for security fix from Mar 16 2003eik2004-07-113-3/+3
|
* BROKEN: Checksum mismatchkris2004-07-111-0/+2
|
* - Add conflicts, differentiate latest linkpav2004-07-116-0/+15
|
* - Revive linux png library version 1.0.14 as graphics/linux-png10 after repocopypav2004-07-1116-57/+91
| | | | | | | from graphics/linux-png. This old version is needed for some binary ports that don't work with 1.2 series. Repocopy by: marcus
* Support WITHOUT_NLSkrion2004-07-112-4/+11
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-1044-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Fix pthread confusion in build so that djvulibre runs reliably on both ↵vs2004-07-095-95/+65
| | | | | | | | | | | -STABLE and -CURRENT. - Take care of some pkg-plist issues. - Enable linking to tiff in the WITHOUT_X11 case for complete capability. - This version adds some XML utilities. PR: ports/68758 Submitted by: maintainer
* Patch 'configure' to ignore libc.h from x11-toolkits/9libsvs2004-07-091-0/+11
| | | | | Closes PR: ports/68788 Submitted by: Siegbert Baude
* Add LATEST_LINK.bland2004-07-081-0/+2
|
* Fix typo in dependency.bland2004-07-081-1/+1
| | | | Reported by: kris (broken INDEX build)
* Add libgnomecanvasmm 2.6.1 after repocopy from libgnomecanvasmm,bland2004-07-086-68/+67
| | | | C++ wrapper for libgnomecanvas library.
* upgrade to 1.3.8-3ijliao2004-07-083-8/+10
|
* Fix build on 5-xkrion2004-07-082-10/+6
| | | | | PR: ports/68776 Submitted by: maintainer
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-082-24/+4
| | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team
* In 16-bit samples case the starting offsets for the loops are calculatedache2004-07-072-2/+48
| | | | | | | incorrectly which may cause a buffer overrun beyond the beginning of the row buffer. Submitted by: Robert Nagy <robert@openbsd.org>
* - Update to 0.9pav2004-07-065-9/+24
| | | | | PR: ports/68695 Submitted by: Koop Mast <kwm@rainbow-runner.nl>
* - Update WWW [1]pav2004-07-051-9/+11
| | | | | | - While here, update description and kill attribution Submitted by: Kim Jorgensen <kimj@galnet.dk> [1]
* Update to version 0.1.12krion2004-07-033-19/+9
| | | | | PR: ports/68631 Submitted by: Ports Fury
* Add missing dependencykrion2004-07-031-0/+2
| | | | | PR: ports/68613 Submitted by: maintainer
* BROKEN on 5.x: Does not compilekris2004-07-021-1/+7
|
* BROKEN: Broken pkg-plistkris2004-07-021-0/+2
|
* BROKEN: Does not compilekris2004-07-021-0/+2
|
* BROKEN on 4.x: Does not compilekris2004-07-021-0/+4
|
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-1/+1
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Compensate for braindead xsubpp in 5.005_03. Now it actuallytobez2004-07-012-1/+64
| | | | | | | works correctly with older perls. While at it, assign maintainership to perl@, it should deal with this port better than ports@.
* Fix dependencies.krion2004-07-011-0/+2
| | | | Reported by: pointyhat via kris
* - Update to 2.4.1pav2004-07-013-95/+5
| | | | - Switch to new gconf handling
* - Update to 1.2.0pav2004-06-303-21/+38
| | | | | | | - Pass maintainership to submitter PR: ports/68482 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* add tintfu 0.0.4ijliao2004-06-305-0/+54
| | | | A GraphViz .dot file editor
* add jpatch 0.3b1ijliao2004-06-305-0/+42
| | | | A spline based 3D modeling tool
* Reset bouncing maintainer address.linimon2004-06-292-2/+2
|
* Update to 20040618.knu2004-06-292-3/+3
|
* Add lphoto 1.0.13, a complete desktop solution for digital photovs2004-06-285-0/+128
| | | | | | | management. PR: ports/67559 Submitted by: michael johnson <ahze@ahze.net>
* Remove unnecessary USE_MESA and USE_GMAKE.fjoe2004-06-281-2/+0
|
* Update to version 0.4.0krion2004-06-284-29/+22
| | | | | PR: ports/68385 Submitted by: Ports Fury
* Update to version 1.6krion2004-06-282-4/+4
| | | | | PR: ports/68384 Submitted by: Ports Fury
* Update to version 1.8.3krion2004-06-282-4/+3
| | | | | PR: ports/68383 Submitted by: Ports Fury
* Update to version 1.0.3krion2004-06-286-64/+66
| | | | | PR: ports/68382 Submitted by: Ports Fury
* Add MASTER_SITE_TEX_CTAN to MASTER_SITESkrion2004-06-281-2/+3
| | | | | PR: ports/68381 Submitted by: Ports Fury
* Update to version 1.1krion2004-06-283-8/+25
| | | | | PR: ports/68380 Submitted by: Ports Fury
* - Update to 0.9.7.1pav2004-06-272-16/+16
| | | | | | | - Correct handling of OPTIONS PR: ports/68398 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
* Fix 64-bit platforms: the ALIGNLONG macro aligned on an 32-bit wordmarcel2004-06-272-0/+22
| | | | | | | boundary, which on 64-bit platforms is not the proper alignment for longs. The patch replaces the hardcoding of 3 with sizeof(long)-1. Tested on: ia64
* Change MAINTAINER to nork.nork2004-06-261-1/+1
| | | | Approved by: DougB (maintainer)
* Unbreak by upgrading to PIL version 1.1.4 docs.tg2004-06-253-53/+99
|
* Update to 1.195arved2004-06-242-3/+3
| | | | | PR: 68274 Submitted by: Arjan van Leeuwen
* Update to 6.0.2.7vs2004-06-242-3/+3
| | | | | PR: ports/68257 Submitted by: maintainer
* BROKEN: Unfetchablekris2004-06-241-0/+1
|
* upgrade to 1.3.8ijliao2004-06-233-12/+5
|
* Remove inclusion of Makefile.kde from all remaining ports not maintainedlofi2004-06-231-2/+2
| | | | | | by kde@ Approved by: maintainer timeout
* Fix xpdf's configure cannot find freetype2 library.nork2004-06-233-22/+67
| | | | | | | | PR: ports-jp/14693[1], ports/67902, ports/68203[2] Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> [1] Shin-ya Kuwamura <kuwa@labs.fujitsu.com> Reported by: Andriy Gapon <avg@icyb.net.ua> [2] Approved by: maintainer timeout (6 weeks)
* Update to version 1.13krion2004-06-223-4/+5
|
* Add potracegui 1.0, a GUI for potrace, a program for tracing bitmapmarkus2004-06-226-0/+69
| | | | images.
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENkris2004-06-225-0/+10
| | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS.
* - Update to 1.2.2pav2004-06-2230-180/+114
| | | | | PR: ports/68126 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Updated to 0.34skv2004-06-213-6/+3
|
* Now builds completely on amd64kris2004-06-211-7/+1
|
* - Remove empty files [1]pav2004-06-212-1/+1
| | | | | | | - While here, portlint PR: ports/68068 [1] Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Update to version 2.0.9krion2004-06-207-77/+147
| | | | | PR: ports/67963 Submitted by: maintainer
* avoid ending up with libjasper-1.701.so.4eik2004-06-191-2/+3
|
* BROKEN on 5.x: Does not installkris2004-06-191-1/+7
|
* Add missing dependencies.lofi2004-06-191-3/+8
| | | | Reported by: pointyhat via kris
* Add paintlib, an C++ library for processing imageslofi2004-06-197-0/+168
| | | | Submitted by: Frerich Raabe <frerich.raabe@gmx.de>i by:
* - Update to 2.0.2, a bugfix releasepav2004-06-189-12/+21
|
* CBView is a viewer/converter for CBR/CBZ comic book archives, written withmezz2004-06-174-0/+43
| | | | | | gtk2-perl. WWW: http://elvine.org/code/cbview/
* Update to version 0.0.20040614krion2004-06-163-5/+14
| | | | | PR: ports/68006 Submitted by: maintainer
* Fix buildkrion2004-06-161-7/+5
| | | | | | PR: ports/67969 Submitted by: maintainer Reported by: pointyhat
* Utilize DOCSDIR/PORTDOCS.nork2004-06-162-31/+31
| | | | | | PR: ports/67989 Submitted by: Piotr Smyrak <smyru@smyrak.com> Approved by: shige (blanket)
* Fix package building:thierry2004-06-161-1/+1
| | | | | | | freetype-config and sdl11-config are not found during the patch phase => delay it to pre-configure. Reported by: Kris / pointyhat.
* make it fetchable againijliao2004-06-161-3/+1
| | | | Pointyhat to: myself
* BROKEN: Unfetchablekris2004-06-151-0/+2
|
* -Update to 0.13.0.mezz2004-06-153-7/+8
| | | | | | | -Chase the current of bsd.gnome.mk, ie: pygnome2 PR: ports/67952 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Fix broken patch.nork2004-06-141-12/+3
| | | | Pointed out by: bento via kris, lofi
* add missing dependentijliao2004-06-141-1/+9
| | | | | | mark broken on 4.x Noticed by: bento via kris
* Correct a grammatical nit.jkoshy2004-06-141-1/+1
|
* pass maintainershipijliao2004-06-141-1/+1
| | | | PR: 67064
* Fix linkage problem (tring to link installed library).nork2004-06-141-6/+15
| | | | Noticed by: portupgrade
* - postgresql-client is gone, adjust dependencypav2004-06-131-1/+1
| | | | | PR: ports/67897 Submitted by: Christian Ullrich <chris+freebsd@chrullrich.de>
* - Use OPTIONSpav2004-06-123-7/+55
| | | | | | | - Fix dependencies PR: ports/67817 Submitted by: Douglas K. Rand <rand@meridian-enviro.com> (maintainer)
* - Update to 6.0.2.6 [1]pav2004-06-123-382/+205
| | | | | | | | | | | - Simplify plist [2] - Reflect new mpeg2 dependency [3] PR: ports/67671 [3], ports/67861 [1,2] Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) [1], michael johnson <ahze@ahze.net> [2], edwin [3] Approved by: maintainer
* Add bugle 0.0.20040609,krion2004-06-125-0/+53
| | | | | | | | BuGLe is a tool for OpenGL debugging, implemented as a wrapper library that sits between your program and OpenGL. PR: ports/67795 Submitted by: Erik Greenwald <erik@smluc.org>
* add k3d 0.4.1.0ijliao2004-06-116-0/+109
| | | | A free 3D modeling, animation, and rendering system
* Update to 0.53.perky2004-06-112-3/+3
|
* Add SciPlot 1.36, a full-featured Xt widget to display 2D data in athierry2004-06-116-0/+136
| | | | graph.
* - Utilize USE_GLkrion2004-06-111-1/+1
| | | | | PR: ports/67803 Submitted by: maintainer
* Drop maintainership.perky2004-06-101-1/+1
|
* Chase lib version change of graphics/OpenEXR.nork2004-06-101-2/+2
| | | | Forgotten by: myself
* Update to version 3.2.3lofi2004-06-104-4/+6
|
* Update to 1.2.1.nork2004-06-094-20/+48
| | | | | PR: ports/67743 Submitted by: ijliao
* upgrade to 0.7.2ijliao2004-06-094-102/+16
|
* Don't remove www/ now that it is created by the system.kris2004-06-091-1/+0
|
* add py-PyX 0.6.3ijliao2004-06-084-0/+54
| | | | A Python package for the creation of encapsulated PostScript figures
* - Honour CC & CFLAGSkrion2004-06-081-0/+5
| | | | | PR: ports/67696 Submitted by: michael johnson <ahze@ahze.net>
* add libqglviewer 1.3.7ijliao2004-06-085-0/+64
| | | | A C++ library helps development of 3D applications
* Update to 0.132.marcus2004-06-083-3/+5
|
* Fix package building.thierry2004-06-081-15/+6
| | | | Approved by: maintainer.
* - Update to 2.0.5pav2004-06-084-54/+77
| | | | | PR: ports/67635 Submitted by: nsouch
* - Unbreak checksum by updating to 6.0.2.1pav2004-06-072-6/+9
| | | | | PR: ports/67663 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* - Use DOCSDIR in --with-html-dirmezz2004-06-073-27/+27
| | | | | | | | | | | - Chase the current bsd.gnome.mk, ie: pygtk2 - Add a new WITH_DEBUG knob - Replace the hardcore path of check if libgtkhtml exists to ${HAVE_GNOME:Mlibgtkhtml}. Also, use the || (or) like this: .if ${HAVE_GNOME:Mlibgtkhtml}!="" || defined(WITH_HTML_HELP_BROWSER) Reviewed by: marcus and pav
* Update to 1.02lth2004-06-072-3/+3
| | | | Approved by: erwin (mentor)
* - Update to 6.0.2pav2004-06-063-13/+12
| | | | | PR: ports/67628 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
* Don't use Makefile.kde anymoremarkus2004-06-065-17/+8
|
* Don't use Makefile.kde anymoremarkus2004-06-063-10/+5
|
* - merged cropping patch and drop patchdinoex2004-06-0510-300/+4554
| | | | Submitted by: Mike Johnson
* Sync with new bsd.autotools.mkade2004-06-0510-22/+18
|
* Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-041-1/+2
| | | | dependent ports.
* Fix the install pkgconfig's specific file ftgl.pc.mezz2004-06-042-0/+3
| | | | | | PR: ports/67540 Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer) Approved by: adamw (mentor)
* Putting commit bit in storage. I don't have the timepatrick2004-06-031-1/+1
| | | | to work on FreeBSD for now. Should have done this a while back.
* Fix extract-issue and dependency.vs2004-06-023-6/+6
| | | | | Pointed out by: cluster via kris Pointy hat: me
* - Populate new category x11-themes with some suitable candidatespav2004-06-021-1/+1
| | | | | | | | from x11-toolkits. PR: ports/63145 List compiled by: adamw Repocopy by: marcus
* Upgrade to 1.51.kuriyama2004-06-014-116/+37
| | | | | PR: ports/67447 Submitted by: Marton Kenyeres <junkmail@konvergencia.hu>
* Add MapServer, a system for developing web-based GIS applications.pav2004-06-015-0/+95
| | | | | | | | | | | | | The basic system consists of a CGI program that can be configured to respond to a variety of spatial requests like making maps, scalebars, and point, area and feature queries. Virtually all aspects of an application, from web interface to map appearance can be developed without any programming. For the more ambitious user, MapServer applications can be enhanced using Java, JavaScript or many other web technologies. PR: ports/67387 Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
* Add corona 1.0.2,krion2004-06-015-0/+60
| | | | | | | | | | | | Corona is an image input/output library that can read, write, and manipulate image files in just a few lines of code. It can write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and GIF. Corona was designed to be easy to use, and exports a straightforward C++ API. With just a few lines of C++, you can add image loading to your application. PR: ports/67433 Submitted by: David Yeske <dyeske@yahoo.com>
* - Add empty directories to package, so deinstalling of package does not throwpav2004-06-012-0/+13
| | | | | | warnings about nonexisting directories Approved by: maintainer
* - Revert my previous commit, it does not fix the problem.pav2004-06-011-6/+6
|
* - Put @dirrm of Q8/Q16 modules under %%MODULES%%pav2004-06-011-6/+6
| | | | Reported by: Tinderbox
* Warn about SDL and OpenGL.thierry2004-05-311-0/+5
| | | | Approved by: maintainer.
* - Update to 4.1.3pav2004-05-304-6/+6
| | | | | PR: ports/67366 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Add missing USE_PERL5_BUILDkris2004-05-301-0/+1
|
* BROKEN on amd64: Does not compile (missing -fPIC)kris2004-05-301-1/+7
|
* Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, andanholt2004-05-301-2/+2
| | | | USE_GL as appropriate.
* Add oglext 1.0.2, a library for easier access to OpenGL extensions.thierry2004-05-307-0/+169
| | | | | PR: 62297 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* Add smoke 0.5.1, vector graphics OpenGL renderer.thierry2004-05-308-0/+120
| | | | | PR: 62411 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* Add a bmeps 1.0.7a, a bitmap images (PNG/JPEG/NetPBM) to EPS converter.nork2004-05-307-0/+146
| | | | | Submitted by: rushani@ Committed at: 10th EBUG Meeting in Tokamachi City, Niigata, Japan
* - Update to 2.4.0pav2004-05-293-6/+7
|
* - Fix MASTER_SITESkrion2004-05-292-4/+10
| | | | | | | | | - Remove unnecessary GNU_CONFIGURE - Tarball was rerolled, changes were done only in configure script PR: ports/67293 Submitted by: Ports Fury
* - Add more MASTER_SITESkrion2004-05-291-1/+2
|
* - update to 2.0.24dinoex2004-05-263-34/+33
| | | | | | | 67144 Dan Lukes - update to 2.0.25
* Add linux-libmng 1.0.4, RPM of libmng.vs2004-05-2413-0/+181
| | | | | PR: ports/64308 Submitted by: Michael Ranner <mranner@inode.at>
* This patch updates PixiePlus to 0.5.4.1, a rerolled distfilelofi2004-05-246-230/+5
| | | | | | | | | | | | that responds correctly to $PTHREAD_LIBS and includes the patches for working with ImageMagick 6.0.0 and 64-bit compilation. Makefile.kde include removed from the port Makefile by request of the kde-freebsd team. PR: ports/67072 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
* - Update to version 0.2.8.3krion2004-05-243-29/+5
| | | | | PR: ports/67084 Submitted by: Ports Fury
* - Update to version 1.12krion2004-05-247-57/+51
| | | | | PR: ports/67083 Submitted by: Ports Fury
* Update to latest 7.8.14 version.lev2004-05-244-8/+8
| | | | Need VIPS-7.8.14_2.
* Developers replaced ditfile AGAIN.lev2004-05-243-6/+11
| | | | | | | | | | | | | Here are review of diff between old nad new distfiles: (1) libdata upgrades. (2) pkg-config files added (vips.pc and vipsCC.pc). (3) Some small bugs fixed. (4) Two programs added to build. (5) Some debug code was removed. Your could check, that distfile was replaced by visiting official site and reading news.
* - Update to 0.93pav2004-05-232-5/+4
| | | | | PR: ports/67077 Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer)
* - Add optional dependency on graphviz (default off)pav2004-05-221-1/+8
| | | | | | | - Pass maintainership to submitter PR: ports/66993 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
* Remove inclusion of "${PORTSDIR}/x11/kde3/Makefile.kde", fix PTHREAD_LIBSlofi2004-05-222-3/+17
| | | | | | | safeness, fix compilation where needed. Committers: Please do NOT include Makefile.kde or commit new ports which do so. It's for use with the core KDE ports maintained by kde@freebsd.org ONLY.
* - Fix build with new ImageMagick versionkrion2004-05-214-1/+212
| | | | | | PR: ports/66991 Submitted by: maintainer Reported by: bento via kris
* - Add missing checksums in distinfo for 'make "WITH_EVERYTHING=y"' case.clement2004-05-211-0/+6
| | | | | PR: ports/66952 Submitted by: Stefan `Sec` Zehl <sec@42.org>
* - Update to version 0.99.1krion2004-05-202-3/+3
| | | | | PR: ports/66884 Submitted by: Ports Fury
* - Update to version 2.0.11krion2004-05-203-6/+7
| | | | | PR: ports/66885 Submitted by: Ports Fury
* - Update to 6.0.1pav2004-05-205-91/+92
| | | | | For what's new in 6.0 please read http://www.imagemagick.org/www/News.html
* Version 8.2.0 had a critical bug. It is not available any more.thierry2004-05-192-3/+3
| | | | Noticed on: Bento.
* fix build on -stable by converting dos files to unix formatijliao2004-05-172-724/+3
| | | | Noticed by: bento via kris
* - Fix buildkrion2004-05-162-8/+13
| | | | | PR: ports/66680 Submitted by: maintainer
* Restore maintainer; his email was bouncing last week and I fat-fingered thekris2004-05-161-1/+1
| | | | address when I retried it tonight. Sorry, Erik.
* Better fix for copy from overflow problemache2004-05-162-14/+6
|
* Reset bouncing maintainer address:kris2004-05-161-1/+1
| | | | | <eric@smluc.org>: Sorry, no mailbox here by that name. (#5.1.1)
* r1.9 caused the PORTREVISION to go backwards since this port is a slave ofkris2004-05-166-6/+6
| | | | | | | x11-toolkits/linux-gtk, that port previously had PORTREVISION=2 and this port failed to override it. Set the PORTREVISION to 2 again. Pointy hats to: trevor, marcus
* r1.7 caused the PORTREVISION to go backwards since this port is a slave ofkris2004-05-163-3/+3
| | | | | | | x11-toolkits/linux-gtk, that port previously had PORTREVISION=2 and this port failed to override it. Set the PORTREVISION to 2 again. Pointy hats to: trevor, marcus
* autoconf not available in extract/patch-targets, so move invocation tovs2004-05-151-1/+1
| | | | | | pre-configure. Noticed by: pointyhat
* Reset maintainership. Adam has experienced a machine failure and islinimon2004-05-152-2/+2
| | | | currently unable to look after any of the ports that he has written.
* Update WWW in pkg-descr to i3a.orgmi2004-05-151-2/+2
| | | | | PR: 63408 Submitted by: Diana Eichert
* Update to 1.12.perky2004-05-144-79/+64
| | | | | | Requested by: Pierre DAVID <Pierre.David@crc.u-strasbg.fr>, David Bushong <david@bushong.net> Tested by: David Bushong <david@bushong.net>
* Update to 0.9.6.linimon2004-05-143-4/+4
| | | | | PR: ports/66603 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
* - Update to snapshot from 2004-05-07.anholt2004-05-134-33/+48
| | | | | - Re-enable Alpha build after fixing the pkg-plist. - Fix installing to different X11BASE.
* forgot to remove this oneijliao2004-05-131-11/+0
|
* upgrade to 2.0.1.07ijliao2004-05-134-70/+26
| | | | PR: 65246
* One more fix to the help installation in the non-GNOME case.marcus2004-05-121-0/+12
| | | | Reported by: pointyhat via kris
* Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.obraun2004-05-121-1/+2
| | | | Pointed out by: Simon Marlow <simonmar@microsoft.com>
* upgrade to 1.0.vanilla2004-05-116-36/+48
| | | | | PR: ports/66472 Submitted by: maintainer
* - Fix MASTER_SITESkrion2004-05-113-40/+29
| | | | | | | | - Utilize USE_GNOME - Add WITHOUT_NLS PR: ports/66467 Submitted by: Ports Fury
* - Update MASTER_SITES and WWW: linekrion2004-05-102-3/+4
| | | | | PR: ports/66466 Submitted by: Ports Fury
* Be more descriptive in pkg-descr.vs2004-05-101-3/+9
| | | | Submitted by: maintainer
* Sign up Rashid N. Achilov as MAINTAINER. Thanks for volunteering :)vs2004-05-101-1/+1
|
* New port: libGLU taken from X.Org release 6.7.0.anholt2004-05-107-0/+65
|
* - Update to version 0.99krion2004-05-103-15/+13
| | | | | PR: ports/66394 Submitted by: Ports Fury
* - Really fix build on 4.xpav2004-05-101-1/+4
| | | | Reported by: bento via kris
* Update to 1.0.14.netchild2004-05-094-22/+18
|
* Fix package build in the non-GNOME case.marcus2004-05-091-31/+15
| | | | Reported by: bento via kris
* Fix packaging error introduced by last-minute changes.vs2004-05-081-1/+4
| | | | Noticed by: bento via kris
* Upgrade to 8.2.0.thierry2004-05-083-11/+13
|
* Add missing filekris2004-05-081-0/+1
|
* Fixing broken pkg-plist and make it build fine with python-bindings.thierry2004-05-081-2/+24
| | | | | PR: ports/65815 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Add kolourpaint 1.0.2, an easy-to-use paint program for KDE. Features includemarkus2004-05-075-0/+173
| | | | | undo/redo, more than a dozen tools, selections, transparent image editing and zoom support (with an optional grid and thumbnail).
* - Update to 0.9.2markus2004-05-073-5/+29
| | | | - Respect CFLAGS
* Make portlint happy by replacing space to tabmaho2004-05-075-17/+17
| | | | | PR: 65409 Submitted by: trevor
* Chase libgsf shlib version.bland2004-05-061-0/+1
|
* - Update to version 0.9krion2004-05-065-34/+34
| | | | | PR: ports/66308 Submitted by: maintainer
* Convert libgsf dependency to USE_GNOME bit.bland2004-05-061-2/+1
|
* - remove obsolte ports of gd1 and realativesdinoex2004-05-0516-921/+0
|
* - disconnect obsolete ports gd1 and relativesdinoex2004-05-051-2/+0
|
* add missing dependsijliao2004-05-051-0/+1
| | | | Noticed by: bento via kris
* - Solve ffs()-clash on -CURRENT [1]vs2004-05-052-28/+40
| | | | | | | | | | | - Fix build issue: 5.1 is OSVERSION 501000, not 510000 - Use OPTIONS - Make SNMP optional (suggested by: Anatoly Zaytman) - Make QT-dependency optional, off by default PR: ports/64945 [1] Submitted by: Marco Molteni Approved by: linimon (mentor)
* Update to 1.5.0.knu2004-05-033-4/+13
|
* Change my email to mezz@FreeBSD.org.mezz2004-05-033-3/+3
| | | | Approved by: adamw (mentor)
* Fix potential out of bounds copy from the string.ache2004-05-032-1/+20
|
* Add icoconvert, a small utility to convert Windows icon files into .xpm and ↵pav2004-05-024-0/+40
| | | | | | | | | | .png files. This can be done in batches, and properly supports transparencies as well as non 32x32 icon sizes. It also supports 24 bit icons. PR: ports/66121 Submitted by: Florent Thoumie <flz@xbsd.org>
* Upgrade to version 0.98.20c.olgeni2004-05-026-10/+16
|
* Update to 0.93.marcus2004-05-024-26/+185
|
* Update to 2.6.5.marcus2004-05-025-26/+27
|
* Update to 1.4.3 release.ale2004-05-012-3/+3
|
* - This got unbroken on -CURRENT. Note closest OSVERSION and makevs2004-04-302-12/+2
| | | | | | | | | BROKEN-message more instructive. - Remove unhelpful patch which no longer works and obscures the real issue. PR: ports/63000 Prompted by: Randy Primeaux Approved by: linimon (mentor)
* Update to 2.6.1.marcus2004-04-293-3/+12
|
* - Fix dependency in STABLEdinoex2004-04-291-0/+4
| | | | | pnmquant requires devel/p5-File-Temp Reported By: Scott Allendorf
* - Fix buildkrion2004-04-293-14/+13
| | | | | PR: ports/65994 Submitted by: Ports Fury
* - Update to version 3.05krion2004-04-293-9/+7
| | | | | PR: ports/65993 Submitted by: Ports Fury
* Update to 2.6.1.1.marcus2004-04-293-14/+3
|
* - Update to 2.3.3pav2004-04-293-8/+7
|
* Fix freetype2 configuration failure and build ImageMagick with theknu2004-04-213-3/+55
| | | | | | | | freetype2 support properly (unless WITHOUT_IMAGEMAGICK_TTF is not defined). Patches have been sent to the developer forum. Hopefully the next version to 6.0.0 will include the fix.
* Chase the master site's HTTP redirection.knu2004-04-211-3/+1
| | | | | | Mark unBROKEN. This port is not broken itself but fails to build because ImageMagick is somehow built without the FreeType support enabled although the --with-ttf flag is given.
* Update to KDE 3.2.2lofi2004-04-2010-970/+6
|
* Update to 2.6.1.marcus2004-04-204-3/+16
|
* - Fix plistkrion2004-04-192-6/+6
| | | | - Pet portlint
* o Fix broken handling True Type (multibyte) fonts.nork2004-04-192-0/+353
| | | | | | | o Accordingly bump PORTREVISION. Obtained from: Debian-JP and Vine Linux(VineSeed) Approved by: dougb (maintainer)
* BROKEN: Does not compilekris2004-04-192-0/+4
|
* BROKEN: Broken pkg-plistkris2004-04-191-0/+2
|
* Chase the libcroco shared lib version.marcus2004-04-191-1/+2
|
* - Update to version 1.0.12krion2004-04-194-16/+21
| | | | | PR: ports/65716 Submitted by: Ports Fury
* - Update to version 0.2.2krion2004-04-195-9/+38
| | | | | PR: ports/65715 Submitted by: Ports Fury
* - Register installed .info filepav2004-04-181-1/+2
| | | | | | | - Install one more doc file PR: ports/65706 Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
* Add qcamview 0.40d, Logitech Quickcam Express USB Utilitiesnork2004-04-184-0/+70
| | | | | | for NetBSD/FreeBSD. Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
* - Update to 0.7.6pav2004-04-173-12/+14
| | | | | | PR: ports/64998 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Approved by: maintainer timeout (2 weeks)
* IGNORE for XFREE86_VERSION > 3.x, since it is included in XFree86kris2004-04-171-1/+7
|
* Upgrade to 6.0.1. Same library .so.thierry2004-04-173-7/+7
| | | | | | PR: ports/65353 Submitted by: Yarema <yds@CoolRat.org> Approved by: mat (mentor).
* Add one more master site.yoichi2004-04-171-1/+2
|
* - Fix build on 4-xkrion2004-04-171-0/+1
| | | | Reported by: bento via kris
* Per dosirak run, fix plist.linimon2004-04-171-0/+2
|
* BROKEN: Changes its PORTNAME at install time (maverik -> maverik-gtk)kris2004-04-171-0/+2
|
* Add missing fileskris2004-04-171-0/+3
|
* Fix crasher bug. There is a problem in inkscape provoked bybland2004-04-172-0/+12
| | | | | | | sp_object_invoke_write() call wich result in bunch on gtk signals emission wich in turn may release parent knot holder object beeng modified. Current fix is not correct way to resolve the situation but it let us safely go.