Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2007 04:28:52 +0800
From:      Yinghong Liu <relaxbsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115662: New port:deskutils/nagaina A notes-taking application based on QT4
Message-ID:  <46c9f994.15b38c0a.4877.fffff8e1@mx.google.com>
Resent-Message-ID: <200708202030.l7KKU3PW028763@freefall.freebsd.org>

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

>Number:         115662
>Category:       ports
>Synopsis:       New port:deskutils/nagaina A notes-taking application based on QT4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 20:30:02 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46c9f994.15b38c0a.4877.fffff8e1>