Commit graph

141712 commits

Author SHA1 Message Date
Edwin Groothuis
fd9b23d7a7 [SECURITY UPDATE]: Update for www/joomla 1.0.4 to 1.0.5
Security Vunerabilities - 1.0.5 Contains fixes for 1 Security Issue.
	Medium Level Threats:
	Hardened ability to use the contact component to proliferate spam.

Submitted by:	Francisco Alves Cabrita <include@npf.deec.uc.pt>
PR:		ports/91217
Security:	Security Vunerabilities - 1.0.5 Contains fixes for 1 Security Issue.
2006-01-02 21:37:27 +00:00
Edwin Groothuis
4e74668975 possible fix to unbreak biology/L-Breeder
L-Breeder is currently marked unfetchable:
	http://people.freebsd.org/~fenner/portsurvey/biology.html#L-Breeder

	So I tried to investigate the problem and I'm now submitting
	my homework so it doesn't get lost.

	This is what I noticed:

	i) L-Breeder upstream sources have "stagnated for some time,
	but now a new simplified version is available" (sic, from
	the web site)

	So, the fetch issue is resolved. And the pkg-descr is also
	updated to reflect the new home page. However:

	ii) L-Breeder is now called LBreeder. I have changed PORTNAME
	to reflect this, although I don't know if this is the right
	thing to do. Should the port be moved to biology/LBreeder?
	Or perhaps just leaving PORTNAME pointing to the old name
	and then work inside the Makefile to point the build/install
	to the correct name?

	iii) the sources have been reorganized so I have to update
	the port's Makefile to reflect this. The attached patch
	works for me under FreeBSD-4.11 (although it's possible
	that I may have missed a dependency if I already have a
	required library installed in my box. Sorry, I don't have
	a tinderbox-like setup to test builds)

	iv) the program does not have a version number, nor did I
	find one by looking inside the sources. To avoid changing
	too much the port I just left PORTVERSION at 1.0 and bumped
	PORTREVISION to 6

	Finally, do note that I am not a user of LBreeder, so I
	cannot test the program myself. I just noticed that by
	calling the executable I get a black X screen, that I can
	quit by pressing 'q' as documented in Readme.txt, but I
	can't tell myself if this is the expected behaviour. Nor
	do I know how to use the example files. Caveat emptor.

PR:		ports/90073
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
Approved by:	maintainer timeout
2006-01-02 21:29:30 +00:00
Edwin Groothuis
c2d3192808 New port: net/nepenthes (resend with shar)
Nepenthes can determine the malware activity on a network
	by deploying a nepenthes sensor (i.e. honey pot). The
	programm emulates different well known vulnerabilities
	waiting for malicious connections trying to exploit them.

	WWW: http://nepenthes.sourceforge.net

PR:		ports/90062
Submitted by:	ryo <ryo@aquahill.net>
2006-01-02 21:25:07 +00:00
Jeremy Messenger
8d2a2483f4 Update to 2.4.1. 2006-01-02 20:53:59 +00:00
Emanuel Haupt
48500d3732 Update to 0.99
PR:		91133
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2006-01-02 20:44:59 +00:00
Adam Weinberger
70fe146ba6 Update to 1.99.11. 2006-01-02 20:26:31 +00:00
Michael Johnson
c5d9fdc9ca - Update to 0.8.5.20060102 2006-01-02 20:16:06 +00:00
Edwin Groothuis
c5c8d6dd5f [PATCH] devel/ode and devel/ode-devel: unbreak on 64bit platforms
devel/ode and devel/ode-devel ports are marked broken on
	non-i386 archs (i.e. amd64, ia64), because ode fail to build
	on these systems with following errors:

	c++ -Iinclude -c   -fno-exceptions  -fomit-frame-pointer -O -pipe -I/usr/X11R6/include
	+-DdNODEBUG -o ode/src/timer.o ode/src/timer.cpp
	{standard input}: Assembler messages:
	{standard input}:62: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:63: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:86: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:87: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:172: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:173: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:194: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:195: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:234: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:235: Error: `4(%esi)' is not a valid 64 bit base/index expression
	gmake: *** [ode/src/timer.o] Error 1
	*** Error code 2

	Stop in /usr/ports/devel/ode.

	After some investigation, I think I've solved the problem,
	and it would be great to unbreak ode at last.

	The build on 64 bit platforms fails because some 32 bit
	assembly gets included in the ode/src/timer.cpp file.

	That, on it's turn, happens because ode's configurator
	(simple configure analogue written in C) has too weak
	checking for `pentium compatibility' of host system - it
	just tries to compile following assembly code: `mov $0,
	%eax' as a test. That compiles well on 64 bit platforms,
	but because addressing scheme is now 64bit, above-mentioned
	errors occur when compiling ode's source itself.

	The fix is to add a patch to configurator.c that makes
	`pentium compatibility' test more strict. Thus, test will
	fail on 64 bit ystems and i386 assembly won't be used (ode
	will use more portable routines instead).

	This patch is not well tested, as I myself have no 64 bit
	machines in the vicinity, but it surely doesn't break ode
	on x86 :)

	I've mailed it to ode author, it's now also in ODE's CVS.

