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

101344 Commits

Author SHA1 Message Date
Pav Lucistnik
6bbf0e383f - Avoid using command execution to fill variables, they would be executed
for all targets which is not needed

Suggested by:	'the eagle eye' kris
2004-05-04 19:43:14 +00:00
Pav Lucistnik
012dbaaa79 - Update to 1.5-rc6
PR:		ports/66208
Submitted by:	Dan Rench <citric@cubicone.tmetic.com> (maintainer)
2004-05-04 19:14:05 +00:00
Michael Nottebrock
76aff84cb5 security/newpg -> security/gnupg-devel
This commit slipped, sorry for the delay.
2004-05-04 18:45:41 +00:00
Pav Lucistnik
1b4430531e - Update to 2.10.6
- Add a lot of new OPTIONS
- Fix plist for MySQL option
- Make userdir configurable
- Make signature life configurable
- Add patch to fix delivering to LDA

PR:		ports/65384, ports/66199
Submitted by:	Rob Evers <rob@debank.tv> (maintainer)
		Ion-Mihai Tetcu, Andreas Klemm
2004-05-04 18:43:30 +00:00
Pav Lucistnik
8fc162fbb1 - Add WITH_OPENGL knob to turn on OpenGL 3D graphics
PR:		ports/66221
Submitted by:	Radim Kolar <hsn@netmag.cz> (maintainer)
2004-05-04 18:22:38 +00:00
Pav Lucistnik
2077e6ab8e - Update to 4.30.3
PR:		ports/66197
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2004-05-04 18:04:24 +00:00
Pav Lucistnik
b772e5e3b7 Add winhelpcgi, a cgi program that can display winhelp files on the web.
It supports .HLP, .M14, .M13, and .MVP files.

PR:		ports/66229
Submitted by:	Robin Schoonover <end@endif.cjb.net>
2004-05-04 17:49:15 +00:00
Pav Lucistnik
342521d56c - Add option to build with db 4.2
- Clean up pkg-plist for optional options

PR:		ports/66214
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2004-05-04 17:28:04 +00:00
Pav Lucistnik
00c4680e44 - Update to 0.3.4
PR:		ports/66223
Submitted by:	Herbert J. Skuhra <herbert.skuhra@gmx.at> (maintainer)
2004-05-04 17:14:43 +00:00
Pav Lucistnik
37694b4300 - Update to 0.3.1
PR:		ports/66245
Submitted by:	Franz Klammer <klammer@webonaut.com> (maintainer)
2004-05-04 17:03:23 +00:00
Joe Marcus Clarke
60fa48c9a8 Fix a botch patch in the 2.4.1 update that resulted in the wrong PTHREAD_LIBS
being used on 5.X.

Reported by:	many
2004-05-04 16:56:26 +00:00
Archie Cobbs
6602288943 Update to version 3.18; this also fixes build failure on -current. 2004-05-04 16:21:30 +00:00
MANTANI Nobutaka
512a3925ed Add dependency on graphics/png to fix make package.
PR:		ports/66153
Submitted by:	pav
2004-05-04 15:58:29 +00:00
Norikatsu Shigemura
9b88a8c266 o rcNG-fy.
+ Display pkg-message after install, warning admins of the rc.conf(5)
    variable name change.

PR:		ports/66234
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
Pointed out by:	ume
Pointy hat to:	myself
2004-05-04 15:51:07 +00:00
Mathieu Arnold
3dc797a22f Update to 20040414,
- Add the ability to handle portnames with + sign

PR:		65329
Submitted by:	maintainer
2004-05-04 15:33:14 +00:00
Kirill Ponomarev
a7dff1b52a - Update to version 2.1.4 2004-05-04 15:24:20 +00:00
Kirill Ponomarev
8ab96b6d3b - Fix WWW: 2004-05-04 15:04:01 +00:00
Mathieu Arnold
930932669c Update to 1.16 2004-05-04 15:02:16 +00:00
Alexander Leidinger
3084ae638f Update to 2.01a28. For a list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a28

Submitted by:	maintainer (marius)
2004-05-04 14:44:32 +00:00
Michael Nottebrock
6710e3cbc6 Update WWW: 2004-05-04 14:40:42 +00:00
Kirill Ponomarev
b6cd54a7ce - Update to version 0.3.1
PR:		ports/66255
Submitted by:	maintainer
2004-05-04 14:28:35 +00:00
Michael Nottebrock
e5a6d23473 Use a different argument to configure to point to libiconv, the
previous attempt didn't work.
2004-05-04 14:18:52 +00:00
James E. Housley
25bd70dcf6 *******************IMPORTANT*******************
4357 Emergency Dat release due to:

W32/SASSER.worm.d

**********************************************
2004-05-04 14:05:39 +00:00
Jimmy Olgeni
4b8c2278e6 Remove verbose option from cpio call. 2004-05-04 13:59:39 +00:00
Volker Stolz
c56858c3bd Unbreak on -STABLE.
Having -pipe in CFLAGS would break the build:
http://docs.freebsd.org/cgi/mid.cgi?20040503181426.GB12673

