summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-10-02Get rid of autoconf and automake dependencies by adding a configure patch.wiz3-12/+176
2002-10-02Use automake.mk.wiz1-5/+5
2002-10-02get rid of autoconf build dependency by patching configuredillo3-7/+26
2002-10-02add rc script and use bsd.pkg.install.mk.grant3-2/+22
bump PKGREVISION.
2002-10-01add SOAP/Google access for Pythondrochner1-1/+3
2002-10-01Helper library and application to access Google's web API (SOAP)drochner4-0/+44
from Python.
2002-10-01import SOAP.py from the "Web Services for Python" project, with some fixesdrochner7-0/+112
to make it work with Python-2.2 (extracted from py-google). This is the third SOAP implementation in Python I've tried, and the first which actually works.
2002-09-30Update to 0.62.wiz4-8/+67
- fix a bug in GDL ctree which crashs dc_gui. Bug fixed by Raphael Scott. - new button added to start a dummy client (requires DCTC 0.83.5). - command line option added: -s. This command temporarily disables the autostart of clients which can be useful when an invalid hub has this flag set. - command line option added: -h. This flag requires a parameter, a hub address and port. When this option is given, the GUI will automatically start a new DCTC connected to the given hub address. When this option is given, you must also give the option -p (see below). - command line option added: -u. This flag requires a parameter, a dchub:// URL When this option is given, the GUI will automatically start a new DCTC connected to the given hub address. When this option is given, you must also give the option -p (see below). - command line option added: -p. This flag requires a parameter, the name of an existing profile to use. This option is needed for both -h and -u. - command line option added: -e. When this flag is specified, the program ends immediatly before displaying any window. This flag is useful with both -h and -u to avoid to have as many GUI as DCTC client. Also, de-internationalize a bit more.
2002-09-30The same fix as net/netatalk/INSTALL, I forgot it, too.taca1-4/+1
> Remove setting PKGNAME and STAGE from position parameters ($1 and $2). > This break netatalk package under current bsd.pkg.install.mk.
2002-09-30Updated ethereal to 0.9.7martti2-5/+5
New Features In order to improve the out-of-box responsiveness of Ethereal and Tethereal, network name resolution has been disabled by default. TCP analysis (a feature added in the 0.9.6 release) was improved. The NCP code base received quite a few updates. Initial support for version 2 of the GTK+ library was added. RPC staticstics (which use the new Tap API) were added. Due to added and updated support for the NTLM, SNEGO, and GSS-API protocols, Ethereal can now dissect most of the security blobs for Windows 2000 authentication. The Ethernet "manuf" file now handles addresses specified with a mask, and contains many well-known addresses. New Protocols 802.1s MSTP, FIX, GSS-API, Interbase, NDPS, Netflow (Cisco and Juniper), SCCP-Management, SPNEGO The following DCE/RPC protocols were also added: AFS4INT, BOSSVR, CDS_CLERKSERVER, CDS_SOLICIT, CPRPC_SERVER, DNSSERVER, DTSPROVIDER, DTSSTIME_REQ, FLDB, FTSERVER, KRB5RPC, REPADMIN, REP_PROC, ROVERRIDE, RPRIV, RS_ATTR, RSEC_LOGIN, RS_MISC, RS_PGO, RS_REPLIST, RS_UNIX, SECIDMAP, TKN4INT, UBIKDISK, UKIKVOTE Updated Protocols AFP, AODV/AODV6, BGP, CHDLC, CHPA, DCE/RPC CONV, DCE/RPC LSA, DCE/RPC NT, DCE/RPC SAMR, DHCP, DNS, DOCSIS, EAP, GTP, HTTP, IP, iSCSI, IS-IS, Kerberos, LDAP, LDP, M2PA MMSE, NBNS, NCP, NDS, NETLOGON, NTLMSSP, OSI Q.931 RPC, RPCSTAT, SCSI, Skinny, SMB, SNEGO, SPOOLSS, SRVSVC, TCP, WSP
2002-09-30Update netatalk to 1.5.5abs8-132/+94
Neither the Changelog nor CHANGES files list the changes from 1.5.3.1
2002-09-30Updated mrtg to 2.9.22 [lots of bug fixes]martti6-42/+44
2002-09-30Remove setting PKGNAME and STAGE from position parameters ($1 and $2).taca1-4/+1
This break netatalk package under current bsd.pkg.install.mk.
2002-09-29Update to 0.83.5.wiz4-84/+9
Changes: - a special hub address is recognized "dummy_client". When this name is used with the -g option, it is possible to start a client connected to no hub. - When the dynamic IP flag is set, the IP is updated each time the /RECON command is processed whatever the /RECON is successful or not (previous, only a successful /RECON update the IP). - When the dynamic IP flag is set, the IP is updated every minute. - to ease port, stdout G_LOCK is now named std_out G_LOCK.
2002-09-29Use CONFIG_{GUESS,SUB}_OVERRIDE so that this builds on mipsel (and probablycjep1-1/+4
others).
2002-09-27Remove dependency on automake by patching the Makefile.in file instead ofjlam3-10/+8
the Makefile.am file.
2002-09-25Make compile on Alpha.wiz4-1/+41
Patches from Rhialto in PR 18287.
2002-09-25* buildlink1 -> buildlink2jlam8-121/+120
* Honor PKG_SYSCONFDIR * use bsd.pkg.install.mk to handle the rc.d scripts and config files
2002-09-25it's -> itswiz1-2/+2
2002-09-25Drop trailing space.wiz1-3/+3
2002-09-24Complete standardization of messages according to latest pkglint.wiz16-53/+54
2002-09-24Lines should not be longer than 80 chars.wiz1-5/+5
2002-09-23buildlink1 -> buildlink2jlam4-30/+33
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam2-2/+4
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-09-23comment fix.grant3-5/+9
2002-09-23comment fix.grant1-2/+1
2002-09-23use $name, as $rcname isn't defined.grant1-2/+2
2002-09-23Use @PREFIX@, not "/usr/pkg".grant1-2/+2
2002-09-23minor formatting fix.grant1-5/+5
2002-09-23add missing RCS Id.grant4-4/+12
2002-09-23Fix a problem with VOP_PUTPAGES on NetBSD-1.6 (via patch fromwennmach4-4/+23
Love <lha@netbsd.org>). Also, don't try to remove the top-level "lkm" directory on pkg_delete.
2002-09-23Update to 0.61:wiz4-29/+38
- GDL handling has been totally rewritten and is now more clean. - It is now possible to destroy GDL "rename at end" entry like any other one. - In the GDL list, sizes are now displayed using locale format. - search result handling has been partially rewritten and is now more clean. - The search result size is now displayed using locale format. - old style user list is no more supported, only new one is (the one using list cache). - user share lists handling has been partially rewritten and is now more clean. - The user share lists are now displayed using locale format.
2002-09-23Update to 0.84.4:wiz2-5/+5
- a (new) buggy clone seems to send string containing illegal character ('\0'). Because this character is also the C string end character, it truncates string and DCTC crashs because an impossible case occurs. This version avoids the problem.
2002-09-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam1-3/+2
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2.
2002-09-23* use bsd.pkg.install.mk and automatic rc.d script handling.grant2-33/+13
* convert to rc.subr-style script.
2002-09-23honour PKG_SYSCONFDIR.grant1-6/+6
ok'd by jlam.
2002-09-22Add the docsis plugin...mycroft1-1/+4
2002-09-21Strip the ".buildlink" from the names of the python application andjlam4-8/+8
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21buildlink1 -> buildlink2jlam1-6/+7
2002-09-20buildlink1 -> buildlink2jlam3-14/+13
2002-09-20Remove ${PREFIX}/share/kde/apps/knewsticker with @unexec instead of @dirrmjlam1-2/+2
as it might contain files from kdeaddons2.
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant13-26/+26
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-20add missing RCS Id.grant1-0/+2
2002-09-20add missing #! line and RCS Id.grant1-0/+4
2002-09-19tweakhubertf1-2/+2
2002-09-19Update 6to4 to 1.3. Change:hubertf5-52/+121
- adapt for NetBSD 1.6 and later which needs an "ifconfig stf0 create" (also needed on FreeBSD). Patch contributed by Kimura Fuyuki <fuyuki@hadaly.org> in private mail.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam7-68/+8
2002-09-19buildlink1 -> buildlink2jlam1-2/+2
2002-09-19Rename files/chronyd to files/chronyd.sh for forthcoming changes tojlam2-2/+2
auto-handle rc.d scripts.
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam6-17/+6
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.