1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

8590 Commits

Author SHA1 Message Date
Alejandro Pulver
ccbf773b26 - Change shared library version in LIB_DEPENDS to match current version of
x11-toolkits/gtkglext.

Reported by:	linimon
Approved by:	maintainer
2006-07-19 01:41:34 +00:00
Alejandro Pulver
6d91b2a069 - Change LIB_DEPENDS to match the new x11-toolkits/gtkglextmm port version.
Approved by:	maintainer
2006-07-18 21:20:04 +00:00
Alejandro Pulver
507ce75915 - Fix x11-toolkits/gtkglext dependency in LIB_DEPENDS (1.0.2 -> 1.0.0), which
has changed since the last update.

Reported by:	linimon
2006-07-18 18:18:43 +00:00
Vasil Dimov
e99c5fc107 Upgrade graphics/xaralx from 0.5r1175 to 0.6r1441 and
graphics/xaralx-devel from 0.5r1402 to 0.6r1460
2006-07-18 11:29:23 +00:00
Alejandro Pulver
d8a6189c74 - Fix building (missing ':' in LIB_DEPENDS).
Reported by:	linimon
2006-07-17 19:31:44 +00:00
Mark Linimon
035a11c0ad Reset maintainer due to bouncing email address. 2006-07-17 04:37:32 +00:00
Mark Linimon
e6fce0574e Mark broken: fails to install. 2006-07-16 20:12:43 +00:00
Mark Linimon
4706167491 Mark broken: fails to compile. 2006-07-16 20:03:34 +00:00
Mark Linimon
58deda86b0 Mark a broken on 5.x: internal gcc error. 2006-07-16 20:01:12 +00:00
Erwin Lansing
6917e8d054 - Fix for older perl.
- Use dirrmtry

PR:		100391
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-07-16 19:11:39 +00:00
Cheng-Lung Sung
58dceab745 - update to 1.22 2006-07-16 15:27:33 +00:00
Mark Linimon
fd9f350888 Mark broken on ia64. 2006-07-15 18:46:30 +00:00
Cheng-Lung Sung
0e29681c02 Add p5-SVG-DOM2 1.00, SVG extention to the popular XML::DOM2.
PR:		ports/100250
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-15 05:19:15 +00:00
Vanilla I. Shu
9c7b0db639 Upgrade to latest version.
PR:		ports/100237
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-15 01:44:24 +00:00
Vanilla I. Shu
9caa57c86c Upgrade to latest version.
PR:		ports/100235
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-15 01:41:59 +00:00
Emanuel Haupt
a67c4b8611 With 24/32-bit xwd files, xv swaps the red and blue channels. With 16-bit xwd
files, the image is very dark green (almost black).

Both problems are caused by hard-coding the channel order and offsets, rather
than using the colour masks in the xwd header.

xv reads the input into a 24-bit internal image, which is then displayed.  The
lack of brightness in the 16-bit display is because the colour values are copied
into the low-order bits of the internal pixmap rather than the high order bits.
The green hue is because the green channel has 6 bits, whereas red and blue only
have 5 bits, making the green twice as (relatively) bright.

The new patch solves that problem.

PR:		96971
Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
Approved by:	Miguel Mendez <mmendez@gmail.com> (maintainer)
2006-07-14 15:31:50 +00:00
Mark Linimon
4c6b37eeea Note dependency breakage. 2006-07-14 06:44:04 +00:00
Ion-Mihai Tetcu
115e0322ce Really fix breakage from aborted commit.
Submitted by:	maintainer
2006-07-12 20:01:38 +00:00
Mikhail Teterin
233fdabe16 Upgrade from 2.2.10 to 2.2.11.
Approved by:	maintainer
2006-07-12 17:51:19 +00:00
Ion-Mihai Tetcu
f769dc8f7b gtkglext shared lib version was changed from libgtkglext-x11-1.0.so.2 to
libgtkglext-x11-1.0.so.0. Track this in LIB_DEPENDS.

