FreeBSD Bugzilla – Attachment 190713 Details for
Bug 225969
[NEW PORT] ports-mgmt/py-portgraph: Create a dependencies graph of a(all) port(s)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-portgraph
py-portgraph.diff (text/plain), 2.81 KB, created by
Loïc Bartoletti
on 2018-02-17 07:28:21 UTC
(
hide
)
Description:
py-portgraph
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2018-02-17 07:28:21 UTC
Size:
2.81 KB
patch
obsolete
>Index: ports-mgmt/py-portgraph/Makefile >=================================================================== >--- ports-mgmt/py-portgraph/Makefile (nonexistent) >+++ ports-mgmt/py-portgraph/Makefile (copie de travail) >@@ -0,0 +1,21 @@ >+# Created by: Loïc Bartoletti <lbartoletti@tuxfamily.org> >+# $FreeBSD$ >+ >+PORTNAME= portgraph >+PORTVERSION= 0.0.1 >+CATEGORIES= ports-mgmt python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= lbartoletti@tuxfamily.org >+COMMENT= Create a dependencies graph of a(all) port(s) >+ >+LICENSE= BSD2CLAUSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>=0.8.2:graphics/py-graphviz@${FLAVOR} >+ >+NO_ARCH= yes >+USES= python:3.4+ >+USE_PYTHON= autoplist concurrent distutils >+ >+.include <bsd.port.mk> > >Modification de propriétés sur ports-mgmt/py-portgraph/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: ports-mgmt/py-portgraph/distinfo >=================================================================== >--- ports-mgmt/py-portgraph/distinfo (nonexistent) >+++ ports-mgmt/py-portgraph/distinfo (copie de travail) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1518849908 >+SHA256 (portgraph-0.0.1.tar.gz) = 49ad0700f8c64e3ea4c84201d11b60bfdc09778100abc8b106be36c1f111b6cb >+SIZE (portgraph-0.0.1.tar.gz) = 1006733 > >Modification de propriétés sur ports-mgmt/py-portgraph/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: ports-mgmt/py-portgraph/pkg-descr >=================================================================== >--- ports-mgmt/py-portgraph/pkg-descr (nonexistent) >+++ ports-mgmt/py-portgraph/pkg-descr (copie de travail) >@@ -0,0 +1,8 @@ >+Started from an idea on twitter and used to reduce the dependencies of a port, >+ here a python script to produce dependencies' graph of a(ll) FreeBSD port(s). >+ >+'portgraph' produces a graph (.dot and svg) representing the dependencies needed >+ for a given port or all ports thanks to graphviz and the power of make >+{build,run}-depends-list. >+ >+WWW: https://gitlab.com/lbartoletti/portgraph > >Modification de propriétés sur ports-mgmt/py-portgraph/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
Flags:
lbartoletti
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 225969
: 190713