diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-02 03:59:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-02 03:59:13 +0800 |
commit | 4bc8030c72669d4e79539e900077a44363930137 (patch) | |
tree | 6bcf01528dbc8619c424d419d55a44461ac701cc /chinese | |
parent | fad66586615da4b3172805c6c2c08c1da5a2d201 (diff) | |
download | freebsd-ports-graphics-4bc8030c72669d4e79539e900077a44363930137.tar.gz freebsd-ports-graphics-4bc8030c72669d4e79539e900077a44363930137.tar.zst freebsd-ports-graphics-4bc8030c72669d4e79539e900077a44363930137.zip |
- Update to 1.15
- Add NO_ARCH
Changes:
- Update IRC server setting [1]
- Merge files/patch-*
PR: 200729 [1]
Submitted by: RayCherng Yu <raycherng@gmail.com> [1]
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/auto-tw-l10n/Makefile | 7 | ||||
-rw-r--r-- | chinese/auto-tw-l10n/distinfo | 4 | ||||
-rw-r--r-- | chinese/auto-tw-l10n/files/patch-dot.vimrc | 26 | ||||
-rw-r--r-- | chinese/auto-tw-l10n/files/patch-dot.xinitrc | 18 |
4 files changed, 4 insertions, 51 deletions
diff --git a/chinese/auto-tw-l10n/Makefile b/chinese/auto-tw-l10n/Makefile index 00d094d9c34..79b473335cc 100644 --- a/chinese/auto-tw-l10n/Makefile +++ b/chinese/auto-tw-l10n/Makefile @@ -2,22 +2,19 @@ # $FreeBSD$ PORTNAME= auto-tw-l10n -PORTVERSION= 1.14 -PORTREVISION= 2 +PORTVERSION= 1.15 CATEGORIES= chinese MASTER_SITES= LOCAL/sunpoet MAINTAINER= ports@FreeBSD.org COMMENT= Automatic localization for Traditional Chinese locale +NO_ARCH= yes NO_BUILD= yes USES= tar:xz SUB_FILES= pkg-message -pre-install: - @${FIND} ${WRKSRC} -name "*.orig" -delete - do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/ ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/ diff --git a/chinese/auto-tw-l10n/distinfo b/chinese/auto-tw-l10n/distinfo index 958c88535dd..8d443b5d0e4 100644 --- a/chinese/auto-tw-l10n/distinfo +++ b/chinese/auto-tw-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (auto-tw-l10n-1.14.tar.xz) = d6f24d729f4b55bd5437090d7c8b5304077e0ebd58f70a8802361aa1c06cf4e5 -SIZE (auto-tw-l10n-1.14.tar.xz) = 7880 +SHA256 (auto-tw-l10n-1.15.tar.xz) = 53e4ffaa62c825d9658e97990451720b6f98a83dbdd6ff3ec1f1b82516551760 +SIZE (auto-tw-l10n-1.15.tar.xz) = 7760 diff --git a/chinese/auto-tw-l10n/files/patch-dot.vimrc b/chinese/auto-tw-l10n/files/patch-dot.vimrc deleted file mode 100644 index f5d07cb2648..00000000000 --- a/chinese/auto-tw-l10n/files/patch-dot.vimrc +++ /dev/null @@ -1,26 +0,0 @@ ---- dot.vimrc.orig 2015-06-08 09:31:24.632410000 +0800 -+++ dot.vimrc 2015-06-08 09:32:26.848032000 +0800 -@@ -84,21 +84,11 @@ - "------------------------------------- - " Vim locale - "------------------------------------- --"set enc=big5 --"set fileencoding=big5 -+set enc=utf-8 -+set fileencoding=utf-8 - set hls - set sw=2 - set background=dark --set fileencoding=big5 -- --if exists("&encoding") -- set fileencodings=ucs-bom,utf-8,japan,big5,prc -- if has("gui_running") -- set encoding=utf-8 -- else -- set encoding=big5 -- endif --endif - - set langmenu=none - syntax on diff --git a/chinese/auto-tw-l10n/files/patch-dot.xinitrc b/chinese/auto-tw-l10n/files/patch-dot.xinitrc deleted file mode 100644 index 030f48bfa5d..00000000000 --- a/chinese/auto-tw-l10n/files/patch-dot.xinitrc +++ /dev/null @@ -1,18 +0,0 @@ ---- dot.xinitrc.orig 2011-07-13 21:26:12.000000000 +0800 -+++ dot.xinitrc 2015-06-08 09:29:10.373614000 +0800 -@@ -1,6 +1,3 @@ --# KDE4 --#export PATH=/usr/local/kde4/bin:$PATH -- - export TERM=xterm - - export XMODIFIERS='@im=xcin' -@@ -36,7 +33,7 @@ - #exec afterstep - #exec e16 - #exec gnome-session --#exec startkde -+#exec startlxde - #exec wmaker - #exec startxfce4 - #exec startkde4 |