aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.12.0Li-Wen Hsu2008-04-266-10/+12
| | | | | | | | PR: ports/123082 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> Notes: svn path=/head/; revision=212037
* Context Free Design Grammar compiler.Martin Wilke2008-04-266-0/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | About CFDG: Chris Coyne created a small language for design grammars called CFDG. These grammars are sets of non-deterministic rules to produce images. The images are surprisingly beautiful, often from very simple grammars. Context Free is a full graphical environment for editing, rendering, and exploring CFDG design grammars. Features: * Simultaneously available for Macintosh, Windows and Posix/Unix. * Progressive image update: watch it generate * Save generated images in PNG or SVG format. * Produce animations * Edit grammars and re-render easily. * Render very large images (as large as 100 Mega-pixels). * Can handle generated images with millions of shapes. * Carefully tuned graphics rendering * Many built-in examples * Automatic checking for updates (Mac only). * It's free, as in beer and as in speech. WWW: http://www.contextfreeart.org/ PR: ports/121715 Submitted by: Anatoly Borodin <anatoly.borodin at gmail.com> Notes: svn path=/head/; revision=212035
* Fix properly -- it never built after the earlier PORTREVISION dump.Mikhail Teterin2008-04-262-6/+15
| | | | | | | | | | | | Also: * Switch to GraphicsMagick for future stability; * enable parallelized building. * remove explict linking with -lstdc++. * fix the bundled-in tests and make them run post-build * Remove the defunct WWW from pkg-descr Notes: svn path=/head/; revision=212034
* This is a port for Extreme Tux Racer, the latest fork of the classic Tux Racer,Martin Wilke2008-04-265-0/+511
| | | | | | | | | | | | | which involves racing downhill as tux. Extreme Tux Racer contains many new courses, cups and other features. WWW: http://extremetuxracer.com/ PR: ports/120998 Submitted by: Peter Dunning Notes: svn path=/head/; revision=212032
* - Update to 5.0.2Martin Wilke2008-04-263-18/+6
| | | | | | | | PR: 120986 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=212031
* This allows a M3U file to be loaded into musicpd. This is usefulMartin Wilke2008-04-264-0/+47
| | | | | | | | | | | for loading stuff from some audio streaming sites to be loaded into musicpd. PR: ports/120377 Submitted by: Zane C. Bowers Notes: svn path=/head/; revision=212029
* - Fix build on 6.X when CFLAGS is defined in make.confMartin Wilke2008-04-261-3/+1
| | | | | | | | | | - Remove unneeded args for configure PR: 123106 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) Notes: svn path=/head/; revision=212028
* Fix BROKEN on gcc 4.2.Motoyuki Konno2008-04-262-11/+7
| | | | | | | | | | | | PR: ports/119679 Submitted by: Tsuyoshi Arai <taraijpn@gmail.com> Reviewed by: nyan Note: I committed only some part of the PR. It's enough to unbreak this port. Notes: svn path=/head/; revision=212027
* * Remove prototype for a nonexistent function that clashes with fexecve(2)Christian Weisgerber2008-04-263-5/+15
| | | | | | | | | on 8.0-CURRENT. (pointyhat) * Minor clean up. Notes: svn path=/head/; revision=212026
* On april 24th, the tarballs have been rerolled, with the same versionThierry Thomas2008-04-264-9/+11
| | | | | | | | | | | | number. Changelog at <http://www.mps.mpg.de/dislin/news.html>, MD5 checksums at <ftp://ftp.gwdg.de/pub/grafik/dislin/unix/md5.sum>. Reported by: pointyhat via Pav Notes: svn path=/head/; revision=212025
* - Restore WANT_GNOME funtionMartin Wilke2008-04-262-10/+9
| | | | | | | | PR: 122072 Submitted by: Ports Fury Notes: svn path=/head/; revision=212024
* - Update to 2.5.5Martin Wilke2008-04-263-6/+6
| | | | | | | | PR: 123098 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=212023
* This is an 'abstract' package, it provides the base framework for applicationsMartin Wilke2008-04-264-0/+38
| | | | | | | | | | | | like CodeGen_PECL. WWW: http://pear.php.net/package/CodeGen/ PR: ports/120012 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org> Notes: svn path=/head/; revision=212021
* - Update to 0.02004Martin Wilke2008-04-262-5/+6
| | | | | | | | PR: 123012 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=212020
* - Update to 0.02003Martin Wilke2008-04-262-4/+4
| | | | | | | | PR: 123011 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=212019
* - Update to 0.9.6.1Martin Wilke2008-04-262-9/+5
| | | | | | | | PR: 123089 Submitted by: Ports Fury Notes: svn path=/head/; revision=212018
* - Update to 0.73Martin Wilke2008-04-264-27/+412
| | | | | | | | PR: 123088 Submitted by: Ports Fury Notes: svn path=/head/; revision=212017
* - Update to 0.8.6Martin Wilke2008-04-262-4/+4
| | | | | | | | PR: 123087 Submitted by: Ports Fury Notes: svn path=/head/; revision=212016
* - Update to 1.5Martin Wilke2008-04-263-10/+10
| | | | | | | | PR: 123086 Submitted by: Ports Fury Notes: svn path=/head/; revision=212015
* - Update to 1.0.7 (also fix build with ImageMagick)Martin Wilke2008-04-262-6/+5
| | | | | | | - Take Maintainership Notes: svn path=/head/; revision=212014
* - Make the port fetchable again after the distfile was modified upstream.Martin Wilke2008-04-262-5/+5
| | | | | | | | | | Tweak nasm flags. PR: 123101 Submitted by: bf <bf2006a@yahoo.com> (maintainer) Notes: svn path=/head/; revision=212013
* - Update to 0.3.1Martin Wilke2008-04-263-329/+321
| | | | | | | | | | | - Use shortcuts in pkg-plist - Update my mail address PR: 123108 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) Notes: svn path=/head/; revision=212012
* - The official gem file has been re-rolled andMartin Wilke2008-04-262-8/+7
| | | | | | | | | | | | | now works with standard ruby-gem port - Only tiny changes in the distfile contents, therefore bump port revision - Use official mirrors - Update my email address PR: 123107 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) Notes: svn path=/head/; revision=212011
* - Update to 1.5.13 (this fix the build with the new ImageMagick)Martin Wilke2008-04-262-5/+4
| | | | | | | Approved by: stas (maintainer via irc) Notes: svn path=/head/; revision=212010
* - Update to version 0.9.3Li-Wen Hsu2008-04-264-7/+8
| | | | | | | | PR: ports/123080 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> Notes: svn path=/head/; revision=212009
* - Update to 2.5.1Martin Wilke2008-04-263-7/+7
| | | | Notes: svn path=/head/; revision=212008
* - Update to 2.5.1Martin Wilke2008-04-263-6/+6
| | | | | | | | PR: 123104 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) Notes: svn path=/head/; revision=212007
* - Update to 5.6 snapshot 20080419Rong-En Fan2008-04-262-1/+7
| | | | Notes: svn path=/head/; revision=212006
* The tarball was rerolled with actual fix for imapd.conf parsingHajimu UMEMOTO2008-04-264-8/+8
| | | | | | | problem. Notes: svn path=/head/; revision=212005
* - Update to version 3.47Li-Wen Hsu2008-04-263-7/+8
| | | | | | | | PR: ports/123083 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> Notes: svn path=/head/; revision=212004
* - Update to version 20080420Li-Wen Hsu2008-04-264-8/+8
| | | | | | | | PR: ports/123084 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> Notes: svn path=/head/; revision=212003
* Chase graphics/ImageMagick shlib version bumpMartin Wilke2008-04-261-2/+2
| | | | Notes: svn path=/head/; revision=212002
* - Add curl dependancyThomas Abthorpe2008-04-261-0/+4
| | | | | | | | | | | - Will now fetch TLE files from the network - Bump PORTREVISION PR: ports/123033 Submitted by: Matt Dawson <matt chronos.org.uk> (maintainer) Notes: svn path=/head/; revision=212001
* Update to version 2.44.Henrik Brix Andersen2008-04-262-4/+4
| | | | | | | Approved by: pav (co-mentor) Notes: svn path=/head/; revision=212000
* Add WITH_SYSTEM_ICU knob. Activate when devel/icu is installed.Maho Nakata2008-04-2618-0/+144
| | | | | | | | | | | Fix build -CURRENT diablo-jdk breakage PR: 121787 Submitted by: Michael Moll Patch submitted by: Marcin Cieslak <saper@system.pl> Notes: svn path=/head/; revision=211999
* Adding missing dependencies and bump port revision.Maho Nakata2008-04-269-16/+27
| | | | | | | Submitted by: miwi Notes: svn path=/head/; revision=211998
* - Increase read buffer to avoid SEGV when reading INDEXRong-En Fan2008-04-262-2/+2
| | | | | | | | | | | - Bump PORTREVISION PR: ports/122799 Submitted by: Conrad J. Sabatier <conrads at cox.net> Approved by: Seth Kingsley <sethk at meowfishies.com> (maintainer) Notes: svn path=/head/; revision=211997
* - Add missing devel/cmake dependency.Alejandro Pulver2008-04-261-0/+1
| | | | Notes: svn path=/head/; revision=211996
* - original master site is gone, update links to mirror site.Yen-Ming Lee2008-04-262-2/+2
| | | | Notes: svn path=/head/; revision=211995
* - Remove, it's ancient and newer version is included in base of all supportedPav Lucistnik2008-04-2510-232/+1
| | | | | | | | | releases Suggested by: sam Notes: svn path=/head/; revision=211993
* - Fix patch reject after xorg cleanupMartin Wilke2008-04-251-11/+11
| | | | | | | Submitted by: pointyhat via pav Notes: svn path=/head/; revision=211992
* - Mark BROKEN on -CURRENT: error: conflicting types for 'fexecve'Pav Lucistnik2008-04-251-1/+5
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=211991
* - Mark BROKEN on -CURRENT: error: conflicting types for 'memrchr'Pav Lucistnik2008-04-251-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=211990
* - Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of ↵Pav Lucistnik2008-04-251-0/+4
| | | | | | | | | symbol Reported by: pointyhat Notes: svn path=/head/; revision=211989
* - Fix build after xorg cleanupMartin Wilke2008-04-251-5/+5
| | | | | | | Submitted by: pointyhat via pav Notes: svn path=/head/; revision=211988
* - Fix for objformat removalPav Lucistnik2008-04-252-1/+3
| | | | | | | | | - Remove nonsensical dirrmtry line from plist Reported by: pointyhat Notes: svn path=/head/; revision=211987
* Add missing runtime dependencies.Anders Nordby2008-04-251-0/+3
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=211986
* - Mark BROKEN on -CURRENT: error: cannot convert 'cpu_set_t*' to 'cpuset_t*' ...Pav Lucistnik2008-04-251-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=211985
* - Fix build on -CURRENT (typo in configure script)Pav Lucistnik2008-04-251-0/+11
| | | | | | | | PR: ports/123093 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=211984
* 2007-12-31 misc/kde3-i18n-id: "Distfile no longer available, outdated"Martin Wilke2008-04-2526-541/+5
| | | | | | | | | | 2008-04-02 net/dhcp-agent: Dhcp-agent has not been updated since 2003, it does not build with guile-1.8, and it is unmaintained 2008-04-22 net/ocaml-netclient: is part of ocaml-net 2008-04-06 net/samplicator: Project has vanished 2008-03-20 graphics/entice: Broken and unmaintained Notes: svn path=/head/; revision=211983