Commit graph

11 commits

Author SHA1 Message Date
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Raphael Kubo da Costa
eccc66583e Make the port work with FreeBSD 9.x and later.
Due to changes in pf, expiretable wouldn't work on FreeBSD 9.x.

PR:		ports/175527
Submitted by:	Cristiano Deana <cris@gufi.org> (maintainer)
2013-06-22 21:11:40 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
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.
2009-07-15 16:56:10 +00:00
Sergey Skvortsov
60566d8857 Use "@stopdaemon" in pkg-plist.
PR:		ports/134062
Submitted by:	Alexey V.Degtyarev <alexey xx renatasystems.org>
Approved by:	maintainer
2009-05-12 13:39:32 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Gabor Kovesdan
573aed523c - Add rc.d script
- Bump PORTREVISION

PR:		ports/107208
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	erwin (mentor)
2006-12-27 22:46:05 +00:00
Mark Linimon
24db567a8b Mark as not for 4.X and old 5.X (requires pf library).
PR:		ports/92483
Submitted by:	maintainer
2006-01-29 03:59:52 +00:00
Tilman Keskinoz
d56cd11d20 Update to 0.6
PR:		92120
Submitted by:	Cristiano Deana <cris@gufi.org>
2006-01-22 15:45:25 +00:00
Edwin Groothuis
0f76ae3ac3 New port: security/expiretable Utility used to remove entries from the pf(4) table based on their age
Expiretable is a utility used to remove entries from the pf(4) table
	based on their age.

	The age in question being the amount of time that has passed since
	the statistics for each entry in the target table was last cleared.

	WWW: http://expiretable.fnord.se/

PR:		ports/91481
Submitted by:	cris <cris@gufi.org>
2006-01-08 12:33:41 +00:00