summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-01-24 09:10:50 +0000
committerghen <ghen@pkgsrc.org>2006-01-24 09:10:50 +0000
commit9587d9cf9c7485574cc98f0a2d960c65c9e2ad5b (patch)
tree144a12fb4e6e6d157552c70e1efb029754a5a9a0
parent987d855722f5bc96dbe43bdfecec92cfe60795f4 (diff)
downloadpkgsrc-9587d9cf9c7485574cc98f0a2d960c65c9e2ad5b.tar.gz
Reindent.
-rw-r--r--net/mydns-mysql/DESCR29
-rw-r--r--net/mydns-mysql/Makefile16
-rw-r--r--net/mydns-pgsql/DESCR29
-rw-r--r--net/mydns-pgsql/Makefile10
-rw-r--r--net/mydns-pgsql/Makefile.common30
5 files changed, 56 insertions, 58 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
diff --git a/net/mydns-pgsql/DESCR b/net/mydns-pgsql/DESCR
index e93f7e522c8..71741f16fa4 100644
--- a/net/mydns-pgsql/DESCR
+++ b/net/mydns-pgsql/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-pgsql/Makefile b/net/mydns-pgsql/Makefile
index 18a357793a2..f8801941d96 100644
--- a/net/mydns-pgsql/Makefile
+++ b/net/mydns-pgsql/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2005/11/05 12:24:35 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/01/24 09:10:51 ghen Exp $
-PKGNAME= ${DISTNAME:S/-/-pgsql-/}
-PKGREVISION= 1
-COMMENT= PostgreSQL-based DNS server
+PKGNAME= ${DISTNAME:S/-/-pgsql-/}
+PKGREVISION= 1
+COMMENT= PostgreSQL-based DNS server
-CONFLICTS= mydns-mysql-[0-9]*
+CONFLICTS= mydns-mysql-[0-9]*
CONFIGURE_ARGS+= --without-mysql
CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib
diff --git a/net/mydns-pgsql/Makefile.common b/net/mydns-pgsql/Makefile.common
index 50d19b7824f..c727cc4e78a 100644
--- a/net/mydns-pgsql/Makefile.common
+++ b/net/mydns-pgsql/Makefile.common
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile.common,v 1.6 2005/12/29 06:22:00 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2006/01/24 09:10:51 ghen Exp $
-DISTNAME= mydns-1.0.0
-CATEGORIES= net
-MASTER_SITES= http://mydns.bboy.net/download/
-EXTRACT_SUFX= .tar.bz2
+DISTNAME= mydns-1.0.0
+CATEGORIES= net
+MASTER_SITES= http://mydns.bboy.net/download/
+EXTRACT_SUFX= .tar.bz2
-MAINTAINER= ghen@NetBSD.org
-HOMEPAGE= http://mydns.bboy.net/
+MAINTAINER= ghen@NetBSD.org
+HOMEPAGE= http://mydns.bboy.net/
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q}
-MYDNS_USER?= mydns
-MYDNS_GROUP?= mydns
-MYDNS_PERMS= ${ROOT_USER} ${ROOT_GROUP} 600
+MYDNS_USER?= mydns
+MYDNS_GROUP?= mydns
+MYDNS_PERMS= ${ROOT_USER} ${ROOT_GROUP} 600
SUBST_CLASSES+= user
SUBST_STAGE.user= pre-build
@@ -23,12 +23,12 @@ SUBST_FILES.user= src/mydns/conf.c
SUBST_SED.user= -e 's/%%MYDNS_USER%%/${MYDNS_USER}/'
SUBST_SED.user+= -e 's/%%MYDNS_GROUP%%/${MYDNS_GROUP}/'
-EGDIR= ${PREFIX}/share/examples/${PKGBASE}
+EGDIR= ${PREFIX}/share/examples/${PKGBASE}
CONF_FILES_PERMS= ${EGDIR}/mydns.conf ${PKG_SYSCONFDIR}/mydns.conf ${MYDNS_PERMS}
-RCD_SCRIPTS= mydns
+RCD_SCRIPTS= mydns
-PKG_GROUPS= ${MYDNS_GROUP}
-PKG_USERS= ${MYDNS_USER}:${MYDNS_GROUP}::MyDNS\ user
+PKG_GROUPS= ${MYDNS_GROUP}
+PKG_USERS= ${MYDNS_USER}:${MYDNS_GROUP}::MyDNS\ user
post-install:
${INSTALL_DATA_DIR} ${EGDIR}