Commit graph

6769 commits

Author SHA1 Message Date
Kirill Ponomarev
e4b28146d6 Update to version 1.3.0
PR:		ports/75949
Submitted by:	Ports Fury
2005-01-08 16:16:57 +00:00
Yoichi NAKAYAMA
f88eb77479 Add snx101util, image capture programs for Webcam based SN9C101 2005-01-08 15:44:03 +00:00
Dirk Meyer
1ad7d569ae - update to 10.26 2005-01-08 14:34:41 +00:00
Kirill Ponomarev
c791b92bd3 Fix build on amd64. 2005-01-08 10:45:44 +00:00
Dirk Meyer
0a9a952557 - Security fix
Submitted by:	simon
Approved by:	portmgr (krion)
Obtained from:	gentoo
2005-01-07 08:01:30 +00:00
Dirk Meyer
eba570b1a0 - add patch for transparent tiff images
http://bugzilla.remotesensing.org/show_bug.cgi?id=718
Submitted by:	Dierk Sacher
Approved by:	portmgr (krion)
2005-01-04 20:59:26 +00:00
Kris Kennaway
ef0957a9a7 BROKEN on 4.x: Does not compile
Approved by:    portmgr (self)
2005-01-02 01:27:36 +00:00
Kris Kennaway
2f24b40902 BROKEN in 3 ways: Does not compile on FreeBSD >=5.x, configure fails on
amd64 and ia64, and broken pkg-plist on alpha 4.x

Approved by:    portmgr (self)
2005-01-02 01:22:11 +00:00
Kris Kennaway
b123cd1c12 BROKEN on 4.x: Does not compile
Approved by:    portmgr (self)
2005-01-02 01:11:32 +00:00
Kris Kennaway
1a9f977f3f BROKEN on 4.x: Does not compile
Approved by:    portmgr (self)
2005-01-02 00:56:40 +00:00
Kris Kennaway
3737398a61 BROKEN on alpha: Does not build
Approved by:    portmgr (self)
2005-01-02 00:53:07 +00:00
Kris Kennaway
d668264d33 Does not build on alpha
Approved by:    portmgr (self)
2005-01-02 00:41:28 +00:00
Kris Kennaway
88d78c401e Fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case.  The package build scripts then DTRT and ensure
this is running at build-time so a DISPLAY is available.

Approved by:	portmgr (self)
2005-01-01 22:16:28 +00:00
Kris Kennaway
0b6aed9df9 Properly increment PORTREVISION relative to the previous value (3,
incorrectly inherited from the linux-gtk port because it was not
previously overridden in this slave port).

Noticed by:	eikbot
Approved by:	portmgr (self)
2004-12-31 23:52:49 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Pav Lucistnik
440d8863c8 - Chase libxine update
Pointy hat:	nobutaka (in stereo)
2004-12-31 17:47:42 +00:00
Tilman Keskinoz
c6252e04dc - Chase libxine Shared library
Forgotten by:	nobutaka (5 times in a row)

- Sync with debian package:
  * Fixed an out-of-bounds error in src/support/widgets/zlist.c discovered
    by Matthias Urlichs.
  * Fixed a segfault on exit when no audio device available.

- Bump PORTREVISION
2004-12-31 13:18:35 +00:00
Kirill Ponomarev
50862bcc9c Update to version 0.28.11
PR:		ports/75625
Submitted by:	Ports Fury
2004-12-30 08:55:36 +00:00
Kirill Ponomarev
d194ee2353 Update to version 1.9
PR:		ports/75624
Submitted by:	Ports Fury
2004-12-30 08:50:58 +00:00
Edwin Groothuis
5799d9acd6 [PATCH] change MAINTAINER email address for all my ports.
PR:		ports/75559
Submitted by:	Andrey Slusar <anray@inet.ua>
2004-12-30 02:37:15 +00:00
Michael Johnson
dd69319075 Update to 2.2.1 2004-12-30 00:41:59 +00:00
Eric Anholt
5bd9492cb9 [1] Try to respect PTHREAD_LIBS, to unbreak the build on 4.x.
[2] Respect CXXFLAGS a little more thoroughly.

PR:		[1] ports/75473
Submitted by:	[1] KIMURA Yasuhiro, yasu at utahime dot org, among many others
Based on:	[1] patch by thierry
2004-12-29 22:41:28 +00:00
Andrey A. Chernov
32cec34686 Upgrade to 1.2.8 2004-12-29 09:17:04 +00:00
Joe Marcus Clarke
aca8e2a600 Chase the new location for update-desktop-database by allowing the command
to be found in PATH.
2004-12-29 02:18:31 +00:00
Edwin Groothuis
03cfe242ee Add use_imake to get makedepend
Noticed by: pointyhat / kris
2004-12-28 23:01:00 +00:00
Pav Lucistnik
cb0d6c436c - Create empty share/gimp/fonts directory in package install 2004-12-28 20:01:22 +00:00
Pav Lucistnik
89b22bde75 - Update GIMP plugin for GIMP 2.2
PR:		ports/75490 (inspired by)
Submitted by:	Robert Backhaus <robbak@gmail.com>
2004-12-28 19:59:26 +00:00
Alexander Nedotsukov
74008d8abd Fix plist.
Submitted by:	sf
2004-12-28 14:28:50 +00:00
Volker Stolz
9ce3379d17 Update to 1.3.25
- force -O since -O2 leads to a out-of-memory situation on 4.X

