Commit graph

113614 commits

Author SHA1 Message Date
Edwin Groothuis
a50f8305fb Update to version 2.1.1 2004-11-20 10:15:14 +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
Mark Linimon
9f305c48e4 With portmgr hat on, reset inactive maintainer. 2004-11-20 07:40:43 +00:00
Kirill Ponomarev
15af3f1865 Fix package build.
Reported by:	pointyhat
2004-11-20 07:09:24 +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
Mark Linimon
11ecebdd94 Since neither of these ports works correctly on all architectures, point
prospective users to editors/emacs instead, via the DEPRECATED directive.
However, no expiration date is set at this time.
2004-11-20 06:38:10 +00:00
Andrey A. Chernov
513b0416c9 Yet one update to project CVS 2004-11-20 05:27:06 +00:00
Mikhail Teterin
57a90dfedb Remove the (hopefully) last vestige of the late utimes command. 2004-11-20 04:46:46 +00:00
Andrey A. Chernov
78351c401c Update to latest variant from project CVS 2004-11-20 04:16:26 +00:00
Norikatsu Shigemura
cf4d5a724e pdns_recursor related issues fixed.
I committed pre-improved version's PR.  This is my mistake.

Pointed out by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Pointy hat to:	myself
PR:		ports/73862
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-11-20 01:21:17 +00:00
Josef El-Rayes
b8ac453616 Document vulnerability in phpmyadmin. 2004-11-20 00:39:56 +00:00
Mikhail Teterin
554e996bf8 Upgrade devel/tcllib from 1.6 to 1.7 and www/tclhttpd from 3.4.2 to 3.5.1.
Update dependency lines in amsn and tclxml.
2004-11-19 21:36:45 +00:00
Oliver Braun
36e68529f2 Add OPTION for compiling hugs with OpenGL/GLUT support.
Requested by:	Jan Rochel <jannisan@t-online.de>
2004-11-19 21:14:04 +00:00
Sergey Matveychuk
0873528d9d - Add WITH_MYSQL and WITH_PGSQL knobs (1).
- Add SPF support (2).

Obtained from:	freebsd-ports@ (1), ports/74089 (2)
Submitted by:	Linh Pham <question+fbsdports(at)closedsrc.org> (2)
2004-11-19 20:41:09 +00:00
Markus Brueffer
37b6955f49 Update to version 0.35 2004-11-19 19:17:00 +00:00
Michael Johnson
4a0751904b - Update to 0.7.7
- Utilize PORTDOCS
- Register mime types with update-desktop-database

PR:		ports/74115
Submitted by:	Radek Kozlowski (maintainer)
Approved by:	adamw (mentor)
2004-11-19 19:11:32 +00:00
Herve Quiroz
209b908961 OGMRip is an application and a set of libraries for ripping and encoding DVD
into DivX/OGM files using a wide variety of codecs. It relies on mplayer,
mencoder, ogmtools, oggenc and lame to perform its tasks.

The GUI features a clean high-compliant GNOME 2 interface and tries to minimize
as much as possible esoteric settings.

WWW:	http://ogmrip.sourceforge.net/
2004-11-19 18:23:48 +00:00
Norikatsu Shigemura
359b64b4c5 pdns_recursor related issues fixed
PR:		ports/73862
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-11-19 16:40:55 +00:00
Michael Nottebrock
9f07a31904 Update to 2.4.2
Submitted by: maintainer
2004-11-19 16:13:48 +00:00
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