NOTICE: This package has been removed from pkgsrc

./wip/xcowsay, Display a cow and message on your desktop

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3, Package name: xcowsay-1.3, Maintainer: pkgsrc-users

xcowsay displays a cute cow and message on your desktop. Inspired by the
original cowsay.


Required to run:
[x11/gtk2]

Required to build:
[pkgtools/x11-links] [devel/pkg-config] [x11/xcb-proto]

Master sites:

SHA1: 3af39a051a3bbd9940f3aa315f492099bb22bdad
RMD160: 485ebcc25ee2e31a8731debe1b8d4b790cc6ed4b
Filesize: 263.512 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 22:20:15 by Aleksej Saushev | Files touched by this commit (6) | Package removed
Log message:
Remove xcowsay, same version as in pkgsrc/games/xcowsay.

   2012-10-07 22:11:06 by Aleksej Saushev | Files touched by this commit (137)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-27 19:35:21 by Matthias Drochner | Files touched by this commit (3)
Log message:
fix dbus option
   2012-06-11 11:41:36 by Leonardo Taccari | Files touched by this commit (3)
Log message:
Update to xcowsay-1.3.

Changes:
2010-11-11  Nick Gasson  <nick@nickg.me.uk>
   
   * xcowsay 1.3 released!

2010-11-06  Nick Gasson  <nick@nickg.me.uk>

	* src/bubblegen.c (bubble_init_left): Fix rendering of
	left-handed though bubbles.
	* src/bubblegen.c (bubble_content_left): Align left-handed text
	content correctly.
	* src/xcowsay.c (main): Add -l option as short form of --left.
	* xcowsay.6: Document --left option.

	* src/xcowsay.c (main): Fix bug with absolute dream image
	paths. Use realpath(3) to get canonical path.

2010-10-23  Nick Gasson  <nick@nickg.me.uk>

	* src/bubblegen.c (bubble_init): Add a function to generate
	left-handed bubbles.
	* src/xcowsay.c (main): Add --left option to put bubble on
	the left of the cow.

2010-10-02  Nick Gasson  <nick@nickg.me.uk>

	* xcowsay.6: Update bugs section: remove note about lack of word
	wrapping; add comment that anti-aliasing is unlikely to happen.

2010-09-29  Nick Gasson  <nick@nickg.me.uk>

	* src/display_cow.c (normal_setup, display_cow): Calculate
	maximum size of bubble to support word wrapping.
	* src/bubblegen.c (make_text_bubble): Use Pango to word-wrap
	text that is too wide to fit in the bubble.
	* src/xcowsay.c (main): Add --no-wrap option to disable word
	wrapping.
	* xcowsay.6: Document new word wrapping feature.

2010-09-28  Nick Gasson  <nick@nickg.me.uk>

	* configure.ac: Place install prefix in config.h rather than on
	the command line. This fixes a bug where code would not be
	rebuilt if the prefix changed.

2010-08-28  Nick Gasson  <nick@nickg.me.uk>

	* configure.ac: Fix bug where --disable-dbus would still define
	WITH_DBUS.

	* src/display_cow.c (normal_setup): time=0 means display
	forever.
	* xcowsay.6: Document new time=0 feature.

2010-04-01  Nick Gasson  <nick@nickg.me.uk>

	* src/display_cow.c (display_cow): Use random(3) rather than
	rand(3)
   2012-06-10 14:06:59 by Leonardo Taccari | Files touched by this commit (11)
Log message:
Drop mainteinership (I no longer use these packages)...

Feel free to take maintainership if you are interested!
   2010-06-14 00:47:10 by Thomas Klausner | Files touched by this commit (235)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-01-16 21:34:54 by Leonardo Taccari | Files touched by this commit (4)
Log message:
Update to xcowsay-1.2.

Changes:
 - new --image option allows you to use your own images instead of the
   cow
 - new --monitor option that forces the cow to appear on a particular
   monitor
 - improved config file support
 - lots of minor bugs fixed
   2009-10-11 12:45:25 by Thomas Klausner | Files touched by this commit (57)
Log message:
Remove obsolete @dirrm lines.