Import qrfcview 0.62

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.

From Antoine Jacoutot <ajacoutot@lphp.org>
This commit is contained in:
alek 2006-07-30 22:25:41 +00:00
parent 46d95c342d
commit 08df756010
5 changed files with 63 additions and 0 deletions

38
x11/qrfcview/Makefile Executable file
View File

@ -0,0 +1,38 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/30 22:25:41 alek Exp $
COMMENT= "viewer for IETF RFCs"
DISTNAME= qrfcview-0.62
CATEGORIES= x11
HOMEPAGE= http://qrfcview.berlios.de/
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE Xrender SM freetype c pthread stdc++ Xrandr \
Xinerama Xcursor Xext m Xi fontconfig X11 z QtGui \
QtNetwork png
MASTER_SITES= http://download.berlios.de/qrfcview/ \
http://download2.berlios.de/qrfcview/
EXTRACT_SUFX= .tgz
MODULES= x11/qt4
USE_X11= Yes
NO_REGRESS= Yes
do-configure:
perl -pi -e "s/!!CXXFLAGS!!/${CXXFLAGS}/" ${WRKSRC}/src/src.pro
cd ${WRKDIST} && \
${LOCALBASE}/bin/qmake4 -unix rfcview.pro
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/bin/qRFCView ${PREFIX}/bin
.include <bsd.port.mk>

4
x11/qrfcview/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (qrfcview-0.62.tgz) = 836783d9c327237f4b1aa40de6b4376a
RMD160 (qrfcview-0.62.tgz) = 28cf924cde9d926dc370f57cee5d6a0f6472b249
SHA1 (qrfcview-0.62.tgz) = 5595a4d3c6d0f0bbe6f4a0de3015c8b2e0873e4f
SIZE (qrfcview-0.62.tgz) = 94632

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-src_src_pro,v 1.1.1.1 2006/07/30 22:25:41 alek Exp $
--- src/src.pro.orig Tue Jul 25 23:08:50 2006
+++ src/src.pro Tue Jul 25 23:09:42 2006
@@ -22,6 +22,7 @@ SOURCES += rfcview.cpp \
rfcloader.cpp \
cdialogfind.cpp \
cprintdialog.cpp
+QMAKE_CXXFLAGS_RELEASE+=!!CXXFLAGS!!
TARGET=../bin/qRFCView
CONFIG += qt release
QT += network

8
x11/qrfcview/pkg/DESCR Executable file
View File

@ -0,0 +1,8 @@
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.

2
x11/qrfcview/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/30 22:25:41 alek Exp $
bin/qRFCView