aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipacctd
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Remove disappeared WWW sitesAlex Kozlov2018-02-212-4/+1
| | | | | | | - Remove disappeared master site from net-mgmt/ipacctd Notes: svn path=/head/; revision=462487
* - Add LICENSEDmitry Marakasov2015-12-301-1/+3
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=404799
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Do not violate stagedirAntoine Brodin2014-09-242-2/+3
| | | | | | | - Remove @dirrm from plist Notes: svn path=/head/; revision=369196
* Allow staging as a regular userAntoine Brodin2014-09-071-7/+3
| | | | Notes: svn path=/head/; revision=367536
* Stagify.Vanilla I. Shu2014-06-202-8/+4
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358539
* Remove trailing whitespaces from category net-mgmtEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345425
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* For some unmaintained ports:Eitan Adler2013-04-242-4/+4
| | | | | | | | | | | | | | - fix format for pkg-descr - convert to OptionsNG - remove logic for older versions of python which we no longer support - remove option for old versions of FreeBSD - unconditionally set PORTDOCS - etc. Reviewed by: jgh Notes: svn path=/head/; revision=316454
* Reassign skv@ ports to the heapBaptiste Daroussin2013-04-221-6/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316230
* Fix problem introduced in r302141. The directory for the unpacked sourceDoug Barton2012-08-211-1/+3
| | | | | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. Notes: svn path=/head/; revision=302901
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-4/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* 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
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Update to 1.47Sergey Skvortsov2006-03-162-5/+4
| | | | | | | | PR: ports/94485 Submitted by: Eugene Grosbein <eugen xxx grosbein.pp.ru> Notes: svn path=/head/; revision=157421
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154949
* Rewrite startup scripts to use RC_SUBRSergey Skvortsov2005-02-214-77/+121
| | | | Notes: svn path=/head/; revision=129500
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Add mirror to MASTER_SITES.Sergey Skvortsov2003-11-031-1/+2
| | | | Notes: svn path=/head/; revision=92953
* Add ipacctd 1.46, IP accounting using divert socket.Sergey Skvortsov2003-08-225-0/+121
Notes: svn path=/head/; revision=87505