sysutils/minipro: create port

Open source program for controlling the MiniPRO TL866xx series
of chip programmers

WWW: https://gitlab.com/DavidGriffith/minipro

PR:		236083
Submitted by:	hondareyte.luc@laposte.net
This commit is contained in:
Steve Wills
2019-05-26 19:56:45 +00:00
parent f069ace4a1
commit 1375ae624e
4 changed files with 43 additions and 0 deletions

View File

@@ -673,6 +673,7 @@
SUBDIR += mgeupsd
SUBDIR += minikube
SUBDIR += minimunin
SUBDIR += minipro
SUBDIR += minirsyslogd
SUBDIR += mixer
SUBDIR += mkdesktop

35
sysutils/minipro/Makefile Normal file
View File

@@ -0,0 +1,35 @@
# Created by: Hondareyte <lhondareyte@laposte.net>
# $FreeBSD$
PORTNAME= minipro
PORTVERSION= 0.3
CATEGORIES= sysutils
MAINTAINER= lhondareyte@laposte.net
COMMENT= CLI for MiniPRO TL866xx chip programmers
LICENSE= GPLv3
RUN_DEPENDS= bash:shells/bash
USES= gmake pkgconfig shebangfix
USE_GITLAB= yes
GL_ACCOUNT= DavidGriffith
GL_COMMIT= e6fb06822e6685886a045ae98c3c82d832bd8e9c
GL_PROJECT= ${PORTNAME}
SHEBANG_FILES= miniprohex
PLIST_FILES= bin/minipro \
bin/miniprohex \
man/man1/minipro.1.gz
post-patch:
@${REINPLACE_CMD} -e ' s|gcc|clang|g' \
-e 's|share/||g' \
${WRKSRC}/Makefile
post-install:
@${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/man1/minipro.1
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1558899481
SHA256 (DavidGriffith-minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c_GL0.tar.gz) = a1611fa3e914ff6613bb97facb7215958adad87c2ed99d462dc77f750ab2691e
SIZE (DavidGriffith-minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c_GL0.tar.gz) = 282025

View File

@@ -0,0 +1,4 @@
Open source program for controlling the MiniPRO TL866xx series
of chip programmers
WWW: https://gitlab.com/DavidGriffith/minipro