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
Norikatsu Shigemura
70d92136ca
Fix xpdf's configure cannot find freetype2 library.
...
PR: ports-jp/14693[1], ports/67902, ports/68203[2]
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> [1]
Shin-ya Kuwamura <kuwa@labs.fujitsu.com>
Reported by: Andriy Gapon <avg@icyb.net.ua> [2]
Approved by: maintainer timeout (6 weeks)
2004-06-22 16:45:37 +00:00
Kirill Ponomarev
b76e9b7622
Update to version 1.13
2004-06-22 12:29:36 +00:00
Markus Brueffer
4d6f322684
Add potracegui 1.0, a GUI for potrace, a program for tracing bitmap
...
images.
2004-06-22 09:57:36 +00:00
Kris Kennaway
3c088f1b9a
Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
...
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Pav Lucistnik
518f73a42c
- Update to 1.2.2
...
PR: ports/68126
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
2004-06-21 18:28:09 +00:00
Sergey Skvortsov
836fa11150
Updated to 0.34
2004-06-21 13:48:34 +00:00
Kris Kennaway
2df8976389
Now builds completely on amd64
2004-06-21 06:41:03 +00:00
Pav Lucistnik
b71acf0516
- Remove empty files [1]
...
- While here, portlint
PR: ports/68068 [1]
Submitted by: Sergey Matveychuk <sem@ciam.ru>
2004-06-20 20:59:26 +00:00
Kirill Ponomarev
3fd24b3e84
Update to version 2.0.9
...
PR: ports/67963
Submitted by: maintainer
2004-06-20 07:13:50 +00:00
Oliver Eikemeier
11e8fd3a77
avoid ending up with libjasper-1.701.so.4
2004-06-19 10:22:56 +00:00
Kris Kennaway
c41a6d5120
BROKEN on 5.x: Does not install
2004-06-19 09:35:25 +00:00
Michael Nottebrock
5744715126
Add missing dependencies.
...
Reported by: pointyhat via kris
2004-06-19 03:50:27 +00:00
Michael Nottebrock
1be355bf9a
Add paintlib, an C++ library for processing images
...
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>i by:
2004-06-18 20:34:32 +00:00
Pav Lucistnik
a733b74781
- Update to 2.0.2, a bugfix release
2004-06-17 16:04:37 +00:00
Jeremy Messenger
1caec808be
CBView is a viewer/converter for CBR/CBZ comic book archives, written with
...
gtk2-perl.
WWW: http://elvine.org/code/cbview/
2004-06-17 06:36:55 +00:00
Kirill Ponomarev
92ff64a2b2
Update to version 0.0.20040614
...
PR: ports/68006
Submitted by: maintainer
2004-06-16 14:53:35 +00:00
Kirill Ponomarev
28cea88a95
Fix build
...
PR: ports/67969
Submitted by: maintainer
Reported by: pointyhat
2004-06-16 14:49:34 +00:00
Norikatsu Shigemura
9be4ee01db
Utilize DOCSDIR/PORTDOCS.
...
PR: ports/67989
Submitted by: Piotr Smyrak <smyru@smyrak.com>
Approved by: shige (blanket)
2004-06-16 05:02:37 +00:00
Thierry Thomas
f4713fae40
Fix package building:
...
freetype-config and sdl11-config are not found during the patch phase
=> delay it to pre-configure.
Reported by: Kris / pointyhat.
2004-06-15 21:39:39 +00:00
Ying-Chieh Liao
ea30c670cc
make it fetchable again
...
Pointyhat to: myself
2004-06-15 16:29:32 +00:00
Kris Kennaway
2f2b0e0b65
BROKEN: Unfetchable
2004-06-15 11:35:50 +00:00
Jeremy Messenger
53cce57dbc
-Update to 0.13.0.
...
-Chase the current of bsd.gnome.mk, ie: pygnome2
PR: ports/67952
Submitted by: Jens Rehsack <rehsack@liwing.de>
2004-06-15 01:44:10 +00:00
Norikatsu Shigemura
bac54ee062
Fix broken patch.
...
Pointed out by: bento via kris, lofi
2004-06-14 13:33:52 +00:00
Ying-Chieh Liao
8483d37679
add missing dependent
...
mark broken on 4.x
Noticed by: bento via kris
2004-06-14 01:58:13 +00:00
Joseph Koshy
8938c02c1a
Correct a grammatical nit.
2004-06-14 01:13:54 +00:00
Ying-Chieh Liao
a6bb78a99d
pass maintainership
...
PR: 67064
2004-06-13 23:57:40 +00:00
Norikatsu Shigemura
219c92a689
Fix linkage problem (tring to link installed library).
...
Noticed by: portupgrade
2004-06-13 17:03:58 +00:00
Pav Lucistnik
6d250d978a
- postgresql-client is gone, adjust dependency
...
PR: ports/67897
Submitted by: Christian Ullrich <chris+freebsd@chrullrich.de>
2004-06-13 11:01:00 +00:00
Pav Lucistnik
2dbf892c19
- Use OPTIONS
...
- Fix dependencies
PR: ports/67817
Submitted by: Douglas K. Rand <rand@meridian-enviro.com> (maintainer)
2004-06-12 15:09:21 +00:00
Pav Lucistnik
5125ba1754
- Update to 6.0.2.6 [1]
...
- Simplify plist [2]
- Reflect new mpeg2 dependency [3]
PR: ports/67671 [3], ports/67861 [1,2]
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) [1],
michael johnson <ahze@ahze.net> [2],
edwin [3]
Approved by: maintainer
2004-06-12 14:52:07 +00:00
Kirill Ponomarev
94ba3ea1d6
Add bugle 0.0.20040609,
...
BuGLe is a tool for OpenGL debugging, implemented as a wrapper
library that sits between your program and OpenGL.
PR: ports/67795
Submitted by: Erik Greenwald <erik@smluc.org>
2004-06-12 13:01:59 +00:00
Ying-Chieh Liao
8a4881c4d8
add k3d 0.4.1.0
...
A free 3D modeling, animation, and rendering system
2004-06-11 07:10:39 +00:00
Hye-Shik Chang
a93cd68a7b
Update to 0.53.
2004-06-11 05:56:00 +00:00
Thierry Thomas
9a8eb4106b
Add SciPlot 1.36, a full-featured Xt widget to display 2D data in a
...
graph.
2004-06-10 20:51:46 +00:00
Kirill Ponomarev
ac8fb41b8e
- Utilize USE_GL
...
PR: ports/67803
Submitted by: maintainer
2004-06-10 18:25:53 +00:00
Hye-Shik Chang
9eb07a4638
Drop maintainership.
2004-06-10 05:27:41 +00:00
Norikatsu Shigemura
68e1ac533d
Chase lib version change of graphics/OpenEXR.
...
Forgotten by: myself
2004-06-10 02:56:56 +00:00
Michael Nottebrock
9774b28273
Update to version 3.2.3
2004-06-09 16:58:30 +00:00
Norikatsu Shigemura
2c35d214c7
Update to 1.2.1.
...
PR: ports/67743
Submitted by: ijliao
2004-06-09 15:43:51 +00:00
Ying-Chieh Liao
0fa70818c6
upgrade to 0.7.2
2004-06-09 08:39:20 +00:00
Kris Kennaway
af18d6b419
Don't remove www/ now that it is created by the system.
2004-06-09 06:16:06 +00:00
Ying-Chieh Liao
40d9db5aa8
add py-PyX 0.6.3
...
A Python package for the creation of encapsulated PostScript figures
2004-06-08 09:50:44 +00:00
Kirill Ponomarev
792f40541f
- Honour CC & CFLAGS
...
PR: ports/67696
Submitted by: michael johnson <ahze@ahze.net>
2004-06-08 08:23:06 +00:00
Ying-Chieh Liao
5d8de5067b
add libqglviewer 1.3.7
...
A C++ library helps development of 3D applications
2004-06-08 06:16:41 +00:00
Joe Marcus Clarke
0dcf541881
Update to 0.132.
2004-06-08 05:39:59 +00:00
Thierry Thomas
cd8662b6c7
Fix package building.
...
Approved by: maintainer.
2004-06-08 05:36:37 +00:00
Pav Lucistnik
974e67983d
- Update to 2.0.5
...
PR: ports/67635
Submitted by: nsouch
2004-06-07 22:43:08 +00:00
Pav Lucistnik
04a20d6edf
- Unbreak checksum by updating to 6.0.2.1
...
PR: ports/67663
Submitted by: Toni Viemero <toni.viemero@iki.fi>
2004-06-07 12:08:05 +00:00
Jeremy Messenger
38687d2740
- Use DOCSDIR in --with-html-dir
...
- Chase the current bsd.gnome.mk, ie: pygtk2
- Add a new WITH_DEBUG knob
- Replace the hardcore path of check if libgtkhtml exists to
${HAVE_GNOME:Mlibgtkhtml}. Also, use the || (or) like this:
.if ${HAVE_GNOME:Mlibgtkhtml}!="" || defined(WITH_HTML_HELP_BROWSER)
Reviewed by: marcus and pav
2004-06-06 21:44:59 +00:00
Lars Thegler
4d09456af4
Update to 1.02
...
Approved by: erwin (mentor)
2004-06-06 19:18:08 +00:00