summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-10-09Unused.wiz1-34/+0
2002-10-09buildlink1 -> buildlink2.wiz1-2/+2
2002-10-09buildlink1 -> buildlink2.wiz1-9/+8
2002-10-09buildlink1 -> buildlink2.wiz1-7/+6
2002-10-09Fix problem caused by CVS Id in patch context.tron2-6/+4
2002-10-09Complete conversion to buildlink2.wiz1-2/+3
2002-10-09buildlink1 -> buildlink2.wiz4-14/+18
2002-10-09the python22 PLIST issue is fixed - switch to buildlink2drochner1-4/+2
2002-10-09Make this package use Buildlink2agc1-5/+7
2002-10-09Update "rp-pppoe" package to version 3.5. Changes since version 3.3:tron5-19/+78
- Fixes for compilation on Solaris. - INCOMPATIBILITY WITH EARLIER VERSIONS: Kernel-mode plugin now is built against latest CVS ppp source rather than Michal Ostrowski's patched version. If you use kernel-mode PPPoE, you MUST use the CVS version of the ppp source code with rp-pppoe 3.4. - Print PPPoE session number when connection terminates. Thanks to Alexander Dalloz for suggesting this. - Fixed a bug in MSS clamping -- it now works with protocol-field compression. Thanks to Gerd v. Egidy for the patch. - Ignore SIGINT and SIGTERM so LCP termination packets make it out. This update also contains a patch for PR pkg/18525 by Lex Wennmacher.
2002-10-09buildlink1 -> buildlink2jlam1-9/+9
2002-10-08buildlink1 -> buildlink2jlam2-9/+12
2002-10-08Unused.wiz1-78/+0
2002-10-08Update netcat to netcat-1.10nb1abs7-103/+112
Merge two netcat.c patches into a single patch file, remove unneccessary call to res_init() and pass correct make options for Linux and (untested) Solaris.
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-07Remove conditional dependence on "ppp" package.tron1-11/+1
2002-10-07Convert to buildlink2. Fix PLIST.wiz2-9/+307
2002-10-07Remove "ppp" package. It's outdated, has security issues and is onlytron11-135/+1
required to use the "rp-pppoe" package on NetBSD 1.4 which is no longer supported.
2002-10-07Make arla compile on -current. Patch from Love <lha@netbsd.org>.wennmach3-12/+32
Bump nb version to 2.
2002-10-07upgrade to 4.9.10. security fix.itojun2-7/+7
--- 4.9.10-REL released --- 821. [bug] read buffer overflows. 820. [port] __printf0like required for test build under FreeBSD. 819. [cleanup] res_mkquery.c: kill buflen manipulation.
2002-10-06Convert to buildlink2. Use perl5/module.mk.seb6-36/+18
2002-10-06Remove me as maintainer of this package.tron1-2/+2
2002-10-06buildlink1 -> buildlink2seb1-3/+12
Add support for native pthread via mk/pthread.buildlink2.mk
2002-10-06Remove setting PKGNAME and STAGE from position parameters ($1 and $2).taca2-8/+2
We don't need them any more under current bsd.pkg.install.mk.
2002-10-06Convert to buildlink2.wiz1-2/+3
2002-10-06unexec rmdir some shared dirs instead of dirrm'ing them.wiz1-3/+3
2002-10-06Expand DESCR.markd1-1/+22
(Thought I did this the other day but apparently not - too many interruptions)
2002-10-06- Depends on perl >=5.6.0 instead of 5.005_3heinz3-30/+9
- Uses buildlink2 and module.mk now. - Removed patch-ab (bug fixed is fixed in this version).
2002-10-05buildlink1 -> buildlink2jlam1-8/+8
2002-10-05Unused.wiz1-37/+0
2002-10-05Convert to buildlink2.wiz2-10/+11
2002-10-05Unused.wiz3-139/+0
2002-10-05Convert to buildlink2.wiz1-5/+5
2002-10-05Unused.wiz2-92/+0
2002-10-04Update x2vnc to 1.4. Changes:hubertf2-5/+5
* Included tkx2vnc, written by David Noble * Added hotkey functionality. * Added Macintosh mode. * Included a patch for -trimsel. * Implemented -scrollines * Implemented a grab timeout to allow xscreensaver to activate gracefully. * Added -desktop option. * AltGr should now work properly. * Fixed cut'n'paste to work with XA_PRIMARY * Reversed mouse wheel direction (-reversewheel will get old behaviour) * Added an autoconf script for easier compilation on systems where xmkmf has not been configured properly. * Fixed -edgewidth to affect mouse pointer returns as well, should fix some problems on Digital Unix. Update provided by Michael Santos <mike@ethmoid.org> in PR 18526
2002-10-03Add configure.in patch for the configure patch.wiz6-64/+191
2002-10-03Remove another unneeded hunk.wiz2-12/+3
2002-10-03Simplify a bit by properly using CPPFLAGS and BUILDLINK_PREFIX.db4.wiz5-33/+14
2002-10-03Remove some patches by virtuously passing in CPPFLAGS ;)wiz6-58/+4
2002-10-02Remove autoconf dependency by adding a configure patch.wiz3-5/+85
2002-10-02Remove unnecessary automake and autoconf dependencies.wiz1-10/+1
2002-10-02autoconf dependency not needed -- we already have a configure.wiz3-3236/+17
While here, delete unnecessary parts of said configure patch.
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.