1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

87168 Commits

Author SHA1 Message Date
Ying-Chieh Liao
d5126fe5f3 introduce MASTER_SITE_GNU_ALPHA 2003-10-31 02:39:30 +00:00
Ying-Chieh Liao
d613f82563 fix build on -stable 2003-10-31 02:17:49 +00:00
James E. Housley
3fc72e85fa Fix the MASTER_SITE 2003-10-31 02:11:23 +00:00
Mikhail Teterin
5b55640ac3 Change the default TCL_VER to 8.4 to match that of tcl-memchan.
Submitted by:	kris, the ports janitor
2003-10-31 01:59:36 +00:00
Ying-Chieh Liao
11f91702a0 add rpy 0.3.1
Python interface to the R Programming Language
2003-10-31 01:47:04 +00:00
Ying-Chieh Liao
b90670448c fix build on -stable (by utilize USE_GETOPT_LONG)
add missing dependency
respect CFLAGS/CPPFLAGS
2003-10-31 01:40:53 +00:00
Ying-Chieh Liao
f4537e7717 - PORTVERSION: 1.7.1 -> 1.8.0
- add more MASTER_SITES
- register CONFLICTS with math/R-a4

PR:		58726
Submitted by:	maintainer
2003-10-31 00:59:37 +00:00
Cy Schubert
6e0e19e1f7 NTP 4.2.0 has gone GA. No development release available at this time. 2003-10-31 00:37:48 +00:00
Cy Schubert
d862770dd0 Update 4.1.1c.r3 -> 4.2.0 2003-10-31 00:36:13 +00:00
Erwin Lansing
62569a7783 Update to 1.24 2003-10-30 23:49:20 +00:00
Oliver Lehmann
b7df01bd15 update xcdroast to 0.98.a.15 2003-10-30 23:18:42 +00:00
Jun Kuriyama
8b5d2ab75a Use relative path in catalog.
PR:		ports/58678
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-10-30 22:33:42 +00:00
Sergei Kolobov
77d4c218a4 Add minirsyslogd 1.02: minimal, fast and secure syslog receiver.
minirsyslogd is a minimalistic, fast and secure (through lack of bloat)
remote-only syslog receiver suitable for hardened log receiver hosts
and/or central log receivers that receive several gigabyte of logs each day.

It will not deal with local syslog data. It does not have a multitude
of configuration, alerting or scripting options. It will however
automatically split inbound syslog data according to IP address,
date and current hour, and do so as rapidly and (I hope) securely as
possible.

Author:	Mikael Olsson <mikael.olsson@clavister.com>
WWW:	http://www.clueby4.org/minirsyslogd/

PR:		58737
Submitted by:	lx@redundancy.redundancy.org
2003-10-30 21:59:57 +00:00
Oliver Lehmann
388177dc87 update courier-imap to 2.2.0 2003-10-30 21:30:30 +00:00
Oliver Lehmann
d28242c70f uodate sqwebmail to 3.6.1 2003-10-30 20:31:10 +00:00
Erwin Lansing
8ae3bcc7de Update to 0.08 2003-10-30 20:24:54 +00:00
Ruslan Ermilov
4eb5247c17 Unbreak on 5.x.
Reported by:	kris
2003-10-30 20:24:23 +00:00
David E. O'Brien
a2a039cf0a Update to Vim 6.2 patchlevel 139 2003-10-30 20:21:23 +00:00
Jimmy Olgeni
906c1565a9 Replace absolute perl path with ${PERL} in CGI scripts (fixes
-STABLE). Add empty configuration directory else the module
will report an error.

Noticed by:	Daan van de Linde <daan@xs4all.nl>
2003-10-30 20:01:46 +00:00
Erwin Lansing
f015946d5e Update to 1.07
- Worldpay have a new range of callback servers IPs
2003-10-30 19:36:12 +00:00
Tilman Keskinoz
ee6bd7a56c Add USE_GCC=3.3. gcc 2.95 dumps core on some stable systems.
Reported by:	Forrest Aldrich <forrie@forrie.com> & bento
2003-10-30 19:09:39 +00:00
Yen-Ming Lee
1a4fe891ab fix depedency and manpages for perl-5.8
PR:		58663
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
2003-10-30 18:32:31 +00:00
Vanilla I. Shu
9c1eb61cda Add p5-Net-Ident 1.20,
lookup the username on the remote end of a
TCP/IP connection.

PR:		58723
Submitted by:	Kai Storbeck <kai@xs4all.nl>
2003-10-30 17:51:05 +00:00
Vanilla I. Shu
969e492757 Add p5-Mail-Mbox-MessageParser 1.12,
a fast and simple mbox folder
reader.

PR:		58674
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-30 17:48:29 +00:00
Vanilla I. Shu
c4ca9246e6 Add p5-FileHandle-Unget 0.11,
a FileHandle which supports ungetting
of multiple bytes.

