Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 1999 10:35:19 +0900 (KST)
From:      cjh@kr.freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10645: New port: korean/gau
Message-ID:  <199903180135.KAA14129@hamhae.wdb.co.kr>

next in thread | raw e-mail | index | archive | help

>Number:         10645
>Category:       ports
>Synopsis:       New port: korean/gau
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 17 20:10:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     CHOI Junho
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
Webdatabank Co. Seoul, Korea
>Environment:

FreeBSD hamhae.wdb.co.kr 3.1-STABLE FreeBSD 3.1-STABLE #5: Wed Mar 17
09:36:42 KST 1999     root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE
i386

>Description:

New port of ko-gau-0.3.1: it depends on ko-gtk-1.0.6 previously reported
gau is GUI-based communication program: telnet, BBS, etc...

>How-To-Repeat:

Build it with a recent FreeBSD system.

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gau
#	gau/pkg
#	gau/pkg/COMMENT
#	gau/pkg/DESCR
#	gau/pkg/PLIST
#	gau/patches
#	gau/patches/patch-aa
#	gau/patches/patch-ab
#	gau/files
#	gau/files/md5
#	gau/Makefile
#
echo c - gau
mkdir -p gau > /dev/null 2>&1
echo c - gau/pkg
mkdir -p gau/pkg > /dev/null 2>&1
echo x - gau/pkg/COMMENT
sed 's/^X//' >gau/pkg/COMMENT << 'END-of-gau/pkg/COMMENT'
XGtk-based Hangul-enabled terminal emulation with serial/socket.
END-of-gau/pkg/COMMENT
echo x - gau/pkg/DESCR
sed 's/^X//' >gau/pkg/DESCR << 'END-of-gau/pkg/DESCR'
Xgau
X---
X
Xgau is Gtk-based terminal emulation program. It can connect
Xvia modem or socket(telnet), and provides several useful features
Xincluding zmodem support, intelligent mouse, etc.
X
X--
XPorts by CHOI Junho <cjh@kr.freebsd.org>
END-of-gau/pkg/DESCR
echo x - gau/pkg/PLIST
sed 's/^X//' >gau/pkg/PLIST << 'END-of-gau/pkg/PLIST'
Xbin/gau
Xbin/gau-install
X@exec ln -s %D/bin/gau %D/bin/gaui
X@unexec rm -f %D/bin/gaui
Xdoc/gau-0.3.1/README
Xdoc/gau-0.3.1/README-0.1a
Xdoc/gau-0.3.1/README-0.2
Xdoc/gau-0.3.1/README-0.3
Xdoc/gau-0.3.1/TODO
Xdoc/gau-0.3.1/USAGE
X@dirrm doc/gau-0.3.1
Xshare/gau/IS.so
Xshare/gau/auto-response
Xshare/gau/cap/INFO
Xshare/gau/chat-binding
Xshare/gau/chollian.menu
Xshare/gau/down/INFO
Xshare/gau/gaurc
Xshare/gau/gtkrc
Xshare/gau/hitel.menu
Xshare/gau/modem-menu
Xshare/gau/now.menu
Xshare/gau/phonelist
Xshare/gau/script/01420.scr
Xshare/gau/script/01421.scr
Xshare/gau/script/114.scr
Xshare/gau/script/INFO
Xshare/gau/script/chol-login.scr
Xshare/gau/script/hitel-login.scr
Xshare/gau/script/hitel.scr
Xshare/gau/script/local
Xshare/gau/script/now-login.scr
Xshare/gau/script/now.scr
Xshare/gau/script/snu.scr
Xshare/gau/script/unitel.scr
X@exec mkdir -p %D/share/gau/sound
Xshare/gau/telnet-menu
Xshare/gau/xpm/INFO
Xshare/gau/xpm/bluetree.xpm
Xshare/gau/xpm/flag.xpm.0
Xshare/gau/xpm/flag.xpm.1
Xshare/gau/xpm/flag.xpm.2
Xshare/gau/xpm/flag.xpm.3
Xshare/gau/xpm/flag.xpm.4
Xshare/gau/xpm/flag.xpm.5
Xshare/gau/xpm/flower.xpm
X@dirrm share/gau/cap
X@dirrm share/gau/down
X@dirrm share/gau/script
X@dirrm share/gau/sound
X@dirrm share/gau/xpm
X@dirrm share/gau
END-of-gau/pkg/PLIST
echo c - gau/patches
mkdir -p gau/patches > /dev/null 2>&1
echo x - gau/patches/patch-aa
sed 's/^X//' >gau/patches/patch-aa << 'END-of-gau/patches/patch-aa'
X--- rc/gaurc.bak	Sat Aug  1 14:02:59 1998
X+++ rc/gaurc	Sat Aug  1 14:03:13 1998
X@@ -23,9 +23,6 @@
X # whether modem use software flow control
X (use_swf              false)
X 
X-# internal zmodem is currently unstable, and slow
X-(use_internal_zmodem  false)
X-
X # zmodemÀ¸·Î ÆÄÀÏ º¸³»±â¸¦ ÇÒ¶§ ½ÇÇà½Ãų ¸í·É¾î
X (sz_command "lsz")
X 
END-of-gau/patches/patch-aa
echo x - gau/patches/patch-ab
sed 's/^X//' >gau/patches/patch-ab << 'END-of-gau/patches/patch-ab'
X--- iselect.c.orig	Thu Jun 11 08:50:50 1998
X+++ iselect.c	Wed Mar 17 18:11:12 1999
X@@ -63,8 +63,15 @@
X 	}
X #ifndef __FreeBSD__
X 	register_patterns = dlsym(handle, "register_patterns");
X-#else
X+#else /* FreeBSD */
X+#include <osreldate.h>
X+#    if __FreeBSD_version >= 300004
X+/* in case of ELF */
X+	register_patterns = dlsym(handle, "register_patterns");
X+#    else
X+/* a.out */
X 	register_patterns = dlsym(handle, "_register_patterns");
X+#    endif
X #endif
X 	if ((error = dlerror()) != NULL) {
X 		fprintf(stderr, "%s\n", error);
END-of-gau/patches/patch-ab
echo c - gau/files
mkdir -p gau/files > /dev/null 2>&1
echo x - gau/files/md5
sed 's/^X//' >gau/files/md5 << 'END-of-gau/files/md5'
XMD5 (gau-0.3.1.tar.gz) = 0c80e552dcebbc99b81cea2b13a62847
END-of-gau/files/md5
echo x - gau/Makefile
sed 's/^X//' >gau/Makefile << 'END-of-gau/Makefile'
X# New ports collection makefile for:    gau
X# Version required:     0.3.1
X# Date created:         23 Jul 1998
X# Whom:                 CHOI Junho <cjh@kr.freebsd.org>
X#
X# $Id$
X#
X
XDISTNAME=	gau-0.3.1
XPKGNAME=	ko-gau-0.3.1
XCATEGORIES=	korean comms x11
XMASTER_SITES=	http://pseudo.snu.ac.kr/~hwang/
X
XMAINTAINER=	cjh@kr.freebsd.org
X
XLIB_DEPENDS=    gtk10.1:${PORTSDIR}/korean/gtk10
XRUN_DEPENDS=	lrz:${PORTSDIR}/comms/lrzsz \
X		${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts
X
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=  GTK_CONFIG="${X11BASE}/bin/gtk10-config" \
X		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
X
Xpost-install:
X	${RMDIR} ${PREFIX}/doc/gau-0.3.1/doc
X
X.include <bsd.port.mk>
END-of-gau/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903180135.KAA14129>