Date: Sun, 28 Nov 1999 08:25:01 -0500 (EST) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15138: New port: deskutils/yank Message-ID: <19991128132501.714019B38@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>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 <jedgar@fxp.org> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991128132501.714019B38>