diff options
author | ghen <ghen@pkgsrc.org> | 2006-01-24 09:10:50 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-01-24 09:10:50 +0000 |
commit | 9587d9cf9c7485574cc98f0a2d960c65c9e2ad5b (patch) | |
tree | 144a12fb4e6e6d157552c70e1efb029754a5a9a0 /net/mydns-mysql | |
parent | 987d855722f5bc96dbe43bdfecec92cfe60795f4 (diff) | |
download | pkgsrc-9587d9cf9c7485574cc98f0a2d960c65c9e2ad5b.tar.gz |
Reindent.
Diffstat (limited to 'net/mydns-mysql')
-rw-r--r-- | net/mydns-mysql/DESCR | 29 | ||||
-rw-r--r-- | net/mydns-mysql/Makefile | 16 |
2 files changed, 22 insertions, 23 deletions
diff --git a/net/mydns-mysql/DESCR b/net/mydns-mysql/DESCR index c20c1b9a870..3785876dfc2 100644 --- a/net/mydns-mysql/DESCR +++ b/net/mydns-mysql/DESCR @@ -1,22 +1,21 @@ -MyDNS is a free DNS server for UNIX. It was implemented from scratch -and is designed to serve records directly from an SQL database -(currently either MySQL or PostgreSQL). +MyDNS is a free DNS server for UNIX. It was implemented from scratch and is +designed to serve records directly from an SQL database (currently either MySQL +or PostgreSQL). -Its primary objectives are stability, security, interoperability, and -speed, though not necessarily in that order. +Its primary objectives are stability, security, interoperability, and speed, +though not necessarily in that order. -MyDNS does not include recursive name service, nor a resolver library. -It is primarily designed for organizations with many zones and/or -resource records who desire the ability to perform real-time dynamic -updates on their DNS data via MySQL. +MyDNS does not include recursive name service, nor a resolver library. It is +primarily designed for organizations with many zones and/or resource records +who desire the ability to perform real-time dynamic updates on their DNS data +via MySQL. -MyDNS starts and is ready to answer questions immediately, no matter -how much DNS data you have in the database. It is very fast and -memory- efficient. It includes complete documentation, including a -manual and a FAQ. +MyDNS starts and is ready to answer questions immediately, no matter how much +DNS data you have in the database. It is very fast and memory-efficient. It +includes complete documentation, including a manual and a FAQ. -MyDNS supports a few frills, including round robin DNS, dynamic load -balancing, and outgoing AXFR for non-MyDNS nameservers. +MyDNS supports a few frills, including round robin DNS, dynamic load balancing, +and outgoing AXFR for non-MyDNS nameservers. MyDNS is licensed under the GNU General Public License. diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile index 62c5051db80..103c0cd8d6b 100644 --- a/net/mydns-mysql/Makefile +++ b/net/mydns-mysql/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2006/01/08 18:35:11 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/24 09:10:50 ghen Exp $ -PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 2 -COMMENT= MySQL-based DNS server +PKGNAME= ${DISTNAME:S/-/-mysql-/} +PKGREVISION= 2 +COMMENT= MySQL-based DNS server -CONFLICTS= mydns-pgsql-[0-9]* +CONFLICTS= mydns-pgsql-[0-9]* -DISTINFO_FILE= ${.CURDIR}/../../net/mydns-pgsql/distinfo -PATCHDIR= ${.CURDIR}/../../net/mydns-pgsql/patches -FILESDIR= ${.CURDIR}/../../net/mydns-pgsql/files +DISTINFO_FILE= ${.CURDIR}/../../net/mydns-pgsql/distinfo +PATCHDIR= ${.CURDIR}/../../net/mydns-pgsql/patches +FILESDIR= ${.CURDIR}/../../net/mydns-pgsql/files CONFIGURE_ARGS+= --without-pgsql CONFIGURE_ARGS+= --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/lib/mysql |