Commit graph

15845 commits

Author SHA1 Message Date
Mark Linimon
77933c739b Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by:	maintainer
2007-09-29 20:58:32 +00:00
Mark Linimon
d0a74a8cb3 Mark as broken with gcc4.2. 2007-09-29 15:12:26 +00:00
Pav Lucistnik
860739fa16 - Revert: overlooked the distinfo fix
Pointy hat to:	pav
2007-09-29 12:51:18 +00:00
Pav Lucistnik
455daa0bce - Mark BROKEN: Size mismatch
Reported by:	pointyhat
2007-09-29 12:12:57 +00:00
Mark Linimon
4a286feb91 Mark as broken with gcc 4.2. 2007-09-29 08:36:24 +00:00
Edwin Groothuis
52761a44f8 [NEW PORT] net/fping+ipv6: Quickly ping N hosts w/o flooding the
network - IPv6 version

	This is an IPv6 only version of fping. The fping with IPv6 patch cannot handle
	IPv4 ping, therefore I think it is better to have two distinct port:
	fping - IPv4 only
	fping+ipv6 - IPv6 only

	Maintainer of fping also copied. He can maintain both port if he agrees.
	-------------------------------------------------

	A tool to quickly ping N number of hosts to determine their reachability
	without flooding the network.

	fping is different from ping in that you can specify any number of
	hosts on the command line, or specify a file containing the lists
	of hosts to ping. Instead of trying one host until it timeouts or
	replies, fping will send out a ping packet and move on to the next
	host in a round-robin fashion. If a host replies, it is noted and
	removed from the list of hosts to check. If a host does not respond
	within a certain time limit and/or retry limit it will be considered
	unreachable.

	Unlike ping, fping is meant to be used in scripts and its
	output is easy to parse.
	This is an IPv6 only version.

	WWW: http://www.fping.com/

	Generated with FreeBSD Port Tools 0.77

PR:		ports/112185
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2007-09-28 12:26:52 +00:00
Alejandro Pulver
b40f3057ae - Update distinfo (improvements in the wrapper scripts and documentation).
Reported by:	linimon, pav
2007-09-27 22:51:10 +00:00
Martin Wilke
c495a2eafe - Update to 1.0.0 Rc4
PR:		116635
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2007-09-27 21:03:35 +00:00
Pav Lucistnik
c289148829 - Update to 1.4.3b 2007-09-26 19:43:54 +00:00
Emanuel Haupt
a33ff46559 Fix a compilation error when CFLAGS are set in /etc/make.conf.
PR:		116631
Submitted by:	Beat Gaetzi <beat@chruetertee.ch>
2007-09-25 22:01:43 +00:00
Edwin Groothuis
f2e4a65c58 add patch to net/zebra
http://marc.theaimsgroup.com/?l=zebra&m=114058002007887&w=2

	it makes ospfd use priority
	queue (using heap sort) for its spf calculation.
	It should change spf execution time of ospfd from N^2 to N log (N).

PR:		ports/94216
Submitted by:	dikshie <dikshie@lapi.itb.ac.id>
Approved by:	maintainer timeout
2007-09-25 13:07:50 +00:00
Pav Lucistnik
5b1d6dfcbf - Update to 1.4.3 2007-09-25 07:47:47 +00:00
Martin Wilke
5b5e55d3a1 - Update to 0.6.0
PR:		116580
Submitted by:	Ed Schouten <ed@fxq.nl> (maintainer)
2007-09-24 20:23:52 +00:00
Pav Lucistnik
f8c89adff2 - Mark IGNORE on 5.X: requires strtonum in libc
Reported by:	pointyhat
2007-09-24 17:45:50 +00:00
Edwin Groothuis
669e6c9b45 unbreak net/tcpshow for recent tcpdump
tcpdump(1) has changed its output format since version 3.7.4,
	so ports/net/tcpshow cannot parse it since then.

