diff --git a/xcowsay/DESCR b/xcowsay/DESCR index 999831daba..7fcdc9f70e 100644 --- a/xcowsay/DESCR +++ b/xcowsay/DESCR @@ -1,16 +1,2 @@ xcowsay displays a cute cow and message on your desktop. Inspired by the original cowsay. - -xcowsay includes all these amazing features: - - * Fully configurable! - * Calculates display time from amount of text - * Dream mode -- display images in the bubble - * Can draw thought and speech bubbles - * Daemon mode! Send your cow messages over DBus! - * Three different sized cows provided - * fortune(6) wrapper program: xcowfortune -- cow will deliver pearls - of wisdom! - * Replace the naffness that is xmessage(1) - * Should work with any window manager - * Supports UTF-8 characters properly diff --git a/xcowsay/Makefile b/xcowsay/Makefile index b37734588a..bcba220f01 100644 --- a/xcowsay/Makefile +++ b/xcowsay/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2009/05/19 09:00:14 thomasklausner Exp $ +# $NetBSD: Makefile,v 1.3 2010/01/16 20:34:54 leot1990 Exp $ # -DISTNAME= xcowsay-1.1 +DISTNAME= xcowsay-1.2 CATEGORIES= misc MASTER_SITES= http://www.nickg.me.uk/files/ @@ -16,8 +16,9 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config -# FIXME: the dbus option don't work on NetBSD due a pthread_mutex_unlock(3) -# error (probably this is a devel/glib2 problem and it should be fixed). +# FIXME: the dbus option doesn't work on NetBSD due a +# pthread_mutex_unlock(3) error (probably this is a devel/glib2 problem +# and it should be fixed). #.include "options.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/xcowsay/distinfo b/xcowsay/distinfo index 2c2f7a2922..29b82822a9 100644 --- a/xcowsay/distinfo +++ b/xcowsay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/10/10 19:38:49 leot1990 Exp $ +$NetBSD: distinfo,v 1.2 2010/01/16 20:34:54 leot1990 Exp $ -SHA1 (xcowsay-1.1.tar.gz) = 1a9ab65efe6d8ef129715798a025a6d1d9afac03 -RMD160 (xcowsay-1.1.tar.gz) = f969660532570963d302c61a7caddbdeabccbe50 -Size (xcowsay-1.1.tar.gz) = 258978 bytes +SHA1 (xcowsay-1.2.tar.gz) = b42859a189af71535605e2e0ce53468d5b8e2582 +RMD160 (xcowsay-1.2.tar.gz) = e7951d345357db64a96617079baba02ff92ccf92 +Size (xcowsay-1.2.tar.gz) = 264592 bytes diff --git a/xcowsay/options.mk b/xcowsay/options.mk index 5c3031a37a..c36129b312 100644 --- a/xcowsay/options.mk +++ b/xcowsay/options.mk @@ -1,7 +1,6 @@ -# $NetBSD: options.mk,v 1.1.1.1 2008/10/10 19:38:49 leot1990 Exp $ +# $NetBSD: options.mk,v 1.2 2010/01/16 20:34:54 leot1990 Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xcowsay - PKG_SUPPORTED_OPTIONS= dbus .include "../../mk/bsd.options.mk"