FreeBSD Bugzilla – Attachment 89912 Details for
Bug 126957
[NEW PORT] graphics/py25-graph: A library for working with graphs in Python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
py25-graph-1.0.0.shar
py25-graph-1.0.0.shar (text/plain), 4.19 KB, created by
Yi-Jheng Lin
on 2008-08-29 19:00:06 UTC
(
hide
)
Description:
py25-graph-1.0.0.shar
Filename:
MIME Type:
Creator:
Yi-Jheng Lin
Created:
2008-08-29 19:00:06 UTC
Size:
4.19 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># py-graph ># py-graph/pkg-descr ># py-graph/Makefile ># py-graph/pkg-plist ># py-graph/distinfo ># >echo c - py-graph >mkdir -p py-graph > /dev/null 2>&1 >echo x - py-graph/pkg-descr >sed 's/^X//' >py-graph/pkg-descr << 'END-of-py-graph/pkg-descr' >XA library for working with graphs in Python. >XIt provides a suitable data structure for representing graphs >Xand a whole set of important algorithms. >X >XWWW: http://code.google.com/p/python-graph/ >END-of-py-graph/pkg-descr >echo x - py-graph/Makefile >sed 's/^X//' >py-graph/Makefile << 'END-of-py-graph/Makefile' >X# New ports collection makefile for: py-graph >X# Date created: 2008-08-29 >X# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= graph >XPORTVERSION= 1.0.0 >XCATEGORIES= graphics python >XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} >XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >XDISTNAME= python-graph-${PORTVERSION} >X >XMAINTAINER= yzlin@cs.nctu.edu.tw >XCOMMENT= A library for working with graphs in Python >X >XBUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz >XRUN_DEPENDS= ${BUILD_DEPENDS} >X >XPROJECTHOST= python-graph >XUSE_PYTHON= yes >XUSE_PYDISTUTILS= yes >XPYDISTUTILS_PKGNAME= python-graph >X >XWRKSRC= ${WRKDIR}/${PYDISTUTILS_PKGNAME} >X >XUSE_BZIP2= yes >X >XDOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} >XEXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} >X >Xpost-install: >X.if !defined(NOPORTDOCS) >X @${MKDIR} ${DOCSDIR} >X ${INSTALL_MAN} ${WRKSRC}/docs/* ${DOCSDIR} >X.endif >X.if !defined(NOPORTEXAMPLES) >X @${MKDIR} ${EXAMPLESDIR} >X ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} >X.endif >X >X.include <bsd.port.mk> >END-of-py-graph/Makefile >echo x - py-graph/pkg-plist >sed 's/^X//' >py-graph/pkg-plist << 'END-of-py-graph/pkg-plist' >X%%PYTHON_SITELIBDIR%%/graph/__init__.py >X%%PYTHON_SITELIBDIR%%/graph/__init__.pyc >X%%PYTHON_SITELIBDIR%%/graph/__init__.pyo >X%%PYTHON_SITELIBDIR%%/graph/accessibility.py >X%%PYTHON_SITELIBDIR%%/graph/accessibility.pyc >X%%PYTHON_SITELIBDIR%%/graph/accessibility.pyo >X%%PYTHON_SITELIBDIR%%/graph/generators.py >X%%PYTHON_SITELIBDIR%%/graph/generators.pyc >X%%PYTHON_SITELIBDIR%%/graph/generators.pyo >X%%PYTHON_SITELIBDIR%%/graph/minmax.py >X%%PYTHON_SITELIBDIR%%/graph/minmax.pyc >X%%PYTHON_SITELIBDIR%%/graph/minmax.pyo >X%%PYTHON_SITELIBDIR%%/graph/readwrite.py >X%%PYTHON_SITELIBDIR%%/graph/readwrite.pyc >X%%PYTHON_SITELIBDIR%%/graph/readwrite.pyo >X%%PYTHON_SITELIBDIR%%/graph/searching.py >X%%PYTHON_SITELIBDIR%%/graph/searching.pyc >X%%PYTHON_SITELIBDIR%%/graph/searching.pyo >X%%PYTHON_SITELIBDIR%%/graph/sorting.py >X%%PYTHON_SITELIBDIR%%/graph/sorting.pyc >X%%PYTHON_SITELIBDIR%%/graph/sorting.pyo >X@dirrm %%PYTHON_SITELIBDIR%%/graph >X%%PORTDOCS%%%%DOCSDIR%%/api-objects.txt >X%%PORTDOCS%%%%DOCSDIR%%/class-tree.html >X%%PORTDOCS%%%%DOCSDIR%%/crarr.png >X%%PORTDOCS%%%%DOCSDIR%%/epydoc.css >X%%PORTDOCS%%%%DOCSDIR%%/epydoc.js >X%%PORTDOCS%%%%DOCSDIR%%/graph-module.html >X%%PORTDOCS%%%%DOCSDIR%%/graph.accessibility-module.html >X%%PORTDOCS%%%%DOCSDIR%%/graph.generators-module.html >X%%PORTDOCS%%%%DOCSDIR%%/graph.graph-class.html >X%%PORTDOCS%%%%DOCSDIR%%/graph.minmax-module.html >X%%PORTDOCS%%%%DOCSDIR%%/graph.readwrite-module.html >X%%PORTDOCS%%%%DOCSDIR%%/graph.searching-module.html >X%%PORTDOCS%%%%DOCSDIR%%/graph.sorting-module.html >X%%PORTDOCS%%%%DOCSDIR%%/help.html >X%%PORTDOCS%%%%DOCSDIR%%/identifier-index.html >X%%PORTDOCS%%%%DOCSDIR%%/index.html >X%%PORTDOCS%%%%DOCSDIR%%/module-tree.html >X%%PORTDOCS%%%%DOCSDIR%%/redirect.html >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draw.py >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read.py >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write.py >X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% >END-of-py-graph/pkg-plist >echo x - py-graph/distinfo >sed 's/^X//' >py-graph/distinfo << 'END-of-py-graph/distinfo' >XMD5 (python-graph-1.0.0.tar.bz2) = a9e4113446225a473f95f02779628de8 >XSHA256 (python-graph-1.0.0.tar.bz2) = fde61fe2e6d9ec7e5dc36324eb80c718e01eaf8e7f2cc1f6f802dde6b0ec2e7d >XSIZE (python-graph-1.0.0.tar.bz2) = 29737 >END-of-py-graph/distinfo >exit
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 Raw
Actions:
View
Attachments on
bug 126957
: 89912