diff options
author | seb <seb@pkgsrc.org> | 2010-04-28 22:30:04 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-28 22:30:04 +0000 |
commit | 0b7a329f54230f7512da4887d266a14a4cf8ad34 (patch) | |
tree | b977dd5a26fb8be87f7c222eff2e067441d587d5 /misc/p5-Vroom | |
parent | 98ce5be01163b82fbd960059f3814568b2141de1 (diff) | |
download | pkgsrc-0b7a329f54230f7512da4887d266a14a4cf8ad34.tar.gz |
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.
Diffstat (limited to 'misc/p5-Vroom')
-rw-r--r-- | misc/p5-Vroom/DESCR | 10 | ||||
-rw-r--r-- | misc/p5-Vroom/Makefile | 26 | ||||
-rw-r--r-- | misc/p5-Vroom/distinfo | 5 |
3 files changed, 41 insertions, 0 deletions
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 |