pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Reindent.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af95fb97d921
branches:  trunk
changeset: 506956:af95fb97d921
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Jan 24 09:10:50 2006 +0000

description:
Reindent.

diffstat:

 net/mydns-mysql/DESCR           |  29 ++++++++++++++---------------
 net/mydns-mysql/Makefile        |  16 ++++++++--------
 net/mydns-pgsql/DESCR           |  29 ++++++++++++++---------------
 net/mydns-pgsql/Makefile        |  10 +++++-----
 net/mydns-pgsql/Makefile.common |  30 +++++++++++++++---------------
 5 files changed, 56 insertions(+), 58 deletions(-)

diffs (178 lines):

diff -r 28ad14922e39 -r af95fb97d921 net/mydns-mysql/DESCR
--- a/net/mydns-mysql/DESCR     Tue Jan 24 07:33:59 2006 +0000
+++ b/net/mydns-mysql/DESCR     Tue Jan 24 09:10:50 2006 +0000
@@ -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 -r 28ad14922e39 -r af95fb97d921 net/mydns-mysql/Makefile
--- a/net/mydns-mysql/Makefile  Tue Jan 24 07:33:59 2006 +0000
+++ b/net/mydns-mysql/Makefile  Tue Jan 24 09:10:50 2006 +0000
@@ -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 -r 28ad14922e39 -r af95fb97d921 net/mydns-pgsql/DESCR
--- a/net/mydns-pgsql/DESCR     Tue Jan 24 07:33:59 2006 +0000
+++ b/net/mydns-pgsql/DESCR     Tue Jan 24 09:10:50 2006 +0000
@@ -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 -r 28ad14922e39 -r af95fb97d921 net/mydns-pgsql/Makefile
--- a/net/mydns-pgsql/Makefile  Tue Jan 24 07:33:59 2006 +0000
+++ b/net/mydns-pgsql/Makefile  Tue Jan 24 09:10:50 2006 +0000
@@ -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 -r 28ad14922e39 -r af95fb97d921 net/mydns-pgsql/Makefile.common
--- a/net/mydns-pgsql/Makefile.common   Tue Jan 24 07:33:59 2006 +0000
+++ b/net/mydns-pgsql/Makefile.common   Tue Jan 24 09:10:50 2006 +0000
@@ -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@localhost
-HOMEPAGE=      http://mydns.bboy.net/
+MAINTAINER=            ghen%NetBSD.org@localhost
+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_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}



Home | Main Index | Thread Index | Old Index