aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Image_3D
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - update to 0.4.2Ruslan Makhmatkhanov2012-12-033-38/+7
| | | | | | | | | | | | - switch to PEAR_AUTOINSTALL PR: 172904 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: miwi (maintainer, implicit via reassigning to the heap) Feature safe: yes Notes: svn path=/head/; revision=308165
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Update to 0.4.1Martin Wilke2009-03-062-5/+4
| | | | Notes: svn path=/head/; revision=229548
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Image_3D is a highly object oriented PHP5 packageMartin Wilke2007-05-013-0/+68
that allows the creation of 3 dimensional images using PHP. Image_3D currently supports: * Creation of 3D objects like cubes, spheres, maps, text, pie, torus, ... * Own object definitions possible * Own material definitions * Import of 3DSMax files * Unlimited number of light sources * Rendering output via GD, SVG or ASCII WWW: http://pear.php.net/package/Image_3D/ Notes: svn path=/head/; revision=191311