Port details |
- p5-ShipIt Software release tool
- 0.60_1 devel
=0 0.60_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2007-05-29 02:47:55
- Last Update: 2021-06-25 13:40:59
- Commit Hash: a3c6ee8
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Releasing a new version of software 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, committing
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.
This is all a pain in the ass.
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.
WWW: https://metacpan.org/release/ShipIt
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-ShipIt>0:devel/p5-ShipIt
- To install the port:
- cd /usr/ports/devel/p5-ShipIt/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-ShipIt
- pkg install p5-ShipIt
- PKGNAME: p5-ShipIt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ShipIt-0.60.tar.gz) = 6d85594c8a22ad15377e03a73d40b14221b7c280fc2a3130abbd89d66ee28131
SIZE (ShipIt-0.60.tar.gz) = 20650
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-ShipIt-Step-Manifest
- for Run
-
- devel/p5-ShipIt-Step-Manifest
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-ShipIt
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Jun 2021 13:40:59 0.60_1
|
Po-Chuan Hsieh (sunpoet)  |
devel/p5-ShipIt: Add LICENSE and NO_ARCH |
06 Apr 2021 14:31:07 0.60_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.60_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
14 Sep 2015 12:19:50
0.60_1
|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
26 Nov 2014 13:08:38
0.60_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 10:55:59
0.60
|
bapt  |
Cleanup plist |
31 Oct 2013 07:36:26
0.60
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 17:13:47
0.60
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
0.60
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
10 Jun 2013 17:34:38
0.60
|
mat  |
Update to 0.60.
make portlint happy. |
21 Jun 2011 06:58:21
0.55
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro |
17 May 2011 11:05:02
0.55
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
24 Sep 2010 02:03:44
0.55
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
27 Mar 2010 19:54:59
0.55
|
tobez  |
Update to 0.55.
Changes: http://search.cpan.org/dist/ShipIt/ChangeLog |
17 Dec 2009 07:44:16
0.53
|
wen  |
- Update to 0.53 |
23 May 2008 21:18:39
0.52
|
olgeni  |
Hunt for typos in devel/p5-*. |
11 May 2008 06:45:22
0.52
|
leeym  |
- update to 0.52 |
25 Jul 2007 06:10:43
0.51
|
clsung  |
- Update to 0.51
- reset maintainership
PR: ports/113944
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
29 May 2007 02:46:53
0.50
|
clsung  |
Add p5-ShipIt 0.50, software release tool.
PR: ports/112376
Submitted by: Gea-Suan Lin <gslin at gslin.org> |