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

206455 Commits

Author SHA1 Message Date
Gerald Pfeifer
17f97ec49b Add libXrender as another dependency. Among others this should improve
the appearance of Firefox.

PR:		127909
2008-11-24 06:45:19 +00:00
Sergey Skvortsov
5649da8e8c Mark as DEPRECATED. 2008-11-24 06:32:27 +00:00
Sergey Skvortsov
18c5d4f355 Rename databases/firebird2-* to databases/firebird20-* 2008-11-24 06:22:36 +00:00
Martin Wilke
b8c34bedd8 - Connect hdf5-18 2008-11-24 05:35:04 +00:00
Martin Wilke
67de49e056 - Update to 1.8.2
PR:		128988
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2008-11-24 05:29:55 +00:00
Martin Wilke
021896b495 - Force commit
repocopy from science/hdf5 to science/hdf5-18
2008-11-24 05:25:44 +00:00
Michael Johnson
f61d73c5e5 Fix a bug in x_realloc() which tries to read out too many bytes from the old storage after allocating new storage.
PR:		ports/127639
Submitted by:	Thorsten Glaser <tg@mirbsd.de> (MirBSD project)
Reported by:	Mel <mel.xyzzy@rachie.is-a-geek.net>
2008-11-24 03:32:46 +00:00
Michael Johnson
68a978ac81 Update to 0.1.0
PR:		ports/128439
Submitted by:	<decke@bluelife.at>
2008-11-24 03:19:40 +00:00
Dmitry Marakasov
d887c438c8 Meritous is an action-adventure dungeon crawl game.
WWW: http://www.asceai.net/meritous/
2008-11-24 01:32:06 +00:00
Emanuel Haupt
37a743527b Update to 0.5.3 (files forgotten in previous commit) 2008-11-24 00:27:46 +00:00
Emanuel Haupt
93c7fcb929 Update to 0.5.3 2008-11-24 00:25:16 +00:00
Martin Wilke
d2b683251f - Update maintainer mail adress
PR:		129015
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2008-11-23 23:09:07 +00:00
Martin Wilke
00b6024f0d - Update maintainer mail adress 2008-11-23 23:06:31 +00:00
Martin Wilke
f32e132cd6 - Update maintainer mail adress
PR:		128925
Submitted by:	Anatoliy Dmytriyev" <tolid@tolid.eu.org> (maintainer)
2008-11-23 22:58:50 +00:00
Martin Wilke
d01cd12662 libFIRM provides a graph-based intermediate representation (IR), which operates
exclusively in SSA-form, starting at IR construction until assembler code
emission.  It offers many analyses and optimizations, provides extensive debug
support and includes a backend framework.

* analyses: dominance, loop tree, execution frequency, control dependencies,
  call graph, rapid type, def-use, alias analysis, class hierarchy analysis
* optimizations: dead code elimination (happens implicitly), constant folding,
  local common subexpression elimination, arithmetic identities (happens on the
  fly), unreachable code elimination, global common subexpression elimination,
  code placement, strength reduction, scalar replacement, if-conversion,
  load/store optimization, control flow optimizations, reassociation, partial
  condition evaluation, tail recursion elimination, inlining, procedure cloning
* enhanced debugging support: extensive checkers, breakpoints on node creation,
  entity creation, graph dumping
* lowering of intrinsics, double word arithmetics, bitfields
* generic backend features:
  * novel SSA based register allocator
  * several SSA copy coalescing and spilling algorithms
  * algorithms for instruction and basic block scheduling
* working ia32 backend, unfinished backends for MIPS, ARM, PPC32
* handwritten recursive descent C89/C99 frontend available (lang/cparser)

WWW: http://libfirm.org/

PR:		ports/129070
Submitted by:	Christoph Mallon <christoph.mallon at gmx.de>
2008-11-23 22:56:50 +00:00
Martin Wilke
fdc7c90471 LV2 is a standard for plugins and matching host applications, mainly targeted at
audio processing and generation.
LV2 is a simple but extensible successor of LADSPA, intended to address the
limitations of LADSPA which many applications have outgrown.

