Add mlterm, a Multilingual X11 terminal emulator.
Reviewed by: knu
This commit is contained in:
parent
838f33c1c4
commit
bdef4fda59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51393
6 changed files with 82 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
SUBDIR += login.app
|
||||
SUBDIR += lupe
|
||||
SUBDIR += mgapdesk
|
||||
SUBDIR += mlterm
|
||||
SUBDIR += offix-clipboard
|
||||
SUBDIR += offix-execute
|
||||
SUBDIR += p5-X11-Protocol
|
||||
|
|
33
x11/mlterm/Makefile
Normal file
33
x11/mlterm/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: mlterm
|
||||
# Date created: 9 December 2001
|
||||
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mlterm
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_IMLIB= yes
|
||||
USE_GTK= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --enable-imlib
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= mlterm.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
PKGNAMESUFFIX= -noaa
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-anti-alias
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
x11/mlterm/distinfo
Normal file
1
x11/mlterm/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mlterm-2.0.0.tar.gz) = 3aa6642b1af79cff8fe5bb1749984577
|
1
x11/mlterm/pkg-comment
Normal file
1
x11/mlterm/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Multilingual X11 terminal emulator
|
19
x11/mlterm/pkg-descr
Normal file
19
x11/mlterm/pkg-descr
Normal file
|
@ -0,0 +1,19 @@
|
|||
mlterm is a multilingual X11 terminal emulator.
|
||||
mlterm has these features.
|
||||
|
||||
* multilingual
|
||||
[supported charsets]
|
||||
US_ASCII,ISO8859[1-11],ISO8859[13-16],TCVN5712,VISCII,KOI8_R,KOI8_U,
|
||||
JISX0201,JISX0208,JISX0212,JISX0213,GB2312,GBK,KSC5601,UHC,CNS11643-N,
|
||||
Big5, UCS2(4)
|
||||
[supported encodings]
|
||||
ISO-8859-[1-11],ISO-8859-[13-16],TCVN5612,VISCII,KOI8_R,KOI8_U,EUC-JP,
|
||||
EUC-JISX0213, ISO-2022-JP[1,2,3],Shift_JIS,Shift_JISX0213,EUC-KR,UHC,
|
||||
JOHAB,ISO-2022-KR,ISO-2022-CN, GB2312(EUC-CN),GBK,GB18030,EUC-TW,Big5,
|
||||
Hz,UTF-8
|
||||
* anti-aliased fonts
|
||||
* transparent background
|
||||
* background images
|
||||
* scroll by wheel mouse
|
||||
|
||||
WWW: http://mlterm.sourceforge.net/
|
27
x11/mlterm/pkg-plist
Normal file
27
x11/mlterm/pkg-plist
Normal file
|
@ -0,0 +1,27 @@
|
|||
bin/mlterm
|
||||
etc/mlterm/aafont
|
||||
etc/mlterm/color
|
||||
etc/mlterm/font
|
||||
etc/mlterm/key
|
||||
etc/mlterm/main
|
||||
etc/mlterm/termcap
|
||||
etc/mlterm/xim
|
||||
lib/libkik.a
|
||||
lib/libkik.la
|
||||
lib/libkik.so
|
||||
lib/libkik.so.3
|
||||
lib/libmkf.a
|
||||
lib/libmkf.la
|
||||
lib/libmkf.so
|
||||
lib/libmkf.so.9
|
||||
lib/mlterm/libsample.a
|
||||
lib/mlterm/libsample.la
|
||||
lib/mlterm/libsample.so
|
||||
lib/mlterm/libsample.so.0
|
||||
lib/mlterm/libsample2.a
|
||||
lib/mlterm/libsample2.la
|
||||
lib/mlterm/libsample2.so
|
||||
lib/mlterm/libsample2.so.0
|
||||
libexec/mlconfig
|
||||
@dirrm etc/mlterm
|
||||
@dirrm lib/mlterm
|
Loading…
Reference in a new issue