From denisehg@hotpop.com  Mon Oct 22 02:54:31 2007
Return-Path: <denisehg@hotpop.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0491316A418
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Oct 2007 02:54:31 +0000 (UTC)
	(envelope-from denisehg@hotpop.com)
Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61])
	by mx1.freebsd.org (Postfix) with ESMTP id C4D6813C480
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Oct 2007 02:54:30 +0000 (UTC)
	(envelope-from denisehg@hotpop.com)
Received: from hotpop.com (kubrick.hotpop.com [38.113.3.105])
	by smtp-out.hotpop.com (Postfix) with SMTP id 66D219CCD674
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Oct 2007 19:37:52 +0000 (UTC)
Received: from hotpop.com (unknown [125.34.71.92])
	by smtp-2.hotpop.com (Postfix) with ESMTP id E58FEA3D6DE2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Oct 2007 19:37:22 +0000 (UTC)
Received: by hotpop.com (sSMTP sendmail emulation); Sun, 21 Oct 2007 03:37:26 +0800
Message-Id: <20071020193750.E58FEA3D6DE2@smtp-2.hotpop.com>
Date: Sun, 21 Oct 2007 03:37:26 +0800
From: denisehg@hotpop.com
Reply-To: denisehg@hotpop.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: port update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117389
>Category:       ports
>Synopsis:       port update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 22 03:00:01 UTC 2007
>Closed-Date:    Mon Oct 22 03:40:37 UTC 2007
>Last-Modified:  Mon Oct 22 03:40:37 UTC 2007
>Originator:     Denise H. G.
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
>Environment:
	
>Description:
	Update port: editors/mg updated to version 20070918
>How-To-Repeat:
	
>Fix:

	

--- mg begins here ---
# 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:
#
#	mg
#	mg/Makefile
#	mg/distinfo
#	mg/pkg-descr
#	mg/pkg-plist
#
echo c - mg
mkdir -p mg > /dev/null 2>&1
echo x - mg/Makefile
sed 's/^X//' >mg/Makefile << 'END-of-mg/Makefile'
X# New ports collection makefile for:	mg
X# Date created:			14 May 2001
X# Whom:				Dima Dorfman <dima@unixfreak.org>
X#
X# $FreeBSD: ports/editors/mg/Makefile,v 1.9 2006/11/19 12:28:48 miwi Exp $
X#
X
XPORTNAME=	mg
XPORTVERSION=	20070918
XCATEGORIES=	editors
XMASTER_SITES=	http://www.xs4all.nl/~hanb/software/mg/
X
XMAINTAINER=	denisehg@hotpop.com
XCOMMENT=	A small, fast Emacs-like editor
X
XWRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}/
X
XMAN1=		mg.1
XMANCOMPRESSED=	no
X
XHAS_CONFIGURE=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN}  ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for FILE in README tutorial
X	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-mg/Makefile
echo x - mg/distinfo
sed 's/^X//' >mg/distinfo << 'END-of-mg/distinfo'
XMD5 (mg-20070918.tar.gz) = 1299677cf22fba1f9535e91d8833c68e
XSHA256 (mg-20070918.tar.gz) = c937749eb6b8490ad2dd06603855d9876f42a99b341dd8dd85019ab476f4f9d1
XSIZE (mg-20070918.tar.gz) = 131779
END-of-mg/distinfo
echo x - mg/pkg-descr
sed 's/^X//' >mg/pkg-descr << 'END-of-mg/pkg-descr'
XMg is a small, fast, portable, and free (public domain) Emacs-like
Xeditor maintained by the OpenBSD Project.  It is intended for people
Xwho can't, or don't want to, run the real GNU Emacs, or are not
Xfamiliar with the vi(1) editor.
X
XAlthough it is intended to be largely compatible with GNU Emacs, Mg
Xdoesn't have special modes for tasks other than editing plain text.
XMoreover, since it is written entirely in C, there is no language in
Xwhich to write extensions in (read: no builtin Lisp interpreter).
X
XIf you are looking for something that looks like Emacs (don't want to
Xlearn another editor) but don't have the resources to run the latter,
Xthis may be what you're looking for.
X
XEnjoy!
X
X					Dima Dorfman
X					dima@unixfreak.org
X					14 May 2001
END-of-mg/pkg-descr
echo x - mg/pkg-plist
sed 's/^X//' >mg/pkg-plist << 'END-of-mg/pkg-plist'
Xbin/mg
Xshare/doc/mg/README
Xshare/doc/mg/tutorial
X@dirrm share/doc/mg
END-of-mg/pkg-plist
exit
--- mg ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Mon Oct 22 03:40:36 UTC 2007 
State-Changed-Why:  
Duplicate of ports/117387 

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