Port details |
- p5-Git-Sub Git commands imported into the git:: namespace
- 0.163320 devel
=0 0.163320Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2013-11-21 19:02:02
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Use git commands easily from your Perl program. Each git command
is imported as a System::Sub DWIM sub.
WWW: https://metacpan.org/release/Git-Sub
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Git-Sub>0:devel/p5-Git-Sub
- To install the port:
- cd /usr/ports/devel/p5-Git-Sub/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Git-Sub
- pkg install p5-Git-Sub
- PKGNAME: p5-Git-Sub
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1484830596
SHA256 (Git-Sub-0.163320.tar.gz) = 2b75108212e0f630b0f4a7e3bed6a1058b52f730d124ef50ae7af4b964291e8d
SIZE (Git-Sub-0.163320.tar.gz) = 13076
- 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:
-
- p5-File-Which>=0 : sysutils/p5-File-Which
- p5-System-Sub>=0.162800 : devel/p5-System-Sub
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-File-Which>=0 : sysutils/p5-File-Which
- p5-System-Sub>=0.162800 : devel/p5-System-Sub
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Git-Sub
- 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 |
07 Apr 2021 08:09:01 0.163320
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.163320
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.163320
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
18 Aug 2018 20:43:11
0.163320
|
sunpoet  |
Update WWW |
15 Sep 2017 08:58:50
0.163320
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
08 Apr 2017 10:40:49
0.163320
|
sunpoet  |
Fix *_DEPENDS |
19 Jan 2017 12:58:49
0.163320
|
ehaupt  |
Update to 0.163320 |
19 Nov 2016 17:09:26
0.161810
|
sunpoet  |
- Add LICENSE_FILE
- Add NO_ARCH |
23 Sep 2016 12:49:57
0.161810
|
lth  |
- Update to 0.161810
Changes: https://api.metacpan.org/source/DOLMEN/Git-Sub-0.161810/Changes
- Disperse maintainership |
01 Apr 2016 14:00:57
0.130270_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.130270_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.130270
|
bapt  |
Cleanup plist |
21 Nov 2013 19:01:52
0.130270
|
lth  |
Use git commands easily from your Perl program. Each git command
is imported as a System::Sub DWIM sub.
WWW: http://metacpan.org/release/Git-Sub |