summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-03-09 00:52:53 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-03-09 00:52:53 +0000
commitd39e11f289d62a78a0ac6285d1fb88e09c5da616 (patch)
tree46d9fe4995b832535cb17d6b3f3b8946bb698f89 /x11
parent- Update to 0.7.1 (diff)
Update to 3.1.8.
Trim Makefile header.
Notes
Notes: svn path=/head/; revision=313684
Diffstat (limited to 'x11')
-rw-r--r--x11/mlterm/Makefile15
-rw-r--r--x11/mlterm/distinfo4
-rw-r--r--x11/mlterm/files/patch-inputmethod_uim_im_uim.c10
-rw-r--r--x11/mlterm/pkg-plist8
4 files changed, 13 insertions, 24 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 544dd29ca193..ead0bb7912a0 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: mlterm
-# Date created: 9 December 2001
-# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
-#
+# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
# $FreeBSD$
-#
PORTNAME= mlterm
-PORTVERSION= 3.1.4
+PORTVERSION= 3.1.8
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION}
@@ -134,9 +130,10 @@ post-configure:
post-install:
(cd ${WRKSRC}/tool/w3mmlconfig; ${MAKE} install)
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/ja/mlterm
- ${INSTALL_DATA} ${WRKSRC}/doc/ja/README.ja ${PREFIX}/share/doc/ja/mlterm
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/ja/README.ja ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo
index ebf2749efa69..3ea6d0c18001 100644
--- a/x11/mlterm/distinfo
+++ b/x11/mlterm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mlterm-3.1.4.tar.gz) = f47fc0a138a4295b0745624d6ca30cb5f06545858d8c1f9183262330e73a0347
-SIZE (mlterm-3.1.4.tar.gz) = 3454873
+SHA256 (mlterm-3.1.8.tar.gz) = 19acb356e0d7aa52bb0458f26460816cc00d61c4b26a68f5d20e455eaad4e240
+SIZE (mlterm-3.1.8.tar.gz) = 3525746
diff --git a/x11/mlterm/files/patch-inputmethod_uim_im_uim.c b/x11/mlterm/files/patch-inputmethod_uim_im_uim.c
deleted file mode 100644
index f772f0ad2fb1..000000000000
--- a/x11/mlterm/files/patch-inputmethod_uim_im_uim.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- inputmethod/uim/im_uim.c.orig 2008-05-07 21:49:29.000000000 +0900
-+++ inputmethod/uim/im_uim.c 2008-05-07 21:51:50.000000000 +0900
-@@ -35,6 +35,7 @@
- #include <uim-helper.h>
- #include <uim-im-switcher.h>
-
-+#include <stdio.h>
- #include <X11/keysym.h> /* XK_xxx */
- #include <kiklib/kik_mem.h> /* malloc/alloca/free */
- #include <kiklib/kik_str.h> /* kik_str_alloca_dup kik_str_sep kik_snprintf*/
diff --git a/x11/mlterm/pkg-plist b/x11/mlterm/pkg-plist
index 0e8b6e033764..f010ab6a81e2 100644
--- a/x11/mlterm/pkg-plist
+++ b/x11/mlterm/pkg-plist
@@ -6,11 +6,12 @@ bin/w3mmlconfig
etc/mlterm/aafont
etc/mlterm/color
etc/mlterm/font
+etc/mlterm/font-fb
etc/mlterm/key
etc/mlterm/main
etc/mlterm/menu
-etc/mlterm/termcap
etc/mlterm/taafont
+etc/mlterm/termcap
etc/mlterm/tfont
etc/mlterm/vaafont
etc/mlterm/vfont
@@ -89,7 +90,8 @@ libexec/mlterm/mlimgloader
libexec/mlterm/mlterm-menu
libexec/w3mmlconfig/mlconfig-data.pl
libexec/w3mmlconfig/mlconfig.cgi
-%%PORTDOCS%%share/doc/ja/mlterm/README.ja
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.ja
share/locale/ar/LC_MESSAGES/mlconfig.mo
share/locale/de/LC_MESSAGES/mlconfig.mo
share/locale/ja/LC_MESSAGES/mlconfig.mo
@@ -100,4 +102,4 @@ share/locale/zh_TW/LC_MESSAGES/mlconfig.mo
@dirrm lib/mlterm
@dirrm libexec/mlterm
@dirrm libexec/w3mmlconfig
-%%PORTDOCS%%@dirrm share/doc/ja/mlterm
+%%PORTDOCS%%@dirrm %%DOCSDIR%%