From yasu@home.utahime.org  Sat Jul  7 13:39:28 2007
Return-Path: <yasu@home.utahime.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 56ABA16A421
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Jul 2007 13:39:28 +0000 (UTC)
	(envelope-from yasu@home.utahime.org)
Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40])
	by mx1.freebsd.org (Postfix) with ESMTP id ECD6913C4B7
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Jul 2007 13:39:27 +0000 (UTC)
	(envelope-from yasu@home.utahime.org)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 5498017025;
	Sat,  7 Jul 2007 22:39:26 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 0391185;
	Sat,  7 Jul 2007 22:39:26 +0900 (JST)
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id C942F26; Sat,  7 Jul 2007 22:39:25 +0900 (JST)
Message-Id: <20070707133925.C942F26@eastasia.home.utahime.org>
Date: Sat,  7 Jul 2007 22:39:25 +0900 (JST)
From: KIMURA Yasuhiro <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         114383
>Category:       ports
>Synopsis:       [New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 07 13:40:04 GMT 2007
>Closed-Date:    Fri Sep 07 23:23:29 GMT 2007
>Last-Modified:  Fri Sep  7 23:30:08 GMT 2007
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #0: Thu May 24 07:55:32 JST 2007 xxxx i386


	
>Description:
	Simple major mode to edit YAML file for Emacsen.

	
>How-To-Repeat:
	
>Fix:

	

--- yaml-mode.el.shar 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:
#
#	.
#	./pkg-plist
#	./pkg-descr
#	./distinfo
#	./Makefile
#	./files
#	./files/patch-Makefile
#	./pkg-message
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
X%%EMACS_VERSION_SITE_LISPDIR%%/yaml-mode.el
X%%EMACS_VERSION_SITE_LISPDIR%%/yaml-mode.elc
X%%PORTDOCS%%%%DOCSDIR%%/Changes
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-./pkg-plist
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XThis is a major mode for editing files in the YAML data serialization format. 
X
XWWW: http://yaml-mode.clouder.jp/
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (yaml-mode-0.0.3.tar.gz?format=raw) = fe3bddf9c12c2ab69f62ccd4109dc59a
XSHA256 (yaml-mode-0.0.3.tar.gz?format=raw) = f0235b33f995a2dc663b65127d298daef2ba65e31af038c5e81b597af43ee0ce
XSIZE (yaml-mode-0.0.3.tar.gz?format=raw) = 5755
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	yaml-mode.el
X# Date created:				07 Jun 2007
X# Whom:					KIMURA Yasuhiro <yasu@utahime.org>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	yaml-mode.el
XPORTVERSION=	0.0.3
XCATEGORIES=	textproc elisp
XMASTER_SITES=	http://yaml-mode.clouder.jp/attachment/wiki/WikiStart/
XPKGNAMESUFFIX=	-${EMACS_PORT_NAME}
XDISTNAME=	${PORTNAME:S/.el$//}-${PORTVERSION}
XDISTFILES=	${DISTNAME}${EXTRACT_SUFX}?format=raw
X
XMAINTAINER=	yasu@utahime.org
XCOMMENT=	Simple major mode to edit YAML file for Emacsen
X
XUSE_EMACS=	yes
XEMACS_PORT_NAME?=	emacs21
X
XMAKE_ENV+=	LISPDIR=${LISPDIR}
X
XLISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for file in Changes README
X	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
X.endfor
X.endif
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/patch-Makefile
sed 's/^X//' >./files/patch-Makefile << 'END-of-./files/patch-Makefile'
X--- Makefile.orig	Thu Jan 25 15:51:27 2007
X+++ Makefile	Sat Jul  7 21:41:49 2007
X@@ -1,10 +1,10 @@
X VERSION=0.0.3
X-EMACS = emacs
X-PREFIX = /usr/local
X-INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp
X+EMACS = $(EMACS_CMD)
X+#PREFIX = /usr/local
X+INSTALLLIBDIR = $(LISPDIR)
X FLAGS = -batch -L $(INSTALLLIBDIR) -q -f batch-byte-compile
X SRC = yaml-mode.el
X-INSTALL = /usr/bin/install -c -m 444
X+INSTALL = $(BSD_INSTALL_DATA)
X 
X all: bytecompile
X 
END-of-./files/patch-Makefile
echo x - ./pkg-message
sed 's/^X//' >./pkg-message << 'END-of-./pkg-message'
X**********************************************************************
XTo use yaml-mode, you should add following lines to your .emacs file:
X
X(require 'yaml-mode)
X(add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode))
X(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
X
X**********************************************************************
END-of-./pkg-message
exit
--- yaml-mode.el.shar ends here ---


>Release-Note:
>Audit-Trail:

From: KIMURA Yasuhiro <yasu@utahime.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/114383: [New Port] texproc/yaml-mode.el: Simple major
 mode to edit YAML file for Emacsen
Date: Sun, 05 Aug 2007 10:51:33 +0900 (JST)

 Attached files are modified version including following change:
 
 * Remove default value definition of EMACS_PORT_NAME from
   yaml-mode.el/Makefile as it is defined in bsd.emacs.mk now.
 * Add yaml-mode.el-emacs21/Makefile, slave port for Emacs 21.
 
 Please commit them instead of original ones.
 
 Regards.
 
 # 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:
 #
 #	yaml-mode.el
 #	yaml-mode.el/pkg-plist
 #	yaml-mode.el/pkg-descr
 #	yaml-mode.el/distinfo
 #	yaml-mode.el/Makefile
 #	yaml-mode.el/files
 #	yaml-mode.el/files/patch-Makefile
 #	yaml-mode.el/pkg-message
 #	yaml-mode.el-emacs21
 #	yaml-mode.el-emacs21/Makefile
 #
 echo c - yaml-mode.el
 mkdir -p yaml-mode.el > /dev/null 2>&1
 echo x - yaml-mode.el/pkg-plist
 sed 's/^X//' >yaml-mode.el/pkg-plist << 'END-of-yaml-mode.el/pkg-plist'
 X%%EMACS_VERSION_SITE_LISPDIR%%/yaml-mode.el
 X%%EMACS_VERSION_SITE_LISPDIR%%/yaml-mode.elc
 X%%PORTDOCS%%%%DOCSDIR%%/Changes
 X%%PORTDOCS%%%%DOCSDIR%%/README
 X%%PORTDOCS%%@dirrm %%DOCSDIR%%
 END-of-yaml-mode.el/pkg-plist
 echo x - yaml-mode.el/pkg-descr
 sed 's/^X//' >yaml-mode.el/pkg-descr << 'END-of-yaml-mode.el/pkg-descr'
 XThis is a major mode for editing files in the YAML data serialization format. 
 X
 XWWW: http://yaml-mode.clouder.jp/
 END-of-yaml-mode.el/pkg-descr
 echo x - yaml-mode.el/distinfo
 sed 's/^X//' >yaml-mode.el/distinfo << 'END-of-yaml-mode.el/distinfo'
 XMD5 (yaml-mode-0.0.3.tar.gz?format=raw) = fe3bddf9c12c2ab69f62ccd4109dc59a
 XSHA256 (yaml-mode-0.0.3.tar.gz?format=raw) = f0235b33f995a2dc663b65127d298daef2ba65e31af038c5e81b597af43ee0ce
 XSIZE (yaml-mode-0.0.3.tar.gz?format=raw) = 5755
 END-of-yaml-mode.el/distinfo
 echo x - yaml-mode.el/Makefile
 sed 's/^X//' >yaml-mode.el/Makefile << 'END-of-yaml-mode.el/Makefile'
 X# New ports collection makefile for:	yaml-mode.el
 X# Date created:				07 Jun 2007
 X# Whom:					KIMURA Yasuhiro <yasu@utahime.org>
 X#
 X# $FreeBSD:$
 X#
 X
 XPORTNAME=	yaml-mode.el
 XPORTVERSION=	0.0.3
 XCATEGORIES=	textproc elisp
 XMASTER_SITES=	http://yaml-mode.clouder.jp/attachment/wiki/WikiStart/
 XPKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 XDISTNAME=	${PORTNAME:S/.el$//}-${PORTVERSION}
 XDISTFILES=	${DISTNAME}${EXTRACT_SUFX}?format=raw
 X
 XMAINTAINER=	yasu@utahime.org
 XCOMMENT=	Simple major mode to edit YAML file for Emacsen
 X
 XUSE_EMACS=	yes
 X
 XMAKE_ENV+=	LISPDIR=${LISPDIR}
 X
 XLISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 X
 Xpost-install:
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${DOCSDIR}
 X.for file in Changes README
 X	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
 X.endfor
 X.endif
 X	@${CAT} ${PKGMESSAGE}
 X
 X.include <bsd.port.mk>
 END-of-yaml-mode.el/Makefile
 echo c - yaml-mode.el/files
 mkdir -p yaml-mode.el/files > /dev/null 2>&1
 echo x - yaml-mode.el/files/patch-Makefile
 sed 's/^X//' >yaml-mode.el/files/patch-Makefile << 'END-of-yaml-mode.el/files/patch-Makefile'
 X--- Makefile.orig	Thu Jan 25 15:51:27 2007
 X+++ Makefile	Sat Jul  7 21:41:49 2007
 X@@ -1,10 +1,10 @@
 X VERSION=0.0.3
 X-EMACS = emacs
 X-PREFIX = /usr/local
 X-INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp
 X+EMACS = $(EMACS_CMD)
 X+#PREFIX = /usr/local
 X+INSTALLLIBDIR = $(LISPDIR)
 X FLAGS = -batch -L $(INSTALLLIBDIR) -q -f batch-byte-compile
 X SRC = yaml-mode.el
 X-INSTALL = /usr/bin/install -c -m 444
 X+INSTALL = $(BSD_INSTALL_DATA)
 X 
 X all: bytecompile
 X 
 END-of-yaml-mode.el/files/patch-Makefile
 echo x - yaml-mode.el/pkg-message
 sed 's/^X//' >yaml-mode.el/pkg-message << 'END-of-yaml-mode.el/pkg-message'
 X**********************************************************************
 XTo use yaml-mode, you should add following lines to your .emacs file:
 X
 X(require 'yaml-mode)
 X(add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode))
 X(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
 X
 X**********************************************************************
 END-of-yaml-mode.el/pkg-message
 echo c - yaml-mode.el-emacs21
 mkdir -p yaml-mode.el-emacs21 > /dev/null 2>&1
 echo x - yaml-mode.el-emacs21/Makefile
 sed 's/^X//' >yaml-mode.el-emacs21/Makefile << 'END-of-yaml-mode.el-emacs21/Makefile'
 X# New ports collection makefile for:	yaml-mode.el
 X# Date created:				07 Jun 2007
 X# Whom:					KIMURA Yasuhiro <yasu@utahime.org>
 X#
 X# $FreeBSD:$
 X#
 X
 XMASTERDIR=	${.CURDIR}/../yaml-mode.el
 X
 XUSE_EMACS=	yes
 XEMACS_PORT_NAME=	emacs21
 X
 X.include "${MASTERDIR}/Makefile"
 END-of-yaml-mode.el-emacs21/Makefile
 exit
 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Sep 7 23:23:21 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114383 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114383: commit references a PR
Date: Fri,  7 Sep 2007 23:23:26 +0000 (UTC)

 edwin       2007-09-07 23:23:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/yaml-mode.el Makefile distinfo pkg-descr pkg-message 
                           pkg-plist 
     textproc/yaml-mode.el/files patch-Makefile 
   Log:
   [New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
   
           Simple major mode to edit YAML file for Emacsen.
   
           WWW: http://yaml-mode.clouder.jp/
   
   PR:             ports/114383
   Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
   
   Revision  Changes    Path
   1.1181    +1 -0      ports/textproc/Makefile
   1.1       +34 -0     ports/textproc/yaml-mode.el/Makefile (new)
   1.1       +3 -0      ports/textproc/yaml-mode.el/distinfo (new)
   1.1       +17 -0     ports/textproc/yaml-mode.el/files/patch-Makefile (new)
   1.1       +3 -0      ports/textproc/yaml-mode.el/pkg-descr (new)
   1.1       +8 -0      ports/textproc/yaml-mode.el/pkg-message (new)
   1.1       +5 -0      ports/textproc/yaml-mode.el/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114383: commit references a PR
Date: Fri,  7 Sep 2007 23:25:04 +0000 (UTC)

 edwin       2007-09-07 23:24:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/yaml-mode.el-emacs21 Makefile 
   Log:
   [New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
   
           Simple major mode to edit YAML file for Emacsen.
   
           WWW: http://yaml-mode.clouder.jp/
   
   PR:             ports/114383
   Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
   
   Revision  Changes    Path
   1.1182    +1 -0      ports/textproc/Makefile
   1.1       +13 -0     ports/textproc/yaml-mode.el-emacs21/Makefile (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