PR:		ports/113620
Submitted by:	Eugene Grosbein <eugen@grosbein.pp.ru>
2007-09-24 12:22:31 +00:00
Rong-En Fan
9716a77fea Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:	portmgr (pav)
2007-09-24 08:43:49 +00:00
Sergey Matveychuk
b7d737ee9d - Update to 0.99.9 + patches from quagga CVS
Approved by:	maintainer
2007-09-24 07:59:16 +00:00
Mark Linimon
cd4b80489b Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)
2007-09-24 07:38:42 +00:00
Edwin Groothuis
f9174c9de6 [newport] net/yate-devel
Newport: net/yate

	Yate is a telephony engine aimed at creating a telephony
	server that performs well enough to deal with PBX requirements
	and also flexible enough for complex Gateway and IVR
	solutions.

	WWW: http://YATE.null.ro/

PR:		ports/114814
Submitted by:	Balwinder S Dheeman <bdheeman@hotmail.com>
2007-09-23 12:34:40 +00:00
Edwin Groothuis
afa23f76e1 [DEPS] net/rdesktop USE_XLIB -> USE_XORG
This port requires only USE_XORG= x11
	(tested with tinderbox)

PR:		ports/115465
Submitted by:	Martin Matuska <mm@FreeBSD.org>
2007-09-23 11:24:31 +00:00
Edwin Groothuis
78b7064c68 Remove trailing . from BROKEN message. 2007-09-23 06:10:36 +00:00
Rong-En Fan
fdbe4ab631 - Chase mail/eps Makefile rev 1.3: install headers in include/eps
PR:		ports/116463
Submitted by:	Vladimir Korkodinov <viper at perm.raid.ru>
2007-09-23 06:03:58 +00:00
Edwin Groothuis
673d77ac58 Update port: net/iscsi-target to 20070908
PR:		ports/116524
Submitted by:	"Mark D. Foster" <mark@foster.cc>
2007-09-23 05:52:17 +00:00
Emanuel Haupt
f9b82747ba Add tftpgrab 0.2, a TFTP stream extractor.
PR:		116532
Submitted by:	Wesley Shields <wxs at atarininja.org>
2007-09-23 01:19:25 +00:00
Thierry Thomas
0c326daae9 Upgrade to 1.0.6.
Changelog at
<http://www-unix.mcs.anl.gov/mpi/mpich/downloads/mpich2-doc-CHANGES.txt>
2007-09-22 07:21:12 +00:00
Cheng-Lung Sung
8fdf3f4e8c - Update to 0.37 2007-09-22 03:59:10 +00:00
Marcus Alves Grando
5a1d1148e1 - Change libevent lib and bump PORTREVISION since devel/libevent are updated. 2007-09-21 20:21:30 +00:00
Martin Matuska
4e9218ca39 - Add patch for smbldap-passwd
- Update COMMENT
- Bump PORTREVISION

PR:		ports/115919
2007-09-21 08:53:50 +00:00
Martin Wilke
76567f7dda - Pass maintainership really to mm 2007-09-20 16:40:48 +00:00
Pav Lucistnik
b64221144d - Update to 1.4.2b 2007-09-20 08:32:56 +00:00
Martin Wilke
84736e3aee - Update to 1.0-RC8
PR:		115894
Submitted by:	Tor Halvard Furulund <squat@squat.no>
Approved by:	maintainer
2007-09-20 02:45:54 +00:00
Mark Linimon
7daa5f3c02 Fix fetch.
PR:		ports/116361
Submitted by:	Dan Voisine <voisined at wit dot edu>
2007-09-19 04:51:54 +00:00
Timur I. Bakeyev
9594a3ee86 Reset PORTREVISION as a new version of master port is out.
Approved by:		shaun (mentor)
2007-09-18 22:50:04 +00:00
Timur I. Bakeyev
2a1c6bc502 This is a cummulative update of net/samba3 from version 3.0.25a to
3.0.26a. Detailed list of all the changes can be found:

  http://www.samba.org/samba/history/samba-3.0.26a.html

Changes are:
o Memory leaks in Winbind's IDMap manager.
o CVE-2007-4138 - Incorrect primary group assignment for domain
  users using the rfc2307 or sfu winbind nss info plugin.
