From f15bc86e7feadbd8816f0bd78aa96c289c43d23f Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 1 May 2000 02:56:11 +0000 Subject: Adding ko-gtkcomm version 0.5.7. A gtk-based widget for controlling serial ports. PR: 17332 Submitted by: CHOI Junho --- korean/Makefile | 1 + korean/gtkcomm/Makefile | 24 ++++++++++++++++++++++++ korean/gtkcomm/distinfo | 1 + korean/gtkcomm/files/patch-aa | 33 +++++++++++++++++++++++++++++++++ korean/gtkcomm/pkg-comment | 1 + korean/gtkcomm/pkg-descr | 9 +++++++++ korean/gtkcomm/pkg-plist | 41 +++++++++++++++++++++++++++++++++++++++++ 7 files changed, 110 insertions(+) create mode 100644 korean/gtkcomm/Makefile create mode 100644 korean/gtkcomm/distinfo create mode 100644 korean/gtkcomm/files/patch-aa create mode 100644 korean/gtkcomm/pkg-comment create mode 100644 korean/gtkcomm/pkg-descr create mode 100644 korean/gtkcomm/pkg-plist (limited to 'korean') diff --git a/korean/Makefile b/korean/Makefile index 17e81c370809..883bb482cb04 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -16,6 +16,7 @@ SUBDIR += fvwm95 SUBDIR += gau SUBDIR += gtk10 + SUBDIR += gtkcomm SUBDIR += h2ps SUBDIR += han SUBDIR += hanIM diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile new file mode 100644 index 000000000000..7f519de8dc02 --- /dev/null +++ b/korean/gtkcomm/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gtkcomm +# Date created: 05 Jun 1999 +# Whom: CHOI Junho +# +# $FreeBSD$ +# + +PORTNAME= gtkcomm +PORTVERSION= 0.5.7 +CATEGORIES= korean comms +MASTER_SITES= http://kldp.org/~namsh/tools/gtkcomm/ + +MAINTAINER= cjh@kr.freebsd.org + +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + Imlib.5:${PORTSDIR}/graphics/imlib + +USE_X_PREFIX= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ + GTK_CONFIG=${X11BASE}/bin/gtk12-config + +.include diff --git a/korean/gtkcomm/distinfo b/korean/gtkcomm/distinfo new file mode 100644 index 000000000000..34dd859d486c --- /dev/null +++ b/korean/gtkcomm/distinfo @@ -0,0 +1 @@ +MD5 (gtkcomm-0.5.7.tar.gz) = 252f5b0f22de50b36f8690aba5a4a2c1 diff --git a/korean/gtkcomm/files/patch-aa b/korean/gtkcomm/files/patch-aa new file mode 100644 index 000000000000..22947a7d9b94 --- /dev/null +++ b/korean/gtkcomm/files/patch-aa @@ -0,0 +1,33 @@ +--- gtkcommrc Mon Mar 27 15:10:49 2000 ++++ res/gtkcommrc Sun Apr 2 21:54:18 2000 +@@ -18,7 +18,7 @@ + # chown root gtkcomm; chgrp uucp gtkcomm; chmod 2755 gtkcomm + # ¹°·Ð /var/lock directoryÀÇ permissionµµ ÀûÀýÇÏ°Ô ¼³Á¤µÇ¾î ÀÖ¾î¾ß + # ÇÕ´Ï´Ù. +-#DoLock TRUE ++#DoLock FALSE + + # telnet ¸í·É¾î + #TelnetCommand "telnet -8 -e ''" +@@ -35,8 +35,8 @@ + # ¹öÆ°µî¿¡ ¾²ÀÌ´Â ÆùÆ®´Â gtkrcÆÄÀÏ¿¡¼­ ¼³Á¤ÇØÁֽʽÿä. + # Çü½ÄÀº "english_font_name,hangul_font_name" + # ¿©±â¿¡¼­ ÇÑ±Û ÆùÆ®ÀÇ ÆøÀÌ ¿µ¹®ÆùÆ®ÆøÀÇ µÎ¹èÀÌ¿©¾ßÇÕ´Ï´Ù. +-#TermFontName "-*-fixed-medium-r-*--16-*-*-*-*-80-iso8859-1,\ +-# -*-gulim-medium-r-normal--16-*-*-*-*-160-ksc5601.1987-0" ++TermFontName "-sony-fixed-medium-r-*--16-*-*-*-*-80-iso8859-1,\ ++ -*-gulim-medium-r-normal--16-*-*-*-*-160-ksc5601.1987-0" + + # prevent ^G -> beep translation + # if you want really silent environment, +@@ -70,8 +70,8 @@ + #TermISelFG "0.90 0.50 0.70" # iselect foreground + + # terminal normal foreground/background +-#TermNormFG 7 +-#TermNormBG 4 ++TermNormFG 0 ++TermNormBG 7 + + # ±½Àº ¹®ÀÚ ¼Ó¼º »ç¿ë? + #TermUseBold TRUE diff --git a/korean/gtkcomm/pkg-comment b/korean/gtkcomm/pkg-comment new file mode 100644 index 000000000000..c1b23805bc5b --- /dev/null +++ b/korean/gtkcomm/pkg-comment @@ -0,0 +1 @@ +Serial controlling software, with gtk+ widget diff --git a/korean/gtkcomm/pkg-descr b/korean/gtkcomm/pkg-descr new file mode 100644 index 000000000000..9198bafd2784 --- /dev/null +++ b/korean/gtkcomm/pkg-descr @@ -0,0 +1,9 @@ +gtkcomm +------- + +gtkcomm is a controlling tool for serial interface(RS-232C or such). +It is for hardware control using serial ports. + +-- +Ports by CHOI Junho +WWW: http://kldp.org/~namsh/tools/gtkcomm/ diff --git a/korean/gtkcomm/pkg-plist b/korean/gtkcomm/pkg-plist new file mode 100644 index 000000000000..9e7be113d29a --- /dev/null +++ b/korean/gtkcomm/pkg-plist @@ -0,0 +1,41 @@ +bin/gtkcomm +share/gtkcomm/bookmarks +share/gtkcomm/capture/DEFAULT_CAPTURE_DIR +share/gtkcomm/chatrc +share/gtkcomm/doc/FAQ +share/gtkcomm/doc/NEWS +share/gtkcomm/doc/README +share/gtkcomm/doc/TODO +share/gtkcomm/doc/USAGE +share/gtkcomm/down/DEFAULT_DOWNLOAD_DIR +share/gtkcomm/gtkcommrc +share/gtkcomm/iselrc +share/gtkcomm/pixmap/bg.xpm +share/gtkcomm/pixmap/tb_close.xpm +share/gtkcomm/pixmap/tb_down.xpm +share/gtkcomm/pixmap/tb_exit.xpm +share/gtkcomm/pixmap/tb_macro.xpm +share/gtkcomm/pixmap/tb_open.xpm +share/gtkcomm/pixmap/tb_save.xpm +share/gtkcomm/pixmap/tb_up.xpm +share/gtkcomm/pixmap/tux-anim.png +share/gtkcomm/pixmap/tux-anim.xpm +share/gtkcomm/script/SCRIPT.txt +share/gtkcomm/script/chol-login.scr +share/gtkcomm/script/chol-logout.scr +share/gtkcomm/script/com-login.scr +share/gtkcomm/script/dialog.scr +share/gtkcomm/script/hitel-login.scr +share/gtkcomm/script/local-login.scr +share/gtkcomm/script/local-logout.scr +share/gtkcomm/script/monitor.scr +share/gtkcomm/script/now-login.scr +share/gtkcomm/script/startup.scr +share/gtkcomm/up/DEFAULT_UPLOAD_DIR +@dirrm share/gtkcomm/capture +@dirrm share/gtkcomm/doc +@dirrm share/gtkcomm/down +@dirrm share/gtkcomm/pixmap +@dirrm share/gtkcomm/script +@dirrm share/gtkcomm/up +@dirrm share/gtkcomm -- cgit v1.2.3