Commit graph

28 commits

Author SHA1 Message Date
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
mef
fb18281db5 Updated www/p5-App-Nopaste to 1.007
-----------------------------------
1.007   2016-09-16 02:26:28Z
        - fix handling of filename option in the Gist command (Zakariyya
          Mughal, PR#13)
2016-09-17 03:04:45 +00:00
wen
1d403a15cd Update to 1.006
Upstream changes:
1.006   2016-05-24 02:55:20Z
        - fix failing tests with other locales, environment settings

1.005   2016-05-20 02:39:52Z
        - mark App::Nopaste::Service::Codepeek as deprecated in metadata
        - the Gist command also looks in ~/.github for credentials
        - many additional tests; thanks David J. Shultz!
2016-07-24 03:23:49 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
mef
7f52f7eb86 (pkgsrc)
- Add three BUILD_DEPENDS for 'make test'.
   p5-JSON-MaybeXS, p5-Module-Pluggable, p5-Test-Deep
(upstream)
 - Update to 1.004
---------------
1.004   2015-03-05 05:18:44Z
        - fix the Gist plugin to work with github's stricter validation
          (PR #11, Tatsuhiko Miyagawa)
        - removed +x permissions on files (RT#102361)
        - mark the Codepeek service as deprecated (RT#101823)
2015-05-10 14:33:41 +00:00
mef
2c6fdb2a04 Update 1.002 to 1.003
1.003   2015-01-03 20:52:17Z
        - re-release to fix problematic $VERSION declaration (RT#101095)
2015-01-07 00:35:03 +00:00
mef
06fc7b0ed3 Update 0.28 to 1.002
---------------------
1.002   2014-12-19 06:50:34Z
        - new Mojopaste plugin (thanks, Dean Hamstead!)

1.001   2014-12-13 21:21:10Z
        - fix test of installed plugins to allow for third-party plugins also
          being installed

1.000   2014-12-12 03:25:40Z
        - fix the accidental loss of the plugins() method in 0.97 (thanks,
          Dean Hamstead!)

0.99    2014-12-10 04:53:43Z
        - gist URLs now use HTTPS (thanks, Darian Anthony Patrick!)

0.98    2014-11-22 07:45:48Z
        - make install prompts a bit more intelligible

0.97    2014-11-16 19:29:13Z
        - switched the JSON backend in the Gist plugin from JSON.pm to
          JSON::MaybeXS

0.96    2014-01-29 03:24:58Z
        - added missing prereqs

0.95    2014-01-26 17:41:29Z
        - bumped the minimum version needed for the (optional) prerequisite
          WWW::Pastebin::PastebinCom::Create, to avoid errors in previous
          versions (thanks, Zoffix!)

0.94    2014-01-18 22:13:29Z
        - updated and fixed debian and ubuntu language mappings (haarg, PR#1)

0.93    2014-01-14 00:41:21Z
        - packaging converted to Dist::Zilla; handling of optional features
          fixed (see RT#91053)

0.92    2013-04-26
        Fix the language mappins for Ubuntu's pastebin (Sergey Romanov)
        Don't need to load Moose in the tests (Sergey Romanov)

0.91    2013-01-27
        Decode incoming text as utf8 (Jesse Luehrs)
        Support for GITHUB_USER and GITHUB_PASS (Rafael Kitover)
        Name the gist file `nopaste` not `nopaste.txt` for possible syntax highlighting (Rafael Kitover)
        Use decode_json not a regular expression to decode Gist response body (Shawn M Moore)
        Give a hint to perldoc App::Nopaste::Service::Gist on 401 (Shawn M Moore)

0.90    2012-10-30
        Port from Moose and MooseX::Getopt to Getopt::Long::Descriptive (frew)
            App::Nopaste is not using any interesting Moose features,
            so it doesn't make sense to pay the startup cost (even
            though it's probably dominated by network latency)

            Please report any regressions!

0.35    2012-07-17
        Don't barf when gist-ing STDIN. (Ricardo SIGNES)

0.34    2012-07-14
        Support for GitHub's v3 API [Вячеслав Тихановский (vti)]
            Thanks also to Ricardo SIGNES for the call to arms:
                http://rjbs.manxome.org/rubric/entry/1964

0.33    2011-12-15
        Support for --description in Gist (zengargoyle@gmail.com) [rt.cpan.org #73272]

0.32    2011-10-21
        Better error reporting (David Golden)
        Fix some attribution errors (Salvatore Bonaccorso) [rt.cpan.org #70434]

0.31    2011-08-30
        Better filenames for ssh service (Thomas Sibley)

0.30    2011-08-26
        Fix App::Nopaste::ssh's new filename description feature (Kevin Falcone)

0.29    2011-08-22
        Add --private to several services (François Gannaz)
        Use Class::Load instead of require "Module/Name.pm" (Shawn M Moore)
        Document --list and --private options (François Gannaz)
        Less hardcoding of argument names to better support subclassing (Jason Mills)
        New Ubuntu service (http://paste.ubuntu.com/) (gregoa@debian.org)
        SSH: Add a small suggested Apache conf that's useful for paste directories (Thomas Sibley)
        SSH: optionally use the supplied description in the paste filename (Thomas Sibley)
2014-12-31 11:25:04 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
gls
34009ac1dc Check-interpreter fix. 2011-07-03 11:27:46 +00:00
gls
83424f1f86 Update www/p5-App-NoPaste to 0.28.
Upstream changes:

0.28    Tue Mar 22 2011
 If LWP is producing errors, *report them* (Ricardo SIGNES)

0.27    Thu Mar 10 2011
 Correct path to Pastie (Sebastian Paaske Tørholm )
 Throw an error if you specify -p and files (Shawn M Moore)
 Remove Mathbin; doy moved it to a separate dist (Shawn M Moore)

0.26    Wed Feb 23 2011
 Add --open (-o) for opening the nopaste in your browser (Thomas Sibley)

0.25    Mon Jan 3 2011
 Add support for $GITHUB_USER/$GITHUB_TOKEN to Gist service (Maximilian Gass)

0.24    Tue Dec 21 2010
 Gist requires https (Ricardo SIGNES)

0.23    Fri Nov 26 2010
 Preserve the source file's extension for ssh (Thomas Sibley)
 Use Config::GitLike instead of Config::INI::Reader (Thomas Sibley)
 Doc fixes (Thomas Sibley, Justin Hunter)
 Code style fixes (Shawn M Moore)
 Remove Rafb (Justin Hunter)
 Remove Husk (Shawn M Moore)
2011-04-12 06:02:34 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-21 16:32:42 +00:00
seb
7db7da7344 Update from version 0.20 to version 0.22.
Pkgsrc changes:
- adjust dependencies wrt to minimum required perl package version

Upstream changes:
0.22    Thu Jun 10 12:58:99 2010
        Add NOPASTE_SSH_MODE for chmod'ing after uploading (Thomas Sibley)
        Doc fixes (Thomas Sibley)

0.21    Sat May  1 09:32:10 2010
        Add a --list_services/-L option (David Bremner) [rt.cpan.org #55562]
        Add --private support, used in Gist (John Goulah)
        Doc fix (Salvatore Bonaccorso) [rt.cpan.org #53249]
        Doc fix (Fabien Wernli) [rt.cpan.org #54928]
        Mention 'nopaste' script (Damyan Ivanov) [rt.cpan.org #51065]
2010-06-14 04:04:21 +00:00
seb
666bd8d5d3 Update from version 0.19 to version 0.20.
Pkgsrc changes:
- Add more recommended dependencies
- Makefile cleanup

Upstream changes:
0.20    Fri Apr 16 23:05:10 2010
        App::Nopaste::Service::Pastie would generate warnings via
            Mechanize due to changes in http://pastie.org HTML (avar)
        Add App::Nopaste::Service::Codepeek (arcanez)
2010-04-18 05:42:21 +00:00
sno
2584333725 Updating www/p5-App-Nopaste from 0.18 to 0.19
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.19    Sun Feb 21 15:39:27 2009
        Remove rafb.net support since it's been shut down
            - See also http://rafb.net/paste/
2010-02-23 20:07:49 +00:00
sno
3c31ab1e8f Updating www/p5-App-Nopaste from 0.17 to 0.18
pkgsrc changes:
  - Changing to module type Module::Install::Bundled

Upstream changes:
0.18    Wed Dec 30 16:04:45 2009
        Add ssh support (obra, jibsheet)
2010-01-16 18:02:53 +00:00
seb
4f4d2aaec4 Update from version 0.15 to version 0.17.
Upstream changes:
0.17    Mon Nov  2 13:20:24 2009
        fix Gist support harder by using the API rather than scraping (rjbs)
        Improve --lang support for Debian (gregoa@debian.org) [rt.cpan.org #47911]

0.16    Fri Oct 16 14:32:09 2009
        Fix Gist support (ckuskie@sterling.net) [rt.cpan.org #50500]
        Add --lang support to Debian (gregoa@debian.org) [rt.cpan.org #47911]
2009-11-11 15:27:32 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
09fdca693b pkgsrc changes:
- Updating package for p5 module App::Nopaste from 0.10 to 0.15
  - Adding perl license
  - Reordering dependencies between required and recommended
  - Adjusting dependency versions

Upstream changes:
0.15    Wed Jul 15 05:01:36 2009
        MANIFEST is really hard! :(

0.14    Wed Jul 15 04:48:15 2009
        No code changes

0.13    Wed Jul 15 04:47:21 2009
        Add support for paste.debian.net (Ryan Niebur)

0.12    Mon Jul 13 19:35:10 2009
        Don't explicitly (optionally) depend on Git, but use it if
            we have it (Sartak)

0.11    Thu Jun 18 17:20:51 2009
        Service::Gist: use file_ext instead of file_name (nothingmuch)

        Bump Moose dependencies to avoid deprecation warnings

        Doc typo fix (rafl)
2009-07-19 11:46:34 +00:00
sno
77f8f7fdc8 Module::Pluggable is a core module since perl-5.10 -> Updating dependency 2009-04-24 08:17:24 +00:00
seb
020f861d36 Update from version 0.07 to version 0.10.
Pkgsrc changes:
- Add dependency on devel/p5-Config-INI for Gist support and
avoid dependency on the Perl 5 Git module (not in pkgsrc?) for the same

Upstream changes:
0.10    Wed Jan 28 18:48:55 2009
        I was a little too aggressive in my s/user/login/ (Sartak)

0.09    Wed Jan 28 18:34:31 2009
        The parameter for gist is "user" not "login" (Ricardo SIGNES)

0.08    Thu Jan 22 21:44:51 2009
        Optional authentication for Gist, by Ricardo SIGNES.
2009-01-29 14:41:22 +00:00
seb
1c6069d081 Initial import of p5-App-Nopaste version 0.07 in the NetBSD Packages
Collection.

Pastebins (also known as nopaste sites) let you post text, usually
code, for public viewing. They're used a lot in IRC channels to
show code that would normally be too long to give directly in the
channel (hence the name nopaste).

Each pastebin is slightly different. When one pastebin goes down
then you have to find a new one. And if you usually use a script
to publish text, then it's too much hassle.

The Perl 5 module App::Nopaste aims to smooth out the differences
between pastebins, and provides redundancy: if one site doesn't
work, it just tries a different one. A commande line script is
provided.
2009-01-17 16:07:36 +00:00