summaryrefslogtreecommitdiff
path: root/graphics/povray36 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove a dead MASTER_SITEKris Kennaway2000-09-211-2/+1
| | | | Notes: svn path=/head/; revision=32951
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Freshen some MASTER_SITEsKris Kennaway2000-04-241-3/+3
| | | | Notes: svn path=/head/; revision=27951
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Add NO_LATEST_LINK, there is a newer version in the tree.Satoshi Asami1999-09-101-0/+1
| | | | Notes: svn path=/head/; revision=21566
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Move this port's distfiles to its own subdirectory since they conflictSteve Price1999-06-222-3/+5
| | | | | | | with the one's in the povray31 port. Notes: svn path=/head/; revision=19660
* Update my email address, I've been slack.Kris Kennaway1999-06-071-2/+2
| | | | Notes: svn path=/head/; revision=19292
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* - Upgrade to 3.0.1Dirk Froemberg1998-12-304-14/+35
| | | | | | | | | | | | | | | - set MAINTAINER to kkennawa@physics.adelaide.edu.au - honor CFLAGS CHANGES not included in PR ports/9240: - add USE_XLIB - remove version string from pkg/COMMENT PR: ports/9240 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=15730
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13192
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148
* BROKEN:Justin M. Seger1998-08-201-1/+3
| | | | | | | | | | | | | | | | | | | # make package >> povuni_s.tgz doesn't seem to exist on this system. >> Attempting to fetch from ftp://povray.cdrom.com/pub/povray/Official-3.0/Unix/. Receiving povuni_s.tgz (754341 bytes): 100% 754341 bytes transfered in 0.9 seconds (800.61 Kbytes/s) >> Checksum mismatch for povuni_s.tgz. >> Checksum OK for povuni_d.tgz. Make sure the Makefile and md5 file (/usr/ports/graphics/povray/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. Notes: svn path=/head/; revision=12695
* Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1998-08-181-1/+0
| | | | | | | too many, so I'll remove half of them. Notes: svn path=/head/; revision=12620
* upgrade png majorAndrey A. Chernov1998-03-281-2/+2
| | | | Notes: svn path=/head/; revision=10366
* - Add MAINTAINER=portsThomas Gellekum1997-09-223-47/+89
| | | | | | | | | - several `${CP} -rp' lines --> one tar line - fix PLIST - make DESCR portlint clean Notes: svn path=/head/; revision=7986
* Seems the checksum changed again.Satoshi Asami1997-08-051-1/+1
| | | | Notes: svn path=/head/; revision=7478
* Update to match new files.Jordan K. Hubbard1997-07-221-2/+2
| | | | Notes: svn path=/head/; revision=7408
* Clean up, should be much easier to read now. (What was the \ at the endSatoshi Asami1996-12-061-20/+22
| | | | | | | of the LIB_DEPENDS line anyway?) Notes: svn path=/head/; revision=4848
* Update to version 3.0Jordan K. Hubbard1996-12-057-57/+707
| | | | | | | Submitted-By: Paulo Menezes <paulo@lapa.isr.uc.pt> Notes: svn path=/head/; revision=4816
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Forgot a $ sign in the previous commit of the patch file.Andreas Schulz1995-05-271-1/+1
| | | | Notes: svn path=/head/; revision=1799
* Changed the hardocded /usr/X11R6 to ${X11BASE} so that people with olderAndreas Schulz1995-05-271-2/+2
| | | | | | | | Xfree releases get a chance. Added into the loaderflags a -L${X11}/lib so that the X11 libraries can be found. Notes: svn path=/head/; revision=1798
* Yet another round of Makefile updates, graphics version.Satoshi Asami1995-04-091-4/+4
| | | | Notes: svn path=/head/; revision=1309
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Fix this up so it contains valid checksumsGary Palmer1995-01-281-3/+3
| | | | Notes: svn path=/head/; revision=841
* Persistence of Vision Ray Tracer version 2.2Steven Wallace1994-12-297-0/+83
Submitted by: jmacd@uclink.berkeley.edu (Josh MacDonald) Notes: svn path=/head/; revision=643