403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/misc/netron/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/misc/netron/Makefile
PORTNAME=	netron
DISTVERSIONPREFIX=	v
DISTVERSION=	4.1.9
CATEGORIES=	misc python # machine-learning
MASTER_SITES=	LOCAL/yuri/:js
DISTFILES=	netron-${DISTVERSION}-node_modules.tgz:js

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Visualizer for neural network, deep learning, machine learning models
WWW=		https://github.com/lutzroeder/netron

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_GITHUB=	yes
GH_ACCOUNT=	lutzroeder
USE_PYTHON=	distutils noflavors

NO_ARCH=	yes

PLIST_SUB=	PYTHON_CPYTHON=cpython-${PYTHON_VER:S/.//}

post-extract:
	@${RLN} ${WRKDIR}/node_modules ${WRKSRC}/node_modules

#
# To update the netron-${DISTVERSION}-node_modules.tgz archive:
# 1. Comment out the DISTFILES and post-extract lines
# 2. Run 'make makesum regenerate-node_modules-distfile clean'
# 3. Upload the archive
# 4. Uncomment the lines from step #1
# 5. Run 'make makesum'
#

regenerate-node_modules-distfile: patch # requires npm installed by www/npm
	@${MAKE} clean patch && \
	cd ${WRKSRC} && \
	${RM} -r node_modules && \
	npm install -l && \
	${TAR} czf ${DISTDIR}/netron-${DISTVERSION}-node_modules.tgz node_modules && \
	${ECHO} "Please upload the file ${DISTDIR}/netron-${DISTVERSION}-node_modules.tgz"

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit