- Update to 0.99.5
PR: ports/69777 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer)
This commit is contained in:
parent
973f5e1c35
commit
98a7d447e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115060
4 changed files with 8 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= scim
|
||||
PORTVERSION= 0.99.4
|
||||
PORTVERSION= 0.99.5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://freedesktop.org/~suzhe/sources/
|
||||
|
||||
|
@ -21,7 +21,7 @@ USE_GMAKE= yes
|
|||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
||||
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (scim-0.99.4.tar.gz) = 8ac0a8bb8b25e198a4f9b67fa4ca950b
|
||||
SIZE (scim-0.99.4.tar.gz) = 2104313
|
||||
MD5 (scim-0.99.5.tar.gz) = 3993cae41f119e6098323cdd42175437
|
||||
SIZE (scim-0.99.5.tar.gz) = 2165258
|
||||
|
|
|
@ -2,4 +2,4 @@ Smart Common Input Method platform, in short SCIM, is a development platform
|
|||
to make Input Method developers live easier. It has very clear architecture
|
||||
and very simple programming interface.
|
||||
|
||||
WWW: http://freedesktop.org/~suzhe/
|
||||
WWW: http://scim.freedesktop.org
|
||||
|
|
|
@ -13,6 +13,7 @@ include/scim-1.0/scim.h
|
|||
include/scim-1.0/scim_attribute.h
|
||||
include/scim-1.0/scim_backend.h
|
||||
include/scim-1.0/scim_bind.h
|
||||
include/scim-1.0/scim_compose_key.h
|
||||
include/scim-1.0/scim_config_base.h
|
||||
include/scim-1.0/scim_config_module.h
|
||||
include/scim-1.0/scim_config_path.h
|
||||
|
@ -40,10 +41,10 @@ include/scim-1.0/scim_types.h
|
|||
include/scim-1.0/scim_utility.h
|
||||
lib/libscim-1.0.a
|
||||
lib/libscim-1.0.so
|
||||
lib/libscim-1.0.so.3
|
||||
lib/libscim-1.0.so.4
|
||||
lib/libscim-gtkutils-1.0.a
|
||||
lib/libscim-gtkutils-1.0.so
|
||||
lib/libscim-gtkutils-1.0.so.3
|
||||
lib/libscim-gtkutils-1.0.so.4
|
||||
lib/gtk-2.0/immodules/im-scim.so
|
||||
lib/scim-1.0/1.0.0/Config/gconf.so
|
||||
lib/scim-1.0/1.0.0/Config/simple.so
|
||||
|
|
Loading…
Reference in a new issue