o File sharing with Widows 9x clients.
o Winbind running out of file descriptors due to stalled child
  processes.
o MS-DFS inter-operability issues.
o Offline caching of files with Windows XP/Vista clients.
o Improper cleanup of expired or invalid byte range locks on files.
o Crashes is idmap_ldap and idmap_rid.

Approved by:	shaun (mentor)
2007-09-18 22:27:58 +00:00
Martin Wilke
74ddc02cd9 2007-08-22 java/jdk11-doc: Obsolete version of jdk
2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk
2007-08-22 mail/yuzu: Depends on obsolete version of jdk
2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD
2007-08-22 java/jdk12-doc: Obsolete version of jdk
2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
2007-09-18 16:06:44 +00:00
Martin Wilke
057254906c - Update to 0.9.4
- Pass maintainership to mm@
2007-09-18 12:41:26 +00:00
Martin Wilke
c997a8b37d GSAMBAD is an easy to use GTK+ frontend for the SAMBA file and print
server. It features multiple local and remote user and group imports, on
the fly share creation and user handling, including randomization of
usernames and passwords. PDF printing to shared/private directories or
email. It also features three levels of domain management strategies.

WWW: http://gadmintools.org
2007-09-18 08:02:28 +00:00
Martin Wilke
dff67cec54 - Fix build when converters/recode installed is
PR:		115905
Submitted by:	Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by:	maintainer
2007-09-18 07:23:02 +00:00
Jose Alonso Cardenas Marquez
77055df2fb - New port: net/fpc-pcap
Free Pascal unit for libpcap library
2007-09-18 06:43:28 +00:00
Maxim Sobolev
1bddf25906 Make sure to set astrundir to /var/run in the default asterisk.conf, so that
it matches rc.d startup script. Bump PORTREVISION.

Reported by:	Steve Clement
2007-09-18 03:18:10 +00:00
Li-Wen Hsu
6b0982647d - Remove RRDTool from dependencies as it's no longer needed
PR:		ports/116362
Submitted by:	liettneff AT bk.ru (maintainer)
2007-09-17 18:18:18 +00:00
Martin Wilke
c845b33170 A plugin for IRSSI which implements the SILC (Secure Internet Live
Conferencing) protocol.

WWW: http://www.silcnet.org

PR:		ports/115767
Submitted by:	Wesley Shields <wxs at atarininja.org>
2007-09-17 15:24:30 +00:00
Martin Wilke
5aae613dd0 - Update to 1.1.2
PR:		115767
Submitted by:	Wesley Shields <wxs@atarininja.org> (maintainer)
2007-09-17 15:21:26 +00:00
Martin Wilke
13fbba7bc3 - Update to 0.91
PR:		116355
Submitted by:	Wesley Shields <wxs@atarininja.org> (maintainer)
2007-09-17 13:57:46 +00:00
Martin Wilke
ee0094f6d2 - Update to 0.36 2007-09-17 12:59:51 +00:00
Martin Wilke
ee768a737d - Fix build with gcc 4.2
Submitted by:	 Mike Durian <durian@shadetreesoftware.com> (Maintainer) via private mail
2007-09-17 09:21:03 +00:00
Cheng-Lung Sung
ecd7a9f091 NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich
Ayala. It is a set of PHP classes - no PHP extensions required - that
allow developers to create and consume web services based on SOAP 1.1,
WSDL 1.1 and HTTP 1.0/1.1.

WWW:	http://sourceforge.net/projects/nusoap/

PR:		ports/116174
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-09-17 01:37:28 +00:00
Thomas Abthorpe
6ff2d1c425 - update to 0.5.2
PR:		Ed Schouten <ed@fxq.nl>
Submitted by:	ports/116331
Approved by:	clsung (mentor)
2007-09-16 21:34:16 +00:00
Clement Laforet
3806211c65 - Update to 0.17.2
- make kqueue and poll mutually exclusive
2007-09-16 16:44:56 +00:00
Martin Wilke
759e3adb46 - Update to 2.0.20070906
PR:		116202
Submitted by:	maintainer
2007-09-15 01:25:25 +00:00