| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
| |
Reported by: dan
Pointyhat to: myself
|
|
|
|
| |
starting with N
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
|
|
| |
PR: 111998
Submitted by: Lev Walkin <vlm AT lionet.info> (maintainer)
Approved by: clsung (mentor)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Respect MANPREFIX
- Use new rc.d script
- Bump PORTREVISION
PR: 93574
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Add SHA256
PR: ports/89347
Submitted by: Lev Walkin (maintainer)
|
|
|
|
|
| |
PR: ports/70101
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/65194
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
| |
|
|
|
|
|
| |
PR: ports/50855
Submitted by: Lev Walkin <vlm@lionet.info>
|
| |
|
|
|
|
|
| |
PR: 45869
Submitted by: maintainer
|
|
|
|
|
| |
PR: 38317
Submitted by: maintainer
|
|
|
|
|
| |
PR: 36273
Submitted by: maintainer
|
|
|
|
|
| |
PR: 34940
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31031
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 27613
Submitted by: maintainer
|
|
|
|
|
| |
PR: 26837
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
| |
- Eliminated some memory leaks.
- Code reviewed to obtain long-run stability.
- Light portability changes.
PR: 26668
Submitted by: MAINTAINER
|
|
PR: 26585
Submitted by: vlm@spelio.net.ru
|