diff options
author | seb <seb@pkgsrc.org> | 2008-10-22 18:40:54 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-10-22 18:40:54 +0000 |
commit | 8d8b5f77251f13c21a7a14bd7cfa3573cdfb5df2 (patch) | |
tree | 9a19782f3c8edf6088ca7397fdeb3553863cfcb0 /devel/p5-ShipIt | |
parent | 5b6d9585253e5cccf3a4d45420142df7509f164a (diff) | |
download | pkgsrc-8d8b5f77251f13c21a7a14bd7cfa3573cdfb5df2.tar.gz |
Initial import of p5-ShipIt version 0.52 in the NetBSD Packages
Collection.
Releasing a new version of software (Perl module) takes a lot of
steps... finding the next version number (and making sure you didn't
already use that version number before), making sure your changelog
is updated, making sure your "make dist" results in a tarball that
builds, commiting changes (with updated version number), tagging,
and uploading the tarball somewhere. Or maybe more steps. Or not
some of the above. Maybe you forgot something! And maybe you manage
multiple projects, and each project has a different release process.
You want to be hacking, not jumping through hoops. Your contributors
want to see their patches actually make it into a release, which
won't happen if you're afraid of releases. shipit automates all
the hell. It makes life beautiful.
Diffstat (limited to 'devel/p5-ShipIt')
-rw-r--r-- | devel/p5-ShipIt/DESCR | 13 | ||||
-rw-r--r-- | devel/p5-ShipIt/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-ShipIt/distinfo | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-ShipIt/DESCR b/devel/p5-ShipIt/DESCR new file mode 100644 index 00000000000..4377b6dbeda --- /dev/null +++ b/devel/p5-ShipIt/DESCR @@ -0,0 +1,13 @@ +Releasing a new version of software (Perl module) takes a lot of +steps... finding the next version number (and making sure you didn't +already use that version number before), making sure your changelog +is updated, making sure your "make dist" results in a tarball that +builds, commiting changes (with updated version number), tagging, +and uploading the tarball somewhere. +Or maybe more steps. Or not some of the above. Maybe you forgot +something! And maybe you manage multiple projects, and each project +has a different release process. +You want to be hacking, not jumping through hoops. +Your contributors want to see their patches actually make it into +a release, which won't happen if you're afraid of releases. +shipit automates all the hell. It makes life beautiful. diff --git a/devel/p5-ShipIt/Makefile b/devel/p5-ShipIt/Makefile new file mode 100644 index 00000000000..8a65b30d68e --- /dev/null +++ b/devel/p5-ShipIt/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/22 18:40:54 seb Exp $ +# + +DISTNAME= ShipIt-0.52 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BR/BRADFITZ/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/ShipIt/ +COMMENT= Perl software release tool + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/ShipIt/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-ShipIt/distinfo b/devel/p5-ShipIt/distinfo new file mode 100644 index 00000000000..67854c21958 --- /dev/null +++ b/devel/p5-ShipIt/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/22 18:40:54 seb Exp $ + +SHA1 (ShipIt-0.52.tar.gz) = 66dbf51a9e6afbaef0a6b68c2f8b55febbf024da +RMD160 (ShipIt-0.52.tar.gz) = 37a3bcd874c0657b76d2e3c3e4c4a2c39c705e86 +Size (ShipIt-0.52.tar.gz) = 16293 bytes |