Port details |
- minipro CLI for MiniPRO TL866xx chip programmers
- 0.5 sysutils
=0 0.5Version of this port present on the latest quarterly branch. - Maintainer: sbruno@freebsd.org
 - Port Added: 2019-05-26 19:56:57
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: GPLv3
- Description:
- Open source program for controlling the MiniPRO TL866xx series
of chip programmers
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- minipro>0:sysutils/minipro
- To install the port:
- cd /usr/ports/sysutils/minipro/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/minipro
- pkg install minipro
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: minipro
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1648345702
SHA256 (DavidGriffith-minipro-8be592c954264afdc3a2cb596ee45517cc5dc621_GL0.tar.gz) = 4b0381949b1ac335132fd4ee6560fe8cfa6320edaaa1f7473ebec03dce2fa907
SIZE (DavidGriffith-minipro-8be592c954264afdc3a2cb596ee45517cc5dc621_GL0.tar.gz) = 388948
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gsed : textproc/gsed
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- bash : shells/bash
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_minipro
- USES:
- compiler:c11 gmake pkgconfig shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.5 01 Apr 2022 21:25:35
    |
Sean Bruno (sbruno)  |
sysutils/minipro: Update to 0.5
Reset maintainer at request of original submitter.
Tested with firware update to TL866II+.
Differential Revision: https://reviews.freebsd.org/D34683 |
0.3_2 09 Apr 2021 18:44:23
    |
Matthias Fechner (mfechner)  |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
0.3_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.3_2 08 Jun 2020 04:41:31
  |
kevans  |
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above ) |
0.3_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.3 09 Jul 2019 09:49:19
  |
pkubaj  |
sysutils/minipro: fix build with GCC-based architectures
This port needs new GCC to build on GCC architectures.
Actually respect CC by putting ?= instead of =.
Also respect CFLAGS and remove post-patch step, instead use a separate patch
file.
PR: 238515
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20819 |
0.3 26 May 2019 19:56:45
  |
swills  |
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 |