As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
5
devel/py-nodeenv/pkg/DESCR
Normal file
5
devel/py-nodeenv/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
nodeenv (node.js virtual environment) is a tool to create isolated
|
||||
node.js environments.
|
||||
|
||||
It creates an environment that has its own installation directories,
|
||||
that doesn't share libraries with other node.js virtual environments.
|
13
devel/py-nodeenv/pkg/PLIST
Normal file
13
devel/py-nodeenv/pkg/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/nodeenv
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}nodeenv.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}nodeenv.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/nodeenv-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/nodeenv-${MODPY_EGG_VERSION}.dist-info/AUTHORS
|
||||
lib/python${MODPY_VERSION}/site-packages/nodeenv-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/nodeenv-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/nodeenv-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/nodeenv-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/nodeenv-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/nodeenv-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/nodeenv.py
|
Loading…
Add table
Add a link
Reference in a new issue