Import Gtk2::Ex::PodViewer, a Gtk2 widget for displaying Plain old

Documentation (POD).
From MAINTAINER James Wright, thanks!
This commit is contained in:
landry 2009-09-05 08:41:20 +00:00
parent 8b8bb2dd16
commit d25573b42f
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/05 08:41:20 landry Exp $
COMMENT = Gtk2 widget for displaying Plain old Documentation (POD)
MODULES = cpan
DISTNAME = Gtk2-Ex-PodViewer-0.18
CATEGORIES = x11
MAINTAINER = James Wright <jamesw@bsdhosting.co.za>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
# No tests defined for Gtk2::Ex::PodViewer extension.
NO_REGRESS = Yes
RUN_DEPENDS = ::x11/p5-Gtk2 \
::x11/p5-Gtk2-Ex-Simple-List \
::devel/p5-IO-stringy
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Gtk2-Ex-PodViewer-0.18.tar.gz) = Cfrd/egV6I5J1Lph/VRpuQ==
RMD160 (Gtk2-Ex-PodViewer-0.18.tar.gz) = 5Oi+H97lpQDXnMvu3P+P/5ohYjI=
SHA1 (Gtk2-Ex-PodViewer-0.18.tar.gz) = 1ANdeqTLSK4Lrx7lg4XzlHNGwoc=
SHA256 (Gtk2-Ex-PodViewer-0.18.tar.gz) = C7iVzW+NCgcvRmly3/OHQySMaN8d7JOYvZRPAC2+62A=
SIZE (Gtk2-Ex-PodViewer-0.18.tar.gz) = 15417

View File

@ -0,0 +1,5 @@
Gtk2::Ex::PodViewer is a widget for rendering Perl POD documents. It
is based on the Gtk2::TextView widget and uses Pod::Parser for
manipulating POD data.
The package also provides podviewer, a simple POD document viewer.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/05 08:41:20 landry Exp $
bin/podviewer
${P5SITE}/Gtk2/
${P5SITE}/Gtk2/Ex/
${P5SITE}/Gtk2/Ex/PodViewer/
${P5SITE}/Gtk2/Ex/PodViewer.pm
${P5SITE}/Gtk2/Ex/PodViewer/Parser.pm
@man man/man1/podviewer.1
@man man/man3p/Gtk2::Ex::PodViewer.3p
@man man/man3p/Gtk2::Ex::PodViewer::Parser.3p