svn commit: r502749 - in head/sysutils: . minipro

Steve Wills swills at FreeBSD.org
Sun May 26 19:56:47 UTC 2019


Author: swills
Date: Sun May 26 19:56:45 2019
New Revision: 502749
URL: https://svnweb.freebsd.org/changeset/ports/502749

Log:
  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 at laposte.net

Added:
  head/sysutils/minipro/
  head/sysutils/minipro/Makefile   (contents, props changed)
  head/sysutils/minipro/distinfo   (contents, props changed)
  head/sysutils/minipro/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile   (contents, props changed)

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun May 26 19:32:08 2019	(r502748)
+++ head/sysutils/Makefile	Sun May 26 19:56:45 2019	(r502749)
@@ -673,6 +673,7 @@
     SUBDIR += mgeupsd
     SUBDIR += minikube
     SUBDIR += minimunin
+    SUBDIR += minipro
     SUBDIR += minirsyslogd
     SUBDIR += mixer
     SUBDIR += mkdesktop

Added: head/sysutils/minipro/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/minipro/Makefile	Sun May 26 19:56:45 2019	(r502749)
@@ -0,0 +1,35 @@
+# Created by: Hondareyte <lhondareyte at laposte.net>
+# $FreeBSD$
+
+PORTNAME=	minipro
+PORTVERSION=	0.3
+CATEGORIES=	sysutils
+
+MAINTAINER=	lhondareyte at 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>

Added: head/sysutils/minipro/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/minipro/distinfo	Sun May 26 19:56:45 2019	(r502749)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1558899481
+SHA256 (DavidGriffith-minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c_GL0.tar.gz) = a1611fa3e914ff6613bb97facb7215958adad87c2ed99d462dc77f750ab2691e
+SIZE (DavidGriffith-minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c_GL0.tar.gz) = 282025

Added: head/sysutils/minipro/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/minipro/pkg-descr	Sun May 26 19:56:45 2019	(r502749)
@@ -0,0 +1,4 @@
+Open source program for controlling the MiniPRO TL866xx series
+of chip programmers
+
+WWW: https://gitlab.com/DavidGriffith/minipro


More information about the svn-ports-head mailing list