1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
Commit Graph

184817 Commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
754d79ef02 - Mark BROKEN on CURRENT [1]
- Chase graphics/cegui update [2]
- Bump PORTREVISION

Suggested by:	linimon [1]
Forgotten by:	oliver [2]
2007-09-29 03:10:13 +00:00
Alejandro Pulver
6805b3fddc - Update to version 0.58.
- Remove patch that was integrated upstream.

Reported by:	portscout
2007-09-29 02:46:59 +00:00
Alejandro Pulver
1270cbb8ec - Complete repocopy of games/iourbanterror and apply patch.
PR:		ports/116299
Submitted by:	alepulver (myself)
2007-09-29 01:58:29 +00:00
Alejandro Pulver
21291b2b23 - Do not depend on games/quake3-data, but install in the same directory and
use @dirrmtry.

Suggested by:	ale
2007-09-29 01:56:49 +00:00
Alejandro Pulver
fb198508aa - Fix building when MP3 option is disabled. 2007-09-29 01:41:59 +00:00
Alejandro Pulver
29633bd81b - Update to version 7392.
Reported by:	Steve Crowder <steve@crowders.org>
2007-09-29 00:52:43 +00:00
Alejandro Pulver
05f58c4825 - Update to 0.3.1.
- Improve the port.

PR:		ports/116500
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2007-09-29 00:48:34 +00:00
Maho Nakata
5862f5e093 Update to SRC680_230. 2007-09-29 00:17:58 +00:00
Edwin Groothuis
d1734a99fd maintainer update: math/scilab-toolbox-swt
add optional dependence on scilab-toolbox-sivp

PR:		ports/116373
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>
2007-09-29 00:16:03 +00:00
Maho Nakata
2dc4cff912 f90gl is a public domain implementation of the official Fortran90
bindings for OpenGL. This implements the interface for OpenGL
1.2, GLU 1.2, GLUT 3.7, and  several extensions.

WWW: http://math.nist.gov/f90gl/
2007-09-28 23:48:53 +00:00
Shaun Amott
893d157922 Put back in the -devel's pkg-descr and comment line to differentiate
the two ports.
2007-09-28 23:40:50 +00:00
Shaun Amott
53ca97a331 Transfer maintainership. 2007-09-28 23:34:40 +00:00
Edwin Groothuis
cb19c5eebe Remove errornous -devel from ircd-ratbox.
Sync ircd-ratbox to ircd-ratbox-devel.

Pointy hat to: edwin@
2007-09-28 23:10:59 +00:00
Edwin Groothuis
09ad640a0e Remove errornous -devel from ircd-ratbox.
Sync ircd-ratbox to ircd-ratbox-devel.

Pointy hat to: edwin@

PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
2007-09-28 23:10:58 +00:00
Martin Wilke
fefd184283 ParseTreeReloaded is a reimplementation of ParseTree
using RubyInlineAcceleration.
The goal is to provide full compatibility
to ParseTree while making it easier to build and extend.

WWW:	http://rubyforge.org/projects/ptreloaded/

PR:		ports/116709
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
2007-09-28 22:59:13 +00:00
Martin Wilke
b7b1f0ffb7 RubyInlineAcceleration is an extension to RubyInline
which provides an easy way to use C libraries
in Ruby by directly wrapping methods, structures and fields.

WWW:	http://rubyforge.org/projects/rubyinlineaccel/

PR:		ports/116709
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
2007-09-28 22:57:37 +00:00
Martin Wilke
19039c9782 ruby2ruby provides a means of generating pure ruby code
easily from ParseTree's Sexps.
This makes making dynamic language processors
much easier in ruby than ever before.

WWW: http://rubyforge.org/projects/seattlerb/
WWW: http://seattlerb.rubyforge.org/ruby2ruby/

PR:		ports/116711
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
2007-09-28 22:56:02 +00:00
Maho Nakata
9683c867f9 Update to 2.9.14. 2007-09-28 22:43:46 +00:00
Joe Marcus Clarke
4fd3bcdd0d Chase the libpurple shared lib version.
Reported by:	Portsmon
2007-09-28 22:02:14 +00:00
Jimmy Olgeni
691d75d87a Upgrade to version 1.300. 2007-09-28 21:57:46 +00:00
Diane Bruce
43b6d7671f - Fix problem with build of port reported by linimon Sept 28 2007
Basically the port was relying on TCL_PACKAGE_PATH in tcllib/tclConfig.sh
  to be a single path with no trailing spaces. As of tcl84, TCL_PACKAGE_PATH
  can be a list. I patched e4graph configure to use TCL_PREFIX/lib instead.

Discussed with:	linimon
2007-09-28 21:49:09 +00:00
Brooks Davis
89c4039085 LLVM is believed to build on sparc64 on 6.x. I suspect a gcc 4.2 bug so mark
broken for sparc64 on -CURRENT after the gcc 4.2.0 import.
2007-09-28 20:37:11 +00:00
Brooks Davis
900b5c0cd5 Mark BROKEN on sparc64.
Reported by:	linimon
2007-09-28 20:10:29 +00:00
Thierry Thomas
98cc66dd86 Chase a minor & silent update, to make it fetchable again.
Full diff available at
<http://people.freebsd.org/~thierry/ports/CImg-1.2.4_070927_070926.diff>

Reported by:	bf2006a (at) yahoo.com
2007-09-28 17:05:48 +00:00
Andrew Pantyukhin
637eb895fb - Update to 1.19.8
- Disable mysql support temporarily
2007-09-28 15:29:14 +00:00
Brooks Davis
b76df69100 Upgrade to LLVM 2.1, the latest release.
A couple patchs are included from HEAD that didn't make the release, but
fix use-after-free bugs.

