From owner-freebsd-ports Sun Nov 28 5:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFCE11509C for ; Sun, 28 Nov 1999 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA68246; Sun, 28 Nov 1999 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id BB14D14D5C for ; Sun, 28 Nov 1999 05:25:02 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 714019B38; Sun, 28 Nov 1999 08:25:01 -0500 (EST) Message-Id: <19991128132501.714019B38@pawn.primelocation.net> Date: Sun, 28 Nov 1999 08:25:01 -0500 (EST) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15138: New port: deskutils/yank Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15138 >Category: ports >Synopsis: New port: deskutils/yank >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 05:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: New port: deskutils/yank Yank is a simple notekeeper and todo-list manager for GNOME. Features include: * note organization in a tree structure * 3 different types of notes * sortable todolist * drag & drop support >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: # # yank # yank/Makefile # yank/files # yank/files/md5 # yank/pkg # yank/pkg/PLIST # yank/pkg/COMMENT # yank/pkg/DESCR # echo c - yank mkdir -p yank > /dev/null 2>&1 echo x - yank/Makefile sed 's/^X//' >yank/Makefile << 'END-of-yank/Makefile' X# New ports collection makefile for: yank X# Version required: 0.0.2 X# Date created: 28 November 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= yank-0.0.2 XCATEGORIES= deskutils gnome XMASTER_SITES= http://home.ins.de/~m.hussmann/software/yank/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs X XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-x XCONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ X GLIB_CONFIG="${GLIB_CONFIG}" \ X GTK_CONFIG="${GTK_CONFIG}" \ X LIBS="-L${LOCALBASE}/lib" X X.include END-of-yank/Makefile echo c - yank/files mkdir -p yank/files > /dev/null 2>&1 echo x - yank/files/md5 sed 's/^X//' >yank/files/md5 << 'END-of-yank/files/md5' XMD5 (yank-0.0.2.tar.bz2) = ddf47f26b21b4754dc2620097831e448 END-of-yank/files/md5 echo c - yank/pkg mkdir -p yank/pkg > /dev/null 2>&1 echo x - yank/pkg/PLIST sed 's/^X//' >yank/pkg/PLIST << 'END-of-yank/pkg/PLIST' Xbin/yank Xshare/gnome/apps/Applications/yank.desktop Xshare/pixmaps/yank.png END-of-yank/pkg/PLIST echo x - yank/pkg/COMMENT sed 's/^X//' >yank/pkg/COMMENT << 'END-of-yank/pkg/COMMENT' XYank is a simple notekeeper and todo-list manager for GNOME END-of-yank/pkg/COMMENT echo x - yank/pkg/DESCR sed 's/^X//' >yank/pkg/DESCR << 'END-of-yank/pkg/DESCR' XYank is a simple notekeeper and todo-list manager for GNOME. X XFeatures include: X X* note organization in a tree structure X* 3 different types of notes X* sortable todolist X* drag & drop support X XWWW: http://home.ins.de/~m.hussmann/software/yank/ X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-yank/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message