summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-04-22 17:37:11 +0000
committertaca <taca@pkgsrc.org>2017-04-22 17:37:11 +0000
commit149982957f7dde9528cbb5f314f30d94d96f5ea6 (patch)
tree1fc7d75567f4a7c527e5702d3d0e8fd1c86a73df /inputmethod
parent6011428b927533c671ad6865ba6d89b58fbc0e44 (diff)
downloadpkgsrc-149982957f7dde9528cbb5f314f30d94d96f5ea6.tar.gz
Remove scim-prime which is not maintained for long time and depends on
ruby18.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/scim-prime/DESCR1
-rw-r--r--inputmethod/scim-prime/Makefile27
-rw-r--r--inputmethod/scim-prime/PLIST5
-rw-r--r--inputmethod/scim-prime/distinfo7
-rw-r--r--inputmethod/scim-prime/patches/patch-src_prime__connection.cpp24
5 files changed, 0 insertions, 64 deletions
diff --git a/inputmethod/scim-prime/DESCR b/inputmethod/scim-prime/DESCR
deleted file mode 100644
index 86f55731857..00000000000
--- a/inputmethod/scim-prime/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-scim-prime is a SCIM IMEngine module for PRIME.
diff --git a/inputmethod/scim-prime/Makefile b/inputmethod/scim-prime/Makefile
deleted file mode 100644
index 8622fd40ed8..00000000000
--- a/inputmethod/scim-prime/Makefile
+++ /dev/null
@@ -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
-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 --git a/inputmethod/scim-prime/PLIST b/inputmethod/scim-prime/PLIST
deleted file mode 100644
index 763f04ffbda..00000000000
--- a/inputmethod/scim-prime/PLIST
+++ /dev/null
@@ -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 --git a/inputmethod/scim-prime/distinfo b/inputmethod/scim-prime/distinfo
deleted file mode 100644
index fc60a43cb81..00000000000
--- a/inputmethod/scim-prime/distinfo
+++ /dev/null
@@ -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 --git a/inputmethod/scim-prime/patches/patch-src_prime__connection.cpp b/inputmethod/scim-prime/patches/patch-src_prime__connection.cpp
deleted file mode 100644
index 945291fa6bc..00000000000
--- a/inputmethod/scim-prime/patches/patch-src_prime__connection.cpp
+++ /dev/null
@@ -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