Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2001 14:22:31 -0700 (PDT)
From:      perky@python.or.kr
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26904: New port(?): net/everybuddy-i18n (i18n patched of net/everybuddy)
Message-ID:  <200104272122.f3RLMVE82923@freefall.freebsd.org>

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

>Number:         26904
>Category:       ports
>Synopsis:       New port(?): net/everybuddy-i18n (i18n patched of net/everybuddy)
>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:   Fri Apr 27 14:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Chang, Hye-Shik
>Release:        FreeBSD 4.3
>Organization:
Yonsei University
>Environment:
FreeBSD 4.3 i386... (I'm sorry but my center button has broken :< )
>Description:
everybuddy's msn routine support only latin charset.
I patched it to use iconv library for other charset.

This is slave port of net/everybuddy so, this may need to override MAINTAINER
:

diff -ruN everybuddy.orig/Makefile everybuddy/Makefile
--- everybuddy.orig/Makefile	Thu Mar  8 03:14:38 2001
+++ everybuddy/Makefile	Sat Apr 28 05:18:10 2001
@@ -11,7 +11,7 @@
 CATEGORIES=	net
 MASTER_SITES=	http://www.everybuddy.com/files/

-MAINTAINER=	jim@FreeBSD.org
+MAINTAINER?=	jim@FreeBSD.org

 USE_X_PREFIX=	yes
 USE_GMAKE=	yes

>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:
#
#	everybuddy-i18n
#	everybuddy-i18n/distinfo
#	everybuddy-i18n/pkg-comment
#	everybuddy-i18n/Makefile
#
echo c - everybuddy-i18n
mkdir -p everybuddy-i18n > /dev/null 2>&1
echo x - everybuddy-i18n/distinfo
sed 's/^X//' >everybuddy-i18n/distinfo << 'END-of-everybuddy-i18n/distinfo'
XMD5 (everybuddy-0.2.0.tar.gz) = fba80cb89284099bc89114e37e4fedad
XMD5 (everybuddy-i18n-0.2.0_2.diff.gz) = 805fd4c2435885f6a95ccd91e818066c
END-of-everybuddy-i18n/distinfo
echo x - everybuddy-i18n/pkg-comment
sed 's/^X//' >everybuddy-i18n/pkg-comment << 'END-of-everybuddy-i18n/pkg-comment'
XEverybuddy, the combined messenger with i18n patch
END-of-everybuddy-i18n/pkg-comment
echo x - everybuddy-i18n/Makefile
sed 's/^X//' >everybuddy-i18n/Makefile << 'END-of-everybuddy-i18n/Makefile'
X# New ports collection makefile for:	everybuddy-i18n
X# Date created:			28 April 2001
X# Whom:				Hye-Shik Chang <perky@python.or.kr>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	everybuddy
XPORTVERSION=	0.2.0
XPORTREVISION=	2
XCATEGORIES=	net
XMASTER_SITES=	# blank
XPKGNAMESUFFIX=	-i18n
X
XPATCH_SITES=	http://www3.kr.freebsd.org/~perky/distfiles/ \
X		http://www2.freebsd-kr.org/~perky/distfiles/ \
X		ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/
XPATCHFILES=	${PKGNAME}.diff.gz
XPATCH_DIST_STRIP=	-p1
X
XMAINTAINER=	perky@python.or.kr
X
XLIB_DEPENDS+=	iconv.2:${PORTSDIR}/converters/iconv
X
XMASTERDIR=      ${.CURDIR}/../../net/everybuddy
XCOMMENT=	${.CURDIR}/pkg-comment
XMD5_FILE=	${.CURDIR}/distinfo
XWITH_CHARSET?=	euc-kr	# just default
X
Xpre-fetch:
X	@${ECHO} ""
X	@${ECHO} "You can specify YOUR LOCALE with WITH_CHARSET build option."
X	@${ECHO} " eg# make WITH_CHARSET=shift_jis install"
X	@${ECHO} ""
X
Xpre-configure:
X	${ECHO} '#define MSN_LOCAL_CHARSET "${WITH_CHARSET}"' \
X		>> ${WRKSRC}/libmsn/msn_commands.h
X
X.include "${MASTERDIR}/Makefile"
END-of-everybuddy-i18n/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?200104272122.f3RLMVE82923>