PR:		ports/100129
Submitted by:	maintainer
2006-07-12 01:12:15 +00:00
Ion-Mihai Tetcu
5beea1d6f8 tkglext shared lib version was changed from libgtkglext-x11-1.0.so.2 to
libgtkglext-x11-1.0.so.0. Track this in LIB_DEPENDS

PR:		ports/100130
Submitted by:	maintainer
2006-07-12 00:56:15 +00:00
Ion-Mihai Tetcu
835b2e793a Finish previous interrupted commit.
Update to 1.1.5

 PR:             ports/100105
 Submitted by:   maintainer
2006-07-11 20:25:12 +00:00
Ion-Mihai Tetcu
9b2d57aa06 - Update to 1.1.5
PR:		ports/100105
Submitted by:	maintainer
2006-07-11 20:23:11 +00:00
Vanilla I. Shu
bc430abbdb Add MODULE_ARCH to PLIST_SUB, and make portlint happy.
Submitted by:	ssedov at mbsd.msk.ru
2006-07-11 08:18:25 +00:00
Joe Marcus Clarke
a9c8f80cb7 Really fix the build by depending on docbook-xsl, and using the installed
docbook stylesheet rather than fetching it via HTTP.
2006-07-10 05:03:21 +00:00
Joe Marcus Clarke
2f4d8e1096 Add a BUILD_DEPENDS on Python. 2006-07-10 02:15:17 +00:00
Joe Marcus Clarke
4f138d91aa Add a missing dependency on lcms. 2006-07-10 02:12:50 +00:00
Joe Marcus Clarke
4089794160 Make the cairo output backend optional (defaults to enabled). Turning this
off can help performance when rendering certain PDF documents, especially
those that contain Type 3 fonts.

Reported by:	Veiko Palge <veiko.palge@gmail.com>
2006-07-10 02:04:07 +00:00
Boris Samorodov
6478ed46be 1. Upgrade linux infrostructure ports from FC3 to FC4.
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2.     [1]

Requested by:	netchild [1]
Approved by:	netchild (mentor, implicit)
2006-07-09 21:01:45 +00:00
Erwin Lansing
e3a0ad0c24 Update to 2.5 2006-07-09 10:55:48 +00:00
Maho Nakata
20f3ee593d Unbreak for sparc64
PR:		99905
Submitted by:	ahze
2006-07-08 06:57:28 +00:00
Ion-Mihai Tetcu
2635344162 JDraw is a pixel oriented graphics editor designed especially for small
to medium-sized pictures used to decorate web pages. It is completely
written in Java, simple to use and saves (animated) GIFs, ICOs and PNGs.

Author:	jdomain@users.sourceforge.net
WWW:	http://www.j-domain.de/homepage.php?page=20

PR:		ports/95895
Submitted by:	Nicola Vitale	<nivit at email.it>
2006-07-06 17:47:02 +00:00
Ion-Mihai Tetcu
740c3eaaed ePDFView is a free lightweight PDF document viewer using Poppler and GTK+
libraries.

The aim of ePDFView is to make a simple PDF document viewer, in the lines of
Evince but without using the Gnome libraries.

WWW: http://www.emma-soft.com/projects/epdfview/