PR:		ports/75223
Submitted by:	maintainer
2004-12-27 10:10:47 +00:00
Hiroki Sato
0ac2ce888f Back out the previous change. Mita-san will continue to
work as the maintainer of this port.

Discussed with:	mita and nork
2004-12-27 00:20:06 +00:00
Kirill Ponomarev
d4a7bf8f6a Fix MASTER_SITES.
Portlint.

PR:		ports/75226
Submitted by:	Andrey Slusar <anray at inet dot ua>
2004-12-26 23:12:07 +00:00
Alexander Nedotsukov
702b5f9caa - In case we building GNOME version of GIMP link it against pthreads
library to avoid crash in GtkFileChooser.
- Fix plist.
2004-12-26 15:58:26 +00:00
Jun Kuriyama
50a061600a Upgrade to 1.52.
PR:		ports/72443
Submitted by:	Marton Kenyeres <junkmail@konvergencia.hu>
2004-12-26 07:56:21 +00:00
Akinori MUSHA
0aef8d5b15 Update to 1.7.0. 2004-12-25 18:19:35 +00:00
Kris Kennaway
2b01b783b4 Now builds on FreeBSD 6.x 2004-12-24 23:46:34 +00:00
Josef El-Rayes
c1c784df06 Patch vulnerability in imported xpdf code. Bump PORTREVISION.
Approved by:	pav(mentor, gnome hat)
References:	http://www.vuxml.org/freebsd/e3e266e9-5473-11d9-a9e7-0001020eed82.html
2004-12-24 19:32:52 +00:00
Pav Lucistnik
3ee7c5c2fe - Remove gimp-devel for now, 2.2 is stable 2004-12-24 18:42:38 +00:00
Pav Lucistnik
3c16b3e70e - Fix python plugin: it expects a png logo, which is not included
in the tarball.
2004-12-24 18:41:07 +00:00
Pav Lucistnik
1196ef07bd - Update to 2.2.0
Submitted by:	ahze
2004-12-24 18:39:50 +00:00
Eric Anholt
589cde12a2 Bump PORTREVISION for previous commit. 2004-12-24 09:08:39 +00:00
Eric Anholt
76af0327ab [1] Link against libexpat so that the drivers actually work.
[2] Respect CC/CFLAGS/etc.

Submitted by:	[1] Vladimir Novoseltsev, blacknova at tut dot by
2004-12-24 09:05:40 +00:00
Mark Linimon
28eeaf6db7 Reset bouncing maintainer address. 2004-12-24 05:27:30 +00:00
Herve Quiroz
93a957b92b - Update to bsd.java.mk 2.0
- Use USE_ANT
- Forbid the use of Jikes to build the port
- Use INSTALL_DATA to install documentation and JAR files
- Honor Porter's handbook guidelines for Java ports: install in
  DATADIR=${JAVASHAREDIR}/{PORTNAME} [1]
- Build dynamic packing list from the distribution files (not from the
  installed files) to avoid inconsistencies
- Bump PORTREVISION

Approved by:	ijliao [1]
2004-12-24 04:26:09 +00:00
Eric Anholt
a3dce096c4 Fix packaging on non-i386
Submitted by:	ade
2004-12-23 21:58:19 +00:00
Norikatsu Shigemura
7d85d14fdb Utilize USE_GNOME=pkgconfig.
Bump PORTREVISION,

Submitted by:	pav
2004-12-23 13:06:27 +00:00
Norikatsu Shigemura
81889029e6 Add rmdir libdata/pkgconfig. But I don't bump PORTREVISION.
Pointed out by:	pointyhat via kris
2004-12-23 12:09:22 +00:00
Kirill Ponomarev
4f20a6b0d3 Update to version 1.2.4 2004-12-23 11:15:34 +00:00
Michael Nottebrock
8a03884969 Patch vulnerability in imported xpdf code. Bump PORTREVISION.
References:

