FreeBSD Bugzilla – Attachment 146375 Details for
Bug 193055
[stage] dns/posadis: add stage support and claim maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dns/posadis [maintainer] STAGE
2014-08-27.diff (text/plain), 3.65 KB, created by
Chris Hutchinson
on 2014-08-27 13:27:10 UTC
(
hide
)
Description:
dns/posadis [maintainer] STAGE
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-08-27 13:27:10 UTC
Size:
3.65 KB
patch
obsolete
>Index: posadis/Makefile >=================================================================== >--- posadis/Makefile (revision 366290) >+++ posadis/Makefile (working copy) >@@ -7,8 +7,8 @@ > CATEGORIES= dns ipv6 > MASTER_SITES= SF/${PORTNAME}/OldFiles > >-MAINTAINER= ports@FreeBSD.org >-COMMENT= Domain Name Server (DNS) implementation >+MAINTAINER= portmaster@bsdforge.com >+COMMENT= Domain Name System (DNS) implementation > > LIB_DEPENDS= libposlib.so:${PORTSDIR}/devel/poslib > >@@ -16,9 +16,9 @@ > USE_LDCONFIG= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >-NO_STAGE= yes > > OPTIONS_DEFINE= DOCS >+ > .include <bsd.port.options.mk> > > .if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so) >@@ -39,8 +39,8 @@ > > .if ${PORT_OPTIONS:MDOCS} > post-install: >- @${MKDIR} ${DOCSDIR} >- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} > .endif > > .include <bsd.port.mk> >Index: posadis/pkg-descr >=================================================================== >--- posadis/pkg-descr (revision 366290) >+++ posadis/pkg-descr (working copy) >@@ -3,25 +3,25 @@ > and functionally complete, Domain Name System server implementation. > > The Top-10 of most important Posadis features: >-- Support for the standard DNS master file format. Posadis supports >- some BIND extensions as well. >-- Support for zone transfers. Posadis is able to answer both AXFR and IXFR >- queries (though it always sends the complete zone), and it is able to act as >- a secondary using AXFR and IXFR as well. >-- Support for DNS NOTIFY to ensure fast zone change propagation. >-- Support for most standard RR types: A, NS, MD, MF, CNAME, SOA, NULL, WKS, >- PTR, HINFO, MX, TXT, RP, AFSDB, PX, AAAA, SRV, NAPTR, A6 and DNAME. Posadis >- can also tunnel RR types it doesn't recognize. >-- Support for many platforms: both Windows and Unix-like platforms such as >- Linux, FreeBSD and Mac OS X. >-- Support for IPv6: listning on IPv6 sockets for both Windows and Unix, and >- support for AAAA and A6 resource records and bitstring labels. >-- "Tunnel zones": forward queries to other nameservers. >-- "Hint zones": hint to other nameservers. Posadis can automatically update the >- nameserver list for hint zones. >-- Support for both UDP and TCP: you can specify on which IP addresses and ports >- you want Posadis to listen. >-- A concise and up-to-date user manual describing all of Posadis' features in >- detail. >+- Support for the standard DNS master file format. Posadis supports >+ some BIND extensions as well. >+- Support for zone transfers. Posadis is able to answer both AXFR and >+ IXFR queries (though it always sends the complete zone), and it is >+ able to act as a secondary using AXFR and IXFR as well. >+- Support for DNS NOTIFY to ensure fast zone change propagation. >+- Support for most standard RR types: A, NS, MD, MF, CNAME, SOA, NULL, >+ WKS, PTR, HINFO, MX, TXT, RP, AFSDB, PX, AAAA, SRV, NAPTR, A6 and >+ DNAME. Posadis can also tunnel RR types it doesn't recognize. >+- Support for many platforms: both Windows and Unix-like platforms such >+ as Linux, FreeBSD and Mac OS X. >+- Support for IPv6: listning on IPv6 sockets for both Windows and Unix, >+ and support for AAAA and A6 resource records and bitstring labels. >+- "Tunnel zones": forward queries to other nameservers. >+- "Hint zones": hint to other nameservers. Posadis can automatically >+ update the nameserver list for hint zones. >+- Support for both UDP and TCP: you can specify on which IP addresses >+ and ports you want Posadis to listen. >+- A concise and up-to-date user manual describing all of Posadis' >+ features in detail. > > WWW: http://posadis.sourceforge.net/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193055
: 146375 |
146385