Commit graph

83503 commits

Author SHA1 Message Date
Kirill Ponomarev
4b826a5c32 - Update to version 0.1.7
PR:		56438
Submitted by:	Ports Fury
2003-09-04 16:56:46 +00:00
Ernst de Haan
90d16bdc36 Fixed installation (destination directory) and
package list (missing files).
Bumped PORTREVISION.
2003-09-04 15:09:56 +00:00
Sheldon Hearn
f18bb65ed0 Update to exiscan-acl patch -12:
When discard is the last verb for an ACL, ensure that cleanup
	occurs.  Failure to reach cleanup was introduced in -11.

Bump PORTREVISION accordingly.
2003-09-04 14:56:01 +00:00
Erwin Lansing
a0853fa963 Mark IGNORE for perl < 5.6.x
Remove MANPREFIX while I'm here

PR:		56417
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-09-04 14:52:58 +00:00
Greg Lewis
09bec99b16 . Add a port of XawPlus:
XawPlus is a clone of the original Xaw library, providing a more up to date
look and some extensions to the original Athena widget set. This library is
as compatible as possible to the original. It should  be possible to compile
the source code of an Xaw client without any changes (except the include path
of the XawPlus header files) to get the new look of XawPlus to this client.

XawPlus makes it possible to use XPM pixmaps, tooltips, a truncate mechanism
for too long label strings and UTF8 coded UNICODE labels without changing the
code of your application.

XawPlus comes with a set of adapted applications using also the new
features of XawPlus.

WWW: http://people.freenet.de/kra/XawPlus

PR:		47700
Submitted by:	Normal User <freebsd@falx.port5.com>
2003-09-04 14:51:06 +00:00
Erwin Lansing
da408bd71a Update WWW after the site moved to it's own domain
Approved by:	maintainer
2003-09-04 14:46:13 +00:00
Kirill Ponomarev
3412df0204 - Fix build
PR:		56433
Submitted by:	Ports Fury
2003-09-04 14:28:53 +00:00
Kirill Ponomarev
126bd38b6a - Fix build
PR:		56436
Submitted by:	Ports Fury
2003-09-04 14:27:56 +00:00
Kirill Ponomarev
d770dab6c9 - Fix build
- Use DOCSDIR macro

PR:		56437
Submitted by:	Ports Fury
2003-09-04 14:27:06 +00:00
Edwin Groothuis
cf466a7d11 [patch] fix install for audio/tracker, pacify portlint
Per bento, some old info files are no longer part of the
	package.  Also portlint sniffs at the Makefile, somewhat
	bogusly, but it's easy to make it shut up.

PR:		ports/56419
Submitted by:	ark Linimon <linimon@lonesome.com>
2003-09-04 14:15:38 +00:00
Edwin Groothuis
e11c42950a add dependency on libltdl to lang/tensile
Bento reports this port has a missing dependency on libltdl.

PR:		ports/56418
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-09-04 14:11:25 +00:00
Mathieu Arnold
a0006aa850 Update to 0.53 2003-09-04 14:06:06 +00:00
Mathieu Arnold
2f7d80a332 Update to 0.06 2003-09-04 14:05:00 +00:00
Edwin Groothuis
1a334782bc [patch] fix plist for lang/f2py
Per bento, the package fails to make, but only if you are already
	at Python 2.3.

PR:		ports/56421
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-09-04 14:04:33 +00:00
Edwin Groothuis
b45d036f4c new port: dump MSRPC information
One-file-port, from @stake. This dumps information from
	remote RPC.  Much like "rpcinfo -p host" on unix hosts.
	Please check my patches: I removed an unused function so
	this wouldn't be marked as a security sensitive port, and
	I'm not sure my Makefile change respects CFLAGS.

PR:		ports/46991
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
2003-09-04 13:57:33 +00:00
Edwin Groothuis
81ff94180c irc.d script for security/snort
This is a sample script for ${PREFIX}/etc/rc.d that will
	wake snort up on boot, and take it down on shutdown. Nothing
	fancy here.  This is needed, because I'm planning on teaching
	ACID many new things, and ACID expects snort to help itself.
	There is only one thing that requires thinking here: This
	should run only after {MySQL|PostgreSQL} server is up, as
	snort might want to report to the local server.

PR:		ports/49047
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
Approved by:	maintainer timeout
2003-09-04 13:48:27 +00:00
Sergey A. Osokin
ccb26524fc [1] Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>
[2] Utilize ${DOCSDIR}

Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer) [1],
		osa [2]
PR:		56350, 56404
2003-09-04 13:32:30 +00:00
Edwin Groothuis
4379b9be00 New port: security/hmap - web server fingerprinting tool
Web server fingerprinting tool, used to identify web servers
	that changed thier banners.

PR:		ports/50754
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
2003-09-04 13:28:15 +00:00
Pierre Beyssac
502650c7f5 Remove stdio buffering even when not on a tty or pty: this prevents
use of ircomm from a "set device" in ppp(8).

Bump PORTREVISION.
2003-09-04 13:21:38 +00:00
Mathieu Arnold
e6b7afa962 Update to 0.03 2003-09-04 13:14:09 +00:00
Edwin Groothuis
3b9cc111da Teach security/chkrootkit
I finnaly got fed up with that FAQ about chkrootkit. The
	solution was either to add a Q+A to the FAQ or fix the port.

	This introduce a new variable, FreeBSD5, that is set to
	"yes" if we're running FreeBSD 5 or higher.

	This variable is used to fix the tests of the following
	binaries, so they would DTRT on FreeBSD 5: chfn chsh date
	ls ps

	I also fixed a bug in the cheking of vdir, but it's irrelevant
	for FreeBSD.

Informed maintainer.

