update to hanterm 2.0.6-177.
Submitted by Jung <moorang at gmail dot com>
This commit is contained in:
parent
c5306bea9f
commit
3ba94799e2
@ -1,33 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2006/08/04 19:15:44 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2006/09/25 14:25:56 kevlo Exp $
|
||||
|
||||
COMMENT= "XFree86-based xterm with Korean language support"
|
||||
COMMENT= "X Hangul Terminal (XFree86 xterm Based)"
|
||||
|
||||
DISTNAME= hanterm-xf-p19
|
||||
PKGNAME= hanterm-xf-311pl19
|
||||
CATEGORIES= korean x11
|
||||
DISTNAME= hanterm-xf-2.0.6-177
|
||||
CATEGORIES= korean
|
||||
|
||||
MASTER_SITES= http://www.hanterm.org/download/hanterm-xf/
|
||||
HOMEPAGE= http://www.hanterm.org/
|
||||
MASTER_SITES= http://kldp.net/frs/download.php/3281/
|
||||
HOMEPAGE= http://hanterm-xf.kldp.net
|
||||
|
||||
PERMIT_PACKAGE_CDROM= yes
|
||||
PERMIT_PACKAGE_FTP= yes
|
||||
PERMIT_DISTFILES_CDROM= yes
|
||||
PERMIT_DISTFILES_FTP= yes
|
||||
WANTLIB= c Xt SM Xmu Xaw termcap X11 Xext ICE
|
||||
|
||||
MAINTAINER= Jung <moorang@gmail.com>
|
||||
|
||||
WANTLIB= c Xmu Xt SM X11 Xaw Xext util termcap ICE
|
||||
|
||||
MODULES= converters/libiconv
|
||||
|
||||
USE_X11= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${PREFIX}/include" \
|
||||
X_EXTRA_LIBS="-L${PREFIX}/lib -liconv"
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \
|
||||
${PREFIX}/lib/X11/app-defaults/Hanterm
|
||||
CONFIGURE_ARGS= --enable-box-char \
|
||||
--enable-ansi-color \
|
||||
--enable-256-color \
|
||||
--enable-tcap-query
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (hanterm-xf-p19.tar.gz) = 5843e11a5d8b2e9c455c42e8743f3d5c
|
||||
RMD160 (hanterm-xf-p19.tar.gz) = abe989262add47d917884ae29814a1cb5340eea8
|
||||
SHA1 (hanterm-xf-p19.tar.gz) = 0534b78c7da89770f76b3146b4508dd7bd7aa40a
|
||||
SIZE (hanterm-xf-p19.tar.gz) = 307000
|
||||
MD5 (hanterm-xf-2.0.6-177.tar.gz) = 7caf0c1fe340fbde71d5cb3ca864706f
|
||||
RMD160 (hanterm-xf-2.0.6-177.tar.gz) = 66795e1a2dddbb01e35647d903a34466a9ec5c47
|
||||
SHA1 (hanterm-xf-2.0.6-177.tar.gz) = f2c3bc5bb9cf42287bf142eb116c8b19c70bdb80
|
||||
SIZE (hanterm-xf-2.0.6-177.tar.gz) = 769301
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.in.orig Thu Dec 14 13:59:21 2000
|
||||
+++ Makefile.in Thu Dec 14 13:59:38 2000
|
||||
@@ -69,7 +69,7 @@
|
||||
$(LINK) $(LDFLAGS) -o $@ $(OBJS2) $(X_LIBS) $(LIBS)
|
||||
|
||||
install: $(INSTALL_DIRS) hanterm
|
||||
- $(INSTALL_PROGRAM) -s -m 4711 hanterm $(bindir)/hanterm
|
||||
+ $(INSTALL_PROGRAM) -s -m 711 hanterm $(bindir)/hanterm
|
||||
@echo 'Completed installation.'
|
||||
@echo 'Use "make install-ti" to install terminfo description.'
|
||||
|
42
korean/hanterm-xf/patches/patch-Makefile_in
Normal file
42
korean/hanterm-xf/patches/patch-Makefile_in
Normal file
@ -0,0 +1,42 @@
|
||||
--- Makefile.in.orig Thu May 4 11:46:59 2006
|
||||
+++ Makefile.in Thu May 4 12:00:00 2006
|
||||
@@ -175,15 +175,12 @@
|
||||
install-bin \
|
||||
install-full :: $(BINNAME)$x resize$x $(BINDIR)
|
||||
$(SHELL) $(srcdir)/sinstall.sh "$(INSTALL_PROGRAM)" $(BINNAME)$x @XTERM_PATH@ $(BINDIR)/$(binary_xterm)
|
||||
- $(INSTALL_PROGRAM) -s -m 755 resize$x $(BINDIR)/$(binary_resize)
|
||||
$(INSTALL_DATA) -m 444 $(srcdir)/keyboard/*.kbd $(srcdir)/keyboard/*.map $(KEYBDIR)
|
||||
- $(INSTALL_PROGRAM) -m 755 $(srcdir)/uxterm $(BINDIR)/$(binary_uxterm)
|
||||
|
||||
install \
|
||||
install-man \
|
||||
install-full :: $(MANDIR)
|
||||
$(SHELL) $(srcdir)/minstall.sh "$(INSTALL_DATA)" $(srcdir)/$(BINNAME).man $(MANDIR)/$(actual_xterm).$(manext)
|
||||
- $(SHELL) $(srcdir)/minstall.sh "$(INSTALL_DATA)" $(srcdir)/resize.man $(MANDIR)/$(actual_resize).$(manext)
|
||||
|
||||
install \
|
||||
install-app \
|
||||
@@ -194,9 +191,6 @@
|
||||
@echo installing $(APPSDIR)/$(CLASS)-color
|
||||
@sed -e s/$(RESFNAME)/$(CLASS)/ $(srcdir)/$(RESFNAME)-col.ad >XTerm.tmp
|
||||
@$(INSTALL_DATA) XTerm.tmp $(APPSDIR)/$(CLASS)-color
|
||||
- @echo installing $(APPSDIR)/UXTerm
|
||||
- @sed -e s/XTerm/$(CLASS)/ $(srcdir)/UXTerm.ad >XTerm.tmp
|
||||
- @$(INSTALL_DATA) XTerm.tmp $(APPSDIR)/UXTerm
|
||||
@rm -f XTerm.tmp
|
||||
|
||||
install ::
|
||||
@@ -219,13 +213,9 @@
|
||||
|
||||
uninstall:
|
||||
-$(RM) $(BINDIR)/$(binary_xterm)
|
||||
- -$(RM) $(BINDIR)/$(binary_resize)
|
||||
- -$(RM) $(BINDIR)/$(binary_uxterm)
|
||||
-$(RM) $(MANDIR)/$(actual_xterm).$(manext)
|
||||
- -$(RM) $(MANDIR)/$(actual_resize).$(manext)
|
||||
-$(RM) $(APPSDIR)/$(CLASS)
|
||||
-$(RM) $(APPSDIR)/$(CLASS)-color
|
||||
- -$(RM) $(APPSDIR)/UXTerm
|
||||
|
||||
mostlyclean:
|
||||
-$(RM) *.[ois] XtermLog.* .pure core *~ */*~ *.bak *.BAK *.out *.tmp
|
11
korean/hanterm-xf/patches/patch-sinstall_sh
Normal file
11
korean/hanterm-xf/patches/patch-sinstall_sh
Normal file
@ -0,0 +1,11 @@
|
||||
--- sinstall.sh.orig Wed Sep 20 19:19:43 2006
|
||||
+++ sinstall.sh Wed Sep 20 19:19:54 2006
|
||||
@@ -67,7 +67,7 @@
|
||||
PROG_GRP=
|
||||
;;
|
||||
.??????s*)
|
||||
- PROG_MODE=2711
|
||||
+ PROG_MODE=755
|
||||
PROG_USR=
|
||||
;;
|
||||
esac
|
@ -1,3 +1,2 @@
|
||||
This version of hanterm is based on XFree86 3.3.1 xterm code, and
|
||||
features automatic font detection, support for johab844 fonts,
|
||||
and a scrollbar on the right.
|
||||
hanterm-xf is a X hangul terminal based on XFree86 xterm code and
|
||||
it has its own hangul automata, so doesn't need any hangul input methods.
|
||||
|
@ -1,3 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/23 03:29:06 dugsong Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/09/25 14:25:56 kevlo Exp $
|
||||
bin/hanterm
|
||||
lib/X11/app-defaults/Hanterm
|
||||
lib/X11/app-defaults/Hanterm-color
|
||||
@man man/man1/hanterm.1
|
||||
share/hangul_keyboard/
|
||||
share/hangul_keyboard/2bul.kbd
|
||||
share/hangul_keyboard/3bul_390.kbd
|
||||
share/hangul_keyboard/3bul_final.kbd
|
||||
share/hangul_keyboard/dvorak.map
|
||||
share/hangul_keyboard/dvorak_2bul.kbd
|
||||
share/hangul_keyboard/dvorak_3bul_390.kbd
|
||||
share/hangul_keyboard/dvorak_3bul_final.kbd
|
||||
|
Loading…
x
Reference in New Issue
Block a user