Port details |
- yank A simple notekeeper and todo-list manager for GNOME
- 0.2.1 deskutils
=2 0.2.1Version of this port present on the latest quarterly branch. BROKEN: Incomplete pkg-plist
DEPRECATED: Incomplete pkg-plist
This port expired on: 2007-04-10
IGNORE: is marked as broken: Incomplete pkg-plist
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2007-04-10 17:14:03
- SVN Revision: UNKNOWN
- People watching this port, also watch:: mplayer-skins, libao, Hermes
- Also Listed In: gnome
- License: not specified in port
- WWW:
- http://yank.sourceforge.net/
- Description:
- 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://yank.sourceforge.net/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: yank
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- aspell : textproc/aspell
- gmake : devel/gmake
- pkg-config : devel/pkg-config
- Runtime dependencies:
-
- aspell : textproc/aspell
- BSD.gnome.dist : misc/gnomehier
- pkg-config : devel/pkg-config
- Library dependencies:
-
- intl : devel/gettext
- esd.2 : audio/esound
- bonobo.2 : devel/bonobo
- gal.23 : x11-toolkits/gal
- gconf-1.1 : devel/gconf
- gdk_pixbuf.2 : graphics/gdk-pixbuf
- glib-12.3 : devel/glib12
- gnomecanvaspixbuf.1 : graphics/gnomecanvas
- gnomedb.0 : databases/gnome-db
- gnome.5 : x11/gnome-libs
- gnomeprint.16 : print/gnome-print
- gtk-12.2 : x11-toolkits/gtk12
- gda-client.0 : databases/libgda
- glade.4 : devel/libglade
- xml.5 : textproc/libxml
- Imlib.5 : graphics/imlib
- oaf.0 : devel/oaf
- ORBit.2 : devel/ORBit
- X11.6 : x11/xorg-libraries
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.1 10 Apr 2007 17:14:03
 |
miwi  |
2007-04-10 audio/x4x: Does not build
2007-04-10 audio/marlin: does not build with new nautilus-cd-burner
2007-04-10 chinese/tatter-tools: Incorrect pkg-plist
2007-04-10 chinese/vim-scdoc: Does not build
2007-04-10 databases/mergeant: does not build with new libgnomedb
2007-04-10 databases/pecl-paradox: Does not compile
2007-04-10 deskutils/yank: Incomplete pkg-plist |
0.2.1 11 Feb 2007 01:23:35
 |
kris  |
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted. |
0.2.1 03 Feb 2007 21:28:03
 |
kris  |
BROKEN: Incomplete pkg-plist |
0.2.1 24 Sep 2006 23:59:33
 |
kris  |
Now builds again |
0.2.1 02 Sep 2006 16:51:10
 |
kris  |
Schedule these broken ports for termination on 2006-12-01 |
0.2.1 06 Aug 2006 18:08:10
 |
erwin  |
Mark BROKEN: does not deinstall cleanly |
0.2.1 09 Jun 2006 23:32:16
 |
pav  |
- Update to 0.2.1
PR: ports/95816
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.2.0_2 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
0.2.0_2 24 Mar 2006 06:23:47
 |
linimon  |
Reset jedgar as maintainer; has not responded to email about status.
Hat: portmgr |
0.2.0_2 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.2.0_1 22 Jan 2006 08:24:40
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.2.0_1 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.2.0_1 21 Dec 2004 11:55:08
 |
krion  |
Fix plist. |
0.2.0_1 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.2.0_1 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.2.0_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.2.0 15 Nov 2003 01:49:42
 |
pav  |
UnPERLify [1]
Use modular USE_GNOME
PR: ports/48247 [1]
Submitted by: Simon Schubert <corecode@corecode.ath.cx> [1]
Approved by: adamw (mentor) |
0.2.0 13 Nov 2003 14:45:08
 |
trevor  |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
0.2.0 24 Apr 2003 02:04:52
 |
kuriyama  |
Update WWW and use $MASTER_SITE_SOURCEFORGE.
Submitted by: MA, Dunzi <tadalunch@sources.redhat.com> (www update)
PR: ports/48307 |
0.2.0 07 Mar 2003 05:58:52
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
29 Mar 2001 16:35:19
    |
sobomax  |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
25 Feb 2001 19:12:23
    |
jedgar  |
Update yank to 0.2.0 |
22 Jan 2001 12:39:21
    |
jedgar  |
Update port to 0.1.5 |
08 Oct 2000 01:03:55
    |
asami  |
Convert category deskutils to new layout. |
05 Oct 2000 08:10:50
    |
reg  |
Implement USE_GNOME, part 1. |
21 Aug 2000 17:40:12
    |
jedgar  |
o Install in ${X11BASE} instead of ${LOCALBASE} so GNOME panel finds the
application files. o Change dependencies to gnomecore instead of gnomelibs to
get rid of the 'extra' failures. |
11 Aug 2000 12:50:37
    |
will  |
Make these COMMENT files conform to Handbook standard. |
02 Aug 2000 02:43:02
    |
jedgar  |
Remove non-existent file |
23 Jul 2000 15:06:27
    |
jedgar  |
Update port to 0.1.4 |
15 Jun 2000 20:56:26
    |
ade  |
Use devel/gettext instead of libintl included in the distribution itself. |
01 Jun 2000 17:25:45
    |
ade  |
Updates for new shared library versions in GNOME 1.2 |