pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/scim-prime Remove scim-prime which is not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8af28bafd40f
branches:  trunk
changeset: 361543:8af28bafd40f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 22 17:37:11 2017 +0000

description:
Remove scim-prime which is not maintained for long time and depends on
ruby18.

diffstat:

 inputmethod/scim-prime/DESCR                                   |   1 -
 inputmethod/scim-prime/Makefile                                |  27 ----------
 inputmethod/scim-prime/PLIST                                   |   5 -
 inputmethod/scim-prime/distinfo                                |   7 --
 inputmethod/scim-prime/patches/patch-src_prime__connection.cpp |  24 --------
 5 files changed, 0 insertions(+), 64 deletions(-)

diffs (84 lines):

diff -r 045d6de64e83 -r 8af28bafd40f inputmethod/scim-prime/DESCR
--- a/inputmethod/scim-prime/DESCR      Sat Apr 22 17:36:43 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-scim-prime is a SCIM IMEngine module for PRIME.
diff -r 045d6de64e83 -r 8af28bafd40f inputmethod/scim-prime/Makefile
--- a/inputmethod/scim-prime/Makefile   Sat Apr 22 17:36:43 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2017/02/12 06:25:37 ryoon Exp $
-#
-
-DISTNAME=              scim-prime-1.0.1
-PKGREVISION=           24
-CATEGORIES=            inputmethod
-MASTER_SITES=          ${MASTER_SITE_OSDN:=scim-imengine/29156/}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://osdn.jp/projects/scim-imengine/
-COMMENT=               SCIM IMEngine module for PRIME
-LICENSE=               gnu-gpl-v2
-
-RUBY_VERSIONS_ACCEPTED= 18
-
-USE_LANGUAGES=         c c++
-USE_PKGLOCALEDIR=      yes
-USE_LIBTOOL=           yes
-USE_TOOLS+=            msgfmt pkg-config
-GNU_CONFIGURE=         yes
-
-USE_SCIM_GTKUTILS=     yes
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../inputmethod/prime/buildlink3.mk"
-.include "../../inputmethod/scim/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 045d6de64e83 -r 8af28bafd40f inputmethod/scim-prime/PLIST
--- a/inputmethod/scim-prime/PLIST      Sat Apr 22 17:36:43 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/24 12:04:46 obache Exp $
-lib/scim-1.0/1.4.0/IMEngine/prime.la
-lib/scim-1.0/1.4.0/SetupUI/prime-imengine-setup.la
-share/locale/ja/LC_MESSAGES/scim-prime.mo
-share/scim/icons/scim-prime.png
diff -r 045d6de64e83 -r 8af28bafd40f inputmethod/scim-prime/distinfo
--- a/inputmethod/scim-prime/distinfo   Sat Apr 22 17:36:43 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 22:13:38 agc Exp $
-
-SHA1 (scim-prime-1.0.1.tar.gz) = d4f9cef3a2bc665a515152429a5a30de338bb73d
-RMD160 (scim-prime-1.0.1.tar.gz) = 1510d16b30e4ee46198506928b4e69fba7fa07a0
-SHA512 (scim-prime-1.0.1.tar.gz) = d85ec514d80bdb9fcfe1661e00eb9aaa5487e5e28faeeed0834bee74932330e021062b2dd327099880c9cfe07ee2fd222f2d34af6718c9ade109a9ade5bef9d7
-Size (scim-prime-1.0.1.tar.gz) = 556999 bytes
-SHA1 (patch-src_prime__connection.cpp) = b1fe74fb3acbe5d90cb189c4f81d9ed8de8244b8
diff -r 045d6de64e83 -r 8af28bafd40f inputmethod/scim-prime/patches/patch-src_prime__connection.cpp
--- a/inputmethod/scim-prime/patches/patch-src_prime__connection.cpp    Sat Apr 22 17:36:43 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-src_prime__connection.cpp,v 1.1 2013/03/20 06:54:42 obache Exp $
-
-* prevent to use non portable sig_t
-
---- src/prime_connection.cpp.orig      2008-01-23 06:13:00.000000000 +0000
-+++ src/prime_connection.cpp
-@@ -223,7 +223,7 @@ PrimeConnection::close_connection (void)
-         size_t len, remaining;
-         len = remaining = strlen (command);
- 
--        sig_t prev_handler = signal (SIGPIPE, handle_sigpipe);
-+        void (*prev_handler)(int) = signal (SIGPIPE, handle_sigpipe);
- 
- #if 0
-         bool rv;
-@@ -531,7 +531,7 @@ PrimeConnection::send_command (const cha
-     str += "\n";
- 
- 
--    sig_t prev_handler = signal (SIGPIPE, handle_sigpipe);
-+    void (*prev_handler)(int) = signal (SIGPIPE, handle_sigpipe);
- 
-     //
-     // write the command



Home | Main Index | Thread Index | Old Index