From yoichi@e-ppp7.eken.phys.nagoya-u.ac.jp  Sat Apr  7 05:13:34 2001
Return-Path: <yoichi@e-ppp7.eken.phys.nagoya-u.ac.jp>
Received: from e-ppp7.eken.phys.nagoya-u.ac.jp (e-ppp7.eken.phys.nagoya-u.ac.jp [133.6.121.53])
	by hub.freebsd.org (Postfix) with ESMTP id A123F37B43E
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Apr 2001 05:13:33 -0700 (PDT)
	(envelope-from yoichi@e-ppp7.eken.phys.nagoya-u.ac.jp)
Received: (from yoichi@localhost)
	by e-ppp7.eken.phys.nagoya-u.ac.jp (8.11.3/8.11.3) id f37CEOZ26767;
	Sat, 7 Apr 2001 21:14:24 +0900 (JST)
	(envelope-from yoichi)
Message-Id: <200104071214.f37CEOZ26767@e-ppp7.eken.phys.nagoya-u.ac.jp>
Date: Sat, 7 Apr 2001 21:14:24 +0900 (JST)
From: yoichi@eken.phys.nagoya-u.ac.jp
Reply-To: yoichi@eken.phys.nagoya-u.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Cc: yoichi@eken.phys.nagoya-u.ac.jp
Subject: new port: japanese/weather-emacs20
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         26399
>Category:       ports
>Synopsis:       new port: japanese/weather-emacs20
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    knu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 07 05:20:01 PDT 2001
>Closed-Date:    Mon Apr 9 18:56:24 JST 2001
>Last-Modified:  Mon Apr 09 18:56:47 JST 2001
>Originator:     Yoichi NAKAYAMA
>Release:        FreeBSD 4.3-RC i386
>Organization:
E-ken, Dept. of Physics, Nagoya University, JAPAN
>Environment:
System: FreeBSD e-ppp7.eken.phys.nagoya-u.ac.jp 4.3-RC FreeBSD 4.3-RC #0: Wed Mar 28 04:13:16 JST 2001 root@e-ppp7.eken.phys.nagoya-u.ac.jp:/usr/src/sys/compile/ALBATROS i386


	
>Description:
New port: japanese/weather-emacs20
weather.el gets weather of japanese regions via http

>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:
#
#	weather-emacs20
#	weather-emacs20/Makefile
#	weather-emacs20/distinfo
#	weather-emacs20/pkg-comment
#	weather-emacs20/pkg-descr
#	weather-emacs20/pkg-plist
#
echo c - weather-emacs20
mkdir -p weather-emacs20 > /dev/null 2>&1
echo x - weather-emacs20/Makefile
sed 's/^X//' >weather-emacs20/Makefile << 'END-of-weather-emacs20/Makefile'
X# New ports collection makefile for:   weather
X# Date Created:			5 Mar 2001
X# Whom:				Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	weather
XPORTVERSION=	0.19
XCATEGORIES=	japanese elisp
XMASTER_SITES=	ftp://ftp.opaopa.org/pub/elisp/ \
X	ftp://ftp.ring.gr.jp/pub/text/elisp/jaist/ftp.opaopa.org/elisp/ \
X	ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.opaopa.org/elisp/
XPKGNAMESUFFIX=	-${EMACS_PORT_NAME}
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	yoichi@eken.phys.nagoya-u.ac.jp
X
XEMACS_PORT_NAME=	emacs20
XBUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-emacs20
XRUN_DEPENDS=   ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-emacs20
X
XDOCS=	README
X
XDOCSDIR=	${PREFIX}/share/doc/weather
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/${DOCS} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-weather-emacs20/Makefile
echo x - weather-emacs20/distinfo
sed 's/^X//' >weather-emacs20/distinfo << 'END-of-weather-emacs20/distinfo'
XMD5 (weather-0.19.tar.gz) = 53d6dd2b04058e6cc6e0cea345cd0656
END-of-weather-emacs20/distinfo
echo x - weather-emacs20/pkg-comment
sed 's/^X//' >weather-emacs20/pkg-comment << 'END-of-weather-emacs20/pkg-comment'
XWeather Report in Japanese Regions
END-of-weather-emacs20/pkg-comment
echo x - weather-emacs20/pkg-descr
sed 's/^X//' >weather-emacs20/pkg-descr << 'END-of-weather-emacs20/pkg-descr'
XGet Weather Report for Japanese regions on emacsen.
END-of-weather-emacs20/pkg-descr
echo x - weather-emacs20/pkg-plist
sed 's/^X//' >weather-emacs20/pkg-plist << 'END-of-weather-emacs20/pkg-plist'
X%%EMACS_LIBDIR%%/site-lisp/weather.el
X%%EMACS_LIBDIR%%/site-lisp/weather.elc
Xshare/doc/weather/README
X@dirrm share/doc/weather
X
END-of-weather-emacs20/pkg-plist
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->knu 
Responsible-Changed-By: knu 
Responsible-Changed-When: Mon Apr 9 13:46:03 JST 2001 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26399 
State-Changed-From-To: open->closed 
State-Changed-By: knu 
State-Changed-When: Mon Apr 9 18:56:24 JST 2001 
State-Changed-Why:  
Committed with trivial cleanups, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26399 
>Unformatted:
