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>
This commit is contained in:
parent
16dfa292aa
commit
75b461b7ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184642
4 changed files with 42 additions and 0 deletions
|
@ -162,6 +162,7 @@
|
|||
SUBDIR += py-tagfu
|
||||
SUBDIR += pybookreader
|
||||
SUBDIR += pypanel
|
||||
SUBDIR += qrfcview
|
||||
SUBDIR += recoll
|
||||
SUBDIR += remember.el
|
||||
SUBDIR += remind
|
||||
|
|
27
deskutils/qrfcview/Makefile
Normal file
27
deskutils/qrfcview/Makefile
Normal file
|
@ -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>
|
3
deskutils/qrfcview/distinfo
Normal file
3
deskutils/qrfcview/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (qrfcview-0.62.tgz) = 836783d9c327237f4b1aa40de6b4376a
|
||||
SHA256 (qrfcview-0.62.tgz) = 59a01a8cada0c9d9a4d577181b80b7e9750ff9a9d4a9826cefca30bdc7365830
|
||||
SIZE (qrfcview-0.62.tgz) = 94632
|
11
deskutils/qrfcview/pkg-descr
Normal file
11
deskutils/qrfcview/pkg-descr
Normal file
|
@ -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>
|
Loading…
Reference in a new issue