Commit graph

16 commits

Author SHA1 Message Date
mef
cddb1ded0a Update 3.06 to 3.08
-------------------
Tue Dec 15 14:54:14 CET 2015
- Bump version for release
- Better diagnostics
- Added .gitignore
- Fix some formatting that has been broken for a very long time.
- Force another build.
- Experimentally add coveralls.op and Devel::Cover support
- better diagnostics in case of failure in tinyurl.t
- better META.yml
- Corrected INSTALL instructions.
  The INSTALL section links to
  http://www.cpan.org/modules/by-authors/id/S/SP/SPOON/
  as the place to download 'the latest release of WWW::Shorten'
  but this is no longer true.
  Of course the whole INSTALL file is a little bit huge!
2016-01-31 13:24:58 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +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
7c656b20f4 Update 3.04 to 3.06
www-shorten (0.1.1) unstable; urgency=low

  * bin/shorten, lib/WWW/Shorten.pm, lib/WWW/Shorten/Metamark.pm,
    t/00load_a.t, t/00load_b.t, t/00noexp.t, t/metamark.t,
    t/newnames.t: Metamark is dead :-(

 -- Dave Cross <dave@dave.org.uk>  Mon, 15 Sep 2014 21:30:35 +0100

www-shorten (0.1.1) unstable; urgency=low

  * lib/WWW/Shorten.pm: Typo in documentation.
  * lib/WWW/Shorten.pm: Bump version for CPAN release.
  * INSTALL: Updated the INSTALL instructions.
  * t/tinyurl.t: (Possible) fix to the TinyURL test.
  * README: Modernised README
  * .travis.yml: Added .travis.yml

 -- Dave Cross <dave@dave.org.uk>  Tue, 6 May 2014 15:50:50 +0100
2015-01-12 13:49:30 +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
wen
41993f8c3e Update to 3.04
Upstream changes:
2013-08-22 Dave Cross <dave@dave.org.uk> - RELEASE_3.04
========================================================

 Dave Cross <dave@dave.org.uk> (17):
  * Finish removing all references to SnipURL.pm.
  * Bump to version 2.05 for release.
  * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution).
  * Bumped version number. Removed shorl files from MANIFEST.
  * Added Config::Auto to list of dependencies (it's used by the shorten
    program). Bumped version for release.
  * Default to using a service that we currently support.
  * Added MYMETA.yml to MANIFEST.SKIP.
  * Be far more intelligent about the code that allows the user to choose
    which service to use.
  * Bump version number for release.
  * Better examples of using bin/shorten
  * Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP
    error response.
  * Added documentation.
  * Added META.json to MANIFEST.
  * Licensing clean-up.
  * Removed prototypes (and the ampersands in the tests that circumvented
    them)
  * Bump version number for release.
  * Moved Pod tests into xt. (Pod coverage currently fails on some files. See
    https://rt.cpan.org/Ticket/Display.html?id=87634 for details.)

 Dave Cross <dave@angel.mag-sol.com> (1):
  * Removed support for NotLong and OneShortLink (separate distributions to
    follow soon). Bumper to version 2.06.

 Dave Cross <dave@dacross.(none)> (1):
  * Removed version number so it's picked up from lib/WWW/Shorten.pm

 yappo <yappo@shibuya.pl> (1):
  * shorl.com was change the request method ( POST to GET )
2013-10-20 14:09:24 +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
wen
dfffe1e158 Update to 3.03
Update LICENSE

Upstream changes:
2012-04-06  Dave Cross <dave@dave.org.uk>

  * Artistic, Build.PL, COPYING, LICENCE, MANIFEST, lib/WWW/Shorten.pm,
  lib/WWW/Shorten/UserAgent.pm: Licensing clean-up.

  * MANIFEST: Added META.json to MANIFEST.

2012-03-01  Dave Cross <dave@dave.org.uk>

  * lib/WWW/Shorten/UserAgent.pm: Added documentation.

  * MANIFEST, lib/WWW/Shorten/UserAgent.pm, lib/WWW/Shorten/generic.pm: Added a
  WWW::Shorten::UserAgent object which dies if it receives an HTTP error
  response.
2013-01-26 13:59:45 +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
hiramatsu
643e47d3e5 Update p5-WWW-Shorten to 3.02.
Changes from previous:
2010-12-06  Dave Cross <dave@dave.org.uk>

  * lib/WWW/Shorten.pm: Bump version number for release.

  * bin/shorten: Be far more intelligent about the code that allows the user to
  choose which service to use.

  * MANIFEST.SKIP: Added MYMETA.yml to MANIFEST.SKIP.

  * bin/shorten: Default to using a service that we currently support.

  * Build.PL, lib/WWW/Shorten.pm: Added Config::Auto to list of dependencies
  (it's used by the shorten program). Bumped version for release.
2011-10-07 11:37:44 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +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
62061fca25 Update from version 2.03 to version 3.00.
Upstream changes:
2010-01-20  Dave Cross <dave@dacross.(none)>

  * Build.PL: Removed version number so it's picked up from lib/WWW/Shorten.pm

2009-12-19  Dave Cross <dave@dave.org.uk>

  * Build.PL, MANIFEST: Bumped version number. Removed shorl files from
  MANIFEST.

  * MANIFEST, lib/WWW/Shorten/Shorl.pm, t/shorl.t: Removed support for shorl.pm
  (now in WWW::Shorten::Shorl distribution).

2009-12-15  yappo <yappo@shibuya.pl>

  * lib/WWW/Shorten/Shorl.pm: shorl.com was change the request method ( POST to
  GET )

2009-11-21  Dave Cross <dave@angel.mag-sol.com>

  * lib/WWW/Shorten/NotLong.pm, lib/WWW/Shorten/OneShortLink.pm, t/notlong.t,
  t/oneshort.t: Removed support for NotLong and OneShortLink (separate
  distributions to follow soon). Bumper to version 2.06.

2009-09-18  Dave Cross <dave@dave.org.uk>

  * Build.PL: Bump to version 2.05 for release.

  * lib/WWW/Shorten.pm, t/newnames.t: Finish removing all references to
  SnipURL.pm.

2009-09-08  Dave Cross <dave@dave.org.uk>

  * MANIFEST: Removed snipurl.t from MANIFEST.

  * Build.PL, MANIFEST, lib/WWW/Shorten/SnipURL.pm, t/snipurl.t: Removed
  WWW::Shorten::SnipURL (API changed, separate dist will follow). Bumped
  version to 2.04.

2009-04-11  Dave Cross <dave@dave.org.uk>

  * lib/WWW/Shorten.pm: Start using $DEFAULT_SERVICE variable.

  * MANIFEST: Removed files from MANIFEST

  * lib/WWW/Shorten.pm: Documenation improvements.

  * lib/WWW/Shorten/BabyURL.pm, lib/WWW/Shorten/EkDk.pm,
  lib/WWW/Shorten/ShortLink.pm, lib/WWW/Shorten/SmLnk.pm,
  lib/WWW/Shorten/URLjr.pm, lib/WWW/Shorten/V3.pm, lib/WWW/Shorten/qURL.pm,
  t/babyurl.t, t/ekdk.t, t/qurl.t, t/shortlink.t, t/smlnk.t, t/urljr.t, t/v3.t:
  Removed a number of modules that supported services that are no longer
  around.
2010-04-22 04:27:07 +00:00
seb
468d483c18 Update from version 2.02 to version 2.03.
Upstream changes:
2009-03-19  Dave Cross  <dave@dave.org.uk>
	* Build.PL: Remove signing
	* commit 419bb82c70ba9b1a89fd0cbb400eb3491365c8d1

2009-03-19  Dave Cross  <dave@dave.org.uk>
	* t/shorl.t: Fixed typo
	* commit e79a2979eb1182ba91b6b795bcab7504f5b229cf

2009-03-19  Dave Cross  <dave@dave.org.uk>
	* Build.PL: Bump version number.
	* commit 4ff0cab5349a8d811be19dc14348db74c6173445

2009-03-19  Dave Cross  <dave@dave.org.uk>
	* t/tinyurl.t: Fixed TinyURL tests.
	* commit c8a91370779b108b1f778b06ca3b0b31844e132b
2009-03-19 19:46:28 +00:00
seb
e448e497d6 Initial import of p5-WWW-Shorten version 2.02 in the NetBSD Packages
Collection.

The Perl 5 module WWW::Shorten provides an interface to URL shortening
sites. These sites maintain databases of long URLs, each of which
has a unique identifier. A very simple program called shorten is
supplied. This program takes a URL and gives you a shortened version
of it.
2009-02-03 06:17:00 +00:00