http://www.kde.org/info/security/advisory-20041223-1.txt
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1125
http://www.idefense.com/application/poi/display?id=172&type=vulnerabilities
2004-12-23 11:01:35 +00:00
Kirill Ponomarev
4170fce1b6 Update to version 2.0.7 2004-12-23 10:56:46 +00:00
Kirill Ponomarev
cb10b628f9 Bump shlib version for graphics/simage
Bump PORTREVISION.
2004-12-23 10:17:59 +00:00
Kirill Ponomarev
367a88c12e Update to version 1.6.1
PR:		ports/75400
Submitted by:	Ports Fury
2004-12-23 10:17:01 +00:00
Kirill Ponomarev
6cda786e80 Update to version 2.0.13
PR:		ports/75399
Submitted by:	Ports Fury
2004-12-23 10:06:52 +00:00
Kirill Ponomarev
087bb118a6 Update to version 0.9.7
PR:		ports/75398
Submitted by:	Ports Fury
2004-12-23 09:59:14 +00:00
Norikatsu Shigemura
d9ed90620d Reset MAINTAINER to ports@.
We cannot contact them for a long time.

Discussed with:	hrs
Approved by:	kiri(blanket), mita(blanket),
		shige(blanket), taoka(blanket)
2004-12-23 09:32:50 +00:00
Edwin Groothuis
2020a142a0 [NEW PORT] graphics/linux-sdl_image: A simple library to load images
as SDL interfaces (linux version)

	This is a simple library to load images of various formats
	as SDL surfaces.  This library supports BMP, PPM, PCX, GIF,
	JPEG, PNG, TGA, and TIFF formats. (Linux version)

	WWW: http://www.libsdl.org/projects/SDL_image/

PR:		ports/71552
Submitted by:	Nicola Vitale <nivit@email.it>
2004-12-23 06:23:35 +00:00
Dejan Lesjak
610a441911 Fix build without imake.
Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
2004-12-23 01:48:37 +00:00
Eric Anholt
c90ee83f03 Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri.  Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.

Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt

Props to:	kris (multiple cluster runs and sorting through logs)
		lesi (fixing all the issues in those logs, and more)
2004-12-23 01:35:49 +00:00
Norikatsu Shigemura
15ff72d2e3 Fix security problem.
Submitted by:	simon
Obtained from:	ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl2.patch
2004-12-23 01:08:22 +00:00
Markus Brueffer
06697563de - Update to version 1.2
- Pet portlint
2004-12-22 17:46:02 +00:00
Volker Stolz
d76b6664c9 Update to 1.2.5
PR:		ports/75224
Submitted by:	maintainer
2004-12-22 08:26:15 +00:00
Dirk Meyer
242794b06b - update to 3.7.1 2004-12-22 07:06:06 +00:00
Kirill Ponomarev
9f972cc5df Fix plist. 2004-12-21 11:38:43 +00:00
Kirill Ponomarev
b33c14df21 Fix plist. 2004-12-21 11:01:28 +00:00
Vanilla I. Shu
1b2d1cc3da Fix pkg-plist.
Obtained from:	kris@
2004-12-20 18:33:08 +00:00
Kirill Ponomarev
c4603c6c8d Update to version 0.28.8
PR:		ports/75268
Submitted by:	Ports Fury
2004-12-20 09:16:00 +00:00
Kirill Ponomarev
55a7a22e90 Update to version 2.1.5
PR:		ports/75267
Submitted by:	Ports Fury
2004-12-20 08:49:23 +00:00
Kirill Ponomarev
bab4175717 Update to version 2.1.5
PR:		ports/75266
Submitted by:	Ports Fury
2004-12-20 08:47:41 +00:00
Kris Kennaway
3e57c8d5d9 Don't remove system locale directories (not listed in the relevant
BSD.*.dist), but do remove locale directories that are not listed
there.  Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
2004-12-20 06:25:32 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Kris Kennaway
7d606a109b Reset bouncing maintainer address:
<verm@drunkmonk.net>: host beatrix.drunkmonk.net[206.75.218.3] said: 550 5.1.1
    <verm@drunkmonk.net>... User unknown (in reply to RCPT TO command)
2004-12-18 21:46:46 +00:00
Pav Lucistnik
b8d930b4fe - Chase pdflib update
These ports were broken for 5, resp. 14 months. Ouch.

PR:		ports/75187 (pike76)
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
Pointy hats:	ale, edwin
2004-12-18 15:34:20 +00:00
Dejan Lesjak
4b6e2f97a3 After a bit of discussion with CPAN maintainer of this module, make it
compile with Mesa 6, but in a way that hopefully doesn't break with
older GL.

Pointed out by:	dosirak via kris
2004-12-17 19:34:05 +00:00
Josef El-Rayes
d469fb11da Update Imagemagick to lastest version
Submitted by:	maintainer
Approved by:	pav
2004-12-17 18:27:58 +00:00
Edwin Groothuis
df585044b4 Make port depend on linux/libpng.so.3 instead of .2
Noticed by: pointyhat building company.
2004-12-16 21:22:05 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Edwin Groothuis
b59589375c New port: graphics/hugin - a gui system to mount panoramic images
from individual pictures

	Goal: an easy to use cross-platform GUI for Panorama Tools.

	With hugin you can assemble a mosiac of photographs into a
	complete immersive panorama, stitch any series of overlapping
	pictures and much more.

	WWW: http://hugin.sourceforge.net/

