From relaxbsd@gmail.com  Mon Aug 20 20:29:10 2007
Return-Path: <relaxbsd@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8239416A417
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Aug 2007 20:29:10 +0000 (UTC)
	(envelope-from relaxbsd@gmail.com)
Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185])
	by mx1.freebsd.org (Postfix) with ESMTP id 5A0B913C467
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Aug 2007 20:29:10 +0000 (UTC)
	(envelope-from relaxbsd@gmail.com)
Received: by rv-out-0910.google.com with SMTP id l15so1013478rvb
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Aug 2007 13:29:09 -0700 (PDT)
Received: by 10.141.159.13 with SMTP id l13mr2956089rvo.1187641749534;
        Mon, 20 Aug 2007 13:29:09 -0700 (PDT)
Received: from relaxbsd@gmail.com ( [222.242.92.158])
        by mx.google.com with ESMTPS id b21sm1929885rvf.2007.08.20.13.29.06
        (version=SSLv3 cipher=OTHER);
        Mon, 20 Aug 2007 13:29:08 -0700 (PDT)
Received: by relaxbsd@gmail.com (sSMTP sendmail emulation); Tue, 21 Aug 2007 04:28:52 +0800
Message-Id: <46c9f994.15b38c0a.4877.fffff8e1@mx.google.com>
Date: Tue, 21 Aug 2007 04:28:52 +0800
From: Yinghong Liu <relaxbsd@gmail.com>
Reply-To: relaxbsd@gmail.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port:deskutils/nagaina A notes-taking application based on QT4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115662
>Category:       ports
>Synopsis:       New port:deskutils/nagaina A notes-taking application based on QT4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 20:30:02 GMT 2007
>Closed-Date:    Tue Aug 21 08:42:10 GMT 2007
>Last-Modified:  Tue Aug 21 08:50:03 GMT 2007
>Originator:     Yinghong Liu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD relaxbsd.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 10 21:42:19 CST 2007 hamigua@relaxbsd.org:/usr/src/sys/i386/compile/LYH i386


	
>Description:
Nagaina is a notes-taking application.

Features
* Classifications of notes in categories;
* Rich text editor, with support for font, font size, font color, alignment...
* Style editor; 

WWW: http://code.google.com/p/nagaina/
	
>How-To-Repeat:
	
>Fix:

	

--- nagaina.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:
#
#	nagaina
#	nagaina/Makefile
#	nagaina/distinfo
#	nagaina/pkg-descr
#
echo c - nagaina
mkdir -p nagaina > /dev/null 2>&1
echo x - nagaina/Makefile
sed 's/^X//' >nagaina/Makefile << 'END-of-nagaina/Makefile'
X# New ports collection makefile for:	nagaina
X# Date created:		21 August 2007
X# Whom:			Yinghong Liu <relaxbsd@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nagaina
XPORTVERSION=	0.1.2
XCATEGORIES=	deskutils
XMASTER_SITES=	http://nagaina.googlecode.com/files/
XDISTNAME=	${PORTNAME}-${PORTVERSION}-sources
X
XMAINTAINER=	relaxbsd@gmail.com
XCOMMENT=	A notes-taking application based QT4
X
XUSE_QT_VER=	4
XQT_COMPONENTS=	gui xml qmake_build moc_build rcc_build uic_build
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XPLIST_FILES=	bin/${PORTNAME} share/pixmaps/${PORTNAME}.png
XPORTDOCS=	CHANGELOG COMPILE LICENSE TODO
X
XDESKTOP_ENTRIES=	"${PORTNAME}" \
X			"${COMMENT}" \
X			"${PORTNAME}" \
X			"${PORTNAME}" \
X			"Qt;KDE;Office;Utility;" \
X			"false"
X
Xpre-build:
X	@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE}
X
Xpost-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
X	@${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}.png ${PREFIX}/share/pixmaps
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for doc in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-nagaina/Makefile
echo x - nagaina/distinfo
sed 's/^X//' >nagaina/distinfo << 'END-of-nagaina/distinfo'
XMD5 (nagaina-0.1.2-sources.tar.gz) = 7ac53abf0815b37f1a29387936a9f69b
XSHA256 (nagaina-0.1.2-sources.tar.gz) = 4a6f1bf2c434c575882cd093336c73fd418679e468fc2c6a66b7116a4b116a60
XSIZE (nagaina-0.1.2-sources.tar.gz) = 86709
END-of-nagaina/distinfo
echo x - nagaina/pkg-descr
sed 's/^X//' >nagaina/pkg-descr << 'END-of-nagaina/pkg-descr'
XNagaina is a notes-taking application.
X
XFeatures
X* Classifications of notes in categories;
X* Rich text editor, with support for font, font size, font color, alignment...
X* Style editor; 
X
XWWW: http://code.google.com/p/nagaina/
END-of-nagaina/pkg-descr
exit
--- nagaina.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Aug 20 22:21:21 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115662 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Aug 21 08:42:08 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115662: commit references a PR
Date: Tue, 21 Aug 2007 08:42:24 +0000 (UTC)

 miwi        2007-08-21 08:42:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils            Makefile 
   Added files:
     deskutils/nagaina    Makefile distinfo pkg-descr 
   Log:
   Nagaina is a notes-taking application.
   
   Features
   * Classifications of notes in categories;
   * Rich text editor, with support for font, font size, font color, alignment...
   * Style editor;
   
   WWW: http://code.google.com/p/nagaina/
   
   PR:             ports/115662
   Submitted by:   Yinghong Liu <relaxbsd at gmail.com>
   
   Revision  Changes    Path
   1.307     +1 -0      ports/deskutils/Makefile
   1.1       +44 -0     ports/deskutils/nagaina/Makefile (new)
   1.1       +3 -0      ports/deskutils/nagaina/distinfo (new)
   1.1       +8 -0      ports/deskutils/nagaina/pkg-descr (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:
