summaryrefslogtreecommitdiff
path: root/net/mydns-mysql
diff options
context:
space:
mode:
authorghen <ghen>2006-01-24 09:10:50 +0000
committerghen <ghen>2006-01-24 09:10:50 +0000
commit76d06ecae2802658555ce604006d78d8bdd3d5fa (patch)
tree144a12fb4e6e6d157552c70e1efb029754a5a9a0 /net/mydns-mysql
parent568c5b9cf030bfd96a4aed6cb87da45403cebf67 (diff)
downloadpkgsrc-76d06ecae2802658555ce604006d78d8bdd3d5fa.tar.gz
Reindent.
Diffstat (limited to 'net/mydns-mysql')
-rw-r--r--net/mydns-mysql/DESCR29
-rw-r--r--net/mydns-mysql/Makefile16
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