WWW: http://lv2plug.in/

PR:		ports/129026
Submitted by:	xaimus <xaimus at gmail.com>
2008-11-23 22:52:44 +00:00
Martin Wilke
51ce9c904a - Update to 0.10.3
Note:
FreeBSD 6.X isn't longer supported

PR:		129044
Submitted by:	Ashish Shukla <wahjava@gmail.com> (maintainer)
2008-11-23 22:51:45 +00:00
Martin Wilke
ba65975f5e - Update to 2.17
PR:		129067
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2008-11-23 22:45:54 +00:00
Martin Wilke
be73a465ba - Update to 1.10
PR:		129068
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2008-11-23 22:44:04 +00:00
Gerald Pfeifer
3634ce064b Add sparc64 to NOT_FOR_ARCHS. (Nothing really should use this port at
this point anyway, and we're down to six abandoned other ports overall.)

Reported by:	pointyhat
2008-11-23 21:05:33 +00:00
Gerald Pfeifer
51b0c1269c Update to Wine 1.1.9. Among others, this includes the following changes:
- A large number of regression test fixes.
 - Performance improvements in memory management.
 - Improved POP3 support in inetcomm.
 - Initial implementation of the XInput DLL.
 - Various bug fixes.

It also fixes the "Invalid address" issue reported by some users, at least
according to my testing.

PR:		128926
2008-11-23 20:53:10 +00:00
Lars Balker Rasmussen
a8c899b900 Update to 1.22 2008-11-23 20:41:24 +00:00
Martin Wilke
35f084dfd4 - Connect firefox3-i18n 2008-11-23 19:47:23 +00:00
Wesley Shields
5ee1c05748 - Update to 2.12
- Pass maintainer to submitter
- Switch to new MASTER_SITES
- Add RC script
- Switch to OPTIONS
- Properly handle the configuration file
- Respect CC and CFLAGS

PR:		ports/128894
Submitted by:	Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
Approved by:	mike@mikekohn.net (maintainer)
2008-11-23 19:25:12 +00:00
Christian Weisgerber
7be05569c8 LP64 fixes
Approved by:	itetcu
2008-11-23 19:07:52 +00:00
Martin Wilke
14a36e4848 As its name suggests, picocom is a minimal dumb-terminal emulation pro-
gram. It is, in principle, very much like minicom(1) , only it's "pico"
instead  of "mini"! It was designed to serve as a simple, manual, modem
configuration, testing, and debugging tool. It has also  served  (quite
well) as a low-tech "terminal-window" to allow operator intervention in
PPP connection scripts (something like the  ms-windows  "open  terminal
window  before / after dialing" feature). It could also prove useful in
many other similar tasks.

WWW:	http://efault.net/npat/hacks/picocom/
2008-11-23 18:22:19 +00:00
Martin Wilke
a066b89dc9 The PECL-haru extension provides bindings to the
libHaru library. libHaru is a free, cross platform,
and Open Source library for generating PDF files.

WWW: http://pecl.php.net/package/haru/

PR:		ports/129033
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-23 18:12:48 +00:00
Martin Wilke
bd7248f465 - Update to 0.10.4
PR:		129028
Submitted by:	Desvernay Geoffroy <dgeo@ec-marseille.fr> (maintainer)
2008-11-23 18:10:00 +00:00
Li-Wen Hsu
4833917524 - Update to 1.0.2 2008-11-23 18:08:42 +00:00
Ion-Mihai Tetcu
f7a7e55795 - use DOCSDIR
- fix plsit with -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QAT QA run
2008-11-23 17:34:06 +00:00
Martin Wilke
137e08453a - Update to 1.1.4
PR:		128528
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2008-11-23 17:29:16 +00:00
Martin Wilke
e2a6e49e57 - Update to 1.3.1
PR:		128431
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2008-11-23 17:27:52 +00:00
Ion-Mihai Tetcu
b7371c6f3a - install docs in DOCSDIR and examples in EXAMPLESDIR and respect NO* vars
- fix plist with -DNOPORTDOCS
- bump PORTREVISION
Prompted by:	QAT QA run
2008-11-23 17:27:45 +00:00
Ion-Mihai Tetcu
adfd5ff1c7 - use DOCSDIR
- fix plist with -DNOPORTDOCS
- pet portlint
- bumo PORTREVISION

Approved by:	maintainer timeout to QAT BotMail
Prompted by:	QAT QA run
2008-11-23 17:25:08 +00:00
Dirk Meyer
bb380ce69f - distfile was rerolled
Summary:
	version bump in one module
	documntation extendend
2008-11-23 17:22:58 +00:00
Martin Wilke
a068f983e2 Catalyst plugin to force the application to restart server processes
when they reach a configurable memory threshold. Memory checks are
performed every 'N' requests. This is intended as a band-aid to
deal with problems like memory leaks; it's here to buy you time to
find and solve the underlying issues.

WWW:	http://search.cpan.org/dist/Catalyst-Plugin-AutoRestart/
2008-11-23 16:36:08 +00:00
Martin Wilke
3767886f08 Dns2tcp is a tool for relaying TCP connections over DNS.
WWW:	http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en
2008-11-23 16:35:48 +00:00
Martin Wilke
50d56fa80c IO::TieCombine - produce tied (and other) separate but combined variables.
WWW: http://search.cpan.org/dist/IO-TieCombine
2008-11-23 16:35:41 +00:00
Martin Wilke
20245525d2 This module is built on Text::Aspell, but adds some of the
functionality provided by the internal gnu aspell API. This allows
one to deal with blocks of text, rather than just words. For
instance, we provide methods for iterating through the text,
serializing the object (thus remembering where we left off), and
highlighting the current misspelled word within the text.

WWW: http://search.cpan.org/dist/Text-SpellChecker/
2008-11-23 16:35:26 +00:00
Martin Wilke
0d9d483784 - Update to 0.5
PR:		fulvio ciriaco <oivulf@gmail.com>
Approved by:	maintainer
2008-11-23 16:31:24 +00:00
Martin Wilke
f20cc1052a - Update to 0.1.8
PR:		128767
Submitted by:	Henrik Friedrichsen <hrkfrd@googlemail.com>
Approved by:	maintainer
2008-11-23 16:30:43 +00:00
Martin Wilke
75e596beb8 - Update to 1.6.8
PR:		128962
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2008-11-23 16:29:42 +00:00
Martin Wilke
bdb1c6a9b4 - Update to 2.1.1
PR:		128930
Submitted by:	"Wen Heping" <wenheping@gmail.com> (maintainer)
2008-11-23 16:28:48 +00:00
Martin Wilke
039b7401ec Sort::Key::IPv4
Sorts lists of objects by some property containing an IPv4 address

WWW: http://search.cpan.org/dist/Sort-Key-IPv4/
2008-11-23 16:28:05 +00:00
Martin Wilke
17e12a4f6e - Update to 3.0.2
PR:		128778
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2008-11-23 16:27:22 +00:00
Martin Wilke
1d228e5cbf - Update to 0.99
PR:		128991
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2008-11-23 16:26:39 +00:00
Martin Wilke
439606a973 - Update to 0.8.4
PR:		128953
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-11-23 16:25:48 +00:00
Martin Wilke
f12ab1bac0 - Update to 2.6.3
PR:		128599
Submitted by:	Dan Langille <dan@langille.org>
Approved by:	maintainer timeout
2008-11-23 16:25:02 +00:00
Martin Wilke
07ae380207 - Update to 0.5.0
PR:		128650
Submitted by:	Bernhard Froehlich <decke@bluelife.at>
Approved by:	maintainer timeout
2008-11-23 16:24:11 +00:00
Martin Wilke
7d007bcd73 This is DataSource driver for Structures_DataGrid which uses PEAR::DB.
Please note that this driver is deprecated. Consider using DBQuery or MDB2
DataSource drivers instead.

WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DB/

Submitted by:	Nick Hilliard <nick at foobar.org>
2008-11-23 16:20:31 +00:00