Commit graph

113595 commits

Author SHA1 Message Date
Volker Stolz
25695b7111 Install mbmon.1
PR:		ports/72348
Submitted by:	Dmitry Kazarov
Approved by:	maintainer timeout
2004-11-19 16:02:54 +00:00
Volker Stolz
957d850b28 Update to 0.1.9:
-Added Sparse Matrix Solver.
-Fixed Compile problems.
-Fixed bug in reading DXF files.

PR:		ports/74026
Submitted by:	maintainer
2004-11-19 15:48:13 +00:00
Markus Brueffer
c491a23bf7 - Add patch to make xmmsctrl.h compile with c++ (through 3rd party apps)
and gcc 3.4
- Bump PORTREVISION

Approved by:	maintainer
2004-11-19 15:45:47 +00:00
Kirill Ponomarev
1b0fe70a4c Add the changes just committed. 2004-11-19 15:11:58 +00:00
Herve Quiroz
b933de4aaa This package provides standardized, efficient versions of utility classes
commonly encountered in concurrent Java programming. This code consists of
implementations of ideas that have been around for ages, and is merely intended
to save you the trouble of coding them.

The package mainly consists of implementations of a few interfaces:

  * Sync -- locks, conditions
  * Channel -- queues, buffers
  * Barrier -- multi-party synchronization
  * SynchronizedVariable -- atomic ints, refs etc
  * java.util.Collection -- collections
  * Executor -- replacements for direct use of Thread

Plus some utilities and frameworks that build upon these.

This package was the precursor to java.util.concurrent.

WWW:	http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
2004-11-19 14:31:35 +00:00
Herve Quiroz
5787144867 dnsjava is an implementation of DNS in Java. It supports all defined record
types (including the DNSSEC types), and unknown types. It can be used for
queries, zone transfers, and dynamic updates. It includes a cache which can be
used by clients, and a minimal implementation of a server. It supports TSIG
authenticated messages, partial DNSSEC verification, and EDNS0.

dnsjava provides functionality above and beyond that of the InetAddress class.
Since it is written in pure Java, dnsjava is fully threadable, and in many
cases is faster than using InetAddress.

dnsjava provides both high and low level access to DNS. The high level
functions perform queries for records of a given name, type, and class, and
return an array of records. There is also a clone of InetAddress, which is even
simpler. A cache is used to reduce the number of DNS queries sent. The low
level functions allow direct manipulation of DNS messages and records, as well
as allowing additional resolver properties to be set.

WWW:	http://www.xbill.org/dnsjava/
2004-11-19 14:11:10 +00:00
Anton Berezin
94d1d78dd8 Add devel/p5-Commands-Guarded 0.01, deterministic guarded commands fro
Perl.
2004-11-19 14:00:39 +00:00
Kirill Ponomarev
ae1ec8f3dc * Fix INDEX build if MAINTAINER is not defined. [1]
* Remove USE_QT2 since it's obsolete now. [2]

* Clarify comments about ARCH. [3]

* Speedup 'make readmes'.  Add a perl script "Tools/make_readmes"
  and modify bsd.port.subdir.mk to avoid recursing into individual
  port directories to create README.html. [4]

* Fix 'make search' to allow case insensitive search on 5-x/6-x. [5]

* Add the possibility to search the ports by category. [6]

* Remove tk42 and tcl76 from virtual categories since they're
  obsolete. [7]

* Introduce new variable - DISTVERSION, vendor version of the
  distribution, that can be set instead of PORTVERSION and is
  automatically converted in a conforming PORTVERSION. [8]

* Use --suffix instead of -b option for patch(1) to make it
  compatible with BSD patch(1) [9]

* Fix {WANT,WITH}_MYSQL_VER behavior, to deal with conflicting
  versions. [10]

PR:		ports/68895 [1], ports/69486 [2], ports/68539 [3],
		ports/70018 [4], ports/68896 [5], ports/73299 [6],
		ports/73570 [7], ports/67171 [8], ports/72182 [9]
Submitted by:	linimon [1][3], arved [2][7], cperciva [4],
		Matthew Seaman <m.seaman@infracaninophile.co.uk> [5],
		Radek Kozlowski <radek@raadradd.com> [6],
		eik [8], Andreas Hauser <andy-freebsd@splashground.de> [9],
		clement [10]