PR:		ports/90077
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	maintainer timeout
2006-01-02 20:12:50 +00:00
Edwin Groothuis
ba16f3c371 Fix port: games/hlserver-flf fix mastersite
PR:		ports/90144
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout
2006-01-02 20:11:06 +00:00
Edwin Groothuis
946a18c854 Update port: devel/ocaml-ulex (upgrade to the latest version)
Upgrade to the latest, 0.8, version. I've removed the patch
	because it's already commited to this version by the vendor.

PR:		ports/90208
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
Approve by:	maintainer timeout
2006-01-02 20:09:56 +00:00
Tom McLaughlin
a7886583bc Fix pkg-plist after latest dbus update. 2006-01-02 19:37:27 +00:00
Remko Lodder
7f39f465ee Correct a little typo. 2006-01-02 18:32:19 +00:00
Erwin Lansing
d9f2265773 Update to 0.07
PR:		91216
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-02 15:56:36 +00:00
Mike Heffner
328b196bf8 * Bump PORTREVISION for latest patch.
Suggested by: kris@
2006-01-02 15:07:05 +00:00
Michael Johnson
c25895f112 - Update to 1.8.38 2006-01-02 14:13:20 +00:00
Erwin Lansing
451777697b Update to 1.08
PR:		91163
Submitted by:	leeym
2006-01-02 14:07:58 +00:00
Tilman Keskinoz
44e6ac5a30 Add entry for libmusclecard 2006-01-02 14:00:30 +00:00
Tilman Keskinoz
cb5f44a1b9 Retire libmusclecard, it is now part of the pcsc-lite port again. 2006-01-02 13:53:08 +00:00
Tilman Keskinoz
92d648ed4b Update to 0.9.4 2006-01-02 13:49:29 +00:00
Tilman Keskinoz
0424e54e0a * Update to 1.2.9.b.9
- libmusclecard was reintegrated
* Takeover Maintainership [1]

Approved by:	old maintainer[1]
2006-01-02 13:48:29 +00:00
Alexander Nedotsukov
28f1688999 Remove traling whitespaces.
Noticed by:	anholt
2006-01-02 13:48:04 +00:00
Erwin Lansing
00654bc55f "Catalyst::Plugin::Session::Store::Memcached" is a session storage
plugin for Catalyst that uses the Cache::Memcached::Managed module to
connect to memcached, a fast data caching server.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-Memcached/

PR:		ports/91208
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-02 11:44:51 +00:00
Erwin Lansing
8d16e221be "Catalyst::Plugin::Session::Store::FastMmap" is a fast session storage
plugin for Catalyst that uses an mmap'ed file to act as a shared memory
interprocess cache. It is based on Cache::FastMmap.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-FastMmap/

PR:		ports/91207
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-02 11:42:09 +00:00
Erwin Lansing
e037890fac This storage module will store session data in a database using DBI.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBI/

PR:		ports/91206
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-02 11:34:19 +00:00
Erwin Lansing
766aeb5886 Update to 0.020
PR:		91201
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-02 11:26:37 +00:00
Erwin Lansing
5a5439658e The Cache::Memcached::Managed module provides an API to values, cached in
one or more memcached servers.  Apart from being very similar to the API
of Cache::Memcached, the Cached::Memcached::Managed API allows for
management of groups of values, for simplified key generation and expiration,
as well as version and namespace management and a few other goodies.

WWW: http://search.cpan.org/dist/Cache-Memcached-Managed/

PR:		ports/91203
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-01-02 11:18:32 +00:00
Erwin Lansing
25e602db89 Update to 1.39
PR:		91200
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-02 11:06:27 +00:00
Edwin Groothuis
1d2994d56b Problem with portupgrade 2.0
Thank you for reporting. I also discovered this problem a few hours ago.

    The source of this trouble is that the following line exists in MOVED,

    lang/php4|lang/php4|2003-05-22|re-separated from www/mod_php4

    where "moved from" and "moved to" is the same, but portupgrade
    does not check this case and infinite loop occurs.

    Fix to this problem will be in the next portupgrade release,
    but in the meanwhile, whould you commit the following patch,
    please?

