From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 27 16:40:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A69A16A434 for ; Thu, 27 Apr 2006 16:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BC1043D78 for ; Thu, 27 Apr 2006 16:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3RGeIcS063177 for ; Thu, 27 Apr 2006 16:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3RGeIOj063176; Thu, 27 Apr 2006 16:40:18 GMT (envelope-from gnats) Resent-Date: Thu, 27 Apr 2006 16:40:18 GMT Resent-Message-Id: <200604271640.k3RGeIOj063176@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4969B16A422 for ; Thu, 27 Apr 2006 16:39:50 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 185E543D7E for ; Thu, 27 Apr 2006 16:39:39 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Thu, 27 Apr 2006 17:39:37 +0100 (BST) Message-Id: <1146155977.3904@charon.picobyte.net> Date: Thu, 27 Apr 2006 17:39:37 +0100 From: Shaun Amott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/96421: [NEW PORT] deskutils/snotes - lightweight "sticky notes" utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 16:40:21 -0000 >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 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 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 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: