aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/chillispot
Commit message (Collapse)AuthorAgeFilesLines
* Support stagebapt2014-01-202-26/+14
| | | | Fix shebang
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-mgmt)
* Fix build on HEAD by adding USE_GCC=any (uses nested functions)bapt2013-05-271-5/+2
|
* - remove deprecated apache versionsohauer2012-08-251-15/+11
| | | | | | | | | | | - use USE_APACHE_RUN - convert to new options framework no bump since all options are off per default PR: ports/171007 Submitted by: ohauer Approved by: venture37@geeklan.co.uk (maintainer) per mail
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - use SUB_FILES for installguide.txt toopgollucci2010-01-042-33/+33
| | | | | PR: ports/142241 Submitted by: maintainer
* - Drop the old .sh extension for rc scriptrafan2009-10-184-29/+26
| | | | | | | | | | - Remove ipfilter from PROVIDER so that chillispot can start up correctly at boot time - Utilize @stopdaemon - Bump PORTREVISION PR: ports/137967 Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk> (maintainer)
* - Add conflicts with newly added net-mgmt/coovachilliamdmi32009-01-201-1/+3
| | | | | PR: 130358 Submitted by: Sevan Janiyan <venture37 at geeklan dot co dot uk> (maintainer)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - use s/[NO]PORTDOCS/[NO]PORTDATA/ where necessaryitetcu2008-06-262-10/+10
| | | | | | - bump PORTREVISION Submitted by: maintainer on private email
* - Fix fetch, update WWWpav2008-04-172-2/+2
|
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - A small addition to the install guide.pav2006-08-291-0/+18
| | | | | PR: ports/102610 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer)
* - Provide rc scriptpav2006-08-288-11/+602
| | | | | | | - Install sample configuration and detailed installation instructions PR: ports/102586 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer)
* SHA256ifyedwin2006-02-011-0/+1
| | | | Approved by: krion@
* - Update Apache dependenciespav2006-01-101-2/+2
| | | | | PR: ports/91443 Submitted by: Sevan Janiyan <venture37@hotmail.com> (maintainer)
* make it buildable on 4.xedwin2005-12-265-4/+116
|
* New port: net-mgmt/chillispotedwin2005-12-215-0/+76
Chillispot is used for authenticating users of a wireless LAN. It support WPA (Wireless Protected Access) encryption. Authentication, authorization and accounting (AAA) is handled by your favorite radius server. PR: ports/90397 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>