mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add p5-Gtk2-PodViewer 0.07, Gtk2-Perl widget and program for displaying POD.
PR: ports/70683 Submitted by: ports@c0decafe.net <ports@c0decafe.net> Approved by: pav (mentor)
This commit is contained in:
parent
81ddcb742e
commit
5bf6fb7960
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130570
@ -117,6 +117,7 @@
|
||||
SUBDIR += p5-Gtk
|
||||
SUBDIR += p5-Gtk2
|
||||
SUBDIR += p5-Gtk2-Html2
|
||||
SUBDIR += p5-Gtk2-PodViewer
|
||||
SUBDIR += p5-Gtk2-TrayIcon
|
||||
SUBDIR += p5-GtkXmHTML
|
||||
SUBDIR += p5-Prima
|
||||
|
27
x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile
Normal file
27
x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-Gtk2-PodViewer
|
||||
# Date created: 2004-08-20
|
||||
# Whom: ports@c0decafe.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Gtk2-PodViewer
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/G/GB/GBROWN/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@c0decafe.net
|
||||
COMMENT= Gtk2-Perl widget and program for displaying POD
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= podviewer.1
|
||||
MAN3= Gtk2::PodViewer.3 Gtk2::PodViewer::Parser.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-toolkits/p5-Gtk2-Ex-PodViewer/distinfo
Normal file
2
x11-toolkits/p5-Gtk2-Ex-PodViewer/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Gtk2-PodViewer-0.07.tar.gz) = 6e711a1e42cfcce6a53f73787c034495
|
||||
SIZE (Gtk2-PodViewer-0.07.tar.gz) = 12358
|
10
x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-descr
Normal file
10
x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Gtk2::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.
|
||||
|
||||
Also, podviewer provides a simple and attractive way to read Perl's POD
|
||||
documentation. You can use it to read the Perl POD pages, module documentation
|
||||
and information about Perl's builtin functions.
|
||||
|
||||
Author: gavin.brown-at-uk.com
|
||||
WWW: http://search.cpan.org/~gbrown/Gtk2-PodViewer/
|
7
x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-plist
Normal file
7
x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/podviewer
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PodViewer/.packlist
|
||||
%%SITE_PERL%%/Gtk2/PodViewer.pm
|
||||
%%SITE_PERL%%/Gtk2/PodViewer/Parser.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PodViewer
|
||||
@dirrm %%SITE_PERL%%/Gtk2/PodViewer
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Gtk2 2> /dev/null || true
|
27
x11-toolkits/p5-Gtk2-PodViewer/Makefile
Normal file
27
x11-toolkits/p5-Gtk2-PodViewer/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-Gtk2-PodViewer
|
||||
# Date created: 2004-08-20
|
||||
# Whom: ports@c0decafe.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Gtk2-PodViewer
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/G/GB/GBROWN/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@c0decafe.net
|
||||
COMMENT= Gtk2-Perl widget and program for displaying POD
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= podviewer.1
|
||||
MAN3= Gtk2::PodViewer.3 Gtk2::PodViewer::Parser.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-toolkits/p5-Gtk2-PodViewer/distinfo
Normal file
2
x11-toolkits/p5-Gtk2-PodViewer/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Gtk2-PodViewer-0.07.tar.gz) = 6e711a1e42cfcce6a53f73787c034495
|
||||
SIZE (Gtk2-PodViewer-0.07.tar.gz) = 12358
|
10
x11-toolkits/p5-Gtk2-PodViewer/pkg-descr
Normal file
10
x11-toolkits/p5-Gtk2-PodViewer/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Gtk2::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.
|
||||
|
||||
Also, podviewer provides a simple and attractive way to read Perl's POD
|
||||
documentation. You can use it to read the Perl POD pages, module documentation
|
||||
and information about Perl's builtin functions.
|
||||
|
||||
Author: gavin.brown-at-uk.com
|
||||
WWW: http://search.cpan.org/~gbrown/Gtk2-PodViewer/
|
7
x11-toolkits/p5-Gtk2-PodViewer/pkg-plist
Normal file
7
x11-toolkits/p5-Gtk2-PodViewer/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/podviewer
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PodViewer/.packlist
|
||||
%%SITE_PERL%%/Gtk2/PodViewer.pm
|
||||
%%SITE_PERL%%/Gtk2/PodViewer/Parser.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PodViewer
|
||||
@dirrm %%SITE_PERL%%/Gtk2/PodViewer
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Gtk2 2> /dev/null || true
|
Loading…
Reference in New Issue
Block a user