PR:		ports/99843
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-07-06 17:12:10 +00:00
Vanilla I. Shu
749238decc Add gl support.
Submitted by:	Volodymyr Kostyrko <arcade at synergetica.dn.ua>
2006-07-06 15:48:49 +00:00
Tilman Keskinoz
a8024bacaa Update to 0.2.8
PR:		99816
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-07-06 11:14:38 +00:00
Vanilla I. Shu
8854dd87fa Upgrade to latest version.
PR:		ports/99774
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-05 03:12:44 +00:00
Vanilla I. Shu
563fa311e0 Upgrade to latest version.
PR:		ports/99771
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-05 03:11:18 +00:00
Mark Linimon
fb0914231a Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR:		ports/92445
Hat:		portmgr
2006-07-05 02:30:58 +00:00
Jeremy Messenger
8ed2d82882 Update to 3.3, see changelog for details:
http://comix.sourceforge.net/changelog.html
2006-07-05 00:38:43 +00:00
Vasil Dimov
0d2e5ce63a Upgrade from 0.5r1388 to 0.5r1402 2006-07-04 15:23:51 +00:00
Stefan Walter
5898d416a0 - Update to 5.0.2.
- Slightly adjust CONFLICTS.
- IGNORE only when PACKAGE_BUILDING.

PR:		94036
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
Approved by:	arved (mentor)
2006-07-03 16:17:46 +00:00
Jeremy Messenger
d9fa7e5a74 Update to 0.15.0, see changelog for details:
http://ruby-gnome2.sourceforge.jp/?News_20060701_1

I will add two new ports, ruby-poppler and ruby-vte, later in this week.
2006-07-03 00:39:30 +00:00
Alejandro Pulver
ed21386c5e GRX is a 2D graphics library originaly written by Csaba Biegl for DJ Delorie's
DOS port of the GCC compiler.

Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32
(using the Mingw compiler).

WWW: http://grx.gnu.de/
2006-07-03 00:33:34 +00:00
Stefan Walter
9f60f0bc1d Fix dependency on x11-toolkits/gtkglext.
PR:		99634
Submitted by:	Remy Oudompheng <oudomphe@clipper.ens.fr>
Patch by:	maintainer
Approved by:	arved (mentor)
2006-07-02 16:28:43 +00:00
Aaron Dalton
773cceb0bd - Update to 3.0
PR:		ports/99025
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-01 15:53:23 +00:00
Yen-Ming Lee
e82056329c - update to 1.10 2006-07-01 14:43:56 +00:00
Eric Anholt
5e0bae0b16 Fix build with custom CFLAGS not terminated by a space.
PR:		ports/99495
Submitted by:	Artem Naluzhny <tut@nhamon.com.ua>
2006-06-29 14:19:24 +00:00
Eric Anholt
f23c4e9607 Stop trying to do something with a local copy of libdrm, and depend on the
system's.
2006-06-29 14:06:36 +00:00
Eric Anholt
d423519fdb Update to 2.0.2, which includes new R200 VP commands. 2006-06-29 13:55:57 +00:00
Vasil Dimov
ddf3386e1f Upgrade from 0.5r1340 to 0.5r1388 2006-06-29 13:06:34 +00:00
Tom McLaughlin
ffd6098c96 Chase dbus-sharp update. 2006-06-29 02:09:33 +00:00
Pav Lucistnik
9b7b2753e8 - Transfer maintainership to Stanislav Sedov
Approved by:	old maintainer
2006-06-28 07:55:39 +00:00
Ying-Chieh Liao
cc257b5946 upgrade to 3.0 2006-06-28 05:59:53 +00:00
Rong-En Fan
ba5a82b53b Change to my FreeBSD.org email.
Approved by:	delphij (mentor)
2006-06-27 03:58:58 +00:00
Boris Samorodov
7e4f995488 o update Makefile to use bsd.linux-rpm.mk infrostructure;
o  update to newer version 0.22.0.18 (for Fedora Core 4);
o  add fetching of the sources files when PACKAGE_BUILDING is
   enabled (needed according to GPL);
o  add support for amd64.

Approved by:	Seth Kingsley <sethk@meowfishies.com> (maintainer by email),
		netchild (mentor)
2006-06-26 22:16:22 +00:00
Jean-Marc Zucconi
cdc019b46b - Update to 2.19
- Patch Makefile.PL to see includes and libs
- Update Makefile and pkg-plist to respect NOPORTDOCS
- Update scripts/configure to respect PREFIX

