Thu Sep 21 14:17:58 2023 UTC ()
textproc/cabocha: distfile tarball no more locally cached (fix)


(vins)
diff -r1.13 -r1.14 pkgsrc/textproc/cabocha/Makefile.common

cvs diff -r1.13 -r1.14 pkgsrc/textproc/cabocha/Makefile.common (expand / switch to unified diff)

--- pkgsrc/textproc/cabocha/Makefile.common 2020/01/18 23:35:24 1.13
+++ pkgsrc/textproc/cabocha/Makefile.common 2023/09/21 14:17:58 1.14
@@ -1,25 +1,23 @@ @@ -1,25 +1,23 @@
1# $NetBSD: Makefile.common,v 1.13 2020/01/18 23:35:24 rillig Exp $ 1# $NetBSD: Makefile.common,v 1.14 2023/09/21 14:17:58 vins Exp $
2# used by textproc/cabocha/Makefile 2# used by textproc/cabocha/Makefile
3# used by textproc/p5-cabocha/Makefile 3# used by textproc/p5-cabocha/Makefile
4# used by textproc/py-cabocha/Makefile 4# used by textproc/py-cabocha/Makefile
5# used by textproc/ruby-cabocha/Makefile 5# used by textproc/ruby-cabocha/Makefile
6 6
7DISTNAME= cabocha-0.69 7DISTNAME= cabocha-0.69
8CATEGORIES= textproc 8CATEGORIES= textproc
9# 0.69 cached to ftp.netbsd.org 
10MASTER_SITES= # http://cabocha.googlecode.com/files/ 9MASTER_SITES= # http://cabocha.googlecode.com/files/
11#MASTER_SITES= https://drive.google.com/open?id=0B4y35FiV1wh7SDd1Q1dUQkZQaUU 10MASTER_SITES= http://netbsd3.cs.columbia.edu/pub/pkgsrc/distfiles/cabocha-20160909/
12# https://drive.google.com/folderview?id=0B4y35FiV1wh7cGRCUUJHVTNJRnM&usp=sharing#list 
13DIST_SUBDIR= cabocha-20160909 11DIST_SUBDIR= cabocha-20160909
14EXTRACT_SUFX= .tar.bz2 12EXTRACT_SUFX= .tar.bz2
15 13
16DISTINFO_FILE= ${.CURDIR}/../../textproc/cabocha/distinfo 14DISTINFO_FILE= ${.CURDIR}/../../textproc/cabocha/distinfo
17PATCHDIR= ${.CURDIR}/../../textproc/cabocha/patches 15PATCHDIR= ${.CURDIR}/../../textproc/cabocha/patches
18 16
19MAINTAINER= pkgsrc-users@NetBSD.org 17MAINTAINER= pkgsrc-users@NetBSD.org
20# (Japanese only page ?) 18# (Japanese only page ?)
21HOMEPAGE= https://taku910.github.io/cabocha/ 19HOMEPAGE= https://taku910.github.io/cabocha/
22LICENSE= gnu-lgpl-v2.1 OR modified-bsd 20LICENSE= gnu-lgpl-v2.1 OR modified-bsd
23 21
24RESTRICTED= Included model is not re-distributed without prior permission. 22RESTRICTED= Included model is not re-distributed without prior permission.
25NO_SRC_ON_FTP= ${RESTRICTED} 23NO_SRC_ON_FTP= ${RESTRICTED}