diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-01 10:30:04 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-01 10:30:04 +0800 |
commit | 9cca531c25b233f8488b510f2911cf50b553ec6e (patch) | |
tree | 1da4566302519718b89b966ac505fe1085646669 /korean | |
parent | ee1399603c76cfd6c7fbff0fcd283457f098ff51 (diff) | |
download | freebsd-ports-gnome-9cca531c25b233f8488b510f2911cf50b553ec6e.tar.gz freebsd-ports-gnome-9cca531c25b233f8488b510f2911cf50b553ec6e.tar.zst freebsd-ports-gnome-9cca531c25b233f8488b510f2911cf50b553ec6e.zip |
Gtk-based Hangul-enabled terminal emulation with serial/socket
PR: ports/10645
Submitted by: CHOI Junho cjh@kr.freebsd.org
Diffstat (limited to 'korean')
-rw-r--r-- | korean/gau/Makefile | 29 | ||||
-rw-r--r-- | korean/gau/distinfo | 1 | ||||
-rw-r--r-- | korean/gau/pkg-comment | 1 | ||||
-rw-r--r-- | korean/gau/pkg-descr | 9 | ||||
-rw-r--r-- | korean/gau/pkg-plist | 52 |
5 files changed, 92 insertions, 0 deletions
diff --git a/korean/gau/Makefile b/korean/gau/Makefile new file mode 100644 index 000000000000..d595c24f412d --- /dev/null +++ b/korean/gau/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gau +# Version required: 0.3.1 +# Date created: 23 Jul 1998 +# Whom: CHOI Junho <cjh@kr.freebsd.org> +# +# $Id$ +# + +DISTNAME= gau-0.3.1 +PKGNAME= ko-gau-0.3.1 +CATEGORIES= korean comms x11 +MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ + +MAINTAINER= cjh@kr.freebsd.org + +LIB_DEPENDS= gtk10.1:${PORTSDIR}/korean/gtk10 +RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ + ${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" + +post-install: + ${RMDIR} ${PREFIX}/doc/gau-0.3.1/doc + +.include <bsd.port.mk> diff --git a/korean/gau/distinfo b/korean/gau/distinfo new file mode 100644 index 000000000000..ac0cd25ceee5 --- /dev/null +++ b/korean/gau/distinfo @@ -0,0 +1 @@ +MD5 (gau-0.3.1.tar.gz) = 0c80e552dcebbc99b81cea2b13a62847 diff --git a/korean/gau/pkg-comment b/korean/gau/pkg-comment new file mode 100644 index 000000000000..e9b62690fa16 --- /dev/null +++ b/korean/gau/pkg-comment @@ -0,0 +1 @@ +Gtk-based Hangul-enabled terminal emulation with serial/socket. diff --git a/korean/gau/pkg-descr b/korean/gau/pkg-descr new file mode 100644 index 000000000000..0010bea00940 --- /dev/null +++ b/korean/gau/pkg-descr @@ -0,0 +1,9 @@ +gau +--- + +gau is Gtk-based terminal emulation program. It can connect +via modem or socket(telnet), and provides several useful features +including zmodem support, intelligent mouse, etc. + +-- +Ports by CHOI Junho <cjh@kr.freebsd.org> diff --git a/korean/gau/pkg-plist b/korean/gau/pkg-plist new file mode 100644 index 000000000000..b24fc27604b6 --- /dev/null +++ b/korean/gau/pkg-plist @@ -0,0 +1,52 @@ +bin/gau +bin/gau-install +@exec ln -s %D/bin/gau %D/bin/gaui +@unexec rm -f %D/bin/gaui +doc/gau-0.3.1/README +doc/gau-0.3.1/README-0.1a +doc/gau-0.3.1/README-0.2 +doc/gau-0.3.1/README-0.3 +doc/gau-0.3.1/TODO +doc/gau-0.3.1/USAGE +@dirrm doc/gau-0.3.1 +share/gau/IS.so +share/gau/auto-response +share/gau/cap/INFO +share/gau/chat-binding +share/gau/chollian.menu +share/gau/down/INFO +share/gau/gaurc +share/gau/gtkrc +share/gau/hitel.menu +share/gau/modem-menu +share/gau/now.menu +share/gau/phonelist +share/gau/script/01420.scr +share/gau/script/01421.scr +share/gau/script/114.scr +share/gau/script/INFO +share/gau/script/chol-login.scr +share/gau/script/hitel-login.scr +share/gau/script/hitel.scr +share/gau/script/local +share/gau/script/now-login.scr +share/gau/script/now.scr +share/gau/script/snu.scr +share/gau/script/unitel.scr +@exec mkdir -p %D/share/gau/sound +share/gau/telnet-menu +share/gau/xpm/INFO +share/gau/xpm/bluetree.xpm +share/gau/xpm/flag.xpm.0 +share/gau/xpm/flag.xpm.1 +share/gau/xpm/flag.xpm.2 +share/gau/xpm/flag.xpm.3 +share/gau/xpm/flag.xpm.4 +share/gau/xpm/flag.xpm.5 +share/gau/xpm/flower.xpm +@dirrm share/gau/cap +@dirrm share/gau/down +@dirrm share/gau/script +@dirrm share/gau/sound +@dirrm share/gau/xpm +@dirrm share/gau |