summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/kttcp/Makefile4
-rw-r--r--benchmarks/nttcp/Makefile4
-rw-r--r--benchmarks/ttcp/Makefile4
-rw-r--r--chat/meanwhile/Makefile4
-rw-r--r--chat/zenirc/Makefile4
-rw-r--r--comms/modemd/Makefile4
-rw-r--r--converters/py-jpCodecs/Makefile4
-rw-r--r--databases/freetds/Makefile4
-rw-r--r--databases/oraedit/Makefile4
-rw-r--r--databases/php-dbx/Makefile4
-rw-r--r--databases/php-mysqli/Makefile4
-rw-r--r--databases/phppgadmin/Makefile4
-rw-r--r--databases/py-mysqldb/Makefile4
-rw-r--r--databases/py-sqlite/Makefile4
-rw-r--r--databases/py-sqlite2/Makefile4
-rw-r--r--databases/sqsh/Makefile4
-rw-r--r--devel/bcc/Makefile4
-rw-r--r--devel/py-curses/Makefile4
-rw-r--r--devel/py-cursespanel/Makefile4
-rw-r--r--devel/py-jersey/Makefile4
-rw-r--r--devel/py-kqueue/Makefile4
-rw-r--r--devel/py-readline/Makefile4
-rw-r--r--doc/guide/files/examples.xml4
-rw-r--r--doc/pkgsrc.txt2
-rw-r--r--finance/gnucash-docs/Makefile4
-rw-r--r--games/powwow/Makefile4
-rw-r--r--geography/gpsd/Makefile5
-rw-r--r--geography/gpsdrive/Makefile4
-rw-r--r--graphics/py-imaging/Makefile4
-rw-r--r--graphics/xplot/Makefile4
-rw-r--r--lang/php5/Makefile.common4
-rw-r--r--lang/py-pyrex/Makefile4
-rw-r--r--mail/pear-Mail_Mime/Makefile4
-rw-r--r--math/py-Numeric/Makefile4
-rw-r--r--meta-pkgs/php5-extensions/Makefile4
-rw-r--r--meta-pkgs/php53-extensions/Makefile4
-rw-r--r--net/pear-Net_DIME/Makefile4
-rw-r--r--net/pear-Net_SMTP/Makefile4
-rw-r--r--net/pear-Net_Socket/Makefile4
-rw-r--r--net/pear-Net_URL/Makefile4
-rw-r--r--net/pear-SOAP/Makefile4
-rw-r--r--net/php-soap/Makefile4
-rw-r--r--net/py-s3cmd/Makefile4
-rw-r--r--security/py-oauth/Makefile4
-rw-r--r--security/qca-tls/Makefile4
-rw-r--r--security/qca/Makefile4
-rw-r--r--security/qca2-ossl/Makefile4
-rw-r--r--security/qca2/Makefile4
-rw-r--r--sysutils/dvd+rw-tools/Makefile4
-rw-r--r--sysutils/pear-Log/Makefile4
-rw-r--r--sysutils/pwgen/Makefile4
-rw-r--r--textproc/Markdown/Makefile4
-rw-r--r--textproc/lout/Makefile4
-rw-r--r--textproc/py-expat/Makefile4
-rw-r--r--time/gnotime/Makefile4
-rw-r--r--time/pear-Date/Makefile4
-rw-r--r--time/ptimetracker/Makefile4
-rw-r--r--www/pear-HTML_Common/Makefile4
-rw-r--r--www/pear-HTML_Select/Makefile4
-rw-r--r--www/pear-HTTP_Request/Makefile4
-rw-r--r--www/php-eaccelerator/Makefile4
-rw-r--r--www/py-pendrell/Makefile4
-rw-r--r--www/swill/Makefile4
-rw-r--r--x11/py-Tk/Makefile4
-rw-r--r--x11/xkbd/Makefile4
65 files changed, 129 insertions, 130 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile
index 432579de30f..2b15dd4d39d 100644
--- a/benchmarks/kttcp/Makefile
+++ b/benchmarks/kttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/11/24 17:46:45 jakllsch Exp $
+# $NetBSD: Makefile,v 1.19 2012/04/15 22:00:58 wiz Exp $
DISTNAME= kttcp-20020711
CATEGORIES= benchmarks net
@@ -6,7 +6,7 @@ PKGREVISION= 2
MASTER_SITES= # empty
DISTFILES= # empty
-MAINTAINER= thorpej@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Kernel network throughput benchmark
ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]*-* NetBSD-[2-9]*-*
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index cbae5601d41..2fa34412b55 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2008/05/10 08:41:48 obache Exp $
+# $NetBSD: Makefile,v 1.10 2012/04/15 22:00:58 wiz Exp $
DISTNAME= nttcp-1.47
PKGREVISION= 1
CATEGORIES= benchmarks net
MASTER_SITES= http://www.sfr-fresh.com/unix/privat/
-MAINTAINER= thorpej@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= # http://home.leo.org/~elmar/nttcp/
COMMENT= New TCP testing and performance measuring tool
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index 48f1bd11eeb..883e04eb50a 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/07/20 21:48:29 tron Exp $
+# $NetBSD: Makefile,v 1.19 2012/04/15 22:00:58 wiz Exp $
DISTNAME= ttcp
PKGNAME= ${DISTNAME}-1.12
@@ -7,7 +7,7 @@ CATEGORIES= benchmarks net
MASTER_SITES= ftp://ftp.ptb.de/pub/benchmarks/
EXTRACT_SUFX= .tar.Z
-MAINTAINER= thorpej@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ccci.com/tools/ttcp/
COMMENT= TCP testing and performance measuring tool
LICENSE= public-domain
diff --git a/chat/meanwhile/Makefile b/chat/meanwhile/Makefile
index 7342dbd4f93..65b80533811 100644
--- a/chat/meanwhile/Makefile
+++ b/chat/meanwhile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/03/03 00:12:48 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/04/15 22:00:58 wiz Exp $
#
DISTNAME= meanwhile-1.0.2
@@ -6,7 +6,7 @@ PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
-MAINTAINER= dan@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://meanwhile.sourceforge.net/
COMMENT= Lotus SameTime compatible chat protocol
diff --git a/chat/zenirc/Makefile b/chat/zenirc/Makefile
index aa51cc4e004..221268b337d 100644
--- a/chat/zenirc/Makefile
+++ b/chat/zenirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/08/06 01:44:46 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2012/04/15 22:00:58 wiz Exp $
#
DISTNAME= zenirc-2.112
@@ -7,7 +7,7 @@ PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ftp://ftp.splode.com/pub/zenirc/
-MAINTAINER= thorpej@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.splode.com/~friedman/software/emacs-lisp/zenirc/
COMMENT= IRC client for Emacs
diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile
index 5824f483f0c..558894c5053 100644
--- a/comms/modemd/Makefile
+++ b/comms/modemd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/02/16 17:32:45 hans Exp $
+# $NetBSD: Makefile,v 1.21 2012/04/15 22:00:58 wiz Exp $
DISTNAME= modemd-970221
PKGNAME= modemd-19970221
@@ -6,7 +6,7 @@ PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.vix.com/pub/modemd/
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Replacement getty for dialup ttys and a modem server
USE_TOOLS+= nroff
diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile
index 8db22c0c4ac..673c608a398 100644
--- a/converters/py-jpCodecs/Makefile
+++ b/converters/py-jpCodecs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/01/23 07:57:25 obache Exp $
+# $NetBSD: Makefile,v 1.15 2012/04/15 22:00:59 wiz Exp $
DISTNAME= JapaneseCodecs-1.4.11
PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11
@@ -7,7 +7,7 @@ CATEGORIES= converters python
MASTER_SITES= http://www.python.jp/Zope/download/JapaneseCodecs/ \
http://www.asahi-net.or.jp/~rd6t-kjym/python/JapaneseCodecs/dist/
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.asahi-net.or.jp/~rd6t-kjym/python/
COMMENT= Python Unicode codecs for Japanese charsets
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
index fdb97f3ff68..3a6fcea913a 100644
--- a/databases/freetds/Makefile
+++ b/databases/freetds/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.45 2011/08/19 07:54:04 adam Exp $
+# $NetBSD: Makefile,v 1.46 2012/04/15 22:00:59 wiz Exp $
DISTNAME= freetds-0.91
CATEGORIES= databases
MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freetds.org/
COMMENT= Implementation of TDS protocol used by Sybase and MS-SQL servers
LICENSE= gnu-lgpl-v2
diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile
index db2446d7dc6..f4d52bfd5e7 100644
--- a/databases/oraedit/Makefile
+++ b/databases/oraedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/03/15 11:53:22 obache Exp $
+# $NetBSD: Makefile,v 1.21 2012/04/15 22:00:59 wiz Exp $
DISTNAME= oraedit-0.1.4
PKGREVISION= 4
@@ -6,7 +6,7 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_BACKUP}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Editor of PL/SQL source stored in Oracle database
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/databases/php-dbx/Makefile b/databases/php-dbx/Makefile
index 4412605aac9..50d1a869bcd 100644
--- a/databases/php-dbx/Makefile
+++ b/databases/php-dbx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2011/12/17 13:46:27 obache Exp $
+# $NetBSD: Makefile,v 1.13 2012/04/15 22:00:59 wiz Exp $
MODNAME= dbx
PECL_VERSION= 1.1.2
@@ -8,7 +8,7 @@ COMMENT= PHP database abstraction layer extension
PKG_DESTDIR_SUPPORT= user-destdir
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
CONFLICTS= php-dbx-[0-9]*
diff --git a/databases/php-mysqli/Makefile b/databases/php-mysqli/Makefile
index f4519cd086f..5481e2efdc9 100644
--- a/databases/php-mysqli/Makefile
+++ b/databases/php-mysqli/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2010/12/13 13:18:19 taca Exp $
+# $NetBSD: Makefile,v 1.4 2012/04/15 22:00:59 wiz Exp $
MODNAME= mysqli
CATEGORIES+= databases
COMMENT= PHP5 extension for MySQL 4.1 and later databases
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index db262512292..13ad4181250 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2011/09/16 05:46:22 obache Exp $
+# $NetBSD: Makefile,v 1.26 2012/04/15 22:00:59 wiz Exp $
DISTNAME= phpPgAdmin-5.0.2
PKGNAME= ${DISTNAME:S/PgAdmin/pgadmin/}
@@ -7,7 +7,7 @@ CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phppgadmin/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://phppgadmin.sourceforge.net/
COMMENT= Set of PHP-scripts to administer PostgreSQL over the WWW
diff --git a/databases/py-mysqldb/Makefile b/databases/py-mysqldb/Makefile
index 6a545cafcbe..c5dec1959b6 100644
--- a/databases/py-mysqldb/Makefile
+++ b/databases/py-mysqldb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2010/09/30 10:49:15 obache Exp $
+# $NetBSD: Makefile,v 1.33 2012/04/15 22:00:59 wiz Exp $
DISTNAME= MySQL-python-${DIST_VERSION}
PKGNAME= ${PYPKGPREFIX}-mysqldb-${DIST_VERSION:S/c/rc/}
@@ -7,7 +7,7 @@ PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mysql-python/}
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/mysql-python
COMMENT= MySQL interface for Python
LICENSE= gnu-gpl-v2
diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile
index 90c8595677e..b6110ded6e3 100644
--- a/databases/py-sqlite/Makefile
+++ b/databases/py-sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2010/04/17 16:41:11 zafer Exp $
+# $NetBSD: Makefile,v 1.17 2012/04/15 22:00:59 wiz Exp $
DISTNAME= pysqlite-1.0.1
PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1
@@ -6,7 +6,7 @@ PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysqlite/}
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pysqlite.org/
COMMENT= SQLite database adapter for Python
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index 9e1009550e0..55266be70bc 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/04/08 19:08:48 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2012/04/15 22:00:59 wiz Exp $
DISTNAME= pysqlite-2.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/}
@@ -6,7 +6,7 @@ PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://pysqlite.googlecode.com/files/
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pysqlite.googlecode.com/
COMMENT= SQLite database adapter for Python
LICENSE= mit
diff --git a/databases/sqsh/Makefile b/databases/sqsh/Makefile
index a00fb5a512c..459588aefdd 100644
--- a/databases/sqsh/Makefile
+++ b/databases/sqsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2011/04/22 14:40:41 obache Exp $
+# $NetBSD: Makefile,v 1.31 2012/04/15 22:01:00 wiz Exp $
# This section contains variables that might be overridden.
PKGNAME?= ${PKGNAME_BASE}
@@ -15,7 +15,7 @@ CONFLICTS+= sqsh-[0-9]*
CONFLICTS+= sqsh-motif-[0-9]*
CONFLICTS+= sqsh-x11-[0-9]*
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sqsh.org/
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile
index 9f02411910e..dd56ec04551 100644
--- a/devel/bcc/Makefile
+++ b/devel/bcc/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.24 2011/12/02 20:44:32 marino Exp $
+# $NetBSD: Makefile,v 1.25 2012/04/15 22:01:00 wiz Exp $
DISTNAME= bcc
PKGREVISION= 1
PKGNAME= bcc-95.3.12
CATEGORIES= devel lang
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Bruce Evans' C compiler (with as and ld); can do 16-bit code
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile
index 7ed2573bd5c..978ed4f10a4 100644
--- a/devel/py-curses/Makefile
+++ b/devel/py-curses/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.36 2011/12/03 00:02:14 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2012/04/15 22:01:00 wiz Exp $
#
PKGNAME= ${PYPKGPREFIX}-curses-0
PKGREVISION= 5
CATEGORIES= devel python
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.python.org/doc/current/lib/module-curses.html
COMMENT= Curses module for Python
diff --git a/devel/py-cursespanel/Makefile b/devel/py-cursespanel/Makefile
index 5f43d95390a..eb67bcf51a9 100644
--- a/devel/py-cursespanel/Makefile
+++ b/devel/py-cursespanel/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2012/01/28 07:55:57 obache Exp $
+# $NetBSD: Makefile,v 1.21 2012/04/15 22:01:00 wiz Exp $
#
PKGNAME= ${PYPKGPREFIX}-cursespanel-0
PKGREVISION= 4
CATEGORIES= devel python
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.python.org/doc/current/lib/module-curses.html
COMMENT= Curses panel module for Python
diff --git a/devel/py-jersey/Makefile b/devel/py-jersey/Makefile
index 01f41120f14..9ca7e00d64f 100644
--- a/devel/py-jersey/Makefile
+++ b/devel/py-jersey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/02/25 09:47:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2012/04/15 22:01:00 wiz Exp $
#
DISTNAME= jersey-0.1.2
@@ -6,7 +6,7 @@ PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://pypi.python.org/packages/source/j/jersey/
-MAINTAINER= ver@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pypi.python.org/pypi/jersey
COMMENT= Framework for building Twisted Python command-line interfaces
LICENSE= modified-bsd
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile
index 0ef10a6f9ae..30a6b1addba 100644
--- a/devel/py-kqueue/Makefile
+++ b/devel/py-kqueue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2011/10/15 08:23:55 obache Exp $
+# $NetBSD: Makefile,v 1.11 2012/04/15 22:01:00 wiz Exp $
DISTNAME= py-kqueue-2.0
PKGNAME= ${PYPKGPREFIX}-kqueue-2.0
@@ -6,7 +6,7 @@ PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jdolecek/
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Python interface to kqueue(2) and kevent(2) system calls
LICENSE= modified-bsd
diff --git a/devel/py-readline/Makefile b/devel/py-readline/Makefile
index 3256e9b66cf..da27374d962 100644
--- a/devel/py-readline/Makefile
+++ b/devel/py-readline/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2012/04/08 19:08:54 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2012/04/15 22:01:00 wiz Exp $
#
PKGNAME= ${PYPKGPREFIX}-readline-0
PKGREVISION= 5
CATEGORIES= devel misc python
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.python.org/doc/current/tut/node15.html
COMMENT= Line editing support for Python
diff --git a/doc/guide/files/examples.xml b/doc/guide/files/examples.xml
index 650e45506bb..0451f5d7289 100644
--- a/doc/guide/files/examples.xml
+++ b/doc/guide/files/examples.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: examples.xml,v 1.12 2007/06/01 11:07:24 rillig Exp $ -->
+<!-- $NetBSD: examples.xml,v 1.13 2012/04/15 22:01:00 wiz Exp $ -->
<appendix id="examples">
<title>A simple example package: bison</title>
@@ -23,7 +23,7 @@ DISTNAME= bison-1.25
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
-MAINTAINER= thorpej@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bison/bison.html
COMMENT= GNU yacc clone
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index ebd626f6d63..f99b3cd6722 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -8783,7 +8783,7 @@ DISTNAME= bison-1.25
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
-MAINTAINER= thorpej@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bison/bison.html
COMMENT= GNU yacc clone
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
index e45a526bb54..aaffe616526 100644
--- a/finance/gnucash-docs/Makefile
+++ b/finance/gnucash-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/07/22 09:01:26 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2012/04/15 22:01:01 wiz Exp $
DISTNAME= gnucash-docs-2.2.0
CATEGORIES= finance
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
DEPENDS+= yelp-[0-9]*:../../misc/yelp
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnucash.org/
COMMENT= Documentation for GnuCash - personal double-entry accounting program
diff --git a/games/powwow/Makefile b/games/powwow/Makefile
index 660ad4da97e..aad98350021 100644
--- a/games/powwow/Makefile
+++ b/games/powwow/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2011/10/03 04:37:05 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2012/04/15 22:01:01 wiz Exp $
DISTNAME= powwow-1.2.5
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://hoopajoo.net/static/powwow-mirror/powwow/
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hoopajoo.net/projects/powwow.html
COMMENT= Client to play MUDs
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile
index d10be39d3c7..20a718c5cb0 100644
--- a/geography/gpsd/Makefile
+++ b/geography/gpsd/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2012/03/15 11:53:28 obache Exp $
+# $NetBSD: Makefile,v 1.22 2012/04/15 22:01:01 wiz Exp $
DISTNAME= gpsd-2.96
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= http://download.berlios.de/gpsd/
-MAINTAINER= tsarna@NetBSD.org
-# MAINTAINER+= gdt@NetBSD.org
+MAINTAINER+= gdt@NetBSD.org
HOMEPAGE= http://gpsd.berlios.de/
COMMENT= GPS information daemon
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile
index e3302e8d345..f75c75627e4 100644
--- a/geography/gpsdrive/Makefile
+++ b/geography/gpsdrive/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2012/02/06 12:40:15 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2012/04/15 22:01:01 wiz Exp $
DISTNAME= gpsdrive-1.31
PKGREVISION= 17
CATEGORIES= geography
MASTER_SITES= http://gpsdrive.kraftvoll.at/
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gpsdrive.de/index.shtml
COMMENT= GPS Navigation system
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile
index a9aff70592e..ea907dd82a6 100644
--- a/graphics/py-imaging/Makefile
+++ b/graphics/py-imaging/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2011/11/01 06:01:44 sbd Exp $
+# $NetBSD: Makefile,v 1.42 2012/04/15 22:01:01 wiz Exp $
DISTNAME= Imaging-1.1.7
PKGNAME= ${PYPKGPREFIX}-imaging-1.1.7
@@ -6,7 +6,7 @@ PKGREVISION= 4
CATEGORIES= graphics python
MASTER_SITES= http://effbot.org/media/downloads/
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pythonware.com/products/pil/
COMMENT= PIL, the Python Imaging Library
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile
index f0d75c0c090..761625be1b0 100644
--- a/graphics/xplot/Makefile
+++ b/graphics/xplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2011/10/03 01:17:49 dholland Exp $
+# $NetBSD: Makefile,v 1.28 2012/04/15 22:01:01 wiz Exp $
DISTNAME= xplot-0.90.7.1
PKGREVISION= 6
@@ -6,7 +6,7 @@ CATEGORIES= graphics x11
MASTER_SITES= http://www.xplot.org/xplot/
HOMEPAGE= http://www.xplot.org/
-MAINTAINER= dan@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Plotting program, most often used in conjunction with tcptrace
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common
index 724c6db39a8..d6de2675a72 100644
--- a/lang/php5/Makefile.common
+++ b/lang/php5/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2011/01/07 09:16:26 taca Exp $
+# $NetBSD: Makefile.common,v 1.46 2012/04/15 22:01:01 wiz Exp $
# used by lang/php5/Makefile.php
# used by lang/php/ext.mk
# used by meta-pkgs/php5-extensions/Makefile
@@ -38,7 +38,7 @@ MASTER_SITES?= http://www.php.net/distributions/ \
EXTRACT_SUFX?= .tar.bz2
.endif
-MAINTAINER?= jdolecek@NetBSD.org
+MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE?= http://www.php.net/
PHP_BASE_VERS= 5.2.17
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile
index 9b92cb401cf..d2c84e27fc2 100644
--- a/lang/py-pyrex/Makefile
+++ b/lang/py-pyrex/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2010/05/02 13:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/04/15 22:01:01 wiz Exp $
DISTNAME= Pyrex-0.9.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
CATEGORIES= lang python
MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
COMMENT= Language for Writing Python Extension Modules
LICENSE= apache-2.0
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile
index 0faa7cd78fb..5e7482d8441 100644
--- a/mail/pear-Mail_Mime/Makefile
+++ b/mail/pear-Mail_Mime/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2012/03/12 15:34:56 taca Exp $
+# $NetBSD: Makefile,v 1.20 2012/04/15 22:01:02 wiz Exp $
DISTNAME= Mail_Mime-1.8.3
CATEGORIES+= mail
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to create and manipulation of mime messages
CONFLICTS= php-pear-Mail_Mime-[0-9]*
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index c4494f43ea2..4b055562c08 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2011/10/25 08:53:50 obache Exp $
+# $NetBSD: Makefile,v 1.49 2012/04/15 22:01:02 wiz Exp $
DISTNAME= Numeric-24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://numeric.scipy.org/
COMMENT= Adds multidimensional numeric arrays to Python
diff --git a/meta-pkgs/php5-extensions/Makefile b/meta-pkgs/php5-extensions/Makefile
index b08909e6755..29b472d1578 100644
--- a/meta-pkgs/php5-extensions/Makefile
+++ b/meta-pkgs/php5-extensions/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2011/09/28 06:34:44 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2012/04/15 22:01:02 wiz Exp $
DISTNAME= php-extensions-${PHP_BASE_VERS}
PKGREVISION= 2
@@ -6,7 +6,7 @@ CATEGORIES= meta-pkgs www
MASTER_SITES= # empty
DISTFILES= # empty
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.php.net/
COMMENT= "meta-package" for the PHP 5.2 HTML-embedded scripting language
diff --git a/meta-pkgs/php53-extensions/Makefile b/meta-pkgs/php53-extensions/Makefile
index af9b76140b6..0c4177b40c3 100644
--- a/meta-pkgs/php53-extensions/Makefile
+++ b/meta-pkgs/php53-extensions/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/01/12 16:59:54 taca Exp $
+# $NetBSD: Makefile,v 1.6 2012/04/15 22:01:02 wiz Exp $
DISTNAME= php-extensions-${PHP_BASE_VERS}
PKGREVISION= 2
@@ -6,7 +6,7 @@ CATEGORIES= meta-pkgs www
MASTER_SITES= # empty
DISTFILES= # empty
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.php.net/
COMMENT= "meta-package" for the PHP 5.3 HTML-embedded scripting language
diff --git a/net/pear-Net_DIME/Makefile b/net/pear-Net_DIME/Makefile
index 08ab7505775..778429cc9a2 100644
--- a/net/pear-Net_DIME/Makefile
+++ b/net/pear-Net_DIME/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2010/12/22 15:43:19 taca Exp $
+# $NetBSD: Makefile,v 1.10 2012/04/15 22:01:02 wiz Exp $
DISTNAME= Net_DIME-1.0.2
CATEGORIES+= net
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes that implements DIME encoding
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile
index 1383f8d267a..9d679b85b38 100644
--- a/net/pear-Net_SMTP/Makefile
+++ b/net/pear-Net_SMTP/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2011/08/20 14:12:07 taca Exp $
+# $NetBSD: Makefile,v 1.16 2012/04/15 22:01:02 wiz Exp $
DISTNAME= Net_SMTP-1.6.1
CATEGORIES+= net mail
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to provide SMTP Interface
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile
index 945c1ada6d4..f2e0f427c80 100644
--- a/net/pear-Net_Socket/Makefile
+++ b/net/pear-Net_Socket/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2010/12/22 15:46:35 taca Exp $
+# $NetBSD: Makefile,v 1.13 2012/04/15 22:01:02 wiz Exp $
DISTNAME= Net_Socket-1.0.10
CATEGORIES+= net
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to provide Network Socket Interface
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile
index 9ca4aaac526..e62abd2aa43 100644
--- a/net/pear-Net_URL/Makefile
+++ b/net/pear-Net_URL/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2010/02/06 15:59:38 taca Exp $
+# $NetBSD: Makefile,v 1.11 2012/04/15 22:01:02 wiz Exp $
DISTNAME= Net_URL-1.0.15
CATEGORIES+= net
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to easy parsing of URLs
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/net/pear-SOAP/Makefile b/net/pear-SOAP/Makefile
index 1b65ce80093..1ecbf840da3 100644
--- a/net/pear-SOAP/Makefile
+++ b/net/pear-SOAP/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2010/02/06 16:00:49 taca Exp $
+# $NetBSD: Makefile,v 1.12 2012/04/15 22:01:02 wiz Exp $
DISTNAME= SOAP-0.12.0
CATEGORIES+= net
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= SOAP Client/Server for PHP
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/net/php-soap/Makefile b/net/php-soap/Makefile
index fcc37a34e81..7f74e46b1fd 100644
--- a/net/php-soap/Makefile
+++ b/net/php-soap/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:08:54 taca Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/15 22:01:03 wiz Exp $
MODNAME= soap
CATEGORIES+= net
COMMENT= PHP5 extension for SOAP functions
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile
index 64ac796b42c..8aa89a84700 100644
--- a/net/py-s3cmd/Makefile
+++ b/net/py-s3cmd/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2012/04/08 19:09:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/04/15 22:01:03 wiz Exp $
DISTNAME= s3cmd-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=s3tools/}
-MAINTAINER= ver@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://s3tools.org/s3cmd
COMMENT= Command-line interface to Amazon's Simple Storage Service (S3)
LICENSE= gnu-gpl-v2
diff --git a/security/py-oauth/Makefile b/security/py-oauth/Makefile
index b0e63e73879..2d9a3b9fb79 100644
--- a/security/py-oauth/Makefile
+++ b/security/py-oauth/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2010/07/19 16:53:13 ver Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/15 22:01:03 wiz Exp $
DISTNAME= oauth-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python security www
MASTER_SITES= http://pypi.python.org/packages/source/o/oauth/
-MAINTAINER= ver@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pypi.python.org/pypi/oauth/
COMMENT= Python OAuth library
LICENSE= mit
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile
index e36c6405502..643082f8a8a 100644
--- a/security/qca-tls/Makefile
+++ b/security/qca-tls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2012/02/18 01:23:59 sbd Exp $
+# $NetBSD: Makefile,v 1.34 2012/04/15 22:01:03 wiz Exp $
DISTNAME= qca-tls-1.0
PKGREVISION= 10
@@ -6,7 +6,7 @@ CATEGORIES= security
MASTER_SITES= http://delta.affinix.com/download/qca/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://delta.affinix.com/qca/
COMMENT= Cross-platform crypto API for QT - TLS plugin
diff --git a/security/qca/Makefile b/security/qca/Makefile
index 62664fe6d9d..13b2b48579f 100644
--- a/security/qca/Makefile
+++ b/security/qca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/11/01 06:02:30 sbd Exp $
+# $NetBSD: Makefile,v 1.23 2012/04/15 22:01:03 wiz Exp $
DISTNAME= qca-1.0
PKGREVISION= 8
@@ -6,7 +6,7 @@ CATEGORIES= security
MASTER_SITES= http://delta.affinix.com/download/qca/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://delta.affinix.com/qca/
COMMENT= Cross-platform crypto API for QT
diff --git a/security/qca2-ossl/Makefile b/security/qca2-ossl/Makefile
index d41533e838f..c13c14239a4 100644
--- a/security/qca2-ossl/Makefile
+++ b/security/qca2-ossl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/03/03 00:13:54 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2012/04/15 22:01:03 wiz Exp $
DISTNAME= qca-ossl-2.0.0-beta3
PKGNAME= qca2-ossl-${DISTNAME:S/-beta/beta/:C/.*-//}
@@ -7,7 +7,7 @@ CATEGORIES= security
MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://delta.affinix.com/qca/
COMMENT= Cross-platform crypto API for QT - OpenSSL plugin
diff --git a/security/qca2/Makefile b/security/qca2/Makefile
index 1f699b27426..7433a8e31e7 100644
--- a/security/qca2/Makefile
+++ b/security/qca2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2012/03/03 00:12:27 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2012/04/15 22:01:03 wiz Exp $
DISTNAME= qca-2.0.3
PKGNAME= qca2-${DISTNAME:C/.*-//}
@@ -7,7 +7,7 @@ CATEGORIES= security
MASTER_SITES= http://delta.affinix.com/download/qca/2.0/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://delta.affinix.com/qca/
COMMENT= Cross-platform crypto API for QT
LICENSE= gnu-lgpl-v2.1
diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile
index 0eb63f2cd0d..33d487b60e1 100644
--- a/sysutils/dvd+rw-tools/Makefile
+++ b/sysutils/dvd+rw-tools/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.31 2011/01/30 01:59:59 markd Exp $
+# $NetBSD: Makefile,v 1.32 2012/04/15 22:01:03 wiz Exp $
#
DISTNAME= dvd+rw-tools-7.1
CATEGORIES= sysutils
MASTER_SITES= http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
-MAINTAINER= dan@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fy.chalmers.se/~appro/linux/DVD+RW/
COMMENT= Tools for writing DVD+R[W] disks
LICENSE= gnu-gpl-v2
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index fdb0f54d614..69db8366ffa 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2011/12/17 18:23:36 taca Exp $
+# $NetBSD: Makefile,v 1.18 2012/04/15 22:01:03 wiz Exp $
DISTNAME= Log-1.12.7
CATEGORIES= sysutils
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/
COMMENT= PHP Log framework provides an abstracted logging system
diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile
index 48f77f350a6..f47389a396d 100644
--- a/sysutils/pwgen/Makefile
+++ b/sysutils/pwgen/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:47 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2012/04/15 22:01:04 wiz Exp $
DISTNAME= pwgen-2.06
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwgen/}
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/pwgen/
COMMENT= Generate pronounceable passwords
diff --git a/textproc/Markdown/Makefile b/textproc/Markdown/Makefile
index 22b607f8c97..edec3542f9c 100644
--- a/textproc/Markdown/Makefile
+++ b/textproc/Markdown/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:47 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2012/04/15 22:01:04 wiz Exp $
#
DISTNAME= Markdown_1.0.1
@@ -8,7 +8,7 @@ MASTER_SITES= http://daringfireball.net/projects/downloads/
EXTRACT_SUFX= .zip
DIST_SUBDIR= ${PKGNAME_NOREV}
-MAINTAINER= dan@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://daringfireball.net/projects/markdown/
COMMENT= Text-to-HTML conversion tool for web writers
diff --git a/textproc/lout/Makefile b/textproc/lout/Makefile
index 2b0ed91d7ba..47386f1ee73 100644
--- a/textproc/lout/Makefile
+++ b/textproc/lout/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2011/01/20 09:46:55 adam Exp $
+# $NetBSD: Makefile,v 1.16 2012/04/15 22:01:04 wiz Exp $
DISTNAME= lout-3.38
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lout/}
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lout.sourceforge.net/
COMMENT= Basser Lout, a TeX/troff-like formatter with PostScript/PDF output
LICENSE= gnu-gpl-v3
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile
index 6449add87bb..1ee5538b7d3 100644
--- a/textproc/py-expat/Makefile
+++ b/textproc/py-expat/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2011/12/03 00:02:16 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2012/04/15 22:01:04 wiz Exp $
#
PKGNAME= ${PYPKGPREFIX}-expat-0
PKGREVISION= 5
CATEGORIES= textproc python
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Python interface to expat
diff --git a/time/gnotime/Makefile b/time/gnotime/Makefile
index 52eae5e9a9a..ca55a353287 100644
--- a/time/gnotime/Makefile
+++ b/time/gnotime/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.49 2012/03/03 00:14:02 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2012/04/15 22:01:04 wiz Exp $
DISTNAME= gnotime-2.3.0
PKGREVISION= 17
CATEGORIES= time gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gttr/}
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gttr.sourceforge.net/
COMMENT= Time tracker for GNOME2
diff --git a/time/pear-Date/Makefile b/time/pear-Date/Makefile
index 4d66662807c..c68a72745b6 100644
--- a/time/pear-Date/Makefile
+++ b/time/pear-Date/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:53 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2012/04/15 22:01:04 wiz Exp $
DISTNAME= Date-1.4.7
CATEGORIES= time
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP Date and Time Zone Classes
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/time/ptimetracker/Makefile b/time/ptimetracker/Makefile
index 280da1e5395..3dc04ee25e8 100644
--- a/time/ptimetracker/Makefile
+++ b/time/ptimetracker/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.18 2011/11/01 06:02:40 sbd Exp $
+# $NetBSD: Makefile,v 1.19 2012/04/15 22:01:04 wiz Exp $
DISTNAME= ptimetracker-1.7.3
PKGREVISION= 8
CATEGORIES= time kde
MASTER_SITES= http://www.eggtart.plus.com/ptt/prog/
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.eggtart.plus.com/ptt/
COMMENT= Keep track of the time spent on projects
diff --git a/www/pear-HTML_Common/Makefile b/www/pear-HTML_Common/Makefile
index da3e0d4d666..e6c05f130df 100644
--- a/www/pear-HTML_Common/Makefile
+++ b/www/pear-HTML_Common/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2010/02/06 16:07:15 taca Exp $
+# $NetBSD: Makefile,v 1.17 2012/04/15 22:01:04 wiz Exp $
DISTNAME= HTML_Common-1.2.5
CATEGORIES= www
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Base PHP class for other HTML classes
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/pear-HTML_Select/Makefile b/www/pear-HTML_Select/Makefile
index 27eb00e80b8..2c4a5e87c8c 100644
--- a/www/pear-HTML_Select/Makefile
+++ b/www/pear-HTML_Select/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2012/03/07 14:50:57 taca Exp $
+# $NetBSD: Makefile,v 1.15 2012/04/15 22:01:04 wiz Exp $
DISTNAME= HTML_Select-1.3.1
CATEGORIES= www
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP class for generating HTML form select elements
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/pear-HTTP_Request/Makefile b/www/pear-HTTP_Request/Makefile
index a19df16d2c6..f4d32735b94 100644
--- a/www/pear-HTTP_Request/Makefile
+++ b/www/pear-HTTP_Request/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2010/02/06 16:08:48 taca Exp $
+# $NetBSD: Makefile,v 1.12 2012/04/15 22:01:05 wiz Exp $
DISTNAME= HTTP_Request-1.4.4
#CATEGORIES+= www
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to provides an easy way to perform HTTP requests
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/php-eaccelerator/Makefile b/www/php-eaccelerator/Makefile
index 96cd4ed6687..3f0a04f089f 100644
--- a/www/php-eaccelerator/Makefile
+++ b/www/php-eaccelerator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/12/17 13:46:29 obache Exp $
+# $NetBSD: Makefile,v 1.16 2012/04/15 22:01:05 wiz Exp $
MODNAME= eaccelerator
PECL_VERSION= 0.9.6.1
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eaccelerator/} \
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://sourceforge.net/projects/eaccelerator/
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP accelerator, optimizer, encoder and dynamic content cache
LICENSE= gnu-gpl-v2
diff --git a/www/py-pendrell/Makefile b/www/py-pendrell/Makefile
index c2b25c30143..44864d19b15 100644
--- a/www/py-pendrell/Makefile
+++ b/www/py-pendrell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/04/08 19:09:17 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2012/04/15 22:01:05 wiz Exp $
#
DISTNAME= pendrell-0.2.3
@@ -6,7 +6,7 @@ PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel www python
MASTER_SITES= http://pypi.python.org/packages/source/p/pendrell/
-MAINTAINER= ver@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pendrell.olix0r.net/
COMMENT= HTTP/1.1 User Agent for the Programmable Web
LICENSE= mit
diff --git a/www/swill/Makefile b/www/swill/Makefile
index 262bda7d091..ceb89579a4b 100644
--- a/www/swill/Makefile
+++ b/www/swill/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/09/29 11:27:07 dholland Exp $
+# $NetBSD: Makefile,v 1.12 2012/04/15 22:01:05 wiz Exp $
DISTNAME= swill-0.3
PKGREVISION= 1
@@ -6,7 +6,7 @@ CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swill/}
EXTRACT_SUFX= .tgz
-MAINTAINER= thorpej@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://swill.sourceforge.net/
COMMENT= The Simple Web Interface Link Library
LICENSE= gnu-lgpl-v2.1
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile
index 43972526e33..a6c4d3e4182 100644
--- a/x11/py-Tk/Makefile
+++ b/x11/py-Tk/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.48 2011/12/03 00:02:17 joerg Exp $
+# $NetBSD: Makefile,v 1.49 2012/04/15 22:01:05 wiz Exp $
#
PKGNAME= ${PYPKGPREFIX}-Tk-0
PKGREVISION= 5
CATEGORIES= x11 python
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wiki.python.org/moin/TkInter
COMMENT= Tkinter -- Python interface to Tcl/Tk
diff --git a/x11/xkbd/Makefile b/x11/xkbd/Makefile
index 2e2a86a6133..32534cbeb7c 100644
--- a/x11/xkbd/Makefile
+++ b/x11/xkbd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/07/14 12:56:19 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2012/04/15 22:01:05 wiz Exp $
#
DISTNAME= xkbd-0.8.5
@@ -6,7 +6,7 @@ PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://handhelds.org/~mallum/downloadables/xkbd/
-MAINTAINER= tsarna@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://handhelds.org/~mallum/
COMMENT= On-screen keyboard for X, useful for palmtops