2004-11-19 13:45:07 +00:00
Oliver Eikemeier
d8f7447a12 Fix `read -e' handling when PS1 is longer than the terminal width
<http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139306>

Obtained from:	Tim Waugh <twaugh@redhat.com>
2004-11-19 13:44:37 +00:00
James E. Housley
b45aa2855c Update to DAT 4409 2004-11-19 13:42:57 +00:00
Tilman Keskinoz
cf7f466e8d Use variables instead of hardcoding autotools versions. 2004-11-19 12:34:32 +00:00
Mathieu Arnold
9041faf0ea Update to 0.07
PR:		73127
Submitted by:	maintainer
2004-11-19 11:52:54 +00:00
Tilman Keskinoz
713a939072 Update to 1.0.3
PR:		74057
Submitted by:	Takahiro MORISHITA <freebsd@next-generation.org>
2004-11-19 11:00:18 +00:00
Jimmy Olgeni
4dbd384388 Upgrade module bandwidth-1.170-1. 2004-11-19 10:52:20 +00:00
Tilman Keskinoz
bed4bef239 Update to 1.24
PR:		74101
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
2004-11-19 10:50:25 +00:00
Norikatsu Shigemura
20b9035082 Update to 2004.11.19. 2004-11-19 10:29:47 +00:00
Foxfair Hu
011c8b397f PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
upgrade adodb from 4.52 to 4.53.

maintainer timeout: 2+ weeks.
2004-11-19 07:47:48 +00:00
Foxfair Hu
baeceea8c2 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade ipcalc from 0.35 to 0.38, fixed a bug in 64bit architectures.

maintainer timeout: 2+ weeks.
2004-11-19 07:43:27 +00:00
Alex Dupre
a4471ae836 Update libmagic.1 dependency, since now it's in base system.
The port is still broken in 5.3, but will work when obrien
will MFC the installation of magic.h header file.
2004-11-19 07:20:38 +00:00
Kirill Ponomarev
d7b932e938 Update to 0.2.1 2004-11-19 06:32:19 +00:00
Joe Marcus Clarke
77249c8686 Fix fetching as this theme was removed from the GNOME mirror sites.
PR:		74100
Submitted by:	maintainer
2004-11-19 05:42:18 +00:00
David E. O'Brien
e713910783 Allow building on 4.x by working around the lack of strtof(3).
Submitted by:	Greg Lewis <glewis@eyesbeyond.com>
2004-11-19 03:22:05 +00:00
Alexander Nedotsukov
45a26872f0 Fix build on -CURRENT after recent vnode changes.
This fixes build but makes libgtop a bit more useless. Procmap
code need to be revised.

Submitted by:	Conrad J. Sabatier <conrads@cox.net>
2004-11-19 02:36:52 +00:00
Herve Quiroz
4cbd172c76 Fix homepage in pkg-descr
PR:		74098
Submitted by:	Pedro F. giffuni <giffunip@asme.org>
2004-11-19 01:10:31 +00:00
Munechika SUMIKAWA
9fc8308b46 Upgrade to 2.3pl1. 2004-11-18 23:37:41 +00:00
Kris Kennaway
bfcbafca2f BROKEN on 5.x: Does not compile 2004-11-18 22:48:19 +00:00
Kris Kennaway
ccd16d462d BROKEN on !i386: Does not compile 2004-11-18 22:43:11 +00:00
Kris Kennaway
5f550766a7 BROKEN: Does not install 2004-11-18 22:42:02 +00:00
Kris Kennaway
116f7b74a7 BROKEN on amd64 and ia64: Does not build (links non-shared with shared library) 2004-11-18 22:41:01 +00:00
Kris Kennaway
6ba3719384 BROKEN on 6.x: Does not build 2004-11-18 22:39:44 +00:00
Kris Kennaway
64ba4d4c63 BROKEN on 6.x: Does not compile 2004-11-18 22:38:57 +00:00
Kris Kennaway
3771643a9e BROKEN on 6.x: Broken pkg-plist 2004-11-18 22:38:01 +00:00
Kris Kennaway
20d3e7f02b IGNORE on FreeBSD >= 5.x: Crashes at runtime 2004-11-18 22:36:04 +00:00
Kris Kennaway
bf700d1549 BROKEN on ia64: Does not compile 2004-11-18 22:33:56 +00:00
Kris Kennaway
7bed357cb6 BROKEN on 5.x: Does not compile 2004-11-18 22:33:09 +00:00
Kris Kennaway
2b5b0ca7af BROKEN on !i386: Does not compile 2004-11-18 22:32:06 +00:00
Kris Kennaway
c7bbb40124 BROKEN on sparc64: Does not compile 2004-11-18 22:31:18 +00:00
Kris Kennaway
fe07d71ad4 BROKEN: Does not compile 2004-11-18 22:30:37 +00:00
Kris Kennaway
9cd034f2a4 BROKEN on 6.x: Coredump during build 2004-11-18 22:29:35 +00:00
Kris Kennaway
c1c60fa0cc BROKEN on 6.x: Does not compile 2004-11-18 22:28:49 +00:00
Kris Kennaway
47688485bf BROKEN on ia64 and sparc64: Does not compile 2004-11-18 22:28:00 +00:00
Kris Kennaway
598ed79f46 BROKEN on 6.x: Broken pkg-plist 2004-11-18 22:27:19 +00:00
Kris Kennaway
6aaf4e0d59 BROKEN on 6.x: Configure fails 2004-11-18 22:24:18 +00:00
Kris Kennaway
6e1ffea754 BROKEN on !i386: Does not build 2004-11-18 22:23:27 +00:00
Kris Kennaway
400162683c BROKEN on !i386: Does not compile 2004-11-18 22:22:18 +00:00
Kris Kennaway
9b4534401c BROKEN on ia64: Does not compile 2004-11-18 22:21:33 +00:00
Kris Kennaway
412cf46927 BROKEN on ia64: Does not build 2004-11-18 22:20:31 +00:00
Kris Kennaway
25cfeceefb BROKEN on amd64 and ia64: Does not build 2004-11-18 22:17:47 +00:00
Kris Kennaway
4f173832ed BROKEN on sparc64: Does not compile 2004-11-18 22:15:53 +00:00
Kris Kennaway
0fd891f509 BROKEN on ia64 and amd64: does not compile 2004-11-18 22:15:28 +00:00