1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

6063 Commits

Author SHA1 Message Date
Adam Weinberger
6bd88fd61b Add fyre, a chaos map renderer with a spiffy Gtk+ 2 interface.
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/
2004-07-11 15:29:17 +00:00
Oliver Eikemeier
c2f98c80b1 Bump PORTREVISION for security fix from Mar 16 2003 2004-07-11 12:05:42 +00:00
Kris Kennaway
696bc148c7 BROKEN: Checksum mismatch 2004-07-11 04:00:46 +00:00
Pav Lucistnik
ca7f9f32d3 - Add conflicts, differentiate latest link 2004-07-10 21:59:35 +00:00
Pav Lucistnik
adee2e8193 - Revive linux png library version 1.0.14 as graphics/linux-png10 after repocopy
from graphics/linux-png. This old version is needed for some binary ports
  that don't work with 1.2 series.

Repocopy by:	marcus
2004-07-10 21:57:10 +00:00
Kirill Ponomarev
8d30470d24 Support WITHOUT_NLS 2004-07-10 19:18:46 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Volker Stolz
3277746abd - Fix pthread confusion in build so that djvulibre runs reliably on both -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
2004-07-08 16:58:37 +00:00
Volker Stolz
1c7ea1c997 Patch 'configure' to ignore libc.h from x11-toolkits/9libs
Closes PR:	ports/68788
Submitted by:	Siegbert Baude
2004-07-08 16:33:53 +00:00
Alexander Nedotsukov
a2eebabb1f Add LATEST_LINK. 2004-07-08 11:04:13 +00:00
Alexander Nedotsukov
faa0594968 Fix typo in dependency.
Reported by:	kris (broken INDEX build)
2004-07-08 07:48:26 +00:00
Alexander Nedotsukov
76525248a2 Add libgnomecanvasmm 2.6.1 after repocopy from libgnomecanvasmm,
C++ wrapper for libgnomecanvas library.
2004-07-08 06:15:03 +00:00
Ying-Chieh Liao
07559f548a upgrade to 1.3.8-3 2004-07-08 01:30:50 +00:00
Kirill Ponomarev
f72a946d3f Fix build on 5-x
PR:		ports/68776
Submitted by:	maintainer
2004-07-07 19:17:19 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Andrey A. Chernov
75ad4985f0 In 16-bit samples case the starting offsets for the loops are calculated
incorrectly which may cause a buffer overrun beyond the beginning of
the row buffer.

Submitted by:   Robert Nagy <robert@openbsd.org>
2004-07-07 10:33:28 +00:00
Pav Lucistnik
9975fcf45c - Update to 0.9
PR:		ports/68695
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
2004-07-05 18:08:18 +00:00
Pav Lucistnik
511f9b6099 - Update WWW [1]
- While here, update description and kill attribution

Submitted by:	Kim Jorgensen <kimj@galnet.dk> [1]
2004-07-05 08:37:17 +00:00
Kirill Ponomarev
69455b6eb2 Update to version 0.1.12
PR:		ports/68631
Submitted by:	Ports Fury
2004-07-03 15:40:48 +00:00
Kirill Ponomarev
6ce058281d Add missing dependency
PR:		ports/68613
Submitted by:	maintainer
2004-07-03 07:16:17 +00:00
Kris Kennaway
da6387153c BROKEN on 5.x: Does not compile 2004-07-02 09:47:37 +00:00
Kris Kennaway
3bcbe43dd1 BROKEN: Broken pkg-plist 2004-07-02 08:22:09 +00:00
Kris Kennaway
d8496bc57b BROKEN: Does not compile 2004-07-02 08:21:08 +00:00
Kris Kennaway
4c867be5d0 BROKEN on 4.x: Does not compile 2004-07-02 08:18:05 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Anton Berezin
f1f501be85 Compensate for braindead xsubpp in 5.005_03. Now it actually
works correctly with older perls.

