Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2010 09:39:33 GMT
From:      zloidemon <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142930: new port: deskutils/znotes Simple notes based on QT4
Message-ID:  <201001180939.o0I9dXfR070872@www.freebsd.org>
Resent-Message-ID: <201001180940.o0I9e63L068082@freefall.freebsd.org>

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

>Number:         142930
>Category:       ports
>Synopsis:       new port: deskutils/znotes Simple notes 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 Jan 18 09:40:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     zloidemon
>Release:        FreeBSD 8.0-STABLE
>Organization:
>Environment:
FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #22: Sun Jan  3 12:17:19 KRAT 2010     root@zlobook.local:/usr/obj/usr/src/sys/zlobook  i386
>Description:
When I migrated from XFCE, I could not find a program simular to
xfce4-Notes-plugin, so I created this program.
>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:                                                             
#                                                                                    
#       znotes                                                                       
#       znotes/Makefile                                                              
#       znotes/distinfo                                                              
#       znotes/pkg-descr                                                             
#                                                                                    
echo c - znotes                                                                      
mkdir -p znotes > /dev/null 2>&1                                                     
echo x - znotes/Makefile                                                             
sed 's/^X//' >znotes/Makefile << '79ecaf0bf3362b4bff8338b02a70402f'                  
X# New ports collection makefile for:   znotes                                       
X# Date created:                2009-11-12                                           
X# Whom:                        Gvozdikov Veniamin <g.veniamin@googlemail.com>       
X#                                                                                   
X# $FreeBSD$                                                                         
X#                                                                                   
X                                                                                    
XPORTNAME=      znotes                                                               
XPORTVERSION=   0.3.9                                                                
XCATEGORIES=    deskutils                                                            
XMASTER_SITES=  SF/${PORTNAME}/${PORTVERSION}/                                       
XDISTNAME=      ${PORTNAME}-${PORTVERSION}                                           
X                                                                                    
XMAINTAINER=    g.veniamin@googlemail.com
XCOMMENT=       Simple notes based on QT4
X
XUSE_QT_VER=    4
XQT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build
X
XDESKTOP_ENTRIES="zNotes" "Simple notes" \
X               "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \
X               "Utility;TextEditor;Qt;" ${FALSE}
X
XPLIST_FILES=   bin/${PORTNAME} \
X               share/pixmaps/${PORTNAME}.png
X
Xdo-configure:
X       cd ${WRKSRC} && ${QMAKE} ${QMAKE_PRO}
X
Xdo-install:
X       ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X       ${INSTALL_DATA} ${WRKSRC}/znotes.png ${PREFIX}/share/pixmaps/
X
X.include <bsd.port.mk>
79ecaf0bf3362b4bff8338b02a70402f
echo x - znotes/distinfo
sed 's/^X//' >znotes/distinfo << 'cdc16d3156e3ae3f3122d1ce23ae83fd'
XMD5 (znotes-0.3.9.tar.gz) = 4f39a77ac659029598225ce93c1429a4
XSHA256 (znotes-0.3.9.tar.gz) = 16e7785b1e38c587a8dc75e7b5509cd4a972b45f762af80aeb0588065631c56d
XSIZE (znotes-0.3.9.tar.gz) = 60485
cdc16d3156e3ae3f3122d1ce23ae83fd
echo x - znotes/pkg-descr
sed 's/^X//' >znotes/pkg-descr << '3877dc6f3a390ddc721e04dddba2a828'
XWhen I migrated from XFCE, I could not find a program simular to
Xxfce4-Notes-plugin, so I created this program.
X
XWWW:   http://znotes.sourceforge.net/
3877dc6f3a390ddc721e04dddba2a828
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001180939.o0I9dXfR070872>