PR:		ports/99012
Submitted by:	Aaron Dalton <aaron@freebsd.org>
2006-06-26 11:21:39 +00:00
Eric Anholt
a988163169 Update to 0.9.0, for much more prettiness and translation.
PR:		ports/97711
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-06-26 11:13:08 +00:00
Eric Anholt
a5f2529257 Fix build with existing FreeBSD ports (which has stale GL proto headers).
PR:		ports/99471
Submitted by:	Vincent Howell <darkvincentdude@yahoo.com>
2006-06-26 10:51:55 +00:00
Pav Lucistnik
8430f2111f - Make librsvg dependency optional 2006-06-26 10:39:06 +00:00
Alejandro Pulver
16f793124c - Remove USE_X_PREFIX.
Approved by:	maintainer
2006-06-25 23:05:57 +00:00
Alejandro Pulver
07dd958a5e - Remove USE_X_PREFIX.
- Use SDL_CONFIG.
- Do not quote BROKEN message.

Approved by:	maintainer
2006-06-25 23:05:03 +00:00
Cheng-Lung Sung
c43be3147b - MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@

PR:		ports/98755
Submitted by:	rafan (the fresh committer)
2006-06-25 15:29:12 +00:00
Eric Anholt
f2df542417 Mark new CONFLICTS for dri-devel. 2006-06-25 14:43:13 +00:00
Eric Anholt
fbdf13efe6 Update dri-devel to a 2006-06-24 snapshot.
Replace the annoying always-conflicting patch to freebsd-dri with a big
REINPLACE_CMD.
2006-06-25 14:42:13 +00:00
Eric Anholt
4df68e63a6 Add a linux_dri-devel port: CVS snapshot of DRI drivers for linux, which I
compiled on a debian machine.
2006-06-25 14:33:51 +00:00
Eric Anholt
883a727c4d Update linux_dri to Mesa 6.5 binaries I rolled on a debian machine. 2006-06-25 14:27:55 +00:00
Joe Marcus Clarke
07de6b4bb4 Update to 0.44. This version required a log2 implementation which was
taken from standards/83845.
2006-06-25 06:07:03 +00:00
Joe Marcus Clarke
a250ced4fd Update to 0.95. 2006-06-25 01:59:12 +00:00
Jeremy Messenger
14025f4229 Update to 3.2.1, see changelog for details:
http://comix.sourceforge.net/changelog.html
2006-06-24 22:27:24 +00:00
Martin Wilke
c4bbc70781 Update to 2.1.0
PR:		ports/99413
Submitted by:	miwi
Approved by:	markus (co mentor)
2006-06-24 20:10:35 +00:00
Mathieu Arnold
7a6819c540 Ruby bindings for Edje library
PR:		99313
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-06-24 18:41:20 +00:00
Mathieu Arnold
e1acac6966 ruby-esmart is a set of Ruby language bindings for Enlightenment's Evas objects library, Esmart.'
PR:		99314
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-06-24 15:06:34 +00:00
Mathieu Arnold
ac072d49b6 ruby-evas is a set of Ruby language bindings for Enlightenment's Canvas
library, Evas.

PR:		99311
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-06-23 16:49:30 +00:00
Pav Lucistnik
d587e5dea4 - Fix build on FreeBSD 4
PR:		ports/99377
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-06-23 16:21:48 +00:00
Yen-Ming Lee
5a254b5c88 - update to 2.34
- IGNORE when perl < 5.6

PR:		99349
Submitted by:	leeym
Approved by:	maintainer
2006-06-23 11:35:31 +00:00
Andrew Pantyukhin
f5b4248a61 - Update to 8.22 2006-06-22 13:57:29 +00:00
Pav Lucistnik
720b500484 gphotofs is a FUSE filesystem module to mount your camera as a filesystem.
This allow using your camera with any tool able to read from a mounted
filesystem.

