summaryrefslogtreecommitdiff
path: root/misc/p5-Vroom/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-09-12Update to 0.37wen1-3/+5
Add missing DEPENDS Upstream changes: 0.37 Mon Sep 8 16:40:13 PDT 2014 - All any extension. Fixes issue/14. 0.36 Sat Aug 16 12:52:50 PDT 2014 - Meta 0.0.2 0.35 Fri Aug 15 21:00:48 PDT 2014 - Add t/000-compile-modules.t 0.34 Sat Aug 9 00:28:19 PDT 2014 - Fix swim errors 0.33 Fri Aug 8 12:59:46 PDT 2014 - Switch hashbang to '#!/usr/bin/env perl' 0.32 Wed Jul 30 12:01:30 PDT 2014 - Change doc to swim - Update Meta and add Contributing 0.31 Mon Jun 16 22:51:56 PDT 2014 - Try new travis excludes - Use manual VERSION 0.30 Sat Jun 14 14:26:02 PDT 2014 - Update to Zilla::Dist 0.29 Wed Jun 12 09:29:51 PDT 2013 - Tests fixed by svennieboy++ 0.28 Wed May 29 12:36:28 PDT 2013 - Buddy Burden++ added notes support! 0.27 Tue Jul 17 09:43:41 PDT 2012 - Support for running shell slides -- mikegrb++
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-12-12Update p5-Vroom to 0.26.hiramatsu1-3/+2
Changes from previous: ---------------------- version: 0.26 date: Tue Oct 11 21:47:43 EDT 2011 changes: - Add inline script support for running external programs for things like images and browser. - Support for auto-sizing slides (wolfsage++) - Switch from Gloom to Mo. --- version: 0.25 date: Tue Oct 5 22:18:50 PDT 2010 changes: - Use Gloom - Add M:I Makefile.PL stuffs.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-04Update p5-Vroom from version 0.21 to version 0.23.seb1-2/+2
Upstream changes: version: 0.23 date: Tue Jun 22 14:55:10 PDT 2010 - Add 'vroom -text' to publish text. version: 0.22 date: Mon Jun 7 19:23:39 PDT 2010 - Move Vroom::Vroom back to Vroom.pm
2010-04-28Initial import of p5-Vroom version 0.21 in the NetBSD Packagesseb1-0/+26
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.