From f67edc574e63ba7d923ebfe54da57f15645ae158 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Sat, 25 Dec 1999 19:38:04 +0000 Subject: simple notekeeper and todo-list manager for GNOME PR: 15138 --- deskutils/yank/Makefile | 30 ++++++++++++++++++++++++++++++ deskutils/yank/distinfo | 1 + deskutils/yank/pkg-comment | 1 + deskutils/yank/pkg-descr | 13 +++++++++++++ deskutils/yank/pkg-plist | 3 +++ 5 files changed, 48 insertions(+) create mode 100644 deskutils/yank/Makefile create mode 100644 deskutils/yank/distinfo create mode 100644 deskutils/yank/pkg-comment create mode 100644 deskutils/yank/pkg-descr create mode 100644 deskutils/yank/pkg-plist (limited to 'deskutils') diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile new file mode 100644 index 000000000000..e8b04dddb6b2 --- /dev/null +++ b/deskutils/yank/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: yank +# Version required: 0.1.1 +# Date created: 28 November 1999 +# Whom: Chris D. Faulhaber +# +# $FreeBSD$ +# + +DISTNAME= yank-0.1.1 +CATEGORIES= deskutils gnome +MASTER_SITES= http://home.ins.de/~m.hussmann/software/yank/ + +MAINTAINER= jedgar@FreeBSD.org + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-x +CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include diff --git a/deskutils/yank/distinfo b/deskutils/yank/distinfo new file mode 100644 index 000000000000..e8289576df9f --- /dev/null +++ b/deskutils/yank/distinfo @@ -0,0 +1 @@ +MD5 (yank-0.1.1.tar.bz2) = b298258caade3d1eedf14a75835735b5 diff --git a/deskutils/yank/pkg-comment b/deskutils/yank/pkg-comment new file mode 100644 index 000000000000..b39422ffc3e9 --- /dev/null +++ b/deskutils/yank/pkg-comment @@ -0,0 +1 @@ +Yank is a simple notekeeper and todo-list manager for GNOME diff --git a/deskutils/yank/pkg-descr b/deskutils/yank/pkg-descr new file mode 100644 index 000000000000..e116e6c153da --- /dev/null +++ b/deskutils/yank/pkg-descr @@ -0,0 +1,13 @@ +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 + +WWW: http://home.ins.de/~m.hussmann/software/yank/ + +- Chris D. Faulhaber +jedgar@fxp.org diff --git a/deskutils/yank/pkg-plist b/deskutils/yank/pkg-plist new file mode 100644 index 000000000000..f41f2c9ac4a7 --- /dev/null +++ b/deskutils/yank/pkg-plist @@ -0,0 +1,3 @@ +bin/yank +share/gnome/apps/Applications/yank.desktop +share/pixmaps/yank.png -- cgit v1.2.3