PR:		ports/55919
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
2003-09-04 13:03:05 +00:00
Sergey A. Osokin
8639e04dd9 Use another way for PortgreSQL slave ports (make without -C),
because much more people still use old versions of make.

Notify from:	Dan Langille <dan@langille.org>
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:		56346
2003-09-04 12:53:28 +00:00
Edwin Groothuis
3e932480cb Update hebrew/culmus
This updates version 0.8 to a rerelease of version 0.90.
	The original release of 0.90 included more fonts, and the
	rerelease fixed a problem with the new fonts and OpenOffice.

PR:		ports/56375
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
2003-09-04 12:52:07 +00:00
Mathieu Arnold
867620639a No longer requires 5.6.1 2003-09-04 12:49:47 +00:00
Edwin Groothuis
14d4a1ea2d [Maintainer Update] games/gl-117 0.9 -> 1.0
reshmeat blurb:
	This release adds three more missions to the campaign. It
	provides more realistic physics (optional), a new fighter,
	some visual improvements, and adjustments concerning almost
	everything. Some important bugfixes have been made.

PR:		ports/55931
Submitted by:	Erik Greenwald <erik@smluc.org>
2003-09-04 12:48:40 +00:00
Sergey A. Osokin
9174a90a07 [1] Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>
[2] Fix for perl 5.6+

Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer) [1],
		mat [2]
PR:		56345, 56404
2003-09-04 12:47:47 +00:00
Mathieu Arnold
20a7122506 No longer requires 5.6.1 2003-09-04 12:41:58 +00:00
Sergey A. Osokin
1be1dddc5a Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>

Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:		56349, 56404
2003-09-04 12:27:19 +00:00
Sergey A. Osokin
808354a4f8 Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>

Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:		56348, 56404
2003-09-04 12:20:57 +00:00
Edwin Groothuis
1c51107f17 www/mod_jk2 fails to build (Maintainer fix enclosed!)
Attempting to build mod_jk2 yields the following:
	libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object

PR:		ports/53934
Submitted by:	Larry Lansing <lansil@fuzzynerd.com>
2003-09-04 12:08:25 +00:00
Sergey A. Osokin
9b85538a2a Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>
Utilize ${EXAMPLESDIR} [1]

Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer),
		osa [1]
PR:		56346, 56404
2003-09-04 12:03:58 +00:00
Mathieu Arnold
cede621e42 Update to 0.05.
No longer requires 5.6.0.
2003-09-04 11:37:48 +00:00
Mathieu Arnold
91b41c815c Update to 0.07 2003-09-04 11:33:59 +00:00
Mathieu Arnold
44ef87cccc No longer requires 5.6.1 2003-09-04 11:29:25 +00:00
Sergey A. Osokin
56d6e6fcd1 Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>

Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:		56346
2003-09-04 11:16:38 +00:00
Erwin Lansing
e836a50818 Update to 0.11 2003-09-04 11:09:32 +00:00
Mathieu Arnold
c36f76fb7f No longer requires 5.6.1 2003-09-04 11:06:26 +00:00
Erwin Lansing
4f84500517 Crypt::OpenSSL::Bignum provides access to OpenSSL
multiprecision integer arithmetic libraries. Presently,
many though not all of the arithmetic operations that
OpenSSL provides are exposed to perl. In addition,
this module can be used to provide access to bignum
values produced by other OpenSSL modules, such as key
parameters from Crypt::OpenSSL::RSA.
2003-09-04 10:58:00 +00:00
Mathieu Arnold
8affea9887 No longer requires 5.6.1 2003-09-04 10:51:27 +00:00
Mathieu Arnold
c92f0c339b Update to 0.10.
Works with 5.005_03 now.
2003-09-04 10:46:57 +00:00
Mathieu Arnold
1e984768a0 Update to 0.51.
Now works with 5.005_03 too.
2003-09-04 10:39:24 +00:00
Kirill Ponomarev
0fdc7b6913 - Update to version 0.99.4
o Fix possible crasher due to an old version of glade
o Update the subtitle and languages menus after having played a
  DVD or ogm file

PR:		56412
Submitted by:	maintainer
2003-09-04 10:15:54 +00:00
Dmitry Sivachenko
718ffbf731 Cosmetics. 2003-09-04 10:05:55 +00:00
Doug Barton
a00b931cd9 Upgrade to 0.40. This is a minor upgrade, mostly documentation.
Other than dnssec updates, no new functionality.
2003-09-04 10:00:51 +00:00
Lev A. Serebryakov
c02a2a9559 Update to version 0.28.2, add BIG MESSAGE about repository version change.
PR:		ports/56179
Submitted by:	myself
2003-09-04 09:48:25 +00:00
Doug Barton
c0dd922ce0 Update this snapshot port to install 2.60-rc3 (with a purposely broken
PORTVERSION to remind people to uninstall the rc when the release is out).

I delayed this because I was hoping 2.60 would get released sooner, and I
wanted to test rc3 before turning it loose on people. So far, so good.
2003-09-04 09:31:11 +00:00
Sergey A. Osokin
dc6c51af2a Use another way for PortgreSQL slave ports (make without -C),
because much more people still use old versions of make.
For committers: please use the same way for following
PRs: 56345-56350.

Spotted by:	Dan Langille <dan@langille.org> via FreshPorts
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
2003-09-04 09:29:43 +00:00
Ernst de Haan
37ea3344e3 Update to 1.4.2_01. 2003-09-04 09:19:03 +00:00
Thomas Gellekum
b5c11a0cfe Upgrade to 4.82. 2003-09-04 09:13:04 +00:00
Akinori MUSHA
b6ead625e3 Update to 0.8. 2003-09-04 09:04:42 +00:00