summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
1998-09-24'mkdir -p', not 'mkdir'.bouyer1-2/+2
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled4-4/+12
on alpha. There may be more, but I haven't seen them yet.
1998-09-18Break out patch-aa into separate files.agc5-30/+476
Use libtool to build this package. Modify PLIST accordingly.
1998-09-17Modify Makefile to use PLIST_SRC, and not write in a potentially ROagc1-8/+4
directory.
1998-09-15Modifications for a read-only pkgsrc (but writable WRKOBJDIR).agc1-5/+5
1998-09-05Enable zircon.frueauf1-2/+2
1998-09-05Initial addition of zircon-1.18.180, an X11 interface to Internet Relay Chat.frueauf7-0/+268
1998-09-04Make this package use GNU indent, which can act as a filter, ratheragc2-1/+20
than NetBSD's indent(1). As pointed out by Matthias Drochner.
1998-09-04Update to samba-1.9.18p10.bad6-71/+76
While here clean up the package somewhat: - Remove confusion about where the SAMBA_PRIVATE directory is. - Don't gratitously create yet another world writeable directory. - Don't use $PREFIX as the WEB_ROOT, use the htdocs directory from the Apache pkg instead. - Enable use of netgroups, checking of disk quotas and the password changing feature. - Use /var/run/samba for runtime status files. - Always install the example startup file. - Misc. minor modification for better maintainability.
1998-09-03make a copy of pw->pw_name because it can be overwritten by other calls tochristos1-0/+23
getpw*.
1998-09-03- use getcwd instead of getwdchristos1-0/+76
- increase the buffer size appropriatetely for holding cwd to avoid overflow - don't core-dump if $HOME is not set - dynamically allocate command space to avoid overflow
1998-08-29Oops, better use gzip after all.kim1-3/+11
1998-08-29The tag...kim1-0/+2
1998-08-29- Combine all patches for mirror.pl into patch-ab (remove patch-ad).kim6-128/+126
- Move all sed stuff into scrips/configure so it can be done in one pass (no post-configure target in Makefile anymore). - Use "compress" for $compress_prog instead of gzip; our compress needs the -f flag to make it quiet (additional pathes to mirror.pl) - Fix PASV handling (too strict a regexp -- breaks on Win NT servers that emulate UNIX behaviour -- NT added a trailing dot to the 227 message and ftp.pl was not tolerating that) - Add $PREFIX/bin and $PREFIX/sbin to $extra_path (leaving /usr/local directories in) - Do not modify ${WRKSRC}/mirror, it is a symlink in the distribution
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna5-13/+2
from individual DESCR files that had them.
1998-08-25Change smbmount.8 to rumba.8, and change references to smbmount in manpagetv3-7/+165
to rumba. Now doesn't violate Least Confusion.
1998-08-23Remove unnecessery blank line.frueauf2-2/+0
1998-08-23Add missing / to HOMEPAGE URL.frueauf1-2/+2
1998-08-23Fix building of this pkg on alpha. Fixes PR 5769 (Tim Rightnour)garbled4-0/+33
1998-08-21Add HOMEPAGE.agc1-2/+2
Delete unnecssary USE_GMAKE.
1998-08-20Add corba category to the NetBSD packages collection.agc10-0/+199
Add ORBit 0.2.1, the ORB from the GNOME project, to the NetBSD packages collection. This was taken from a submission to the FreeBSD ports collection by Chia-liang Kao (clkao@CirX.ORG), and patched to work on NetBSD by myself.
1998-08-20The Grand Homepagification:tsarna26-33/+51
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-09Let's have a man page for irc(1) as well (the distribution onlykim2-4/+6
installs ircII(1), which is difficult to find when the binary is not called that).
1998-08-09What ircII calls IRCLIB is really the GNU datadir, i.e. put all the helpkim3-587/+596
files, scripts and translation tables in share/irc instead of lib/irc.
1998-08-09Forgot the id again...kim1-0/+2
1998-08-09Use INSTALL_PROGRAM and INSTALL_MAN to avoid bin.bin ownershipskim2-11/+13
hardcoded in the distributed Makefile. Use INSTALL_DATA instead of INSTALL_MAN to install the ${PREFIX}/share/doc/bing/README file.
1998-08-09Do not install as bin.bin mode 555, but rather use the defaultkim1-3/+14
provided by the pkg system (the INSTALL macro for make already has -g and -o, so remove the extra options from Makefile.in).
1998-08-09The password file for samba cannot generally be share between machines,kim2-12/+17
so place it in /etc/samba/private. Other machine dependent files (e.g. the printer defs) go now into /etc/samba by default.
1998-08-08Forgot that tag... (diff should output it for me?)kim1-0/+2
1998-08-08The logic for determining the local domain was wrong.kim2-4/+58
Using gethostname(3) instead (could use gethostbyname(3) on top of that, I guess...).
1998-08-07Adding ntop, "network top", v0.4kim10-0/+169
1998-08-07Added ntopkim1-1/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc33-0/+66
1998-08-07Add NetBSD RCS Ids.agc92-4/+188
1998-08-04Move determination of the Fully Qualified Domain Name into theagc1-6/+5
post-patch: rule.
1998-08-03Update VNC to version 3.3.2 using patches supplied by Jeff Rizzo intron6-768/+125
PR pkg/5868.
1998-08-03Update ucd-snmp to 3.5, inspired by pr 5880 by Jeff Rizzo.frueauf5-31/+26
XXX The configure script sets KERNEL and _KERNEL before including XXX <sys/socket.h> for whatever reason. This breaks some little XXX programms which detect options for configure, one of those XXX should detect the rtentry style, on NetBSD-current where XXX <sys/socket.h> includes opt_compat_*.h files. patch-aa XXX workarounds this, but a clean solution should be found and XXX feedbacked to the author.
1998-08-01Enable SOCKS support.scottr1-1/+15
1998-08-01Fix a botch in handling the result of the test for libsocks5.scottr1-3/+12
1998-07-30amiga->m68k as amiga is not even defined here.frueauf1-1/+1
1998-07-25Update to rsync 2.1.0.frueauf5-68/+102
1998-07-24Add and enable nocol.agc1-1/+2
1998-07-24Initial import of nocol-4.2b6, "an extensible network and systemagc9-0/+282
monitoring utility" into the NetBSD packages collection.
1998-07-22fix PLISTis1-20/+22
1998-07-22ICSI version of GNU finger, a distributed finger system for workstationis9-0/+467
pools and similar setups. The mugshot support was left out as much as easily possible - nowadays people use the WWW for this functionality.
1998-07-20HAS_CONFIGURE -> GNU_CONFIGURE.tv1-2/+2
1998-07-19Update qt to 1.40. Use libtool to generate the shared and static library.tv1-2/+2
For dependent pkgs, find qt in ${PREFIX} instead of ${X11BASE} (xpkgwedge-portlint), as all of them are also USE_X11.
1998-07-15Update for automatic shared object handling.agc2-8/+4
1998-07-14Add "${CONFLICTS}".tron1-1/+3