Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 19:56:45 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502749 - in head/sysutils: . minipro
Message-ID:  <201905261956.x4QJujmQ016437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905261956.x4QJujmQ016437>