Date: Thu, 27 Apr 2006 17:39:37 +0100 From: Shaun Amott <shaun@inerd.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96421: [NEW PORT] deskutils/snotes - lightweight "sticky notes" utility Message-ID: <1146155977.3904@charon.picobyte.net> Resent-Message-ID: <200604271640.k3RGeIOj063176@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96421 >Category: ports >Synopsis: [NEW PORT] deskutils/snotes - lightweight "sticky notes" utility >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: Thu Apr 27 16:40:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: >Description: This is a port of Snotes. Snotes is a lightweight, configurable sticky-notes utility designed as a replacement for knotes. >How-To-Repeat: >Fix: --- snotes.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: # # snotes # snotes/Makefile # snotes/distinfo # snotes/pkg-descr # echo c - snotes mkdir -p snotes > /dev/null 2>&1 echo x - snotes/Makefile sed 's/^X//' >snotes/Makefile << 'END-of-snotes/Makefile' X# New ports collection makefile for: snotes X# Date Created: 2006-04-27 X# Whom: Shaun Amott <shaun@inerd.com> X# X# $FreeBSD$ X# X XPORTNAME= snotes XPORTVERSION= 1.1.5 XCATEGORIES= deskutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= s-notes X XMAINTAINER= shaun@inerd.com XCOMMENT= A lightweight, configurable sticky notes utility X XBUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake X XUSE_X_PREFIX= yes XUSE_QT_VER= 3 XMAKE_ENV= QTDIR="${QT_PREFIX}" \ X QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ X XWRKSRC= ${WRKDIR}/${PORTNAME} XPLIST_FILES= bin/${PORTNAME} X X.include <bsd.port.pre.mk> X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -project X @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -nocache X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include <bsd.port.post.mk> END-of-snotes/Makefile echo x - snotes/distinfo sed 's/^X//' >snotes/distinfo << 'END-of-snotes/distinfo' XMD5 (snotes-1.1.5.tar.gz) = 3c0fbfabb91edfc8a6c8b9ab14a55e33 XSHA256 (snotes-1.1.5.tar.gz) = fcaccced8e2e73b26545a921c5adb37548ae05946335fe9ea3a7b1355902b38a XSIZE (snotes-1.1.5.tar.gz) = 177647 END-of-snotes/distinfo echo x - snotes/pkg-descr sed 's/^X//' >snotes/pkg-descr << 'END-of-snotes/pkg-descr' XSnotes is a program which allows you to create and manage Post-It(TM) Xstyle sticky-notes on your desktop. It was designed as a lightweight Xreplacement for knotes. X XWWW: http://sourceforge.net/projects/s-notes/ END-of-snotes/pkg-descr exit --- snotes.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?1146155977.3904>