summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* - Fix downloading of full size pictures from camera on 64-bit platforms.pav2004-07-252-1/+12
| | | | | | PR: ports/69521 Submitted by: Francois Tigeot <ftigeot@wolfpond.org> Obtained from: libgphoto2 CVS (rev. 1.68 of libgphoto2/gphoto2-filesys.c)
* Fix compiling with gcc 3.4ache2004-07-242-3/+25
| | | | Submitted by: Andreas Kohn <andreas@syndrom23.de>
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-2310-20/+14
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Update to 0.0.20040719krion2004-07-233-3/+7
| | | | | PR: ports/69482 Submitted by: maintainer
* Update the stable DRI port to X.Org 6.7.0-release's DRI modules. Note thatanholt2004-07-2312-606/+24
| | | | | | | | the version number has changed to track the Mesa version instead of the X release, which is not really related to DRI development. This is because it is very likely that we will be building the DRI drivers from Mesa soon. Tested on: XFree86 4.3 + R100, X.Org 6.7.0 + R200
* - update to 10.23dinoex2004-07-225-17/+27
|
* Add exifprobe 1.2.4, probes JPEG or TIFF images and reports contents andkrion2004-07-224-0/+53
| | | | | | | structure. PR: ports/69403 Submitted by: Michael Johnson <ahze@ahze.net>
* upgrade to 1.2ijliao2004-07-223-12/+30
| | | | | PR: 69363 Submitted by: maintainer
* - Update to 2.0.3pav2004-07-219-9/+15
|
* Change maintainer's email.krion2004-07-2116-16/+16
|
* Drop maintainershiplioux2004-07-201-1/+1
|
* Update to version 0.6krion2004-07-192-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-181-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-187-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-153-39/+10
| | | | | | | - Support PLIST_FILES PR: ports/69115 Submitted by: Ports Fury
* - Fix MASTER_SITESkrion2004-07-152-7/+6
| | | | | | | | - Fix COMMENT format - Support PLIST_FILES PR: ports/69114 Submitted by: Ports Fury
* - Fix MASTER_SITESkrion2004-07-153-28/+8
| | | | | | | - Support PLIST_FILES PR: ports/69113 Submitted by: Ports Fury
* - Add WITHOUT_X11 knobkrion2004-07-154-51/+21
| | | | | | | - Support CFLAGS properly PR: ports/69112 Submitted by: Ports Fury
* Update to version 0.35krion2004-07-153-6/+6
| | | | | PR: ports/69111 Submitted by: Ports Fury
* Update to version 2.2krion2004-07-152-10/+6
| | | | | PR: ports/69110 Submitted by: Ports Fury
* Update to version 0.5.6krion2004-07-153-10/+18
| | | | | PR: ports/69109 Submitted by: Ports Fury
* Update to version 2.7.7krion2004-07-156-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-133-175/+183
|
* Update to 1.03mat2004-07-132-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-122-2/+2
|
* Fix buildkrion2004-07-121-1/+1
| | | | | PR: ports/68952 Submitted by: maintainer
* Fix build on 4.x.adamw2004-07-122-4/+9
|
* - Portlintpav2004-07-111-2/+2
|
* BROKEN on 4.x: Does not compilekris2004-07-111-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-106-0/+15
|
* - Revive linux png library version 1.0.14 as graphics/linux-png10 after repocopypav2004-07-1016-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-102-4/+11
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-0944-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-085-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-081-0/+11
| | | | | Closes PR: ports/68788 Submitted by: Siegbert Baude
* Add LATEST_LINK.bland2004-07-081-0/+2
|
OpenPOWER on IntegriCloud