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
24
devel/py-ipcalc/Makefile
Normal file
24
devel/py-ipcalc/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
COMMENT = ip subnet calculator
|
||||
|
||||
MODPY_EGG_VERSION = 1.1.3
|
||||
DISTNAME = ipcalc-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Unlicense
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
RUN_DEPENDS = devel/py-six${MODPY_FLAVOR}
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?= python3
|
||||
|
||||
#MODPY_DISTUTILS_INSTALL = install --prefix=${LOCALBASE} --root=${DESTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-ipcalc/distinfo
Normal file
2
devel/py-ipcalc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ipcalc-1.1.3.tar.gz) = O/xSyvqjnpxOhHijiyGy1ishRdPSGhci8TQOiXZWrDQ=
|
||||
SIZE (ipcalc-1.1.3.tar.gz) = 8099
|
1
devel/py-ipcalc/pkg/DESCR
Normal file
1
devel/py-ipcalc/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
IP subnet calculator
|
6
devel/py-ipcalc/pkg/PLIST
Normal file
6
devel/py-ipcalc/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/ipcalc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/ipcalc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/ipcalc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/ipcalc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/ipcalc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/ipcalc.py
|
Loading…
Add table
Add a link
Reference in a new issue