1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

83490 Commits

Author SHA1 Message Date
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
Sheldon Hearn
c7df2261a6 Mark FORBIDDEN. This software is EOL and its security isn't something
anyone I know is watching closely.

Drop maintainership.  If someone thinks its worth looking after this
port, I have no objection to a responsible maintainer taking over.
Otherwise, I'll GC the port in a few months.

But really, it's high time folks upgrade to exim4.
2003-09-04 09:03:54 +00:00
Akinori MUSHA
5152ca63a4 Update to 2.0.6a. 2003-09-04 09:03:18 +00:00
Akinori MUSHA
461edf73ca Update to 1.0.4. 2003-09-04 09:01:54 +00:00
Edwin Groothuis
824b035c4f port update: security/firewalk 1.0 -> 5.0
I'll be happy to take maintainership over this one. I removed
	the BROKEN notice on versions older than 3, as this was
	completely rewritten and I feel somewhat optimistic today.
	Please tell me if this is proves wrong.  The patch to change
	the Makefile is also not required anymore, I hope the
	configure is doing the right magic, as I haven't tested it
	when PREFIX!=/usr/local

PR:		ports/54473
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
2003-09-04 08:58:27 +00:00
Sergey A. Osokin
7076a24768 Fix operate with libkse/libthr (-CURRENT).
Submitted by:	deischen
Approved by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
PR:		56358
2003-09-04 08:49:41 +00:00
Dmitry Sivachenko
73097a7267 Use sane PORTVERSION. 2003-09-04 07:53:10 +00:00
Kirill Ponomarev
d40638380c - Don't install useless *.la
- Bump PORTREVISION
2003-09-04 07:51:06 +00:00
Erwin Lansing
937ba67c19 Add missing pkg-descr content
PR:		56401
Submitted by:	maintainer
2003-09-04 07:40:09 +00:00
Erwin Lansing
d9d281b799 Update to 1.17
PR:		56399
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-09-04 07:37:30 +00:00
Dirk Meyer
3ab57f27d6 - Fix option GD_PORT 2003-09-04 06:46:16 +00:00
Dirk Meyer
2af3481b0b - removed with update to 1.1.0 2003-09-04 06:39:16 +00:00
Joe Marcus Clarke
37e90a90a1 Add mozilla-thunderbird, a mail application based on the Mozilla mail
component.  More details on this project as well as the 0.2 release notes
can be found at:

http://www.mozilla.org/projects/thunderbird/
2003-09-04 06:31:09 +00:00
Dirk Meyer
6ae3de6b3d - update to 0.3.1 2003-09-04 06:12:55 +00:00