aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmandel
Commit message (Collapse)AuthorAgeFilesLines
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - 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
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* ports with possibly unreachable MAINTAINERsEdwin Groothuis2003-11-021-1/+1
| | | | | | | | | | | *** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=92819
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Fix for -CURRENT, malloc.h->stdlib.hPatrick Li2002-01-021-3/+6
| | | | | | | Spotted by: Bento Notes: svn path=/head/; revision=52482
* Remove duplicate words where appropriate.Dima Dorfman2001-06-241-1/+1
| | | | | | | Approved by: sobomax, obrien Notes: svn path=/head/; revision=44392
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-4/+4
| | | | Notes: svn path=/head/; revision=37252
* 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
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* There was no newline at end of PLIST.Satoshi Asami1998-08-251-1/+0
| | | | | | | While I'm here, move manpage to MAN1. Notes: svn path=/head/; revision=12851
* There was no newline at end of PLIST.Satoshi Asami1998-08-251-1/+2
| | | | | | | While I'm here, move manpage to MAN1. Notes: svn path=/head/; revision=12850
* Draws mandelbrot sets and Julia Sets. Closes PR ports/1962.Satoshi Asami1996-11-155-0/+34
Submitted by: Andreas Lohr <andreas@marvin.RoBIN.de> Notes: svn path=/head/; revision=4472