FreeBSD Bugzilla – Attachment 192834 Details for
Bug 227800
New port: devel/p5-System-Info - Extract system info for reporting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff for ew port: devel/p5-System-Info - Extract system info for reporting
p5-System-Info.diff (text/plain), 4.33 KB, created by
James E Keenan
on 2018-04-27 02:39:03 UTC
(
hide
)
Description:
diff for ew port: devel/p5-System-Info - Extract system info for reporting
Filename:
MIME Type:
Creator:
James E Keenan
Created:
2018-04-27 02:39:03 UTC
Size:
4.33 KB
patch
obsolete
>Index: devel/p5-System-Info/Makefile >=================================================================== >--- devel/p5-System-Info/Makefile (nonexistent) >+++ devel/p5-System-Info/Makefile (working copy) >@@ -0,0 +1,32 @@ >+# Created by: James E Keenan <jkeenan@cpan.org> >+# $FreeBSD$ >+ >+PORTNAME= System-Info >+PORTVERSION= 0.057 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= jkeenan@cpan.org >+COMMENT= Extract system info for reporting >+ >+LICENSE= ART10 GPLv1+ >+LICENSE_COMB= dual >+ >+BUILD_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simple \ >+ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+ >+NO_ARCH= yes >+USES= perl5 tar:tgz >+USE_PERL5= configure >+ >+OPTIONS_DEFINE= DOCS >+ >+PORTDOCS= ChangeLog README >+ >+post-install-DOCS-on: >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> > >Property changes on: devel/p5-System-Info/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-System-Info/distinfo >=================================================================== >--- devel/p5-System-Info/distinfo (nonexistent) >+++ devel/p5-System-Info/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1524779255 >+SHA256 (System-Info-0.057.tgz) = c78fbe99eb77c44a9718c59250dedb742a34e562de038b176eef23ee09494702 >+SIZE (System-Info-0.057.tgz) = 40455 > >Property changes on: devel/p5-System-Info/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-System-Info/pkg-descr >=================================================================== >--- devel/p5-System-Info/pkg-descr (nonexistent) >+++ devel/p5-System-Info/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+System::Info is a Perl extension aimed at presenting system-related >+information (such as number of CPUs, architecture, operating system, >+release data) in a system-independent way. >+ >+WWW: http://search.cpan.org/dist/System-Info/ > >Property changes on: devel/p5-System-Info/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-System-Info/pkg-plist >=================================================================== >--- devel/p5-System-Info/pkg-plist (nonexistent) >+++ devel/p5-System-Info/pkg-plist (working copy) >@@ -0,0 +1,28 @@ >+%%SITE_PERL%%/System/Info.pm >+%%SITE_PERL%%/System/Info/AIX.pm >+%%SITE_PERL%%/System/Info/Base.pm >+%%SITE_PERL%%/System/Info/BSD.pm >+%%SITE_PERL%%/System/Info/Cygwin.pm >+%%SITE_PERL%%/System/Info/Darwin.pm >+%%SITE_PERL%%/System/Info/Generic.pm >+%%SITE_PERL%%/System/Info/Haiku.pm >+%%SITE_PERL%%/System/Info/HPUX.pm >+%%SITE_PERL%%/System/Info/Irix.pm >+%%SITE_PERL%%/System/Info/Linux.pm >+%%SITE_PERL%%/System/Info/Solaris.pm >+%%SITE_PERL%%/System/Info/VMS.pm >+%%SITE_PERL%%/System/Info/Windows.pm >+%%PERL5_MAN3%%/System::Info.3.gz >+%%PERL5_MAN3%%/System::Info::AIX.3.gz >+%%PERL5_MAN3%%/System::Info::Base.3.gz >+%%PERL5_MAN3%%/System::Info::BSD.3.gz >+%%PERL5_MAN3%%/System::Info::Cygwin.3.gz >+%%PERL5_MAN3%%/System::Info::Darwin.3.gz >+%%PERL5_MAN3%%/System::Info::Generic.3.gz >+%%PERL5_MAN3%%/System::Info::Haiku.3.gz >+%%PERL5_MAN3%%/System::Info::HPUX.3.gz >+%%PERL5_MAN3%%/System::Info::Irix.3.gz >+%%PERL5_MAN3%%/System::Info::Linux.3.gz >+%%PERL5_MAN3%%/System::Info::Solaris.3.gz >+%%PERL5_MAN3%%/System::Info::VMS.3.gz >+%%PERL5_MAN3%%/System::Info::Windows.3.gz > >Property changes on: devel/p5-System-Info/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227800
: 192834
Working