summaryrefslogtreecommitdiff
path: root/net/speedtouch
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-01-24Fixed "test ==", which was reported in PR 35467.rillig1-1/+3
2007-01-24Fixed "test ==", which was reported in PR 35467.rillig3-1/+38
2006-08-18Remove incorrect extern variable declaration which stopped compilationabs2-1/+14
under gcc4. No change to generated code, so no PKGREVISION change.
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-2/+2
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-20Rename the following variables to reduce the number that we need to track:jlam1-2/+2
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-18The file sbin/pppoa3 is not built unless pthreads and semaphores arekristerw2-3/+11
available. Remove it from the PLIST when we do not have native threads.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-02-24Add RMD160 digests.agc1-1/+3
2005-02-04- Honor "${PKG_SYSCONFDIR}".tron3-5/+8
- Use "mountcritremote" as requirement in "adsl.sh" because packages might reside on a NFS mount filesystem as pointed out by Luke Mewburn. Bump package revision after these fixes.
2005-02-02Improve "rc.d" startup script:tron2-11/+13
- Fix shell quoting bugs in adsl_stop() procedure. - Fix "awk" command used to find process id of "ppp" program. - Remove SysV semaphore which might be left behind by "modem_run". Bump package revision because of these fixes.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-23Update speedtouch to 1.3.1.skrll9-71/+256
The main changes is to support revision 4 modems (silver cycle helmet/beetle) and to use the threaded pppo3 if native threads are available. Tested on: - stringray by David Brownlee (abs@) and me - purple cycle helmet/beetle by David Brownlee - silver cycle helment/beetle by me
2004-12-19Update speedtouch to 1.2-beta2nb3abs1-2/+8
- Fix pppoa2 path in sample ppp.conf to be based on ${PREFIX} not /usr/local
2004-08-05use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirrordrochner1-2/+2
2003-11-07Update speedtouch to 1.2-beta2nb2:abs2-4/+5
Switch to BEFORE ipnat rather than REQUIRE ipnat, so ipnat over adsl tun0 interface works as expected
2003-11-07Update speedtouch to 1.2-beta2nb1:abs4-3/+28
Fix install of example files after upgrade to 1.2-beta2
2003-10-16It seems it was forgotten to remove these files during the last update.wiz2-37/+0
2003-10-09Update speedtouch to 1.2-beta2.abs2-8/+6
The main change since 1.1 is working support for the SpeedTouch 330 USB ADSL modem. The earlier SpeedTouch USB modem has not been shipping for over a year, and 1.1 either runs extremely slowly with a 330, or locks the machine solid and panics when unplugged. (speedtouch has been in beta for over a year now)
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-19Wildcard userppp dependency.wiz1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant1-2/+2
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-5/+1
2002-08-21adjust stdout/stderr redirect of ifconfig. cosmetic change onlyabs1-2/+2
2002-07-18Updated speedtouch to 1.1 [abs 2002-07-18]abs8-236/+64
New version works fully under NetBSD 1.6_BETA, and also works on some systems which failed to communicate with the USB modem correctlyt under earlier versions. Additional fix to pkg/17531
2002-07-09Make compile on >=1.5ZB. Closes pkg/17531.wiz2-1/+145
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-06Add version number to DEPENDS line.wiz1-2/+2
2001-07-30Note this is the ADSL modem provided by British Telecom (among others)abs1-0/+2
2001-07-29Import speedtouch-21062001:abs9-0/+196
Driver for the ALCATEL SpeedTouch USB ADSL modem. It currently only supports PPPoA encapsulation.