FreshPorts -- The Place For Ports Fri, 29 Aug 2008 8:00 PM BST
FreshPorts is now running off the BETA server. Enjoy for now.
Port details
buoh 0.8.2_4 deskutils on this many watch lists=0 search for ports that depend on this port
A reader for online strips comics
Maintained by: mezz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 10 Dec 2005 19:16:41
Also Listed In: www gnome


Buoh is a reader for online strips comics. It is free software, designed to
work well under the GNOME Desktop.

Buoh has a number of features, including:

	- Select your favorites comic through a list of more than 130 comics
	- Easy, simple an eye-candy view of an online comic
	- Browsing over the comic strip archives
	- Saving a comic to disk
	- Integration with GNOME (respecting the lockdowns and HIG compliance)

WWW: http://buoh.steve-o.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, textproc/intltool, misc/gnome-mime-data, devel/pkg-config
Required To Run: misc/gnomehier, misc/gnome-mime-data, devel/pkg-config, devel/gio-fam-backend
Required Libraries: devel/libsoup22, audio/esound, accessibility/atk, accessibility/gail, devel/gconf2, devel/glib20, devel/gnome-vfs, x11-toolkits/gtk20, graphics/libart_lgpl, devel/libbonobo, x11-toolkits/libbonoboui, devel/libglade2, x11/libgnome, graphics/libgnomecanvas, x11-toolkits/libgnomeui, devel/libIDL, textproc/libxml2, devel/ORBit2, x11-toolkits/pango

To install the port: cd /usr/ports/deskutils/buoh/ && make install clean
To add the package: pkg_add -r buoh


Configuration Options
     No options to configure

Master Sites:
http://buoh.steve-o.org/downloads/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jun 2008 14:18:34
Original commit files touched by this commit  0.8.2_4
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
24 Mar 2008 03:50:55
Original commit files touched by this commit  0.8.2_3
marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
22 Mar 2008 00:38:38
Original commit files touched by this commit  0.8.2_2
mezz search for other commits by this committer
Remove USE_XLIB, bump the PORTREVISION on homebank and comix. As for the buoh,
it's unchange so no bump.
04 Oct 2007 01:24:54
Original commit files touched by this commit  0.8.2_2
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
05 Jul 2007 04:54:51
Original commit files touched by this commit  0.8.2_2
tmclaugh search for other commits by this committer
Bump PORTREVISION for a few apps due to gnutls update.
19 May 2007 21:32:57
Original commit files touched by this commit  0.8.2_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
03 Nov 2006 19:35:53
Original commit files touched by this commit  0.8.2
mezz search for other commits by this committer
Update to 0.8.2.
14 Oct 2006 09:54:54
Original commit files touched by this commit  0.8.1_5
marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
31 Mar 2006 22:26:48
Original commit files touched by this commit  0.8.1_3
mezz search for other commits by this committer
portlint:
        -Remove USE_REINPLACE.
        -Remove quote from BROKEN.
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.8.1_3
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 01:29:46
Original commit files touched by this commit  0.8.1_3
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
10 Jan 2006 18:18:02
Original commit files touched by this commit  0.8.1_3
mezz search for other commits by this committer
Bump the PORTREVISION for rebuild/reinstall with gnutls shared library version
that was bumped.
03 Jan 2006 03:23:49
Original commit files touched by this commit  0.8.1_2
mezz search for other commits by this committer
Mark it as broke on FreeBSD 4.x; it doesn't build.
15 Dec 2005 20:42:05
Original commit files touched by this commit  0.8.1_2
mezz search for other commits by this committer
Add a missing dependency, libsoup. Bump the PORTREVISION.

Reported by:    krismail
12 Dec 2005 06:40:22
Original commit files touched by this commit  0.8.1_1
mezz search for other commits by this committer
Add WITH_DEBUG option to enable the debug.
11 Dec 2005 06:52:36
Original commit files touched by this commit  0.8.1_1
mezz search for other commits by this committer
Add g_mutex_unlock() to solve the dump core at exit. I am not sure if it is a
right way to do it, but at least no more crash for now. Later, the correct way
will be come up if I get any respone. Bump the PORTREVISION.
10 Dec 2005 19:15:09
Original commit files touched by this commit  0.8.1
mezz search for other commits by this committer
Buoh is a reader for online strips comics. It is free software, designed to
work well under the GNOME Desktop.

Buoh has a number of features, including:

        - Select your favorites comic through a list of more than 130 comics
        - Easy, simple an eye-candy view of an online comic
        - Browsing over the comic strip archives
        - Saving a comic to disk
        - Integration with GNOME (respecting the lockdowns and HIG compliance)

WWW: http://buoh.steve-o.org/

--

NOTE: Dump core at exit is a known issue, I will collect the backtraces and
      report to the developer(s). If anyone want to fix, feel free to send me
      a patch.

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19052
Broken 162
Deprecated 80
Ignore 428
Forbidden 6
Restricted 306
No CDROM 130
Vulnerable 50
Expired 12
Set to expire 61
Interactive 78
new 24 hours 3
new 48 hours6
new 7 days25
new fortnight62
new month222

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 2.791 seconds.