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:
purplerain 2024-05-26 03:08:12 +00:00
parent 83a0aaf92c
commit 9a3af55370
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
59377 changed files with 98673 additions and 4712155 deletions

24
devel/py-ipcalc/Makefile Normal file
View 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
View file

@ -0,0 +1,2 @@
SHA256 (ipcalc-1.1.3.tar.gz) = O/xSyvqjnpxOhHijiyGy1ishRdPSGhci8TQOiXZWrDQ=
SIZE (ipcalc-1.1.3.tar.gz) = 8099

View file

@ -0,0 +1 @@
IP subnet calculator

View 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