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
26
devel/py-colorscript/Makefile
Normal file
26
devel/py-colorscript/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
COMMENT= scripting for custom ASCII
|
||||
|
||||
MODPY_EGG_VERSION= 1.0.0
|
||||
DISTNAME= py-colorscript-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
HOMEPAGE= https://github.com/EntySec/ColorScript
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
GH_ACCOUNT= EntySec
|
||||
GH_PROJECT= ColorScript
|
||||
GH_COMMIT= b6f59d4e068832e60d52960d898186ed2d63a5b6
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_PYBUILD= setuptools
|
||||
|
||||
FLAVOR= python3
|
||||
FLAVORS= python3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-colorscript/distinfo
Normal file
2
devel/py-colorscript/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (py-colorscript-1.0.0-b6f59d4e.tar.gz) = YzZZpG0Zev81g3QhZ8Y6hc2E/fe+8DNiI7m5KqmJZqo=
|
||||
SIZE (py-colorscript-1.0.0-b6f59d4e.tar.gz) = 7734
|
1
devel/py-colorscript/pkg/DESCR
Normal file
1
devel/py-colorscript/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
ColorScript is a scripting language for designing custom ASCII banners.
|
17
devel/py-colorscript/pkg/PLIST
Normal file
17
devel/py-colorscript/pkg/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/colorscript/
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript/__main__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/colorscript/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript/${MODPY_PYCACHE}colors.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript/${MODPY_PYCACHE}colors.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/colorscript/colors.py
|
Loading…
Add table
Add a link
Reference in a new issue