mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
This step recreates the MANIFEST by effectively running make
manifest, or the equivalent in your build process. I use this as I don't have superfluous files lying around in the distribution directories, and have set the relevant svk ignore properties. To use it, just list in your .shipit file. WWW: http://search.cpan.org/dist/ShipIt-Step-Manifest/ PR: ports/152634 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
5fe5e5bddc
commit
69b574dd39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265781
@ -2157,6 +2157,7 @@
|
||||
SUBDIR += p5-Shell-Parser
|
||||
SUBDIR += p5-Shell-Source
|
||||
SUBDIR += p5-ShipIt
|
||||
SUBDIR += p5-ShipIt-Step-Manifest
|
||||
SUBDIR += p5-Smart-Comments
|
||||
SUBDIR += p5-Sort-Array
|
||||
SUBDIR += p5-Sort-ArrayOfArrays
|
||||
|
26
devel/p5-ShipIt-Step-Manifest/Makefile
Normal file
26
devel/p5-ShipIt-Step-Manifest/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-ShipIt-Step-Manifest
|
||||
# Date created: 2010-11-28
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ShipIt-Step-Manifest
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MARCEL
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= ShipIt step for recreating the MANIFEST
|
||||
|
||||
RUN_DEPENDS= p5-Dist-Joseki>=0:${PORTSDIR}/devel/p5-Dist-Joseki \
|
||||
p5-ShipIt>=0:${PORTSDIR}/devel/p5-ShipIt
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USE_PERL5_RUN= 5.8.1+
|
||||
|
||||
MAN3= ShipIt::Step::Manifest.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-ShipIt-Step-Manifest/distinfo
Normal file
2
devel/p5-ShipIt-Step-Manifest/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ShipIt-Step-Manifest-0.01.tar.gz) = 83d0d302b5e6f46299a0add4666978f2037db53fcf56cf3b4ae70d9f77d4c8be
|
||||
SIZE (ShipIt-Step-Manifest-0.01.tar.gz) = 18691
|
10
devel/p5-ShipIt-Step-Manifest/pkg-descr
Normal file
10
devel/p5-ShipIt-Step-Manifest/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This step recreates the MANIFEST by effectively running make
|
||||
manifest, or the equivalent in your build process.
|
||||
|
||||
I use this as I don't have superfluous files lying around in the
|
||||
distribution directories, and have set the relevant svk ignore
|
||||
properties.
|
||||
|
||||
To use it, just list in your .shipit file.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ShipIt-Step-Manifest/
|
8
devel/p5-ShipIt-Step-Manifest/pkg-plist
Normal file
8
devel/p5-ShipIt-Step-Manifest/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt/Step/Manifest/.packlist
|
||||
%%SITE_PERL%%/ShipIt/Step/Manifest.pm
|
||||
@dirrmtry %%SITE_PERL%%/ShipIt/Step
|
||||
@dirrmtry %%SITE_PERL%%/ShipIt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt/Step/Manifest
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt/Step
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt
|
Loading…
Reference in New Issue
Block a user