Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1 @@
scim-ccinput is an SCIM IMEngine module for CCInput.

View File

@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.22 2013/06/06 12:54:38 wiz Exp $
#
DISTNAME= scim-ccinput-0.3.1
PKGREVISION= 18
CATEGORIES= inputmethod chinese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.scim-im.org/
COMMENT= SCIM IMEngine module for CCInput
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config bash msgfmt
CONFIG_SHELL= ${BASH}
USE_SCIM_GTKUTILS= yes
SUBST_CLASSES+= localedir
SUBST_STAGE.localedir= pre-configure
SUBST_SED.localedir+= -e 's,\$$(datadir)/locale,@prefix@/${PKGLOCALEDIR}/locale,'
SUBST_SED.localedir+= -e 's,/usr/share/locale,${PREFIX}/${PKGLOCALEDIR}/locale,'
SUBST_FILES.localedir= po/Makefile.am po/Makefile.in
SUBST_FILES.localedir+= scim/IMEngine/scim_ccin_imengine.cpp
SUBST_FILES.localedir+= scim/SetupUI/scim_ccin_imengine_setup.cpp
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../inputmethod/scim/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/24 11:51:49 obache Exp $
lib/scim-1.0/1.4.0/IMEngine/ccin.la
lib/scim-1.0/1.4.0/SetupUI/ccin-imengine-setup.la
share/locale/zh_CN/LC_MESSAGES/ccinput.mo
share/scim/ccinput/ccinput.cfg
share/scim/ccinput/sysfreq.tbl
share/scim/ccinput/sysgloss.tbl
share/scim/icons/ccinput.png
share/scim/icons/sp_ls.png
share/scim/icons/sp_ms.png
share/scim/icons/sp_st.png
share/scim/icons/sp_zg.png
share/scim/icons/sp_zn.png
share/scim/icons/sp_zr.png

View File

@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.2 2012/05/22 11:58:36 obache Exp $
SHA1 (scim-ccinput-0.3.1.tar.bz2) = 7c6842e85bf2c2b4c9a2a69d54069c71e09d6250
RMD160 (scim-ccinput-0.3.1.tar.bz2) = e85a186e70c392089133ca13f5b97012e0d4a26c
Size (scim-ccinput-0.3.1.tar.bz2) = 1426327 bytes
SHA1 (patch-aa) = 4cd6f6cf6553aef0af449df8a83ce33f93274c28
SHA1 (patch-ab) = 95b190ccb60f42a81486c415624dea6483929dff
SHA1 (patch-ac) = 9ceadb06a8b290dbc69935451c7c840cf783ac31

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2009/11/24 11:51:49 obache Exp $
--- configure.orig 2008-05-12 02:53:58.000000000 +0000
+++ configure
@@ -28478,6 +28496,8 @@ s,@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@
s,@SCIM_TABLES_ENABLE_SKIM_SUPPORT_FALSE@,$SCIM_TABLES_ENABLE_SKIM_SUPPORT_FALSE,;t t
s,@SCIM_TABLES_ENABLE_SKIM_SUPPORT@,$SCIM_TABLES_ENABLE_SKIM_SUPPORT,;t t
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
+s,@LIBTOOL_EXPORT_OPTIONS@,$LIBTOOL_EXPORT_OPTIONS,;t t
+s,@INTLLIBS@,$INTLLIBS,;t t
CEOF
_ACEOF

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ab,v 1.1.1.1 2009/11/24 11:51:49 obache Exp $
--- scim/IMEngine/scim_ccin_imengine.cpp.orig 2005-06-09 16:36:30.000000000 +0000
+++ scim/IMEngine/scim_ccin_imengine.cpp
@@ -72,6 +72,7 @@ using namespace std;
#define INPUT_METHOD_NAME "ccinput"
#endif
+#include <libintl.h>
#define _(String) dgettext(INPUT_METHOD_NAME,String)
#define N_(String) (String)

View File

@@ -0,0 +1,20 @@
$NetBSD: patch-ac,v 1.2 2012/05/22 11:58:36 obache Exp $
--- scim/SetupUI/scim_ccin_imengine_setup.cpp.orig 2005-06-03 04:22:17.000000000 +0000
+++ scim/SetupUI/scim_ccin_imengine_setup.cpp
@@ -32,6 +32,7 @@
#include <stdio.h>
#include <iostream>
+#include <cstring>
#ifndef INPUT_METHOD_NAME
#define INPUT_METHOD_NAME "ccinput"
@@ -41,6 +42,7 @@
#define SCIM_ICONDIR "/usr/share/scim/icons"
#endif
+#include <libintl.h>
#define _(String) dgettext(INPUT_METHOD_NAME,String)
#define N_(String) (String)