Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
# $NetBSD: Makefile,v 1.6 2012/10/06 14:25:14 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2013/08/10 09:14:22 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libchewing-0.3.3
|
||||
DISTNAME= libchewing-0.3.5
|
||||
CATEGORIES= chinese inputmethod
|
||||
MASTER_SITES= http://chewing.csie.net/download/libchewing/
|
||||
MASTER_SITES= http://chewing.googlecode.com/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://chewing.csie.net/
|
||||
HOMEPAGE= http://chewing.im/
|
||||
COMMENT= The intelligent phonetic input method library
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INFO_FILES= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE= chewing.pc.in
|
||||
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
@comment $NetBSD: PLIST,v 1.3 2009/11/24 11:31:04 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2013/08/10 09:14:22 obache Exp $
|
||||
include/chewing/chewing.h
|
||||
include/chewing/chewingio.h
|
||||
include/chewing/global.h
|
||||
include/chewing/mod_aux.h
|
||||
info/libchewing.info
|
||||
lib/libchewing.la
|
||||
lib/libchewing/ch_index_begin.dat
|
||||
lib/libchewing/ch_index_phone.dat
|
||||
lib/libchewing/dict.dat
|
||||
lib/libchewing/fonetree.dat
|
||||
lib/libchewing/ph_index.dat
|
||||
lib/libchewing/pinyin.tab
|
||||
lib/libchewing/swkb.dat
|
||||
lib/libchewing/symbols.dat
|
||||
lib/libchewing/us_freq.dat
|
||||
lib/pkgconfig/chewing.pc
|
||||
share/chewing/ch_index_begin.dat
|
||||
share/chewing/ch_index_phone.dat
|
||||
share/chewing/dict.dat
|
||||
share/chewing/fonetree.dat
|
||||
share/chewing/ph_index.dat
|
||||
share/chewing/pinyin.tab
|
||||
share/chewing/swkb.dat
|
||||
share/chewing/symbols.dat
|
||||
share/chewing/us_freq.dat
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.6 2011/10/08 08:17:51 obache Exp $
|
||||
$NetBSD: distinfo,v 1.7 2013/08/10 09:14:22 obache Exp $
|
||||
|
||||
SHA1 (libchewing-0.3.3.tar.bz2) = 24ade7bbb0288f71588bb45831d7fc9d5137a4cb
|
||||
RMD160 (libchewing-0.3.3.tar.bz2) = b36c1fd997e3223423ffb11249836205a1ff5bae
|
||||
Size (libchewing-0.3.3.tar.bz2) = 1798134 bytes
|
||||
SHA1 (libchewing-0.3.5.tar.bz2) = 5ee3941f0f62fa14fbda53e1032970b04a7a88b7
|
||||
RMD160 (libchewing-0.3.5.tar.bz2) = 02e571d1441f6397efe815d3812acc0f70c2d203
|
||||
Size (libchewing-0.3.5.tar.bz2) = 1978489 bytes
|
||||
SHA1 (patch-configure) = 1dac333234433e9cc52dbe1625271eccf3e631ba
|
||||
SHA1 (patch-configure.ac) = bb1d458d4f32c461a746dc88fb5019e790240af9
|
||||
|
||||
15
inputmethod/libchewing/patches/patch-configure
Normal file
15
inputmethod/libchewing/patches/patch-configure
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-configure,v 1.1 2013/08/10 09:14:22 obache Exp $
|
||||
|
||||
* test(1) portability fix
|
||||
|
||||
--- configure.orig 2013-08-10 08:57:00.000000000 +0000
|
||||
+++ configure
|
||||
@@ -13368,7 +13368,7 @@ CC_FOR_BUILD=${CC_FOR_BUILD-${CC}}
|
||||
|
||||
# Default CFLAGS
|
||||
AM_CFLAGS="$CFLAGS -Wall"
|
||||
-if test x$ac_cv_func_asprintf == xyes; then :
|
||||
+if test x$ac_cv_func_asprintf = xyes; then :
|
||||
AM_CPPFLAGS="$AM_CPPFLAGS -D_GNU_SOURCE"
|
||||
fi
|
||||
|
||||
15
inputmethod/libchewing/patches/patch-configure.ac
Normal file
15
inputmethod/libchewing/patches/patch-configure.ac
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-configure.ac,v 1.1 2013/08/10 09:14:22 obache Exp $
|
||||
|
||||
* test(1) portability fix
|
||||
|
||||
--- configure.ac.orig 2013-07-28 07:30:39.000000000 +0000
|
||||
+++ configure.ac
|
||||
@@ -87,7 +87,7 @@ AC_SUBST(CC_FOR_BUILD)
|
||||
|
||||
# Default CFLAGS
|
||||
AM_CFLAGS="$CFLAGS -Wall"
|
||||
-AS_IF([test x$ac_cv_func_asprintf == xyes],
|
||||
+AS_IF([test x$ac_cv_func_asprintf = xyes],
|
||||
[AM_CPPFLAGS="$AM_CPPFLAGS -D_GNU_SOURCE"])
|
||||
|
||||
AX_WITH_CURSES
|
||||
Reference in New Issue
Block a user