Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20110809.2_2 10 Jul 2024 13:39:43
    |
Alexander Leidinger (netchild)  |
dns/radns: make the rc script service jails aware
PR: 279637
Approved by: maintainer timeout (1 month) |
20110809.2_1 23 Feb 2024 16:54:09
    |
Muhammad Moinur Rahman (bofh)  |
dns/radns: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20110809.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20110809.2 20 Jul 2022 14:21:47
    |
Tobias C. Berner (tcberner)  |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
20110809.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20110809.2 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
20110809.2 11 May 2015 18:34:58
  |
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
20110809.2 19 Jan 2015 20:42:50
  |
bapt  |
Remove useless @exec |
20110809.2 27 Oct 2014 12:13:23
  |
bapt  |
Cleanup plist |
20110809.2 03 Jul 2014 21:57:31
  |
adamw  |
Remove more PORTDOCS, and another DOCS->EXAMPLES. |
20110809.2 21 May 2014 07:45:32
  |
vanilla  |
Fix building.
Submitted by: swills@ |
20110809.2 20 May 2014 13:03:06
  |
vanilla  |
Support staging.
Approved by: portmgr@ |
20110809.2 20 Sep 2013 16:31:58
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
20110809.2 22 Feb 2012 20:07:31
 |
jgh  |
- Update to 20110809-2
- Builds now on 9.x, drop conditional
- while here use include of bpm and loop on portdocs
PR: ports/165388
Submitted by: maintainer, mc@hack.org |
20110809 14 Jan 2012 08:57:23
 |
dougb  |
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. |
20110809 12 Oct 2011 21:51:17
 |
pav  |
- Mark BROKEN on FreeBSD 9.X: does not compile
radns.c:164: error: redefinition of 'struct nd_opt_rdnss'
radns.c:177: error: redefinition of 'struct nd_opt_dnssl'
Reported by: pointyhat |
20110809 28 Sep 2011 09:48:16
 |
bapt  |
Router Advertisement DNS (radns)
radns is an IPv6 DNS server address autoconfiguration client. It
listens for IPv6 Router Advertisements with the Recursive DNS Server
(RDNSS) and the DNS Search List (DNSSL) options and stores the search
list and address(es) in a file in the same syntax as resolv.conf(5).
WWW: http://hack.org/mc/hacks/radns/
PR: ports/159626
Submitted by: Michael Cardell Widerkrantz <mc@hack.org> |