PR:		ports/71849
Submitted by:	Carlos Eduardo G. Carvalho <cartola@openit.com.br>
2004-12-15 23:04:42 +00:00
Greg Lewis
1f2099efbe . Add USE_GNOME=pkgconfig as this port installs pkgconfig meta data. This
also fixes a problem with the packing list (libdata/pkgconfig would be
  created by the port but not removed by it, now it will be done by the
  pkgconfig port).

PR:		75119
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2004-12-15 19:04:25 +00:00
Koop Mast
1e029bdb85 Update to version 0.3.2 [1].
Grab maintainership

PR:		74362 [1]
Submitted by:	ijliao
2004-12-15 18:50:49 +00:00
Edwin Groothuis
1011f0a3a4 New port: graphics/linux-panorama-tools - another program to mount panoramic images - also a dependency of hugin
Software to View, Create, Edit and Remap Panoramic Images :

	* PTStitcher: High quality, simple to use, all format stitching software.
	* Panorama Tools: Photoshop plug-in for panorama creation, editing and
	    remapping.
	* PTViewer: High quality spherical viewer, Standalone and java versions
	    for many platforms.

	This port uses only PTStitcher as a dependency for hugin.

PR:		ports/71848
Submitted by:	Carlos Eduardo G. Carvalho <cartola@openit.com.br>
2004-12-15 13:01:56 +00:00
Edwin Groothuis
4caf5f9ac5 New port: graphics/libpano12 - program to mount panorama pictures
- also a dependency to hugin

	This is a port of panorama-tools, a set of tools to make
	panoramic images from independent pictures.

PR:		ports/71846
Submitted by:	Carlos Eduardo G. Carvalho <cartola@openit.com.br>
2004-12-15 12:51:49 +00:00
Edwin Groothuis
740b156eb9 New port: graphics/vigra - another program to mount panoramic images
- also a dependency of hugin

	VIGRA stands for "Vision with Generic Algorithms". It's a
	novel computer vision library that puts its main emphasize
	on customizable algorithms and data structures. By using
	template techniques similar to those in the C++ Standard
	Template Library, you can easily adapt any VIGRA component
	to the needs of your application, without thereby giving
	up execution speed.

PR:		ports/71847
Submitted by:	Carlos Eduardo G. Carvalho <cartola@openit.com.br>
2004-12-15 12:36:25 +00:00
Pav Lucistnik
8353357eaa - Update to 6.1.6.7
- Fix WITH_IMAGEMAGICK_THREADS knob

PR:		ports/75065
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2004-12-15 00:13:54 +00:00
Michael Nottebrock
d7b524cd8f Fix MASTER_SITE_SUBDIR.
Noticed by: mi
2004-12-14 18:58:00 +00:00
Volker Stolz
747b317dc1 Add py-pydot 0.9.9, a Python interface to the Graphviz Dot language.
PR:		ports/71759
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2004-12-14 14:33:37 +00:00
Sergey Matveychuk
aad9335845 - Update to 1.8
PR:		ports/74992
Submitted by:	maintainer
2004-12-14 02:58:59 +00:00
Kirill Ponomarev
5f117dd342 Fix pkg-plist. 2004-12-13 22:26:27 +00:00
Michael Haro
626c205db9 upgrade to 4.4.0 2004-12-13 20:25:34 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Markus Brueffer
afae45725e Update to version 2.0 2004-12-13 16:49:33 +00:00
Sergey Skvortsov
e78085dddc Updated to 0.37 2004-12-13 12:34:46 +00:00
Michael Johnson
b32865c70b Update to 0.6 2004-12-13 01:55:48 +00:00
Pav Lucistnik
dc22d2a3e5 - Update to 6.1.6.6
PR:		ports/74997
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2004-12-12 23:59:05 +00:00
Jeremy Messenger
54af954005 Fix the build if you don't have gnomepanel installed.
Reported by:	pointyhat via kris
2004-12-12 07:38:37 +00:00
Kris Kennaway
e6c7409adb Now fetchable again 2004-12-12 01:56:28 +00:00
Pav Lucistnik
a2c608fbf4 Add libggigcp, a libggi extension for advanced color and palette handling. It
adds features for conversion between different color spaces such as RGBA, YUV,
HSV and CMYK and some manipulation functions like brightness.

PR:		ports/74824
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2004-12-11 23:09:01 +00:00
Pav Lucistnik
80f7b97693 Add libggimisc, a libggi extension providing support for a range of hard to
categorize functions.

PR:		ports/74825
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2004-12-11 22:58:17 +00:00
Pav Lucistnik
6dcb408d16 Add libggiwmh, a libggi extension whereby wmh stands for 'Window Manager
Hints'. It adds features like moving, resizing, iconifying, z-ordering Windows
and more that happen to contain a ggi visual.

