aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/coovachilli
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* net-mgmt/coovachilli: Add CPE informationStefan Eßer2021-10-191-1/+2
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove remnant @stopdaemon it has not been doing anything since 2014Baptiste Daroussin2021-03-261-1/+0
| | | | Notes: svn path=/head/; revision=569276
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-11/+17
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-3/+3
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-211-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386913
* Cleanup plistAntoine Brodin2014-11-241-3/+0
| | | | Notes: svn path=/head/; revision=373380
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360666
* - Stage supportMartin Wilke2014-06-022-14/+18
| | | | | | | | | | - Mark broken for 10.X PR: 190479 Submitted by: maintainer Notes: svn path=/head/; revision=356207
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-031-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326167
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Migration of final set of working ports from automake{19,110} -> 111Ade Lovett2010-10-074-44/+8
| | | | Notes: svn path=/head/; revision=262565
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* coovachilli attempts to use route to display routing information,Martin Wilke2009-10-212-2/+12
| | | | | | | | | | | this patch changes the functions file so that it uses netstat instead. PR: 139546 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) Notes: svn path=/head/; revision=243159
* CoovaChilli is an access controllerDmitry Marakasov2009-01-2024-0/+842
It provides a captive portal / walled garden environment. Coova builds on the popular features of the now defunct Chillispot. WWW: http://www.coova.org/ PR: 130357 Submitted by: Sevan Janiyan <venture37 at geeklan dot co dot uk> Notes: svn path=/head/; revision=226517