PR:		ports/91209
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
2006-01-02 11:03:25 +00:00
Erwin Lansing
16d5ee5671 Update to 0.05
PR:		91199
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-02 11:00:06 +00:00
Erwin Lansing
9b9d550b5f Update to 0.02
PR:		91198
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-02 10:20:03 +00:00
Erwin Lansing
ec48f64c5c Update to 0.05
PR:		91197
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-02 10:15:00 +00:00
Edwin Groothuis
4da51cd6f5 FIx compiling on 4.11
Noticed by: YAPHR
Submitted by: Ed Schouten <ed@fxq.nl>
2006-01-02 10:08:31 +00:00
Edwin Groothuis
e0374a6fc2 [PATCH] net/cvsup-mirror: add some install time options for update.sh
Add following install time options for update.sh

	- Whether or not /var/log/cvsup.log is rotated when update.sh
	  is invoked.
	- Maximum number of log files.
	- Wheter or not old log file is gzipped after rotated.

PR:		ports/81598
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Not objected by:	jdp@FreeBSD.org
2006-01-02 10:05:11 +00:00
Edwin Groothuis
eda716f458 New port: astro/xmoontool - A version of John Walker's classical moontool for X11/Motif
John Walker's moontool for the X11 desktop. It shows a
	real-time picture of the moon phases and displays some
	related astronomical data about the moon and the sun. --
	This version of the program uses the Motif toolkit.

	WWW: http://www.fourmilab.ch/nav/topics/astrospace.html

PR:		ports/91187
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org>
2006-01-02 09:53:38 +00:00
Edwin Groothuis
48e946fe17 [maintainer update]/databases/grass fix start-up script
Fix the start-up script in order to run ld-config in the
	right directory.

PR:		ports/91173
Submitted by:	Laurent Courty <lrntct@gmail.com>
2006-01-02 09:52:28 +00:00
Edwin Groothuis
4355f644a8 [MAINTAINER] net-mgmt/netwox: update to 5.33.0
PR:		ports/91166
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2006-01-02 09:50:24 +00:00
Edwin Groothuis
b7578cc74a [MAINTAINER] net/netwib: update to 5.33.0
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
PR:		ports/91165
2006-01-02 09:47:38 +00:00
Edwin Groothuis
83a0d6ba72 Fix build in 4.x
Noticed by: YAPHR
2006-01-02 09:39:50 +00:00
Edwin Groothuis
d9c56adb19 cad/linux-GiD doesn't work on amd64
When I ported this I added amd64 to give the "benefit of
      doubt" however I had the chance top test it but it doesn't
      work, it coredumps.

PR:		ports/91188
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-01-02 09:28:08 +00:00
Edwin Groothuis
9bb9b86420 Update port: games/vavoom 1.18 -> 1.19
PR:		ports/91176
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org>
2006-01-02 09:26:41 +00:00
Anton Berezin
924135a88e Update to 0.38. 2006-01-02 08:48:22 +00:00
Roman Bogorodskiy
cf0d9cf8f7 Update to 1.3.5. 2006-01-02 08:20:33 +00:00
Yen-Ming Lee
c9c2a52cc2 - update to 0.241
- assign to perl@
2006-01-02 06:41:23 +00:00
Dima Dorfman
cac095595c Upgrade to 1.10.14
Submitted by:	Andy Miller
2006-01-02 06:37:41 +00:00
Edwin Groothuis
1eda9ddc55 Fix @dirrm in pkg-plist
Noticed by: YAPHR
2006-01-02 06:36:34 +00:00
Edwin Groothuis
4705691222 Change maintainer to submitter since the specified maintainer is a
closed mailinglist.

Noticed by: YAPHR
2006-01-02 06:34:54 +00:00
Edwin Groothuis
73810d4c5b fix building:
- support wish8.4
- supoprt iwidgets4.0.1
2006-01-02 05:24:46 +00:00
Edwin Groothuis
5d0cfbb27f Since the distfiles micro version isn't reflected in the name, reflect it in the dist subdir
distinfo CVS:
----------------------------------------------------------------------
2006-01-02 04:27:03 +00:00
Edwin Groothuis
52ae8eefa4 - Update to release 5.0.18.
- Change port version number in 5.0.18
2006-01-02 04:23:33 +00:00
Cheng-Lung Sung
8403bccbdf - update to 1.4.10
PR:		91035
Submitted by:	Wesley Shields <wxs_AT_csh dot rit dot edu>
2006-01-02 04:14:21 +00:00