summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-12-23 11:57:02 +0000
committerwiz <wiz@pkgsrc.org>2013-12-23 11:57:02 +0000
commitf5401a11ecc9b1ab1acfa1edfe92f1e0a7d1ca18 (patch)
treec6574cd7d838811f85188ca6d06fe2b21bac18da /graphics
parentf372f1e5a75e7caa524bdc9bb36e0d11efc48ac8 (diff)
downloadpkgsrc-f5401a11ecc9b1ab1acfa1edfe92f1e0a7d1ca18.tar.gz
Reset maintainer for resigned developers.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/autotrace/Makefile5
-rw-r--r--graphics/feh/Makefile5
-rw-r--r--graphics/freetype2/Makefile4
-rw-r--r--graphics/imlib2/Makefile4
-rw-r--r--graphics/lib3ds/Makefile5
-rw-r--r--graphics/ploticus-examples/Makefile5
-rw-r--r--graphics/ploticus/Makefile4
-rw-r--r--graphics/pngcrush/Makefile4
-rw-r--r--graphics/viewfax/Makefile5
-rw-r--r--graphics/xsane/Makefile4
10 files changed, 20 insertions, 25 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index 3520b4da63e..a98bcaa281f 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.56 2013/06/04 22:16:13 tron Exp $
-#
+# $NetBSD: Makefile,v 1.57 2013/12/23 11:57:03 wiz Exp $
DISTNAME= autotrace-0.31.1
PKGREVISION= 29
CATEGORIES= graphics cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autotrace/}
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://autotrace.sourceforge.net/
COMMENT= Convert bitmap to vector graphics
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index bf3d7f0dc36..cfd59ff7568 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.62 2013/07/24 11:01:59 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.63 2013/12/23 11:57:03 wiz Exp $
DISTNAME= feh-2.9.3
CATEGORIES= graphics
MASTER_SITES= http://feh.finalrewind.org/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://feh.finalrewind.org/
COMMENT= Advanced image viewer
LICENSE= mit
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index df20abb1876..0c316c54109 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2013/08/04 10:38:01 adam Exp $
+# $NetBSD: Makefile,v 1.91 2013/12/23 11:57:04 wiz Exp $
DISTNAME= freetype-2.4.12
PKGNAME= ${DISTNAME:S/-/2-/}
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \
http://download.savannah.gnu.org/releases/freetype/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freetype.org/
COMMENT= Font rendering engine and library API
LICENSE= gnu-gpl-v2
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index 38f667a3447..43f1dafb0fb 100644
--- a/graphics/imlib2/Makefile
+++ b/graphics/imlib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2013/07/05 13:29:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.68 2013/12/23 11:57:04 wiz Exp $
DISTNAME= imlib2-1.4.5
PKGREVISION= 7
@@ -6,7 +6,7 @@ CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://docs.enlightenment.org/api/imlib2/html/
COMMENT= Image manipulation library
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile
index 195c23ebc1c..18e43fd39ed 100644
--- a/graphics/lib3ds/Makefile
+++ b/graphics/lib3ds/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2012/10/06 14:11:03 asau Exp $
-#
+# $NetBSD: Makefile,v 1.17 2013/12/23 11:57:04 wiz Exp $
DISTNAME= lib3ds-1.2.0
PKGREVISION= 6
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lib3ds/}
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lib3ds.sourceforge.net/
COMMENT= 3D Studio File Format Library
diff --git a/graphics/ploticus-examples/Makefile b/graphics/ploticus-examples/Makefile
index 0609bd29e91..b9a1ff3431f 100644
--- a/graphics/ploticus-examples/Makefile
+++ b/graphics/ploticus-examples/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2013/06/30 15:17:18 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.14 2013/12/23 11:57:04 wiz Exp $
DISTNAME= plnode200
PKGNAME= ploticus-examples-2.00
CATEGORIES= graphics
MASTER_SITES= http://gd.tuwien.ac.at/visual/ploticus/download/
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
# HOMEPAGE= http://www.sgpr.net/
# domain squatted
COMMENT= Examples for the ploticus data plotting suite
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile
index 7381ab0838c..c4f4142f5e7 100644
--- a/graphics/ploticus/Makefile
+++ b/graphics/ploticus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2013/09/04 12:31:25 obache Exp $
+# $NetBSD: Makefile,v 1.51 2013/12/23 11:57:04 wiz Exp $
DISTNAME= ploticus242_src
PKGNAME= ploticus-2.42
@@ -6,7 +6,7 @@ PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ploticus/}
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ploticus.sourceforge.net/
COMMENT= Versatile data visualization engine
LICENSE= gnu-gpl-v2
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index 0d77237b03b..a5699a6baf7 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2013/11/15 08:35:26 adam Exp $
+# $NetBSD: Makefile,v 1.78 2013/12/23 11:57:04 wiz Exp $
DISTNAME= pngcrush-1.7.69-nolib
PKGNAME= ${DISTNAME:C/-nolib//}
@@ -6,7 +6,7 @@ CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
EXTRACT_SUFX= .tar.xz
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html
COMMENT= Optimizer for PNG (Portable Network Graphics) files
LICENSE= zlib
diff --git a/graphics/viewfax/Makefile b/graphics/viewfax/Makefile
index a151ac4c984..a26e2f60a1d 100644
--- a/graphics/viewfax/Makefile
+++ b/graphics/viewfax/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/06 14:11:24 asau Exp $
-#
+# $NetBSD: Makefile,v 1.11 2013/12/23 11:57:04 wiz Exp $
DISTNAME= viewfax-2.4
PKGREVISION= 2
@@ -10,7 +9,7 @@ MASTER_SITES= ftp://ftp.hylafax.org/pub/hylafax/contrib/viewfax/ \
ftp://ftp.ips.gov.au/mirror/hylafax/contrib/viewfax/ \
ftp://ftp.oce.nl/pub/gnu/hylafax/contrib/viewfax/
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Tool for displaying fax files in an X Window
USE_IMAKE= yes
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 1db491e9e03..ab53bae2b54 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2013/10/10 14:42:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.109 2013/12/23 11:57:04 wiz Exp $
DISTNAME= xsane-0.998
PKGNAME= xsane-0.99.8
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.xsane.org/download/old/ \
ftp://sunsite.uio.no/pub/sane/xsane/ \
ftp://ftp.informatik.uni-oldenburg.de/pub/sane/xsane/
-MAINTAINER= rh@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.xsane.org/
COMMENT= New improved frontend for SANE
LICENSE= gnu-gpl-v2