From 41afa70528f5863f55f205976b47f51616f36227 Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 28 Apr 2010 22:30:04 +0000 Subject: Initial import of p5-Vroom version 0.21 in the NetBSD Packages Collection. Ever given a Slide Show and needed to switch over to Vim? Now you don't ever have to switch again. You're already there. Vroom lets you create your slides in a single file using a Wiki-like style, much like Spork and Sporx do. The difference is that your slides don't compile to HTML or JavaScript or XUL. They get turned into a set of files that begin with '0', like '03' or '07c' or '05b.pl'. The slides are named in alphabetic order. That means you can bring them all into a Vim session with the command: vim 0*. vroom --vroom does exactly that. --- misc/p5-Vroom/DESCR | 10 ++++++++++ misc/p5-Vroom/Makefile | 26 ++++++++++++++++++++++++++ misc/p5-Vroom/distinfo | 5 +++++ 3 files changed, 41 insertions(+) create mode 100644 misc/p5-Vroom/DESCR create mode 100644 misc/p5-Vroom/Makefile create mode 100644 misc/p5-Vroom/distinfo (limited to 'misc/p5-Vroom') diff --git a/misc/p5-Vroom/DESCR b/misc/p5-Vroom/DESCR new file mode 100644 index 00000000000..4a32807bbb8 --- /dev/null +++ b/misc/p5-Vroom/DESCR @@ -0,0 +1,10 @@ +Ever given a Slide Show and needed to switch over to Vim? +Now you don't ever have to switch again. You're already there. +Vroom lets you create your slides in a single file using a Wiki-like +style, much like Spork and Sporx do. The difference is that your +slides don't compile to HTML or JavaScript or XUL. They get turned +into a set of files that begin with '0', like '03' or '07c' or +'05b.pl'. +The slides are named in alphabetic order. That means you can bring +them all into a Vim session with the command: vim 0*. vroom --vroom +does exactly that. diff --git a/misc/p5-Vroom/Makefile b/misc/p5-Vroom/Makefile new file mode 100644 index 00000000000..f54428183a3 --- /dev/null +++ b/misc/p5-Vroom/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/28 22:30:04 seb Exp $ + +DISTNAME= Vroom-0.21 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Vroom/ +COMMENT= Slide Shows in Vim +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Vroom/.packlist + +DEPENDS+= p5-Class-Field-[0-9]*:../../devel/p5-Class-Field +DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir +DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All +DEPENDS+= p5-Template-Toolkit-Simple-[0-9]*:../../www/p5-Template-Toolkit-Simple +DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Vroom/distinfo b/misc/p5-Vroom/distinfo new file mode 100644 index 00000000000..ff04c85f527 --- /dev/null +++ b/misc/p5-Vroom/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/28 22:30:04 seb Exp $ + +SHA1 (Vroom-0.21.tar.gz) = f66a827bf6d05a65a6fd58fac191cdc338f7713f +RMD160 (Vroom-0.21.tar.gz) = b4977387a6d38146c7a89b2a5245f5b12cfa0ac9 +Size (Vroom-0.21.tar.gz) = 25987 bytes -- cgit v1.2.3