summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/chasen-base/Makefile6
-rw-r--r--textproc/chasen/Makefile4
-rw-r--r--textproc/ipadic/Makefile6
-rw-r--r--textproc/mecab-naistdic/Makefile6
-rw-r--r--textproc/ruby-amrita/Makefile6
-rw-r--r--textproc/suikyo/Makefile.common4
6 files changed, 16 insertions, 16 deletions
diff --git a/textproc/chasen-base/Makefile b/textproc/chasen-base/Makefile
index 7f51b34698e..eb99436a411 100644
--- a/textproc/chasen-base/Makefile
+++ b/textproc/chasen-base/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.23 2015/03/15 01:00:12 taca Exp $
+# $NetBSD: Makefile,v 1.24 2015/06/29 11:06:49 ryoon Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
PKGNAME= chasen-base-${CHASEN_VERSION}
CATEGORIES= japanese textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=chasen-legacy/56305/}
+MASTER_SITES= ${MASTER_SITE_OSDN:=chasen-legacy/56305/}
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
-HOMEPAGE= http://chasen-legacy.sourceforge.jp/
+HOMEPAGE= http://chasen-legacy.osdn.jp/
COMMENT= ChaSen, Japanese Morphological Analysis System
LICENSE= modified-bsd
diff --git a/textproc/chasen/Makefile b/textproc/chasen/Makefile
index 7b145859193..be7781fd88b 100644
--- a/textproc/chasen/Makefile
+++ b/textproc/chasen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2013/04/06 03:45:25 rodent Exp $
+# $NetBSD: Makefile,v 1.13 2015/06/29 11:06:49 ryoon Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
@@ -7,7 +7,7 @@ MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
-HOMEPAGE= http://chasen-legacy.sourceforge.jp/
+HOMEPAGE= http://chasen-legacy.osdn.jp/
COMMENT= Meta package of ChaSen, Japanese Morphological Analysis System
META_PACKAGE= yes
diff --git a/textproc/ipadic/Makefile b/textproc/ipadic/Makefile
index 591b3c373b5..6189429e1b3 100644
--- a/textproc/ipadic/Makefile
+++ b/textproc/ipadic/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.16 2012/10/25 06:55:56 asau Exp $
+# $NetBSD: Makefile,v 1.17 2015/06/29 11:06:49 ryoon Exp $
#
DISTNAME= ipadic-2.7.0
PKGREVISION= 2
CATEGORIES= japanese textproc
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=ipadic/24435/}
+MASTER_SITES= ${MASTER_SITE_OSDN:=ipadic/24435/}
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
-HOMEPAGE= http://chasen-legacy.sourceforge.jp/
+HOMEPAGE= http://chasen-legacy.osdn.jp/
COMMENT= Japanese Morphological Dictionary including parameter for ChaSen
GNU_CONFIGURE= yes
diff --git a/textproc/mecab-naistdic/Makefile b/textproc/mecab-naistdic/Makefile
index 298f7882460..ae732be6215 100644
--- a/textproc/mecab-naistdic/Makefile
+++ b/textproc/mecab-naistdic/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2013/08/20 22:38:39 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/06/29 11:06:49 ryoon Exp $
#
DISTNAME= mecab-naist-jdic-0.6.3-20100801
PKGNAME= ${DISTNAME:S/naist-jdic/naistjdic/}
PKGREVISION= 1
CATEGORIES= japanese textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=naist-jdic/48487/}
+MASTER_SITES= ${MASTER_SITE_OSDN:=naist-jdic/48487/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sourceforge.jp/projects/naist-jdic/wiki/FrontPage
+HOMEPAGE= http://osdn.jp/projects/naist-jdic/wiki/FrontPage
COMMENT= Japanese Morphological Dictionary for MeCab
LICENSE= modified-bsd
diff --git a/textproc/ruby-amrita/Makefile b/textproc/ruby-amrita/Makefile
index 7ebf5931358..ceede213138 100644
--- a/textproc/ruby-amrita/Makefile
+++ b/textproc/ruby-amrita/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2012/10/25 06:56:55 asau Exp $
+# $NetBSD: Makefile,v 1.17 2015/06/29 11:06:49 ryoon Exp $
DISTNAME= amrita-1.0.2
PKGREVISION= 2
CATEGORIES= textproc ruby www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=amrita/10939/}
+MASTER_SITES= ${MASTER_SITE_OSDN:=amrita/10939/}
MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://amrita.sourceforge.jp/
+HOMEPAGE= http://amrita.osdn.jp/
COMMENT= HTML/XHTML template library for Ruby
LICENSE= gnu-gpl-v2 OR ruby-license
diff --git a/textproc/suikyo/Makefile.common b/textproc/suikyo/Makefile.common
index 8c1a6afec3d..7dbb9b62076 100644
--- a/textproc/suikyo/Makefile.common
+++ b/textproc/suikyo/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2015/03/15 21:41:46 hiramatsu Exp $
+# $NetBSD: Makefile.common,v 1.7 2015/06/29 11:06:49 ryoon Exp $
#
# used by textproc/ruby-suikyo/Makefile
# used by textproc/suikyo-docs/Makefile
@@ -8,7 +8,7 @@
SUIKYO_VER= 2.1.0
DISTNAME= suikyo-${SUIKYO_VER}
CATEGORIES= textproc
-MASTER_SITES= http://prime.sourceforge.jp/src/
+MASTER_SITES= http://prime.osdn.jp/src/
DISTINFO_FILE= ${.CURDIR}/../../textproc/suikyo/distinfo
PATCHDIR= ${.CURDIR}/../../textproc/suikyo/patches