# New ports collection makefile for: subcalc # Date created: 24 August 2003 # Whom: Chris S.J. Peron # # $FreeBSD$ # PORTNAME= subcalc PORTVERSION= 1.1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.seccuris.com/documents/downloads/ MASTER_SITE_SUBDIR= subcalc MAINTAINER= csjp@FreeBSD.org COMMENT= Advanced IP/IPv6 subnet calculation and discovery MAN1= subcalc.1 MANCOMPRESSED= yes PLIST_FILES= bin/subcalc .include href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dns/totd
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-10/+3
| | | | | | | | | | | | | | | | | | | | 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.
* Use the email address from the FreeBSD project for my ports.ed2008-06-201-1/+1
| | | | | | | Rink Springer also asked me if he could maintain his own ports. Change maitainership of games/sudsol, net/freedbd and net/kissd to Rink. Approved by: philip (mentor), rink
* - Fix build on gcc 4.1pav2007-03-264-17/+14
| | | | | | | PR: ports/110568 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) - While here, modernize USE_RC_SUBR and kill FreeBSD 4.X bits
* This port is now maintained by the submitter of the last update.ehaupt2006-04-121-1/+1
| | | | Agreed on: irc
* - Fix build on -CURRENT. GCC raises a warning at totd.c:507; tv_sec is aehaupt2006-04-122-5/+19
| | | | | | | | time_t, not a long - Respect CC (self) PR: 95148 Submitted by: Ed Schouten <ed@fxq.nl>
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
| | | | | | | 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.
* - Add SHA256pav2005-11-241-0/+1
|
* - Unbreak on !i386pav2005-09-153-4/+52
| | | | | PR: ports/86091 Submitted by: Johan van Selst <johans@stack.nl>
* BROKEN on !i386: Does not compilekris2005-08-311-1/+7
|
* - replace %zd with %d and unbreak this port on 4.xleeym2005-07-271-0/+4
|
* Upgrade to 1.5.1.sumikawa2005-07-116-71/+3
|
* Upgrade to 1.5.sumikawa2005-06-182-3/+3
|
* - rcNGifyvs2004-05-243-18/+44
| | | | | | | - Make pkg-deinstall PREFIX-aware while here PR: ports/67052 Submitted by: ume
* SIZEify.trevor2004-01-291-0/+1
|
* Upgrade to 1.4.sumikawa2003-09-262-3/+2
|
* Massive repo-copies request: net->dns (partly devel->dns)edwin2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* Quiet some format string warnings.kris2003-06-153-0/+54
|
* Add missing file. This port has an incorrect pkg-deinstall (refers tokris2003-04-051-0/+1
| | | | /etc/totd.conf)
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07