Port details |
- papilio-loader Load bit files to the Open Source Papilio FPGA boards
- 2.8_2 devel =2 2.8_2Version of this port present on the latest quarterly branch.
- Maintainer: mr@FreeBSD.org
- Port Added: 2017-07-13 17:50:25
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://papilio.cc/index.php?n=Papilio.PapilioLoaderV2
- Description:
- Papilio Loader - Current Version 2.7
The Papilio Loader is a branch of xc3sprog (https://sourceforge.net/projects/xc3sprog/) that
is used to load bit files to the Open Source Papilio FPGA boards (http://papilio.cc)
made by Gadget Factory (http://www.gadgetfactory.net).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- papilio-loader>0:devel/papilio-loader
- To install the port:
- cd /usr/ports/devel/papilio-loader/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/papilio-loader
- pkg install papilio-loader
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: papilio-loader
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1499966750
SHA256 (GadgetFactory-Papilio-Loader-2.8-dd111c4_GH0.tar.gz) = 448e45be93f5dfb247b358ea618f97d897d2d11334dc65da7773e480e95e7443
SIZE (GadgetFactory-Papilio-Loader-2.8-dd111c4_GH0.tar.gz) = 8506529
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libftdi1.so : devel/libftdi1
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_papilio-loader
- USES:
- autoreconf pkgconfig gmake
- 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) |
2.8_2 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 ) |
2.8_2 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
2.8_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.8_1 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
2.8_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8_1 31 Mar 2020 23:18:19 |
sunpoet |
Update URL
Approved: portmgr (blanket) |
2.8_1 24 Jan 2018 09:41:04 |
ak |
- Update name of autoreconf WRKSRC variable in comment
- Fix a few ports with invalid USES autoreconf arguments
- Add check for invalid USES autoreconf arguments
Differential Revision: https://reviews.freebsd.org/D14004
Approved by: tijl (autotools maintainer), portmgr (mat) |
2.8_1 21 Jan 2018 17:33:16 |
mr |
Try to fix compiling with clang 6.0 |
2.8_1 21 Aug 2017 13:14:02 |
mat |
Don't set WRKSRC when USE_GITHUB. Use the correct GH_ACCOUNT/GH_PROJECT,
and use WRKSRC_SUBDIR.
Sponsored by: Absolight |
2.8_1 19 Aug 2017 13:05:18 |
bsam |
devel/libftdi1: Update to version 1.4 and bump dependent ports. |
2.8 15 Jul 2017 11:07:53 |
mr |
Try to fix the build by adding pkgconfig to USAGE. |
2.8 13 Jul 2017 17:50:12 |
mr |
Add the Papilio Loader, a Tool for loading bit/hex files onto a Papilio FPGA
board.
Currently it's just the CLI part (papilio-prog) and a wrapper
(Papilio_Programmer.sh).
See also: http://papilio.cc/index.php?n=Papilio.PapilioLoaderV2 |