pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod
Module Name: pkgsrc
Committed By: szptvlfn
Date: Wed Nov 6 11:27:00 UTC 2019
Modified Files:
pkgsrc/inputmethod/scim: Makefile
pkgsrc/inputmethod/scim-ccinput: Makefile
pkgsrc/inputmethod/scim-fcitx: Makefile
pkgsrc/inputmethod/scim-hangul: Makefile
pkgsrc/inputmethod/scim-input-pad: Makefile
pkgsrc/inputmethod/scim-m17n: Makefile
pkgsrc/inputmethod/scim-pinyin: Makefile
pkgsrc/inputmethod/scim-tables: Makefile
pkgsrc/inputmethod/scim-uim: Makefile
Log Message:
update HOMEPAGE
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/inputmethod/scim/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/inputmethod/scim-ccinput/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/inputmethod/scim-fcitx/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/inputmethod/scim-hangul/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/inputmethod/scim-input-pad/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/inputmethod/scim-m17n/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/inputmethod/scim-pinyin/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/inputmethod/scim-tables/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/inputmethod/scim-uim/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/scim/Makefile
diff -u pkgsrc/inputmethod/scim/Makefile:1.57 pkgsrc/inputmethod/scim/Makefile:1.58
--- pkgsrc/inputmethod/scim/Makefile:1.57 Sun Aug 11 13:21:18 2019
+++ pkgsrc/inputmethod/scim/Makefile Wed Nov 6 11:26:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2019/08/11 13:21:18 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2019/11/06 11:26:59 szptvlfn Exp $
#
DISTNAME= scim-1.4.15
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.scim-im.org/
+HOMEPAGE= https://github.com/scim-im/scim
COMMENT= Smart Common Input Method
LICENSE= gnu-lgpl-v2.1
Index: pkgsrc/inputmethod/scim-ccinput/Makefile
diff -u pkgsrc/inputmethod/scim-ccinput/Makefile:1.37 pkgsrc/inputmethod/scim-ccinput/Makefile:1.38
--- pkgsrc/inputmethod/scim-ccinput/Makefile:1.37 Sat Nov 2 22:56:54 2019
+++ pkgsrc/inputmethod/scim-ccinput/Makefile Wed Nov 6 11:26:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/11/02 22:56:54 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2019/11/06 11:26:59 szptvlfn Exp $
#
DISTNAME= scim-ccinput-0.3.1
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.scim-im.org/
+HOMEPAGE= https://github.com/scim-im/scim
COMMENT= SCIM IMEngine module for CCInput
LICENSE= gnu-gpl-v2
Index: pkgsrc/inputmethod/scim-fcitx/Makefile
diff -u pkgsrc/inputmethod/scim-fcitx/Makefile:1.33 pkgsrc/inputmethod/scim-fcitx/Makefile:1.34
--- pkgsrc/inputmethod/scim-fcitx/Makefile:1.33 Sun Jul 21 22:25:12 2019
+++ pkgsrc/inputmethod/scim-fcitx/Makefile Wed Nov 6 11:26:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/07/21 22:25:12 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2019/11/06 11:26:59 szptvlfn Exp $
#
DISTNAME= scim-fcitx.3.1.1
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.scim-im.org/
+HOMEPAGE= https://github.com/scim-im/scim
COMMENT= Fcitx ported to SCIM
LICENSE= gnu-gpl-v2
Index: pkgsrc/inputmethod/scim-hangul/Makefile
diff -u pkgsrc/inputmethod/scim-hangul/Makefile:1.35 pkgsrc/inputmethod/scim-hangul/Makefile:1.36
--- pkgsrc/inputmethod/scim-hangul/Makefile:1.35 Sun Jul 21 22:25:12 2019
+++ pkgsrc/inputmethod/scim-hangul/Makefile Wed Nov 6 11:26:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/07/21 22:25:12 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2019/11/06 11:26:59 szptvlfn Exp $
#
DISTNAME= scim-hangul-0.4.0
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod korean
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.scim-im.org/
+HOMEPAGE= https://github.com/scim-im/scim
COMMENT= SCIM IMEngine module for inputing korean scripts
LICENSE= gnu-gpl-v2
Index: pkgsrc/inputmethod/scim-input-pad/Makefile
diff -u pkgsrc/inputmethod/scim-input-pad/Makefile:1.34 pkgsrc/inputmethod/scim-input-pad/Makefile:1.35
--- pkgsrc/inputmethod/scim-input-pad/Makefile:1.34 Sun Jul 21 22:25:12 2019
+++ pkgsrc/inputmethod/scim-input-pad/Makefile Wed Nov 6 11:26:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/07/21 22:25:12 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2019/11/06 11:26:59 szptvlfn Exp $
#
DISTNAME= scim-input-pad-0.1.3
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.scim-im.org/
+HOMEPAGE= https://github.com/scim-im/scim
COMMENT= SCIM onscreen input pad
LICENSE= gnu-gpl-v2
Index: pkgsrc/inputmethod/scim-m17n/Makefile
diff -u pkgsrc/inputmethod/scim-m17n/Makefile:1.40 pkgsrc/inputmethod/scim-m17n/Makefile:1.41
--- pkgsrc/inputmethod/scim-m17n/Makefile:1.40 Sun Jul 21 22:25:13 2019
+++ pkgsrc/inputmethod/scim-m17n/Makefile Wed Nov 6 11:26:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2019/07/21 22:25:13 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2019/11/06 11:26:59 szptvlfn Exp $
#
DISTNAME= scim-m17n-0.2.3
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.scim-im.org/
+HOMEPAGE= https://github.com/scim-im/scim
COMMENT= SCIM IMEngine module for m17n-lib
LICENSE= gnu-gpl-v2
Index: pkgsrc/inputmethod/scim-pinyin/Makefile
diff -u pkgsrc/inputmethod/scim-pinyin/Makefile:1.34 pkgsrc/inputmethod/scim-pinyin/Makefile:1.35
--- pkgsrc/inputmethod/scim-pinyin/Makefile:1.34 Sun Jul 21 22:25:13 2019
+++ pkgsrc/inputmethod/scim-pinyin/Makefile Wed Nov 6 11:26:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/07/21 22:25:13 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2019/11/06 11:26:59 szptvlfn Exp $
#
DISTNAME= scim-pinyin-0.5.92
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.scim-im.org/
+HOMEPAGE= https://github.com/scim-im/scim
COMMENT= SCIM IMEngine module for smart pinyin
LICENSE= gnu-gpl-v2
Index: pkgsrc/inputmethod/scim-tables/Makefile
diff -u pkgsrc/inputmethod/scim-tables/Makefile:1.39 pkgsrc/inputmethod/scim-tables/Makefile:1.40
--- pkgsrc/inputmethod/scim-tables/Makefile:1.39 Sun Jul 21 22:25:13 2019
+++ pkgsrc/inputmethod/scim-tables/Makefile Wed Nov 6 11:27:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2019/07/21 22:25:13 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2019/11/06 11:27:00 szptvlfn Exp $
#
DISTNAME= scim-tables-0.5.14.1
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.scim-im.org/
+HOMEPAGE= https://github.com/scim-im/scim
COMMENT= Data files for SCIM Generic Table Input Method module
LICENSE= gnu-gpl-v2
Index: pkgsrc/inputmethod/scim-uim/Makefile
diff -u pkgsrc/inputmethod/scim-uim/Makefile:1.35 pkgsrc/inputmethod/scim-uim/Makefile:1.36
--- pkgsrc/inputmethod/scim-uim/Makefile:1.35 Sun Jul 21 22:25:13 2019
+++ pkgsrc/inputmethod/scim-uim/Makefile Wed Nov 6 11:27:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/07/21 22:25:13 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2019/11/06 11:27:00 szptvlfn Exp $
#
DISTNAME= scim-uim-0.2.0
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.scim-im.org/
+HOMEPAGE= https://github.com/scim-im/scim
COMMENT= SCIM IMEngine module for UIM
LICENSE= gnu-gpl-v2
Home |
Main Index |
Thread Index |
Old Index