While at it, assign maintainership to perl@, it should deal with
this port better than ports@.
2004-07-01 14:10:32 +00:00
Kirill Ponomarev
71fd703a3d Fix dependencies.
Reported by:	pointyhat via kris
2004-07-01 08:08:45 +00:00
Pav Lucistnik
28e72e57b9 - Update to 2.4.1
- Switch to new gconf handling
2004-07-01 00:35:32 +00:00
Pav Lucistnik
527c6aeffd - Update to 1.2.0
- Pass maintainership to submitter

PR:		ports/68482
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2004-06-30 07:27:24 +00:00
Ying-Chieh Liao
b8dc693b4d add tintfu 0.0.4
A GraphViz .dot file editor
2004-06-30 06:43:50 +00:00
Ying-Chieh Liao
60eebf1e90 add jpatch 0.3b1
A spline based 3D modeling tool
2004-06-30 05:44:26 +00:00
Mark Linimon
e04025f1b6 Reset bouncing maintainer address. 2004-06-29 10:19:55 +00:00
Akinori MUSHA
5505150f08 Update to 20040618. 2004-06-28 17:12:12 +00:00
Volker Stolz
6746827297 Add lphoto 1.0.13, a complete desktop solution for digital photo
management.

PR:		ports/67559
Submitted by:	michael johnson <ahze@ahze.net>
2004-06-28 07:03:07 +00:00
Max Khon
593bd65145 Remove unnecessary USE_MESA and USE_GMAKE. 2004-06-27 23:59:08 +00:00
Kirill Ponomarev
af6f3eac3b Update to version 0.4.0
PR:		ports/68385
Submitted by:	Ports Fury
2004-06-27 18:11:14 +00:00
Kirill Ponomarev
ba403ed83f Update to version 1.6
PR:		ports/68384
Submitted by:	Ports Fury
2004-06-27 18:10:45 +00:00
Kirill Ponomarev
5d61687eb2 Update to version 1.8.3
PR:		ports/68383
Submitted by:	Ports Fury
2004-06-27 18:09:53 +00:00
Kirill Ponomarev
56df08a29d Update to version 1.0.3
PR:		ports/68382
Submitted by:	Ports Fury
2004-06-27 18:09:20 +00:00
Kirill Ponomarev
f347d7ecef Add MASTER_SITE_TEX_CTAN to MASTER_SITES
PR:		ports/68381
Submitted by:	Ports Fury
2004-06-27 18:08:38 +00:00
Kirill Ponomarev
0b0302c7da Update to version 1.1
PR:		ports/68380
Submitted by:	Ports Fury
2004-06-27 18:08:14 +00:00
Pav Lucistnik
94de8a6d91 - Update to 0.9.7.1
- Correct handling of OPTIONS

PR:		ports/68398
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
2004-06-27 14:44:39 +00:00
Marcel Moolenaar
64cef1cadf Fix 64-bit platforms: the ALIGNLONG macro aligned on an 32-bit word
boundary, which on 64-bit platforms is not the proper alignment for
longs. The patch replaces the hardcoding of 3 with sizeof(long)-1.

Tested on: ia64
2004-06-26 19:41:09 +00:00
Norikatsu Shigemura
9a667d5d81 Change MAINTAINER to nork.
Approved by:	DougB (maintainer)
2004-06-26 00:16:16 +00:00
Thomas Gellekum
41cb9e83f4 Unbreak by upgrading to PIL version 1.1.4 docs. 2004-06-25 11:41:45 +00:00
Tilman Keskinoz
df31a58891 Update to 1.195
PR:		68274
Submitted by:	Arjan van Leeuwen
2004-06-24 14:07:18 +00:00
Volker Stolz
8aa66b085b Update to 6.0.2.7
PR:		ports/68257
Submitted by:	maintainer
2004-06-24 07:05:17 +00:00
Kris Kennaway
0de8ad7faf BROKEN: Unfetchable 2004-06-23 22:12:03 +00:00
Ying-Chieh Liao
e470bf612a upgrade to 1.3.8 2004-06-23 00:56:05 +00:00
Michael Nottebrock
e8a3b06aef Remove inclusion of Makefile.kde from all remaining ports not maintained
by kde@

Approved by: maintainer timeout
2004-06-22 19:42:06 +00:00