Commit graph

10180 commits

Author SHA1 Message Date
Christian Weisgerber
f8e7096728 Initial import of openntpd (OpenBSD's ntpd, portable version).
The ntpd daemon implements the Simple Network Time Protocol version 4 as
described in RFC 2030 and the Network Time Protocol version 3 as de-
scribed in RFC 1305.  It can synchronize the local clock to one or more
remote NTP servers and act as NTP server itself, redistributing the local
time.
2004-07-11 17:18:24 +00:00
Kirill Ponomarev
066a44e530 Support WITHOUT_NLS 2004-07-11 10:22:46 +00:00
Jeremy Messenger
4761ead0df Drop maintainership to ports. 2004-07-11 03:32:27 +00:00
Kris Kennaway
1af3cb0693 BROKEN: Broken pkg-plist 2004-07-11 01:29:09 +00:00
Kris Kennaway
f72bc82cb3 BROKEN: Build fails 2004-07-11 01:11:39 +00:00
Kris Kennaway
d42a0e03f2 BROKEN: Unfetchable 2004-07-11 01:04:15 +00:00
Kirill Ponomarev
1d96ad83bb Support WITHOUT_NLS 2004-07-10 19:32:49 +00:00
Sergey Matveychuk
1c3762d85b sbd is a Netcat-clone, designed to be portable and offer strong
encryption. It runs on Unix-like operating systems and on Microsoft
Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe
Devine), program execution (-e option), choosing source port, continuous
reconnection with delay, and some other nice features. Only TCP/IP
communication is supported. Source code and binaries are distributed
under the GNU General Public License.

sbd can be used for any number of network-related things, e.g.:

    * Secure file transfer
    * Remote administration
    * Simple (but secure) peer-to-peer chat
    * Pen-test tool (crypto avoids NIDS detection and telnet-style traffic
      recording)

PR:		68838
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
Approved by:	krion (mentor)
2004-07-10 17:08:17 +00:00
Kirill Ponomarev
46ba252498 Move SNMP support to optional dependecies.
PR:		ports/68890
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-07-10 11:32:57 +00:00
Sergey Matveychuk
21526212ca Update to 4.6.18
PR:	68887
Submitted by:	maintainer
Approved by:	kris (mentor)
2004-07-10 10:27:13 +00:00
Greg Lewis
9aa97d0a2a . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.
. While I'm here:
  . Use PORTDOCS to greatly simplify the packing list.
  . Use %%EXAMPLESDIR%% in the packing list rather than the equivalent
    hardcoded path.
2004-07-09 18:19:58 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Dirk Meyer
a686683cda - Fix memory leak with unknown clients 2004-07-09 14:01:54 +00:00
Volker Stolz
efd8e218f2 Add libiconv-dependency.
Closes PR:	ports/68777
Submitted by:	Chris Johnson
Patch by:	ports/c0decafe.net
2004-07-09 13:46:33 +00:00
Volker Stolz
fe0175b60d Make COMMENT/pkg-descr more accurate
PR:		ports/68825
Submitted by:	Travis Poppe (maintainer)
2004-07-09 08:49:17 +00:00
Hartmut Brandt
06a039b28b New version of the package that adds testing of the new call
control function.
2004-07-09 08:37:23 +00:00
Ying-Chieh Liao
d9ed08c595 fix msn lib depends 2004-07-09 07:52:57 +00:00
Norikatsu Shigemura
071328fb4f Update to 2004.07.07. 2004-07-09 03:02:51 +00:00
Volker Stolz
018eac8c4f Update to 1.2.7
PR:		ports/68783
Submitted by:	maintainer
2004-07-08 19:14:50 +00:00
Kirill Ponomarev
6d6ed936ec Update to 4.6.17
PR:		ports/68805
Submitted by:	maintainer
2004-07-08 07:49:20 +00:00
Kirill Ponomarev
a5fb61d61e Update to version 1.36 2004-07-07 20:56:09 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
David E. O'Brien
f21b873a88 Catch up with changes to sys/imgact_aout.h (it requires sys/endian.h). 2004-07-07 08:29:00 +00:00
Clement Laforet
53efc3474f - update to 0.15.0 2004-07-07 08:27:57 +00:00
Pav Lucistnik
b1f58d2247 - Only perform configure-package target in -server port
Fixes:		net/isc-dhcp3-devel
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Reported by:	kris / pointyhat
2004-07-07 06:47:36 +00:00
Volker Stolz
9c582b22cb Update to latest snapshot.
PR:		ports/68573
Submitted by:	Martijn Lina
Approved by:	seanc known to be busy
2004-07-06 11:00:35 +00:00
Norikatsu Shigemura
32d5c44dc0 Update to 2004.07.06. 2004-07-06 10:31:22 +00:00
Munechika SUMIKAWA
d15b30d891 Add the manpage.
Submitted by:	lee dilkie <lee@dilkie.com>
PR:		ports/68272
2004-07-06 10:31:01 +00:00
Tilman Keskinoz
01352cd8ee Fix build on 5.x 2004-07-06 10:14:09 +00:00
Volker Stolz
1a92a66fb1 Update to 2.3.2
PR:		ports/68714
Submitted by:	Martijn Lina
2004-07-06 09:58:18 +00:00
Dmitry Sivachenko
6f20070f09 Fix build on -current. 2004-07-06 08:57:49 +00:00
Joe Marcus Clarke
0047551770 Bump PORTEPOCH so people coming from gnomenetwork know to upgrade.
Reported by:	adamw
2004-07-06 05:34:49 +00:00
Joe Marcus Clarke
c10f8a540c Be a little more sensible when allocating memory to hold the netstat tokens. 2004-07-06 05:23:00 +00:00
Pav Lucistnik
4ac742785c - minor changes:
Makefile
        configure-package added to post-install
        .ORDER added
