mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
Update to 0.57, remove cruft, take maintainership.
Approved by: edwin (mentor)
This commit is contained in:
parent
dd8456dcaa
commit
6418e65253
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191089
8 changed files with 23 additions and 74 deletions
|
@ -6,14 +6,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= scim-table-imengine
|
PORTNAME= scim-table-imengine
|
||||||
PORTVERSION= 0.5.6
|
PORTVERSION= 0.5.7
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR=scim
|
MASTER_SITE_SUBDIR=scim
|
||||||
DISTNAME= scim-tables-${PORTVERSION}
|
DISTNAME= scim-tables-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= lx@FreeBSD.org
|
||||||
COMMENT= SCIM table based input method engine
|
COMMENT= SCIM table based input method engine
|
||||||
|
|
||||||
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
||||||
|
@ -29,12 +28,10 @@ MAN1= scim-make-table.1
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} < 500035
|
|
||||||
EXTRA_PATCHES= ${FILESDIR}/extrapatch-4-stable-src-Makefile.in
|
|
||||||
.endif
|
|
||||||
|
|
||||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
LDFLAGS="-L${LOCALBASE}/lib -lintl" \
|
||||||
|
SCIM_DATADIR=${PREFIX}/share/scim \
|
||||||
|
SCIM_ICONDIR=${PREFIX}/share/scim/icons
|
||||||
|
|
||||||
PLIST_SUB= SKIM="@comment "
|
PLIST_SUB= SKIM="@comment "
|
||||||
|
|
||||||
|
@ -63,9 +60,6 @@ post-configure:
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if ${OSVERSION} < 500035
|
|
||||||
@${INSTALL_SCRIPT} ${FILESDIR}/scim-make-table.sh ${PREFIX}/bin/scim-make-table
|
|
||||||
.endif
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
@${ECHO}
|
@${ECHO}
|
||||||
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
|
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (scim-tables-0.5.6.tar.gz) = ff8d59e8f3dedb7dd7c6d87c8fc408db
|
MD5 (scim-tables-0.5.7.tar.gz) = 58d7f7dd231d73ef179e072b3124ebac
|
||||||
SHA256 (scim-tables-0.5.6.tar.gz) = 408cddeed4f5f9105f61822388fcd8947b1f2ba2d66bdabfa2be4e4f1d9393d0
|
SHA256 (scim-tables-0.5.7.tar.gz) = a2d3620fff8fd8964f31bcc4e8b609418d9cbd0a102eaad5e31ff48620d34c14
|
||||||
SIZE (scim-tables-0.5.6.tar.gz) = 7058913
|
SIZE (scim-tables-0.5.7.tar.gz) = 6979417
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/Makefile.in.orig Sun Feb 27 07:54:20 2005
|
|
||||||
+++ src/Makefile.in Tue Mar 1 16:51:10 2005
|
|
||||||
@@ -40,7 +40,7 @@
|
|
||||||
POST_UNINSTALL = :
|
|
||||||
build_triplet = @build@
|
|
||||||
host_triplet = @host@
|
|
||||||
-bin_PROGRAMS = scim-make-table$(EXEEXT)
|
|
||||||
+bin_PROGRAMS =
|
|
||||||
subdir = src
|
|
||||||
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
|
|
||||||
$(srcdir)/Makefile.in
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.in.orig Fri Feb 10 12:04:25 2006
|
--- Makefile.in.orig Sun Oct 8 08:57:57 2006
|
||||||
+++ Makefile.in Fri Feb 10 12:09:21 2006
|
+++ Makefile.in Sat Apr 28 19:10:40 2007
|
||||||
@@ -75,7 +75,7 @@
|
@@ -75,7 +75,7 @@
|
||||||
uninstall-recursive
|
uninstall-recursive
|
||||||
ETAGS = etags
|
ETAGS = etags
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- icons/Makefile.in.orig Thu Jan 12 02:00:26 2006
|
--- icons/Makefile.in.orig Wed Oct 11 08:55:05 2006
|
||||||
+++ icons/Makefile.in Fri Feb 10 13:34:59 2006
|
+++ icons/Makefile.in Sat Apr 28 19:12:01 2007
|
||||||
@@ -234,54 +234,7 @@
|
@@ -234,55 +234,7 @@
|
||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
target_alias = @target_alias@
|
target_alias = @target_alias@
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
@ -42,6 +42,7 @@
|
||||||
- Simplex.png \
|
- Simplex.png \
|
||||||
- Tamil-inscript.png \
|
- Tamil-inscript.png \
|
||||||
- Tamil-phonetic.png \
|
- Tamil-phonetic.png \
|
||||||
|
- Tamil-remington.png \
|
||||||
- Telugu-inscript.png \
|
- Telugu-inscript.png \
|
||||||
- Thai.png \
|
- Thai.png \
|
||||||
- Viqr.png \
|
- Viqr.png \
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
--- skim/setupui/generictableui.ui~ Wed Mar 23 11:53:02 2005
|
|
||||||
+++ skim/setupui/generictableui.ui Fri Feb 10 13:45:14 2006
|
|
||||||
@@ -336,16 +336,4 @@
|
|
||||||
</connection>
|
|
||||||
</connections>
|
|
||||||
<layoutdefaults spacing="6" margin="11"/>
|
|
||||||
-<includehints>
|
|
||||||
- <includehint>skimeditshortcutbutton.h</includehint>
|
|
||||||
- <includehint>klineedit.h</includehint>
|
|
||||||
- <includehint>skimeditshortcutbutton.h</includehint>
|
|
||||||
- <includehint>klineedit.h</includehint>
|
|
||||||
- <includehint>skimeditshortcutbutton.h</includehint>
|
|
||||||
- <includehint>klineedit.h</includehint>
|
|
||||||
- <includehint>skimeditshortcutbutton.h</includehint>
|
|
||||||
- <includehint>klineedit.h</includehint>
|
|
||||||
- <includehint>skimeditshortcutbutton.h</includehint>
|
|
||||||
- <includehint>klineedit.h</includehint>
|
|
||||||
-</includehints>
|
|
||||||
</UI>
|
|
|
@ -1,18 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
cat <<EOF
|
|
||||||
************************************************************
|
|
||||||
** N O T E **
|
|
||||||
************************************************************
|
|
||||||
|
|
||||||
This is NOT a working scim-make-table. Due to the limitation
|
|
||||||
on your system, scim-make-table cannot be compiled. So you
|
|
||||||
cannot build binary im tables on this system.
|
|
||||||
|
|
||||||
However, the scim-tables im engine is available, i.e. You
|
|
||||||
still have the chance to use table-based input methods for
|
|
||||||
scim. You can let someone build a tgz package for
|
|
||||||
{zh,ja,ko}-scim-tables port on a 5.x system and then install
|
|
||||||
it on your system.
|
|
||||||
EOF
|
|
||||||
exit 2
|
|
|
@ -1,10 +1,10 @@
|
||||||
bin/scim-make-table
|
bin/scim-make-table
|
||||||
lib/scim-1.0/1.4.0/IMEngine/table.a
|
lib/scim-1.0/IMEngine/table.a
|
||||||
lib/scim-1.0/1.4.0/IMEngine/table.la
|
lib/scim-1.0/IMEngine/table.la
|
||||||
lib/scim-1.0/1.4.0/IMEngine/table.so
|
lib/scim-1.0/IMEngine/table.so
|
||||||
lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.a
|
lib/scim-1.0/SetupUI/table-imengine-setup.a
|
||||||
lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.la
|
lib/scim-1.0/SetupUI/table-imengine-setup.la
|
||||||
lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.so
|
lib/scim-1.0/SetupUI/table-imengine-setup.so
|
||||||
share/scim/icons/table.png
|
share/scim/icons/table.png
|
||||||
share/locale/zh_CN/LC_MESSAGES/scim-tables.mo
|
share/locale/zh_CN/LC_MESSAGES/scim-tables.mo
|
||||||
share/locale/zh_TW/LC_MESSAGES/scim-tables.mo
|
share/locale/zh_TW/LC_MESSAGES/scim-tables.mo
|
||||||
|
@ -39,3 +39,5 @@ share/locale/pa/LC_MESSAGES/scim-tables.mo
|
||||||
@dirrmtry share/locale/zh_CN
|
@dirrmtry share/locale/zh_CN
|
||||||
@dirrmtry share/locale/ko/LC_MESSAGES
|
@dirrmtry share/locale/ko/LC_MESSAGES
|
||||||
@dirrmtry share/locale/ko
|
@dirrmtry share/locale/ko
|
||||||
|
@dirrmtry lib/scim-1.0/SetupUI
|
||||||
|
@dirrmtry lib/scim-1.0/IMEngine
|
||||||
|
|
Loading…
Add table
Reference in a new issue