Submitted by:	Emil Mikulic <emil at cs dot rmit dot edu dot au>
2007-09-28 15:24:14 +00:00
Gabor Kovesdan
146dcfea75 - Update to 1.2.1
PR:		ports/116542
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2007-09-28 15:23:06 +00:00
Andrew Pantyukhin
c5310d06fa - Update to 0.63 2007-09-28 15:19:52 +00:00
Michael Johnson
efed22fbcc Make gnomevfs and dbus optional
PR:		ports/116497
Submitted by:	Henrik Brix Andersen <henrik@brixandersen.dk>
2007-09-28 14:01:10 +00:00
Michael Johnson
b68c5bb925 Update to 2.4.0-rc3 2007-09-28 13:41:52 +00:00
Edward Tomasz Napierala
5e8fa5134d - Update to 0.9.5. 2007-09-28 13:08:43 +00:00
Shaun Amott
e4a359e488 Transfer maintainership. 2007-09-28 13:07:29 +00:00
Edwin Groothuis
75938a8363 ports/116644: New Port: devel/ruby-cruisecontrolrb
CruiseControl.rb is a continuous integration tool. Its basic
	purpose in life is to alert members of a software project
	when one of them checks something into source control that
	breaks the build.

	CC.rb is easy to install, pleasant to use and simple to
	hack.  It's written in Ruby.

	WWW: http://cruisecontrolrb.thoughtworks.com

PR:		ports/116644
Submitted by:	Philip M.Gollucci <pgollucci@p6m7g8.com>
2007-09-28 12:57:34 +00:00
Edwin Groothuis
9c4d15df8f games/hex-a-hop port doesn't compile on 64bit systems
Doesn't compile on 64bit systems, and I have no access to
	such systems to fix.  Any help/offers greatfully accepted,
	but that witholding, need to mark this as i386 only.

PR:		ports/116589
Submitted by:	Jamie Jones <jamie@bishopston.net>
2007-09-28 12:32:50 +00:00
Edwin Groothuis
52761a44f8 [NEW PORT] net/fping+ipv6: Quickly ping N hosts w/o flooding the
network - IPv6 version

	This is an IPv6 only version of fping. The fping with IPv6 patch cannot handle
	IPv4 ping, therefore I think it is better to have two distinct port:
	fping - IPv4 only
	fping+ipv6 - IPv6 only

	Maintainer of fping also copied. He can maintain both port if he agrees.
	-------------------------------------------------

	A tool to quickly ping N number of hosts to determine their reachability
	without flooding the network.

	fping is different from ping in that you can specify any number of
	hosts on the command line, or specify a file containing the lists
	of hosts to ping. Instead of trying one host until it timeouts or
	replies, fping will send out a ping packet and move on to the next
	host in a round-robin fashion. If a host replies, it is noted and
	removed from the list of hosts to check. If a host does not respond
	within a certain time limit and/or retry limit it will be considered
	unreachable.

	Unlike ping, fping is meant to be used in scripts and its
	output is easy to parse.
	This is an IPv6 only version.

	WWW: http://www.fping.com/

	Generated with FreeBSD Port Tools 0.77

PR:		ports/112185
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2007-09-28 12:26:52 +00:00
Dirk Meyer
5f310ab022 - update to 1.3.0 2007-09-28 12:06:46 +00:00
Dirk Meyer
eb9c91996f - update to 1.30.0 2007-09-28 12:06:04 +00:00
Dirk Meyer
69610c9375 - update to 1.30.0
Tested by:	Erik Van Benschoten

- sort plist

- fix pre-install for user
Submitted by:	brian (Brian Somers)
2007-09-28 12:05:15 +00:00
Nicola Vitale
2f3b2a4cfb - Update to 1.3.3 2007-09-28 11:40:56 +00:00
Hiroki Sato
502206b4d8 Replace #!/usr/bin/perl with ${PERL}. Bump PORTREVISION.
PR:	ports/116703
2007-09-28 09:04:48 +00:00
Edwin Groothuis
814019ef9e x11/xphelloworld - Man page wierdness
Properly replace __xxxmansuffix__ in the manpages of this
	port.

PR:		ports/112940
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2007-09-28 08:18:34 +00:00
Edwin Groothuis
9d1204aa9d Readd deleted files with the -kb flag 2007-09-28 08:13:10 +00:00
Edwin Groothuis
89e92a0731 temporary remove files 2007-09-28 08:10:39 +00:00
Mark Linimon
4e430b1c03 Mark as broken: fails to fetch. 2007-09-28 07:51:46 +00:00
Martin Matuska
ae11eaead6 - Reactivate support for Tcl 8.5 2007-09-28 05:18:43 +00:00
Martin Matuska
bc874c016a - Update to 8.5.b.1 2007-09-28 05:14:15 +00:00
Sergey Skvortsov
261cebcdac Fix pkg-plist
Pointed by:	pav
2007-09-28 04:53:43 +00:00
Greg Lewis
762421dc73 . Update to 2.3.2. 2007-09-28 04:18:50 +00:00
Maho Nakata
490ce3d0eb Build fix with WITH_TTF_BYTECODE_ENABLED enabled.
Submitted by:	truckman
Also reported by: Rainer Alves <rainer.alves@gmail.com> and Ben Stuyts <ben@altesco.nl>
2007-09-28 04:11:09 +00:00
Maho Nakata
b17b17fc28 Unbreak for 7-CURRENT.
Truckman was able to successfully build the port on
a September 22nd copy of 7.0-CURRENT on an i386 machine
with jdk-1.5.0.12p6_2,1, also use only 1.4 and 1.5, as JDK 1.6 has
problem. See PR 116607.

PR:	116607
Submitted by:	truckman
2007-09-28 03:28:46 +00:00