summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-01 02:56:11 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-01 02:56:11 +0000
commitf15bc86e7feadbd8816f0bd78aa96c289c43d23f (patch)
treee628d1c691786c5e27ba3570b17950009be703b1 /korean
parentAdding ja-xmsgsaver version 1.7. (diff)
Adding ko-gtkcomm version 0.5.7.
A gtk-based widget for controlling serial ports. PR: 17332 Submitted by: CHOI Junho <cjh@kr.freebsd.org>
Notes
Notes: svn path=/head/; revision=28205
Diffstat (limited to 'korean')
-rw-r--r--korean/Makefile1
-rw-r--r--korean/gtkcomm/Makefile24
-rw-r--r--korean/gtkcomm/distinfo1
-rw-r--r--korean/gtkcomm/files/patch-aa33
-rw-r--r--korean/gtkcomm/pkg-comment1
-rw-r--r--korean/gtkcomm/pkg-descr9
-rw-r--r--korean/gtkcomm/pkg-plist41
7 files changed, 110 insertions, 0 deletions
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 <cjh@kr.freebsd.org>
+#
+# $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 <bsd.port.mk>
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 <cjh@kr.freebsd.org>
+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