# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       python25 1.0

name            nfoview
version         1.1
categories      gnome
maintainers     nomaintainer
description     Simple viewer for NFO files
long_description NFO Viewer is a simple viewer for NFO files, which are \
                ASCII art in the CP437 codepage. The advantages of    \
                using NFO Viewer instead of a text editor are preset    \
                font and encoding settings, automatic window size and   \
                clickable hyperlinks.
homepage        http://home.gna.org/nfoview/
platforms       darwin
master_sites    http://download.gna.org/nfoview/${version}/
use_bzip2       yes
checksums       md5 07edd3f0a8e631778739f8f4a7a3b9fc
depends_lib     port:gettext \
                port:intltool \
                port:py25-gtk \
                port:terminus-font \
                port:shared-mime-info

livecheck.type  regex
livecheck.url  http://download.gna.org/nfoview/
livecheck.regex {>(\d+(?:\.\d+)*)/<}