Approved by: linimon (mentor)
2004-05-04 13:56:39 +00:00
Jimmy Olgeni
cfc057e091 Upgrade to version 1.45 (remove MASTER_SITE_SOURCEFORGE which has
1.41 only).
2004-05-04 13:53:47 +00:00
Makoto Matsushita
ae33577db3 Add a patch to fix warning about character-class string.
Bump PORTREVISION.

Why patch needed?  According ruby 1.8 language definition, even if
the first character-class string is square branket, warn if not
escaped with backslash.  See also ruby/regex.c rev 1.81(*1).  Since
[\]] is properly processed by ruby 1.6, patch this unconditionally.

Adviced about ruby language by: knu, hrs

*1) http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/regex.c#rev1.81
2004-05-04 13:27:57 +00:00
Mathieu Arnold
43d3a779a9 Update to 1.06 2004-05-04 13:00:48 +00:00
Norikatsu Shigemura
3478a6476f o Minor text formatting changes when spitting out WITH_* tweaks;
use spaces, not tabs.
o rcNG-fy.
  + Rename rc.conf(5) variable "drac_flags" to "dracd_flags".
  + Display pkg-message after install, warning admins of the rc.conf(5)
    variable name change.
o Bump PORTREVISION accordingly.

PR:		ports/66234
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
2004-05-04 12:56:56 +00:00
Mathieu Arnold
5855b8edfb Update to 0.57 2004-05-04 12:10:28 +00:00
Michael Nottebrock
a75b934bc7 Add dependency on libgcrypt.
Reported by: bento via kris
2004-05-04 11:53:48 +00:00
Michael Nottebrock
6ccdeba3af Add more CONFIGURE_ARGS to point configure to headers and libraries
in ${LOCALBASE}.
2004-05-04 11:46:18 +00:00
Joerg Wunsch
4351c49310 This port requires Perl 5 for building.
Pointed out by:	kris
2004-05-04 11:03:18 +00:00
Michael Nottebrock
a18bf468ef Add missing USE_ICONV. 2004-05-04 10:49:48 +00:00
Munechika SUMIKAWA
81a8e79fae rcNG-fy.
Submitted by:	nork
2004-05-04 10:44:05 +00:00
Kris Kennaway
b81de76411 Fix build on recent 5.x.
Submitted by:	mux
2004-05-04 10:42:11 +00:00
Kris Kennaway
32de085a3a Add missing USE_PERL 2004-05-04 10:13:55 +00:00
Mathieu Arnold
07f749c837 Needs perl to build
Pointed out by:	bento via kris
2004-05-04 10:12:22 +00:00
Mathieu Arnold
6930c90a69 Update to 0.43 2004-05-04 10:10:47 +00:00
Mathieu Arnold
2c09ec87be Update to 1.10 2004-05-04 09:53:33 +00:00
Kirill Ponomarev
3fcc7063ad - Update to version 7.2.9.5
PR:		ports/66244
Submitted by:	maintainer
2004-05-04 09:41:56 +00:00
Kirill Ponomarev
e356a1fffc - Fix build
- Use MKDIR knob
2004-05-04 09:00:23 +00:00
Ying-Chieh Liao
c3e5e198d8 add eggcreator 0.1
Eggdrop.conf creator
2004-05-04 08:36:28 +00:00
Jun Kuriyama
3ea10dc158 Restore mbuf statistics support on recent 5.x.
To retrieve these values, check hrStorageUsed or hrStorageSize.
2004-05-04 08:18:10 +00:00
Kirill Ponomarev
0a89b36832 Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.

It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.

Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.

PR:		ports/66226
Submitted by:	Tim Bishop <tim@bishnet.net>
2004-05-04 07:56:16 +00:00
Norikatsu Shigemura
bf4c041c63 Update to 2004.05.04. 2004-05-04 07:53:35 +00:00
Ying-Chieh Liao
a4d28d38fc add pyobfuscate 0.1
Python source code obfuscator
2004-05-04 07:50:41 +00:00
Kirill Ponomarev
606a572e11 - Update to 0.4.5
- Give maintainership to submitter

PR:		ports/66198
Submitted by:	Yann Berthier <yb@sainte-barbe.org>
2004-05-04 07:47:18 +00:00
Kirill Ponomarev
6a82e4c11d Add libnetdude 0.6,
The core of the Netdude framework and the place where the
packet manipulations are performed. It allows you to implement
trace file manipulations at a much higher level of abstraction
than code written directly on top of the pcap library.

PR:		ports/66178
Submitted by:	Yann Berthier <yb@sainte-barbe.org>
2004-05-04 07:35:47 +00:00
Kirill Ponomarev
0849723e38 Add libpcapnav 0.5,
Libcapnav is a libpcap wrapper library that allows navigation
to arbitrary packets in a tcpdump trace file between reads,
using timestamps or percentage offsets. The API is
intentionally much like that of the pcap library.

PR:		ports/66177
Submitted by:	Yann Berthier <yb@sainte-barbe.org>
2004-05-04 07:30:37 +00:00