Commit graph

13 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Dmitry Marakasov
e5b9359ad3 - Add LICENSE 2015-08-20 16:06:38 +00:00
Erwin Lansing
1d4b096967 Reset maintainer
<roar.pettersen@it.uib.no>: host rolf.uib.no[129.177.6.19] said: 550-error for
    roar.pettersen@it.uib.no : Unknown local user: 550 roar.pettersen@it.uib.no
    (in reply to RCPT TO command)

Sponsored by:	DK Hostmaster A/S
2015-08-19 07:45:16 +00:00
Emanuel Haupt
4e2ae489e7 Support staging 2014-02-24 12:41:07 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Tilman Keskinoz
b446527ad7 Update to 0.4alpha
PR:		152963
Submitted by:	Nikolay Denev <ndenev@gmail.com>
Approved by:	maintainer timeout
2010-12-28 14:22:34 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +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
Martin Matuska
93c06da341 - add patch for 64bit architectures
- add patches from CVS
- bump PORTREVISION

PR:		ports/114090
Submitted by:	mm
Approved by:	maintainer, garga (mentor)
2007-06-28 11:17:06 +00:00
Martin Matuska
e639fcadfa The OpenLLDP project aims to provide a comprehensive implementation of the
IEEE standard 802.1AB Link Layer Discovery Protocol. LLDP is an industry
standard protocol designed to supplant proprietary Link-Layer protocols
such as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
Protocol).

WWW: http://sourceforge.net/projects/openlldp/

PR:		ports/113063
Submitted by:	Roar Pettersen <roar at uib.no>
Approved by:	garga (mentor)
2007-06-27 13:54:23 +00:00