PR:		ports/74826
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2004-12-11 22:45:17 +00:00
Kris Kennaway
f664bfdc8d BROKEN: Does not build 2004-12-11 21:46:47 +00:00
Kris Kennaway
2d2075ff34 BROKEN: Does not compile 2004-12-11 21:43:50 +00:00
Kris Kennaway
7a6d8b89b2 BROKEN on 4.x: Does not compile 2004-12-11 21:31:40 +00:00
Michael Johnson
a5c3053fdc Temporarily remove cairographics.org from MASTER_SITES since the distfile either
does not exist or md5 does not match what is in distinfo
2004-12-11 20:58:31 +00:00
Kirill Ponomarev
adcc61f305 Update to version 0.7.3
PR:		ports/74947
Submitted by:	Ports Fury
2004-12-11 18:50:05 +00:00
Kirill Ponomarev
5accf8bf84 Update to version 1.4
PR:		ports/74948
Submitted by:	Ports Fury
2004-12-11 18:45:47 +00:00
Kirill Ponomarev
6e3d83dccf Update to version 0.28.7
PR:		ports/74949
Submitted by:	Ports Fury
2004-12-11 18:44:06 +00:00
Pav Lucistnik
858e0ec03e Add bmp-rootvis, a Beep Media Player plugin which renders a spectrum
analyzer on the root window.

PR:		ports/72737
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-12-11 18:39:29 +00:00
Pav Lucistnik
433b9abfa5 - Update to 6.1.6.4
PR:		ports/74955
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2004-12-11 18:12:39 +00:00
Kris Kennaway
3c9ab46b4f Add missing file and bump PORTREVISION 2004-12-10 22:51:00 +00:00
Jeremy Messenger
9e54fe21c8 -Fix the pkg-plist. [1]
-Enable and correct the mimetype stuff for GNOME 2.8.

Reported by:	pointyhat [1]
2004-12-10 21:46:14 +00:00
Pav Lucistnik
3cccde804f - Update to 6.1.6.3
- Add fruitsalad.org mirror to prevent fetch problems in case ImageMagick
  decides to update again
- Don't install/append to perllocal.pod [1]

PR:		ports/74928
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Reported by:	pointyhat via kris [1]
2004-12-10 21:24:01 +00:00
Pav Lucistnik
b6a297aef0 - ImageMagick authors pulled tarball of "stable" release from sites again.
Stick it onto FreeBSD.org mirrors for now.

Reported by:	krismail
2004-12-10 09:03:40 +00:00
Alexey Dokuchaev
00a12b7f4c Unbreak on 4.X.
Reported by:	pointyhat (via krion)
Approved by:	fjoe (mentor, implicit)
2004-12-10 05:30:27 +00:00
Alexey Dokuchaev
9b6529af9b Unbreak on 4.X.
Reported by:	kris, krion (via pointyhat)
Approved by:	fjoe (mentor, implicit)
2004-12-10 05:12:29 +00:00
Jeremy Messenger
c985c9e28a Fix the pkg-plist.
Reported by:	pointyhat
2004-12-10 04:44:21 +00:00
Kirill Ponomarev
f0c072ed9a BROKEN: Does not compile on 4.x 2004-12-09 10:29:50 +00:00
Pav Lucistnik
7e4a1669d2 - ImageMagick 6.1.6.0 is always installing it's own copy of libltdl,
overwriting files installed by libltdl port. Stop it.

  Warning: people who installed ImageMagick 6.1.6.0 or 6.1.6.0_1 should
  probably run

  portupgrade -f libltdl

  after updating ImageMagick to recover original libltdl files.

PR:		ports/74875
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Reported by:	Neil Darlow <neil@darlow.co.uk>
2004-12-09 00:13:31 +00:00
Kirill Ponomarev
8d8e5c6d35 BROKEN: Does not compile on 4.x 2004-12-08 23:27:24 +00:00
Kirill Ponomarev
6daf4e62d6 Fix build on 4-x 2004-12-08 23:03:10 +00:00
Michael Nottebrock
bc343a7df3 PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
2004-12-08 15:31:32 +00:00
Dejan Lesjak
e3744214b7 Fix build without imake.
Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-07 21:14:43 +00:00
Tilman Keskinoz
be0393db47 Fix pixieplus compilation with the new ImageMagick
PR:		74489
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2004-12-07 20:04:58 +00:00
Tilman Keskinoz
2f508fa0a3 Depend on libltdl
PR:		74763
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>

