Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2000 00:10:15 +0900 (KST)
From:      Park JongHwan <jhp@cocoja.holywar.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21504: New port: korean/tin
Message-ID:  <200009231510.e8NFAF433501@cocoja.holywar.net>

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

>Number:         21504
>Category:       ports
>Synopsis:       New port: korean/tin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 23 08:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Park JongHwan
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

FreeBSD jhp.dnip.net 5.0-CURRENT FreeBSD 5.0-CURRENT #19: Wed Sep 20
22:15:52 KST 2000     jhp@jhp.yi.org:/usr/src/sys/compile/JHP  i386

>Description:

tin newsreader for Korean.
it is based on chinese/tin

>How-To-Repeat:
>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:
#
#	tin
#	tin/Makefile
#	tin/patches
#	tin/patches/patch-aa
#
echo c - tin
mkdir -p tin > /dev/null 2>&1
echo x - tin/Makefile
sed 's/^X//' >tin/Makefile << 'END-of-tin/Makefile'
X# New ports collection makefile for:	ko-tin
X# Date created:		23 Sep 2000
X# Whom:			Park JongHwan <jhp@freebsd.hanirc.org>
X#
X# $FreeBSD$
X#
X
XCATEGORIES=	korean news
X
XMAINTAINER=	jhp@freebsd.hanirc.org
X
XMASTERDIR=	$(.CURDIR)/../../news/tin
X
XEXTRA_PATCHES=	${.CURDIR}/patches/patch-aa
X
X.if !defined(INN_NEWSSPOOL)
XNNTP_ONLY=	yes
X.endif
X
Xpre-fetch:
X.if defined(INN_NEWSSPOOL) && !defined(NNTP_ONLY)
X	@${ECHO}
X.if !defined(DBPATH)
X	@${ECHO} "Using ${DBPATH} as news library directory."
X	@${ECHO} "To override it, define DBPATH (make DBPATH=/usr/local/news/db)"
X	@${ECHO}
X	@sleep 1
X.endif
X	@${ECHO} "inews:    ${PREFIX}/news/bin/inews"
X	@${ECHO} "active:   ${DBPATH}/active"
X	@${ECHO} "articles: ${INN_NEWSSPOOL}/articles"
X	@${ECHO} "overview: ${INN_NEWSSPOOL}/overview"
X	@${ECHO}
X.else
X	@${ECHO}
X	@${ECHO} "Building tin without local news spool support."
X	@${ECHO}
X.endif
X	@sleep 1
X
X.include "${MASTERDIR}/Makefile"
X
XCONFIGURE_ARGS+=	--with-mime-default-charset=EUC-KR \
X			--disable-mime-strict-charset \
X			--disable-locale
X
X.if defined(INN_NEWSSPOOL)
X.if exists(${PREFIX}/news/db/active)
XDBPATH?=${PREFIX}/news/db
X.else
XDBPATH?=${PREFIX}/news/lib
X.endif
X
XCONFIGURE_ARGS+=	--with-spooldir=${INN_NEWSSPOOL}/articles \
X			--with-nov-dir=${INN_NEWSSPOOL}/overview \
X			--with-inews-dir=${PREFIX}/news/bin \
X			--with-libdir=${DBPATH}
X.endif
END-of-tin/Makefile
echo c - tin/patches
mkdir -p tin/patches > /dev/null 2>&1
echo x - tin/patches/patch-aa
sed 's/^X//' >tin/patches/patch-aa << 'END-of-tin/patches/patch-aa'
X--- src/init.c.orig	Thu Aug  3 22:48:40 2000
X+++ src/init.c	Sat Sep 16 23:19:01 2000
X@@ -270,8 +270,8 @@
X 	2,		/* recent_time */
X 	32,		/* groupname_max_length */
X 	KILL_READ,		/* kill_level */
X-	MIME_ENCODING_7BIT,		/* mail_mime_encoding */
X-	MIME_ENCODING_7BIT,		/* post_mime_encoding */
X+	MIME_ENCODING_8BIT,		/* mail_mime_encoding */
X+	MIME_ENCODING_8BIT,		/* post_mime_encoding */
X 	POST_PROC_NONE,			/* post_process */
X 	REREAD_ACTIVE_FILE_SECS,	/* reread_active_file_secs */
X 	SHOW_FROM_NAME,				/* show_author */
X@@ -335,11 +335,11 @@
X 	TRUE,		/* keep_dead_articles */
X 	TRUE,		/* keep_posted_articles */
X 	POSTED_FILE,	/* keep_posted_articles_file */
X-	FALSE,		/* mail_8bit_header */
X+	TRUE,		/* mail_8bit_header */
X 	TRUE,		/* mark_saved_read */
X 	TRUE,		/* pgdn_goto_next */
X 	TRUE,		/* pos_first_unread */
X-	FALSE,		/* post_8bit_header */
X+	TRUE,		/* post_8bit_header */
X 	TRUE,		/* post_process_view */
X #ifndef DISABLE_PRINTING
X 	FALSE,		/* print_header */
END-of-tin/patches/patch-aa
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?200009231510.e8NFAF433501>