c657 FreshPorts -- misc/uf-view
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
uf-view 2.4_12 misc on this many watch lists=1 search for ports that depend on this port
A gTK+ viewer for the User Friendly and several other popular comics
Maintained by: mcgee@wam.umd.edu search for ports maintained by this maintainer
Port Added: 30 May 2001 17:19:34
License: not specified in port


UF-View is a calendar-based comic viewer. It was first hacked to view the
"User Friendly" comic, and was extended to allow other reccuring comics to be
viewed as well.

It also supports Angst Technology, Calvin and Hobbes, Little Gamers,
Penny Arcade, and PvP.

WWW: http://www.hadess.net/misc-code.php3
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
  2. textproc/intltool
  3. misc/gnome-mime-data
  4. devel/pkg-config
  5. textproc/gnome-doc-utils
  6. devel/py-gobject
  7. x11-toolkits/py-gtk2
Required To Run:
  1. misc/gnomehier
  2. misc/gnome-mime-data
  3. devel/pkg-config
  4. devel/gio-fam-backend
  5. textproc/gnome-doc-utils
  6. devel/py-gobject
  7. x11-toolkits/py-gtk2
Required Libraries:
  1. audio/esound
  2. accessibility/atk
  3. devel/gconf2
  4. devel/glib20
  5. x11/gnome-desktop
  6. devel/gnome-vfs
  7. x11-toolkits/gtk20
  8. graphics/libart_lgpl
  9. devel/libbonobo
  10. x11-toolkits/libbonoboui
  11. devel/libglade2
  12. x11/libgnome
  13. graphics/libgnomecanvas
  14. x11-toolkits/libgnomeui
  15. devel/libIDL
  16. textproc/libxml2
  17. textproc/libxslt
  18. devel/ORBit2
  19. x11-toolkits/pango
There are no ports dependent upon this port

To install the port: cd /usr/ports/misc/uf-view/ && make install clean
To add the package: pkg_add -r uf-view


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.hadess.net/files/software/uf-view/

Number of commits found: 34

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
01 Jun 2012 05:26:28
Original commit files touched by this commit  2.4_12
dinoex search for other commits by this committer
- update png to 1.5.10
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.4_11
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
19 Mar 2011 12:38:54
Original commit files touched by this commit  2.4_11
miwi search for other commits by this committer
- Get Rid MD5 support
10 May 2010 21:19:08
Original commit files touched by this commit  2.4_11
kwm search for other commits by this committer
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
28 Mar 2010 06:47:48
Original commit files touched by this commit  2.4_10
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  2.4_9
dinoex search for other commits by this committer
- update to jpeg-8
28 Nov 2009 20:06:37
Original commit files touched by this commit  2.4_8
marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
31 Jul 2009 13:57:52
Original commit files touched by this commit  2.4_7
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.4_6
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 13:45:40
Original commit files touched by this commit  2.4_6
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 13:03:55
Original commit files touched by this commit  2.4_5
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
24 Oct 2007 23:37:25
Original commit files touched by this commit  2.4_5
marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 May 2007 20:32:57
Original commit files touched by this commit  2.4_4
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}.
10 May 2006 22:37:39
Original commit files touched by this commit  2.4_3
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
22 Jan 2006 12:59:47
Original commit files touched by this commit  2.4_3
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
05 Nov 2005 05:22:06
Original commit files touched by this commit  2.4_3
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
12 Apr 2005 03:26:57
Original commit files touched by this commit  2.4_2
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  2.4_2
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
12 Mar 2005 10:54:27
Original commit files touched by this commit  2.4_2
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
07 Nov 2004 22:37:47
Original commit files touched by this commit  2.4_1
marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
01 Jul 2004 16:06:01
Original commit files touched by this commit  2.4
marcus search for other commits by this committer
Fix patching after the recent locale dir changes to bsd.gnome.mk.

Reported by:    pointyhat via kris
20 Apr 2004 21:21:28
Original commit files touched by this commit  2.4
pav search for other commits by this committer
- Update to 2.4

PR:             ports/65780
Submitted by:   Jonathan McGee <mcgee@wam.umd.edu> (maintainer)
19 Apr 2004 04:36:44
Original commit files touched by this commit  2.2_2
kris search for other commits by this committer
BROKEN: Does not compile
05 Apr 2004 03:31:02
Original commit files touched by this commit  2.2_2
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
31 Mar 2004 03:12:58
Original commit files touched by this commit  2.2_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
04 Feb 2004 05:10:27
Original commit files touched by this commit  2.2_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
21 Sep 2003 03:49:12
Original commit files touched by this commit  2.2
marcus search for other commits by this committer
Add gnomevfs2 and gnomedesktop to USE_GNOME to fix build on bento.
03 May 2003 05:13:25
Original commit files touched by this commit  2.2
edwin search for other commits by this committer
iUpdate to misc/uf-view port

        Updated misc/uf-view to the newest version of the software.
        Fixed some portlint complaints (had spaces instead of tabs
        on some variables).  Removed the build dependance on perl.
        Revised the port description file to be more inkeeping with
        what is actually in the package and what the 2.X branch
        supports.

PR:             ports/51191
Submitted by:   Jonathan McGee <mcgee@wam.umd.edu>
20 Apr 2003 19:34:08
Original commit files touched by this commit  2.0_1
marcus search for other commits by this committer
Remove USE_GNOMENG.
21 Feb 2003 12:48:19
Original commit files touched by this commit  2.0_1
knu search for other commits by this committer
De-pkg-comment.
07 Feb 2003 19:21:11
Original commit files touched by this commit  2.0_1
marcus search for other commits by this committer
Chase gtk20's shared lib version.
16 Nov 2002 13:59:28
Original commit files touched by this commit  2.0
edwin search for other commits by this committer
Maintainer update to version 2.0

PR:             ports/44478
Submitted by:   Jonathan McGee <mcgee@wam.umd.edu>
25 Jun 2002 10:36:14
Original commit files touched by this commit  1.6.1
ijliao search for other commits by this committer
upgrade to 1.6.1

PR:             36918
Submitted by:   maintainer
30 May 2001 21:19:34
files touched by this commit
sobomax search for other commits by this committer
Add uf-view 1.4.2, a gTK+ viewer for the User Friendly and several   other
popular comics.    

Number of commits found: 34

285c
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 8
new 48 hours11
new 7 days34
new fortnight58
new month222

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0