diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2015-03-15 17:09:00 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2015-03-15 17:09:00 +0000 |
commit | 408bf7ad2dfa99c4f08c377d540667f7a4c55f37 (patch) | |
tree | 1709ce081a84450abaf562519b5c52c54dc520f0 /inputmethod | |
parent | b6c44e226d042903d16fb0745a3f4dc312289c96 (diff) | |
download | pkgsrc-408bf7ad2dfa99c4f08c377d540667f7a4c55f37.tar.gz |
Set MAINTAINER to pkgsrc-users.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-handwrite/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/im-ja/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-pygtk/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-wagomu-japanese/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/zinnia/Makefile.common | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/inputmethod/ibus-handwrite/Makefile b/inputmethod/ibus-handwrite/Makefile index 2622106ecd4..cf1b35211d8 100644 --- a/inputmethod/ibus-handwrite/Makefile +++ b/inputmethod/ibus-handwrite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/08/28 10:27:28 obache Exp $ +# $NetBSD: Makefile,v 1.32 2015/03/15 17:09:00 hiramatsu Exp $ # DISTNAME= ibus-handwrite-3.0.0 @@ -6,7 +6,7 @@ CATEGORIES= inputmethod MASTER_SITES= https://github.com/microcai/ibus-handwrite/releases/download/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= obache@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://code.google.com/p/ibus-handwrite/ COMMENT= Handwrite recognizer for ibus LICENSE= gnu-gpl-v3 diff --git a/inputmethod/im-ja/Makefile b/inputmethod/im-ja/Makefile index 832bd53053d..7578a12533c 100644 --- a/inputmethod/im-ja/Makefile +++ b/inputmethod/im-ja/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/10/07 16:47:28 adam Exp $ +# $NetBSD: Makefile,v 1.42 2015/03/15 17:09:00 hiramatsu Exp $ # DISTNAME= im-ja-1.5 @@ -6,7 +6,7 @@ PKGREVISION= 39 CATEGORIES= inputmethod japanese MASTER_SITES= http://im-ja.sourceforge.net/ -MAINTAINER= obache@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://im-ja.sourceforge.net/ COMMENT= Japanese input module for GTK2 and XIM server #LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 # AND bsd? diff --git a/inputmethod/tegaki-pygtk/Makefile b/inputmethod/tegaki-pygtk/Makefile index dc359937497..ff42dcb574c 100644 --- a/inputmethod/tegaki-pygtk/Makefile +++ b/inputmethod/tegaki-pygtk/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:28 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/03/15 17:09:00 hiramatsu Exp $ DISTNAME= tegaki-pygtk-0.3.1 PKGREVISION= 2 CATEGORIES= inputmethod MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/ -MAINTAINER= obache@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tegaki.org/ COMMENT= Base user interface library for the Tegaki project LICENSE= gnu-gpl-v2 diff --git a/inputmethod/tegaki-wagomu-japanese/Makefile b/inputmethod/tegaki-wagomu-japanese/Makefile index 976c5e10fe1..d1833f8c128 100644 --- a/inputmethod/tegaki-wagomu-japanese/Makefile +++ b/inputmethod/tegaki-wagomu-japanese/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/06 14:25:19 asau Exp $ +# $NetBSD: Makefile,v 1.3 2015/03/15 17:09:00 hiramatsu Exp $ # DISTNAME= tegaki-wagomu-japanese-0.3 @@ -6,7 +6,7 @@ CATEGORIES= inputmethod japanese MASTER_SITES= http://www.tegaki.org/releases/0.3/models/ EXTRACT_SUFX= .zip -MAINTAINER= obache@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tegaki.org/ COMMENT= Tegaki project handwriting model for Wagomu-Japanese (all) LICENSE= gnu-lgpl-v2.1 diff --git a/inputmethod/zinnia/Makefile.common b/inputmethod/zinnia/Makefile.common index a6faea06b8c..a1640ec83cb 100644 --- a/inputmethod/zinnia/Makefile.common +++ b/inputmethod/zinnia/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2010/08/14 14:30:39 obache Exp $ +# $NetBSD: Makefile.common,v 1.3 2015/03/15 17:15:01 hiramatsu Exp $ # used by inputmethod/p5-zinnia/Makefile # used by inputmethod/py-zinnia/Makefile # used by inputmethod/ruby-zinnia/Makefile @@ -10,6 +10,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zinnia/} DISTINFO_FILE= ${.CURDIR}/../../inputmethod/zinnia/distinfo PATCHDIR= ${.CURDIR}/../../inputmethod/zinnia/patches -MAINTAINER?= obache@NetBSD.org +MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE= http://zinnia.sourceforge.net/ LICENSE= modified-bsd |