PR:		58673
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-30 17:47:22 +00:00
Dirk Meyer
a7a3f4a1e4 - update to 20031030
This snapshot supports cvd database updates
PR:             58727
Submitted by:   rob@debank.tv
2003-10-30 16:14:49 +00:00
Foxfair Hu
e3885fc9a3 PR: 57927
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
Unbreak www/udmsearch.
2003-10-30 14:37:30 +00:00
Alexander Leidinger
e433db1745 From the submitter:
---snip---
        The security/nmap port (currently at 3.48, but previous versions also
        had this problem) triggers a bug in GCC 3.3.1 on FreeBSD/sparc64 which
        causes the compilation of the port to fail.
        The GCC bug itself is know and AFAIK Thomas Moestl (tmm@freebsd.org)
        tried to get a fix for it in upstream GCC. However, I didn't see an
        entry in the release notes of GCC 3.3.2 that would suggest that it has
        been fixed there.
        Another port that has a workaround for this particular GCC bug is e.g.
        x11/XFree86-4-libraries (files/patch-XRes.c).
---snip---

PR:		58698
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2003-10-30 14:09:29 +00:00
Alexander Nedotsukov
b97e9dc92d Resolve pci/pci.h is not installedi issue. This is an annoyance for
libpci developers.

Reported by:	Samuel Tardieu
Submitted by:	maintainer
2003-10-30 13:47:26 +00:00
Sergei Kolobov
97f8811dad - Chase MAINTAINER e-mail changes
PR:		58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>, ceri
2003-10-30 13:19:55 +00:00
Foxfair Hu
367f3965dc PR: 57925
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
Reviewed by:	[1]
Approved by:
Obtained from:
MFC after:
Upgrade p5-CGI-SpeedyCGI to 2.22

[1] Actually use the patch provided by the maintainer.
2003-10-30 13:04:22 +00:00
Jimmy Olgeni
4188bfa318 Fix a comment, the first line was "apache New ports" (apache -> #). 2003-10-30 12:54:12 +00:00
Dirk Meyer
dd354b42b3 - update to 0.6.2 2003-10-30 12:46:15 +00:00
Lars Koeller
055b16c9d8 o) Upps, removal of files/patch-var-64bit was lost ... 2003-10-30 12:22:15 +00:00
Dmitry Sivachenko
c3edcc05e3 Correct pkg-plist. 2003-10-30 12:06:19 +00:00
Lars Koeller
5a7c843ba4 o) Uptate to version 1.32c 2003-10-30 12:06:11 +00:00
Sergei Kolobov
f2d7ebe533 - Update to 1.3.0 [1]:
- Added RDP version 5 support.
  - Cut'n'paste between RDP session and X11 applications is now possible
  - Can connect to console on Windows 2003 servers
  - Added preliminary sound support
  - Support 15, 16 and 24-bit color depths
- While I'm here [2]:
  - install some documentation
  - slightly clarify COMMENT and pkg-descr
  - simplify do-install target
  - use DATADIR and DOCSDIR in Makefile and pkg-plist

PR:		57635, 58703 [1]
Submitted by:	Chris Knight <chris@e-easy.com.au> [1], sergei [2]
2003-10-30 11:54:37 +00:00
Hajimu UMEMOTO
5a87b762ad fix plist.
Reported by:	bento via kris
2003-10-30 11:23:49 +00:00
Jun Kuriyama
3f4dbd1409 Add p5-Class-MethodMapper 1.0,
perl module for abstract Class wrapper for AutoLoader.
2003-10-30 10:50:33 +00:00
Hye-Shik Chang
c6445c3cc5 Fix build.
PR:		58711
Submitted by:	Yusuke Matsuoka <yusmat@iris.dti.ne.jp>
Approved by:	maintainer
2003-10-30 09:37:13 +00:00
Kirill Ponomarev
2995f5524f - Update to version 2.5.4
PR:		58697
Submitted by:	maintainer
2003-10-30 09:35:00 +00:00
Kirill Ponomarev
adc7d4de16 - Use "gnomehack" knob
- Bump PORTREVISION

Submitted by:	ijliao
2003-10-30 09:25:01 +00:00
Hye-Shik Chang
43e9b2bdff - Add a security/stability patch backported from main trunk. [1]
- Utilize USE_AUTOCONF_VER rather than having a direct dependency.

Submitted by:	Andrew Belashov <bel@orel.ru> [1]
Approved by:	maintainer
Obtained from:	Savannah
2003-10-30 08:56:06 +00:00
Ying-Chieh Liao
06d3510c28 add gsasl 0.0.8
GNU SASL Library
2003-10-30 08:35:43 +00:00
Alexander Kabaev
748e12677b People should report problems with this port to maintainers. Make the
confusion less likely by removing all non-relevant email addresses from
the Makefile.
2003-10-30 07:39:23 +00:00
Mark Linimon
e5b38c9549 PORTVERSION should have been bumped via previous commit. Reported
by: maintainer (shige@FreeBSD.org), who is not a ports committer.
2003-10-30 07:13:35 +00:00
Ying-Chieh Liao
ffe81d7d6a add gss 0.0.6
GNU Generic Security Service Library
2003-10-30 06:40:59 +00:00
Ying-Chieh Liao
ebc9c71608 fix build on -current 2003-10-30 05:40:06 +00:00
Ying-Chieh Liao
c624ceba60 add libdbi-drivers 0.7.0
libdbi drivers
2003-10-30 04:22:19 +00:00
Norikatsu Shigemura
b7c4b3f5cc Add quack 0.22, enhanced Emacs support for editing and
running Scheme programming.

PR:		ports/58471
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-10-30 02:35:38 +00:00