Bump PORTREVISION
2004-12-07 19:04:14 +00:00
Josef El-Rayes
5493ccfffc Chase ImageMagick update.
Approved by:	pav
2004-12-07 09:23:07 +00:00
Michael Johnson
5a8a740f25 Update to 1.2.5 2004-12-07 05:51:48 +00:00
Michael Johnson
147e6a9d56 Update to 2.8.1 2004-12-07 03:43:49 +00:00
Pav Lucistnik
b0216b7f8b - Update to 2.1.0
PR:		ports/74744
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2004-12-06 21:44:18 +00:00
Pav Lucistnik
c71a51704c - Update to 2.6.2 2004-12-06 16:32:18 +00:00
Thierry Thomas
748c29004a Upgrade to 8.2.2 (bugfix release). 2004-12-06 10:15:11 +00:00
Michael Johnson
b41fb96dbe Add py-cairo
Python bindings for Cairo
2004-12-05 23:22:02 +00:00
Kirill Ponomarev
edb8841271 Update to version 0.28.4
PR:		ports/74732
Submitted by:	Ports Fury
2004-12-05 18:40:38 +00:00
Kirill Ponomarev
2af8141b70 Update to version 3.06
PR:		ports/74731
Submitted by:	Ports Fury
2004-12-05 18:35:06 +00:00
Josef El-Rayes
15f9e62397 Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.

Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
PR:		ports/74487
Approved by:	mat
Reviewed by:	lofi
2004-12-05 15:12:36 +00:00
Josef El-Rayes
6f9ab98a3d Update ImageMagick to 6.1.6-0.
This fixes vulnerability as documented in
http://www.vuxml.org/freebsd/eeb1c128-33e7-11d9-a9e7-0001020eed82.html

Submitted by:	maintainer
PR:		ports/74487
Approved by:	mat
2004-12-05 13:58:11 +00:00
Mark Linimon
4d9e7fb643 With portmgr hat on, reset Roger's maintainership of these ports. While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
2004-12-05 04:54:21 +00:00
Michael Johnson
b9af02b6cd - Fix fetch by using new MASTER_SITE and adding MASTER_SITE_LOCAL to mix
- Update WWW: line to new web page
2004-12-04 02:59:05 +00:00
Kris Kennaway
3648d1f168 BROKEN on 4.x: Does not build 2004-12-04 02:13:40 +00:00
Kris Kennaway
bdf73e2dc2 BROKEN: Unfetchable 2004-12-04 01:40:53 +00:00
Josef El-Rayes
593e9c65c8 Mark port forbidden due to security vulnerability. 2004-12-02 15:38:32 +00:00
Kris Kennaway
d5cb088847 Correct typo in previous
Pointy hat to: 	kris
2004-12-02 01:28:06 +00:00
Michael Johnson
f13ef58534 Update WWW: line 2004-12-01 22:33:46 +00:00
Markus Brueffer
671a8d88de Add digikamimageplugins 0.7.0, a collection of image editor plugins for
Digikam. These plugins add new image treatment options like color management,
filters, or special effects.

Image improvements:
- Adjust levels : a plugin to adjust the image histogram levels manually.
- Despeckle : A noise reduction filter (using on Gimp 2.0 algorithm).
- Unsharp : An unsharped mask image filter (using on Gimp 2.0 algorithm).

Special effects:
- SolarizeImage : a plugin to solarize an image.
- OilPaint : an oil painting effect filter (using Pieter Voloshyn algorithm).
- Emboss : an embossed image effect filter (using Pieter Voloshyn algorithm).
- Raindrops : adding the visual effect of raindrops to an image (using Pieter
  Voloshyn algorithm).
- Charcoal : a charcoal drawing image effect filter.
- FilmGrain : simulate film grain to an image.

WWW: http://extragear.kde.org/apps/digikamimageplugins.php

Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2004-12-01 21:41:19 +00:00
Markus Brueffer
5df0b4cccc Unbreak by updating to version 0.7
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2004-12-01 21:36:24 +00:00
Markus Brueffer
e81c34a412 - Remove two directories from pkg-plist which get already removed by libkipi
- Fix path to k3b
- Bump PORTEPOCH to aid in portupgrading from digikamplugins

Approved by:	maintainer
2004-12-01 21:26:12 +00:00
Markus Brueffer
5986dcb24a Remove digikamplugins. It was merged into kipi-plugins.
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2004-12-01 21:21:46 +00:00
Joe Marcus Clarke
3082d0e609 Update to 2.8.2. 2004-12-01 21:15:56 +00:00
Volker Stolz
e52c3e44b8 Add missing dependency on perl
PR:		ports/74543
Submitted by:	maintainer
2004-12-01 11:01:18 +00:00
Alex Dupre
30cc4fb58d Make fetchable again. 2004-12-01 10:27:26 +00:00
Koop Mast
3e1ab817c9 Add libvisual. Libvisual is an abstraction library that comes between
applications and audio visualisation plugins.

