Path to this page:
./
misc/urjtag,
JTAG tool
Branch: CURRENT,
Version: 0.10nb4,
Package name: urjtag-0.10nb4,
Maintainer: pkgsrc-usersUrJTAG is a software package which enables working with JTAG-aware (IEEE
1149.1) hardware devices (parts) and boards through a JTAG adapter.
This package has an open and modular architecture with the ability to write
miscellaneous extensions (like board testers, flash memory programmers, and so
on).
Required to run:[
devel/libftdi] [
devel/libusb-compat]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1359.14 KB
Version history: (Expand)
- (2018-02-28) Updated to version: urjtag-0.10nb4
- (2017-11-23) Package has been reborn
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2012-04-10) Updated to version: urjtag-0.10nb3
- (2010-08-10) Updated to version: urjtag-0.10nb2
CVS history: (Expand)
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2018-04-30 12:38:55 by Thomas Klausner | Files touched by this commit (2) |
Log message:
urjtag: remove references to obsolete DragonFly/i386
|
2018-02-28 00:56:10 by Pierre Pronchery | Files touched by this commit (25) |
Log message:
Revbump for packages depending on devel/libusb{,compat}
|
2018-02-10 14:53:49 by Pierre Pronchery | Files touched by this commit (39) |
Log message:
Import global switch for libusb's implementation [2/2]
This switch is meant to be used by packages requiring an implementation of the
former libusb (as in devel/libusb). The original implementation can be
chosen by setting LIBUSB_TYPE to "native".
The alternative implementation libusb-compat (as in devel/libusb-compat) wraps
libusb1 (in devel/libusb1). This implementation can be chosen by setting
LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not \
requiring root
privileges to locate and use USB devices without a kernel driver.
This second part switches packages using libusb to this framework. It does not
change compilation options or dependencies at this point.
Compile-tested on most packages affected and available on NetBSD/amd64.
|
2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330) |
Log message:
Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
Package colorls: missing distfile ls.tar.gz
Package molden: missing distfile molden-4.6/molden4.6.tar.gz
Package softmaker-office-demo: missing distfile ofl06trial.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2013-10-29 12:16:31 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
USE_LANGUAGES=c99.
|
2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|