WWW: http://gphoto.sourceforge.net/proj/gphotofs/
2006-06-21 20:08:33 +00:00
Pav Lucistnik
2f93b34114 - Build and install print-camera-list 2006-06-21 19:20:45 +00:00
Renato Botelho
acca2dab6c Move fpc-gtk and fpc-gtk2 from graphics to x11-toolkits and change fpc-units
to reflect this

Suggested by:	Vanilla I. Shu <vanilla@fatpipi.cirx.org>
Approved by:	maintainer
2006-06-21 16:44:54 +00:00
Renato Botelho
8fe63aeaad Add fpc-svgalib , free Pascal interface to the SVGA graphics library.
PR:		ports/98675
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 16:04:09 +00:00
Renato Botelho
afc78c66c6 Add fpc-pasjpeg , handling JPEG files with Pascal.
PR:		ports/98647
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 16:03:07 +00:00
Renato Botelho
967a28aef2 Add fpc-opengl , free Pascal interface to the OpenGL library.
PR:		ports/98674
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 16:01:47 +00:00
Renato Botelho
cef0cc82ca Add fpc-ncurses , free Pascal interface to the ncurses library.
PR:		ports/98659
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 16:00:43 +00:00
Renato Botelho
8d35a6a8f1 Add fpc-libpng , free Pascal interface to libpng, for reading PNG image
files.

PR:		ports/98673
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:59:16 +00:00
Renato Botelho
77f37cc77f Add fpc-libgd , free Pascal interface to libgd for producing graphics
files.

PR:		ports/98672
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:58:05 +00:00
Renato Botelho
4fe93cb540 Add fpc-imlib , free Pascal interface to imlib library.
PR:		ports/98690
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:56:52 +00:00
Renato Botelho
c3e59b7a1d Add fpc-gtk2 , free Pascal interface to the GTK2 libraries.
PR:		ports/98669
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:55:45 +00:00
Renato Botelho
9280f61e8f Add fpc-gtk , free Pascal interface to the GTK libraries.
PR:		ports/98670
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:54:32 +00:00
Renato Botelho
c90d282c2c Add fpc-ggi , free Pascal interface to libggi.
PR:		ports/98667
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:53:33 +00:00
Renato Botelho
ce91d035da Add fpc-fpgtk , free Component Library for create programs with gtk.
PR:		ports/98665
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:52:19 +00:00
Pav Lucistnik
0e0d0a2d39 - Fix build with WITHOUT_NLS option
Reported by:	dougb
Obtained from:	vendor svn (r8923, r8925)
2006-06-20 22:15:16 +00:00
Vasil Dimov
169e468826 Upgrade from 0.5r1325 to 0.5r1340 2006-06-20 11:32:18 +00:00
Yen-Ming Lee
01057ccebb - mark IGNORE under old perl 2006-06-20 02:26:11 +00:00
Pav Lucistnik
14a0be690a - Bump PORTREVISION to force rebuild with new libgphoto2 2006-06-19 21:13:53 +00:00
Pav Lucistnik
ee5dedc438 - Update to 2.2.0
- Take maintainership
2006-06-19 21:13:03 +00:00
Pav Lucistnik
f81ddb0544 - Update to 2.2.1
- Use ltverhack
- Take maintainership
2006-06-19 21:12:34 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Aaron Dalton
64eed0b212 - Update to v1.09
- Rename patchfiles to satisfy portlint

Approved by:	tobez (implicit)
2006-06-19 00:05:47 +00:00
Ion-Mihai Tetcu
b742602ce3 Remove graphics/magickwand port which was already in the tree with the name
php-magickwand.

Submitted by:	ale@
Pointyhat to:	me (itetcu)
2006-06-18 20:47:38 +00:00
Ion-Mihai Tetcu
0a23b0bb65 Fix plist and unbreak.
PR:		ports/98522
Submitted by:	Soeren Straarup <xride@x12.dk>
Approved by:	maintainer timeout
2006-06-18 10:32:22 +00:00