aboutsummaryrefslogtreecommitdiff
path: root/net/pppoa
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2-beta2, based on the PR below with a few extra changes,Tom Hukins2003-07-106-45/+21
| | | | | | | | | | | | such as using a bz2 distfile and fetching the restricted file automatically. PR: ports/53761 Submitted by: Rob Evers <rob@debank.tv> Reviewed by: brian Notes: svn path=/head/; revision=84612
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Run modem_run with a full pathBrian Somers2002-06-251-3/+16
| | | | | | | Quote $PREFIX Notes: svn path=/head/; revision=61917
* Upgrade to 1.1b.Brian Somers2002-06-205-136/+35
| | | | Notes: svn path=/head/; revision=61653
* Allow pppoa to also compile on older FreeBSDs before the usb.hJosef Karthauser2002-04-301-25/+51
| | | | | | | structure change. Notes: svn path=/head/; revision=58358
* Handle alfred's recent modifications to the field names in usb.hBrian Somers2002-04-251-0/+87
| | | | Notes: svn path=/head/; revision=58130
* Change MAINTAINER from brian@Awfulhak.org to ports@freebsd-services.comBrian Somers2002-03-131-1/+1
| | | | Notes: svn path=/head/; revision=55996
* Don't attempt to fetch speedmgmt.tar.gz. Instead, emit a message tellingBrian Somers2002-02-271-3/+10
| | | | | | | | | the user how to get it if it's not in ${DISTDIR}. PR: 35379 Notes: svn path=/head/; revision=55316
* Add http://speedtouch.sourceforge.net/Brian Somers2002-01-101-0/+1
| | | | | | | Requested by: Francois Rogler <francois@rogler.org> Notes: svn path=/head/; revision=52873
* Silence portlintBrian Somers2002-01-101-1/+1
| | | | Notes: svn path=/head/; revision=52872
* Add missing MASTER_SITE_SUBDIRBrian Somers2002-01-101-10/+11
| | | | | | | Submitted by: Francois Rogler <francois@rogler.org> Notes: svn path=/head/; revision=52868
* Don't hardcode ${MASTER_SITE_SOURCEFORGE}Brian Somers2002-01-081-1/+1
| | | | Notes: svn path=/head/; revision=52763
* Explicitly mention that Alcatel's license agreement should be read.Brian Somers2002-01-081-0/+4
| | | | Notes: svn path=/head/; revision=52762
* Upgrade to version 1.0Brian Somers2002-01-076-24/+24
| | | | | | | | | | | | Bump PORTEPOCH (as we're going from 20011007 to 1.0) Add http://prdownloads.sourceforge.net/speedtouch/ as a master site Correct a typo in the Makefile (arpwatch -> libdata) Update accreditations as requested by the author Default the mode to -ddial rather than -background Fix a typo in the quick-install dialogue Notes: svn path=/head/; revision=52701
* Upgrade to 20011007 and install man pages.Brian Somers2001-10-125-27/+19
| | | | | | | | This version contains a threaded pppoa implementation and supports more than one pppoa* invocation. Notes: svn path=/head/; revision=48719
* Add NO_PACKAGEBrian Somers2001-09-271-0/+1
| | | | | | | Pointed in the right direction by: will Notes: svn path=/head/; revision=48231
* Mention what needs to be done to enable this port.Brian Somers2001-09-033-0/+12
| | | | | | | Suggested by: n_hibma Notes: svn path=/head/; revision=47358
* Correct quotingBrian Somers2001-09-011-1/+10
| | | | Notes: svn path=/head/; revision=47252
* Work out $PREFIX in adsl.sh.sampleBrian Somers2001-08-311-0/+18
| | | | Notes: svn path=/head/; revision=47205
* Swap master sites around - otherwise speedmgmt.tar.gz won't beBrian Somers2001-08-311-2/+2
| | | | | | | fetched. I'm not sure why right now. Notes: svn path=/head/; revision=47204
* PPPoA talks to an Alcatel Speedtouch USB ADSL modem device using ppp(8),Brian Somers2001-08-305-0/+57
implementing PPP over USB. Notes: svn path=/head/; revision=47183