diff options
author | sat <sat@FreeBSD.org> | 2007-02-09 07:23:57 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-09 07:23:57 +0800 |
commit | e67adeb2fd184aa8fa4fea97c99771dfcea06368 (patch) | |
tree | ee3a013b5149e6053867ab91df223ddcc7fc4a72 /deskutils/qrfcview | |
parent | 5bb1e83cda0e492732a09393964737c170f06f0a (diff) | |
download | freebsd-ports-gnome-e67adeb2fd184aa8fa4fea97c99771dfcea06368.tar.gz freebsd-ports-gnome-e67adeb2fd184aa8fa4fea97c99771dfcea06368.tar.zst freebsd-ports-gnome-e67adeb2fd184aa8fa4fea97c99771dfcea06368.zip |
Add port deskutils/qrfcview:
qRFCView is a viewer for IETF RFCs. Advantages are:
* automatic table of content, with direct opening of section;
* handling of RFC internal cross-references;
* automatic downloading of a referenced RFC from the IETF web site on
a simple click;
* caching of RFC in a local directory;
* tab-browsing of RFC;
* searching.
WWW: http://qrfcview.berlios.de/
Author: Romain Rollet <rfcview@gmail.com>
Diffstat (limited to 'deskutils/qrfcview')
-rw-r--r-- | deskutils/qrfcview/Makefile | 27 | ||||
-rw-r--r-- | deskutils/qrfcview/distinfo | 3 | ||||
-rw-r--r-- | deskutils/qrfcview/pkg-descr | 11 |
3 files changed, 41 insertions, 0 deletions
diff --git a/deskutils/qrfcview/Makefile b/deskutils/qrfcview/Makefile new file mode 100644 index 000000000000..bc44b6ece3da --- /dev/null +++ b/deskutils/qrfcview/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: qrfcview +# Date created: 9 February 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= qrfcview +PORTVERSION= 0.62 +CATEGORIES= deskutils +MASTER_SITES= BERLIOS +EXTRACT_SUFX= .tgz + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Graphical RFC viewer + +USE_QT_VER= 4 +QT_COMPONENTS= gui network corelib designer +PLIST_FILES= bin/qRFCView + +pre-build: + @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix rfcview.pro + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/bin/qRFCView ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/deskutils/qrfcview/distinfo b/deskutils/qrfcview/distinfo new file mode 100644 index 000000000000..86b4e72b3b9e --- /dev/null +++ b/deskutils/qrfcview/distinfo @@ -0,0 +1,3 @@ +MD5 (qrfcview-0.62.tgz) = 836783d9c327237f4b1aa40de6b4376a +SHA256 (qrfcview-0.62.tgz) = 59a01a8cada0c9d9a4d577181b80b7e9750ff9a9d4a9826cefca30bdc7365830 +SIZE (qrfcview-0.62.tgz) = 94632 diff --git a/deskutils/qrfcview/pkg-descr b/deskutils/qrfcview/pkg-descr new file mode 100644 index 000000000000..b80d935b39fd --- /dev/null +++ b/deskutils/qrfcview/pkg-descr @@ -0,0 +1,11 @@ +qRFCView is a viewer for IETF RFCs. Advantages are: +* automatic table of content, with direct opening of section; +* handling of RFC internal cross-references; +* automatic downloading of a referenced RFC from the IETF web site on + a simple click; +* caching of RFC in a local directory; +* tab-browsing of RFC; +* searching. + +WWW: http://qrfcview.berlios.de/ +Author: Romain Rollet <rfcview@gmail.com> |