Approved by:	pav (mentor)
2004-11-30 21:52:52 +00:00
Pav Lucistnik
6884fe334e - Try to fix build on 5.x, it uses perl script to generate documentation
Reported by:	pointyhat via kris
2004-11-30 08:18:28 +00:00
Trevor Johnson
534d018f00 I forgot to remove this file (pointyhat log forwarded by kris). 2004-11-28 23:44:07 +00:00
Thierry Thomas
679602a5c7 -std1 is not supported on alpha.
Reported by:	Kris / pointyhat.
2004-11-28 23:12:54 +00:00
Sergey Matveychuk
8d0ef69029 [new port] graphics/p5-SpringGraph
Directed graph alternative to GraphViz

PR:		ports/74415
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-27 12:54:53 +00:00
Kirill Ponomarev
4f531a32d6 Update to version 1.3
PR:		ports/74425
Submitted by:	Ports Fury
2004-11-26 21:02:54 +00:00
Sergey Matveychuk
27d3805815 - Fix build on both 4.x and 5.x
PR:		ports/73247
Submitted by:	maintainer
2004-11-26 17:46:53 +00:00
Sergey Matveychuk
f36efe7adc - Change spaces with tabs 2004-11-26 01:41:29 +00:00
Kris Kennaway
4648bc5816 Add missing file (XXX this should only be installed when gtk support is requested) 2004-11-26 00:50:42 +00:00
Kris Kennaway
adedd47d5d Add missing manpage 2004-11-26 00:44:43 +00:00
Kris Kennaway
1e50a6b360 Add missing file 2004-11-26 00:42:06 +00:00
Sergey Matveychuk
d7597637f7 [new port] graphics/p5-SVG-Graph
PR:		ports/74379
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 00:28:35 +00:00
Kris Kennaway
2a30ca0747 Add missing files 2004-11-26 00:25:40 +00:00
Sergey Matveychuk
9edb6f5e2e [new port] graphics/p5-GD-SVG
PR:		ports/74378
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 00:03:17 +00:00
Joe Marcus Clarke
61c89d37e0 Attempt to fix the build on ia64.
Reported by:	pointyhat via kris
2004-11-25 20:27:13 +00:00
Pav Lucistnik
cb66961a1d - Define NO_LATEST_LINK
Reported by:	Kris "Annoying Reminder Guy II" Kennaway
2004-11-25 13:26:32 +00:00
Markus Brueffer
d0144fcd16 Add kipi-plugins 0.1-beta1 after repocopy from digikamplugins
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2004-11-24 14:09:49 +00:00
Volker Stolz
a3d18b0f15 Update to latest version:
The news stats and showstats filter-sets can now display
frame rate, triangle count, and fragment count as an overlay
on the rendered frame. There has also been some work to
reduce overhead, so that the FPS counter will be reasonably
accurate.

PR:		ports/74296
Submitted by:	maintainer
2004-11-24 09:59:05 +00:00
Kris Kennaway
0397077da0 BROKEN on sparc64: Does not compile 2004-11-24 01:57:31 +00:00
Koop Mast
db78fcaf26 Change the not yet changed maintainer fields to my FreeBSD.org account.
Approved by:	pav (mentor)
2004-11-23 08:51:28 +00:00
Maho Nakata
af75880137 Update to 3.6.1 2004-11-23 03:23:46 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +00:00
Michael Johnson
b3c049f1bc Add long-exposure-tools
The Long Exposure Tools try to simulate the effects of long exposures by
combining multiple short exposure images.

PR:		ports/70855
Approved by:	adamw (mentor)
2004-11-23 01:04:17 +00:00
OKAZAKI Tetsurou
8c97809890 Fix compile error. 2004-11-22 16:55:58 +00:00
Kirill Ponomarev
1a392c10ad Update to version 0.28.1
PR:		ports/74244
Submitted by:	Ports Fury
2004-11-22 16:06:05 +00:00
Michael Johnson
63a5d014fd - Update to 2.2.p1
- Use libtool
- Use new DISTVERSION