files/isc-dhcpd.sh.sample
        some debug() added
        precious() test inverted
        lsmod() added
        safe_chmod() fixed (don't chown .../dev if mounted)
        safe_mkdir() fixed (don't create .../dev if mounted)
        check_chuser() fixed (-z "${var}" instead of -z ${var})
        setup_umask() fixed (dhcpd_umask -> dhcpd_withumask)
        dhcpd_stop() fixed (sh $0 force... instead of $0 ...)
        _dhcpd__uninstall() added
        dhcpd_uninstall() recursively called to handle all the
        combinations of dhcpd_chuser_enable and dhcpd_chroot_enable
        $__dhcpd_uninstall added
        $_dhcpd_piddir and $_dhcpd_leaddir -> $__dhcpd_*

Closes PR:	ports/68647
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
2004-07-06 00:57:13 +00:00
Pav Lucistnik
475a2cb78d Add acx100, a kernel driver for Texas Instruments ACX100 based Wi-Fi cards.
The following cards are known to work with the acx driver:

Card                  Bus
Binatone WL-1000      CARDBUS
D-Link DWL-650+       CARDBUS
US Robotics USR2210   CARDBUS
US Robotics USR2216   PCI

WWW: http://wlan.kewl.org/

PR:		ports/68612
Submitted by:	Leonid Zolotarev <leoz@saunalahti.fi>
2004-07-05 20:39:47 +00:00
Joe Marcus Clarke
72ead95748 Remove gnomenetwork now that the only living piece of it was broken out
into the gnomenettool port.
2004-07-05 19:37:48 +00:00
Joe Marcus Clarke
3d44025101 Add gnomenettool after a repo-copy from gnomenetwork. Gnome-nettool is the
netinfo piece of gnome-network broken out into its own distribution.
Gnome-nettool is a MacOS X-like Network Utility that disaplys interface
information as well as front-ends many useful network tools like ping,
netstat, traceroute, host, finger, and whois.
2004-07-05 19:36:26 +00:00
Archie Cobbs
0cecdd87bd Use DIST_SUBDIR= to avoid conflict with "audio/musicpd" port.
PR:		ports/68479
2004-07-05 15:23:50 +00:00
Archie Cobbs
40fe076de8 Limit to 24 lines. 2004-07-05 15:22:48 +00:00
Tilman Keskinoz
170b76e0f6 Don't commit with an empty stomach.
Remove unneccessary file.
2004-07-05 14:27:31 +00:00
Tilman Keskinoz
68dac9bdbc Add kphone, A SIP User Agent.
Based on work by:	Georg Schwarz (geos@epost.de)
2004-07-05 14:20:26 +00:00
Archie Cobbs
203a68407d Add sl2tps 0.1: Simple L2TP server based on libpdel(3) and netgraph(4). 2004-07-05 14:08:54 +00:00
Sergey A. Osokin
47a0af28a1 Update to latest release 0.4.5b.
Author fixed are following problems:
1) threading issue causing pthread_create() errors under Linux after
number of requests and memory leaks on different Unix platforms.
2) deadlock in gethostbyname() mutex, HTTP CONNECT redirection.

Grab maintainership because author can't contact with
maintainer 3-4 monthes.

Announce from:	3APA3A <3APA3A at security dot nnov dot ru>
2004-07-05 08:54:48 +00:00
Pav Lucistnik
5ce6c40603 - Add backup master sites
Submitted by:	Oleg Sharoiko <os@rsu.ru>
2004-07-04 11:34:26 +00:00
Joe Marcus Clarke
15a9f2ede6 Fix another 64-bit build problem.
Reported by:	pointyhat via kris
2004-07-04 07:27:34 +00:00
Kris Kennaway
7626320cde BROKEN on amd64 and sparc64: Broken pkg-plist 2004-07-03 23:46:45 +00:00
Joe Marcus Clarke
e03f00143b Convert this port to use RCng.
Submitted by:	kuriyama
2004-07-03 22:44:28 +00:00
Thierry Thomas
f9a9d2b94f Unbreak by upgrading to 4.0.7.
PR:		ports/68592
Submitted by:	maintainer.
2004-07-03 20:30:00 +00:00
Dmitry Sivachenko
321dda40d5 Bump PORTREVISION due to patch-dsh-dsh.c.
Submitted by:	kris
2004-07-03 13:02:56 +00:00
Edwin Groothuis
d281f6efd9 Here I attach the patch that fixes mentioned 3 problems as well as few others:
* BUG 1315 - wbinfo -t unsuccessful on 3.0.4
 * BUG 1319 - Cannot write to a share with write-list users
 * BUG 1345 - Macromedia Homesite cannot connect anymore after upgrade to 3.0.4

 * Patch from Rudolf Cejka <cejkar@fit.vutbr.cz> - rpcclient does not recognize
     parameters in -c <command> correctly.

 * Patch from Joerg Pulz <Joerg.Pulz@frm2.tum.de> - fixes to samba.sh startup script.

PR:		ports/67865
Submitted by:	edwin@mavetju.org,Rudolf Cejka <cejkar@fit.vutbr.cz>,Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:	maintainer
2004-07-03 12:46:41 +00:00