Commit graph

33 commits

Author SHA1 Message Date
Hajimu UMEMOTO
fbffd93bcc Trim Makefile header. 2013-06-02 14:23:35 +00:00
Hajimu UMEMOTO
924ff209f5 Update to 20130602 which has Ruby 1.9 awareness. 2013-06-02 14:14:41 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Hajimu UMEMOTO
6dbd6baa2a Update master site. 2012-07-25 17:27:23 +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
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Hajimu UMEMOTO
8dc0b46fba It doesn't work with Ruby 1.9. 2011-08-20 19:57:39 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
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
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Hajimu UMEMOTO
f99dba79e0 Update to 20060109. 2006-02-07 15:40:15 +00:00
Hajimu UMEMOTO
c6fcd1c82e don't show obsolete message.
Reported by:	mistral__at__imasy.or.jp (Yoshihiko Sarumaru)
2005-12-18 02:57:11 +00:00
Hajimu UMEMOTO
ae79b9eaf1 depend on qpopper only when WITH_QPOPAUTH is defined.
dtcp has dtcpauth for replacement of qpopauth.
2005-12-17 16:48:00 +00:00
Hajimu UMEMOTO
ebcfca6089 add SHA256. 2005-11-08 16:24:12 +00:00
Hajimu UMEMOTO
6e314ca168 Update to 20050521. 2005-05-21 09:31:12 +00:00
Hajimu UMEMOTO
ff326c507f use new scheme of USE_RC_SUBR. 2005-02-10 19:12:56 +00:00
Hajimu UMEMOTO
b3cf7808ea use PLIST_FILES. 2005-02-04 12:50:16 +00:00
Hajimu UMEMOTO
b244688d9b use command_args' instead of overriding flags'. 2004-06-11 15:54:34 +00:00
Hajimu UMEMOTO
358f482ac5 Update to 20040611. 2004-06-10 16:33:06 +00:00
Hajimu UMEMOTO
242720d258 provide homepage. 2004-06-08 16:52:10 +00:00
Hajimu UMEMOTO
69bb25a607 Update to 20040608. 2004-06-07 17:35:36 +00:00
Hajimu UMEMOTO
dee9f9285f Use USE_RC_SUBR. 2004-04-19 18:40:52 +00:00
Hajimu UMEMOTO
56131f71ff add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES. 2004-02-21 22:05:47 +00:00
Hajimu UMEMOTO
a5b60fe19e SIZEfy 2004-02-04 13:57:19 +00:00
Hajimu UMEMOTO
3be48cdfef ECHO -> ECHO_MSG 2003-09-27 03:28:50 +00:00
Kris Kennaway
1c24674242 Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
2003-02-28 22:53:02 +00:00
Hajimu UMEMOTO
bbce558ec0 Update to 20030228. 2003-02-28 15:16:16 +00:00
Hajimu UMEMOTO
8c22c15b1c De-pkg-comment. 2003-02-20 20:10:05 +00:00
Hajimu UMEMOTO
d35ca7d169 Update to 20030101. 2003-01-01 19:53:08 +00:00
Hajimu UMEMOTO
422486ee51 Update to dtcp-20021119. 2002-11-18 17:37:04 +00:00
Hajimu UMEMOTO
b00c985bd4 Make it PREFIX clean.
Submitted by:	knu
2002-10-24 12:58:17 +00:00
Hajimu UMEMOTO
09566ad638 Add Dynamic Tunnel Configuration Protocol daemon and client
dtcpc and dtcps implement Dynamic Tunnel Configuration Protocol (DTCP
for short) proposed by Trumpet:

	http://jazz-1.trumpet.com.au/ipv6-draft/dtcp-draft-prt-13-may-1999.htm
2002-10-22 18:30:58 +00:00