Approved by:	pav (co mentor)
2004-11-21 20:09:47 +00:00
Pav Lucistnik
0bba045213 - Update to 2.0.1
PR:		ports/73614
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
Approved by:	Leonardo Martins <lmartins@nepe.eee.ufg.br> (maintainer)
2004-11-21 15:46:13 +00:00
Dirk Meyer
b3180215a4 http://people.freebsd.org/~josef/stuff/patch-gd_png.c
- fixes allocation bug for webpng (RT Ticket #159)
Submitted by:	josef
2004-11-21 12:29:31 +00:00
Pav Lucistnik
a9e2562c96 - Update to 0.9.8.1
PR:		ports/74143
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
2004-11-21 01:56:45 +00:00
Pav Lucistnik
bf2deb074c - Update to 2.6.1 2004-11-21 00:53:15 +00:00
Trevor Johnson
c438809093 To avoid security bug, use RPMs from Fedora Core 3.
Remove conflict between linux-png and linux-png10.
Use DOCSDIR, PORTDOCS and PLIST_FILES macros.
2004-11-20 19:31:46 +00:00
Mark Linimon
e22ed3d655 With portmgr hat on, reset inactive maintainer. These ports are now up
for adoption.
2004-11-20 08:09:49 +00:00
Michael Johnson
14036574d9 Add MASTER_SITE_LOCAL to MASTER_SITES until
freedesktop.org is back in order

Approved by:	adamw (implicit)
2004-11-20 06:41:22 +00:00
Kris Kennaway
5f550766a7 BROKEN: Does not install 2004-11-18 22:42:02 +00:00
Kris Kennaway
fe07d71ad4 BROKEN: Does not compile 2004-11-18 22:30:37 +00:00
Kris Kennaway
400162683c BROKEN on !i386: Does not compile 2004-11-18 22:22:18 +00:00
Kris Kennaway
b7c70eb79f BROKEN: Unfetchable 2004-11-18 22:03:40 +00:00
Pav Lucistnik
97a4c60baf - Switch to ./configure make make install way
Submitted by:	Li-Lun Wang (Leland Wang) <llwang@infor.org>
2004-11-18 09:55:55 +00:00
Koop Mast
0755df9681 Resurrect gimp-devel and update to version 2.2.pre1.
Approved by:	pav (mentor)
2004-11-18 09:55:04 +00:00
Kris Kennaway
887d8a8510 BROKEN on i386: Does not compile 2004-11-18 08:23:04 +00:00
Kris Kennaway
028b71a953 BROKEN: Does not compile 2004-11-18 08:11:37 +00:00
Michael Johnson
ee6bb3d0ff Add enblend
Enblend is a tool for compositing images. Given a set of images that
overlap in some irregular way, Enblend overlays them in such a way that
the seam between the images is invisible, or at least very difficult to
see. Enblend does not line up the images for you. Use a tool like Hugin
to do that.

PR:		ports/71992
Submitted by:	cartola@openit.com.br
Approved by:	adamw (mentor)
2004-11-17 20:35:24 +00:00
Markus Brueffer
cae1d33e56 Add libkexif 0.1, a library for manipulating EXIF information embedded in
images.

It currently supports viewing of all EXIF information via libexif. It also
supports the modification of a few attributes in a safe way that preserves
all other EXIF information in the file. It can currently modify the following
tags:

IFD0/Orientation
EXIF/UserCommend

WWW: http://digikam.sourceforge.net/

Arjan van Leeuwen <avleeuwen@piwebs.com> kindly volunteered to maintain
this port, thanks!
2004-11-17 16:48:26 +00:00
Markus Brueffer
bd646cbcd0 Add libkipi 0.1, the KDE Image Plugin Interface.
Arjan van Leeuwen <avleeuwen@piwebs.com> kindly volunteered to maintain
this port, thanks!
2004-11-17 16:35:41 +00:00
Dirk Meyer
5c2f3a48a4 - fix build with -O2
PR:		73964
Submitted by:	Justin Meye
2004-11-17 05:46:06 +00:00
Dirk Meyer
818d3c9094 - fix plist and add pamenlarge 2004-11-16 06:01:49 +00:00
Dirk Meyer
df6b8fee86 - bugfix in YCbCr support
some tables were initialized with wrong value
missing check for division by zero
Submitted by:	Hans Petter Selasky
2004-11-16 04:14:25 +00:00
Michael Johnson
9d4c647ba5 Add LOCALBASE in library path for imlib-config for jpeg, png, and other librariesl
Bump PORTREVISION

Pointed out by: kris via pointyhat
Approved by:	pav (co mentor)
2004-11-15 23:07:11 +00:00
Mikhail Teterin
c430db3cd7 Quickly -- before anyone notices -- add another hunk to the just committed
patch. It is related the previous one and is discussed in the same thread

	http://remotesensing.org/pipermail/tiff/2004-October/000698.html
2004-11-15 20:26:13 +00:00
Mikhail Teterin
e550e6353e Add a patch fixing a double/float pointer mismatch. Bump PORTREVISION.
PR:	ports/73811
Approved by:	dinoex	(maintainer)
Submitted by:	Peter Fales (to TIFF mailing list)
2004-11-15 20:01:45 +00:00
Jeremy Messenger
96e3d87a46 Ruby/RSVG is a Ruby binding of librsvg2.
WWW: http://ruby-gnome2.sourceforge.jp/
2004-11-15 19:50:50 +00:00
Jeremy Messenger
0fcebac3e3 Update to 0.11.0. Three new ports (Ruby/RSVG, Ruby/GnomePrint and
Ruby/GnomePrintUI) will be add in ruby-gnome2-all later when I am done with
create and test with those new ports tonight or tomorrow.
2004-11-15 06:18:35 +00:00
FUJISHIMA Satsuki
a787f0b075 farewell to libxpg4. 2004-11-15 05:19:30 +00:00
Dirk Meyer
ed57351f13 - fix bug with generation of transparent png
PR:		72521
Submitted by:	Bryan Henderson
2004-11-14 19:35:22 +00:00