FreeBSD Bugzilla – Attachment 188467 Details for
Bug 223867
[New port] devel/APHPBreakdown: Code analyzer for PHP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff-File from svn diff
aphpbreakdown.diff (text/plain), 2.62 KB, created by
Felix Flor
on 2017-12-02 10:16:46 UTC
(
hide
)
Description:
Diff-File from svn diff
Filename:
MIME Type:
Creator:
Felix Flor
Created:
2017-12-02 10:16:46 UTC
Size:
2.62 KB
patch
obsolete
>Index: devel/aphpbreakdown/Makefile >=================================================================== >--- devel/aphpbreakdown/Makefile (nonexistent) >+++ devel/aphpbreakdown/Makefile (working copy) >@@ -0,0 +1,30 @@ >+# $FreeBSD$ >+ >+PORTNAME= aphpbreakdown >+DISTVERSION= 1.0.0 >+CATEGORIES= devel www >+MASTER_SITES= http://phar.code-mesa.com/ >+EXTRACT_SUFX= .phar >+ >+MAINTAINER= freebsd@code-mesa.com >+COMMENT= Code-Analyzer for PHP for Compatibility Check-UP >+ >+LICENSE= BSD2CLAUSE >+ >+USES= php >+USE_PHP= tokenizer phar hash >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+PLIST_FILES= bin/aphpbreakdown >+ >+# Download isn't compressed or aggregated, it's just the single file >+do-extract: >+ ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME} >+ >+do-install: >+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ >+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ >+.include <bsd.port.mk> > >Property changes on: devel/aphpbreakdown/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/aphpbreakdown/distinfo >=================================================================== >--- devel/aphpbreakdown/distinfo (nonexistent) >+++ devel/aphpbreakdown/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1512208903 >+SHA256 (aphpbreakdown-1.0.0.phar) = e258658dcaf9964a0ac0a4c1ed639297617ab578c3ee1ba3db3a33285201a4c3 >+SIZE (aphpbreakdown-1.0.0.phar) = 278480 > >Property changes on: devel/aphpbreakdown/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/aphpbreakdown/pkg-descr >=================================================================== >--- devel/aphpbreakdown/pkg-descr (nonexistent) >+++ devel/aphpbreakdown/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+this software analyzes all files of your php project >+ >+WWW: http://gitlab.code-mesa.com/code-mesa/aphpbreakdown > >Property changes on: devel/aphpbreakdown/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
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 223867
:
188275
|
188276
|
188467
|
188469
|
188515
|
188563