Port details |
- urjtag Extended utility to work with JTAG-aware boards
- 2021.03_2 devel
=2 2021.03_2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2008-01-05 01:29:29
- Last Update: 2024-03-07 09:47:32
- Commit Hash: 63afee3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- http://urjtag.org/
- Description:
- UrJTAG aims to create an enhanced, modern tool for communicating over JTAG
interface with flash chips, CPUs, and many more. It takes on well proven
openwince JTAG tools code.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/urjtag/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/urjtag
- pkg install urjtag
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: urjtag
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617914331
SHA256 (urjtag-2021.03.tar.xz) = b0a2eaa245513af096dc4d770109832335c694c6c12aa5e92fefae8685416f1c
SIZE (urjtag-2021.03.tar.xz) = 1208440
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:
-
- gmake>=4.4.1 : devel/gmake
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- bash : shells/bash
- Library dependencies:
-
- libftdi1.so : devel/libftdi1
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for urjtag-2021.03_2:
FTDI=on: FTDI-based USB JTAG adapters support
JEDEC=off: Experimental JEDEC flash detection
NLS=on: Native Language Support
NOASYNC=off: Disable the libftdi async mode
PYTHON=off: Python bindings or support
USB=on: USB JTAG adapters support
===> Use 'make config' to modify these settings
- Options name:
- devel_urjtag
- USES:
- gmake libtool readline tar:xz gettext
- 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 |
2021.03_2 07 Mar 2024 09:47:32
![commit hash: 63afee344f5084678102f89ba3917f9bf471e0bb commit hash: 63afee344f5084678102f89ba3917f9bf471e0bb](/images/git.png) ![commit hash: 63afee344f5084678102f89ba3917f9bf471e0bb commit hash: 63afee344f5084678102f89ba3917f9bf471e0bb](/images/codeberg.svg) ![commit hash: 63afee344f5084678102f89ba3917f9bf471e0bb commit hash: 63afee344f5084678102f89ba3917f9bf471e0bb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Nuno Teixeira (eduardo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/urjtag: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
2021.03_1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
2021.03_1 12 Aug 2022 14:46:53
![commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed](/images/git.png) ![commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed](/images/codeberg.svg) ![commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: bump all consumers after recent boost upgrade |
2021.03 20 Jul 2022 14:21:35
![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/git.png) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/codeberg.svg) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
2021.03 08 Apr 2021 20:45:42
![commit hash: 1e8ff47c396dba5c49aefe80ec60791a5c5a7431 commit hash: 1e8ff47c396dba5c49aefe80ec60791a5c5a7431](/images/git.png) ![commit hash: 1e8ff47c396dba5c49aefe80ec60791a5c5a7431 commit hash: 1e8ff47c396dba5c49aefe80ec60791a5c5a7431](/images/codeberg.svg) ![commit hash: 1e8ff47c396dba5c49aefe80ec60791a5c5a7431 commit hash: 1e8ff47c396dba5c49aefe80ec60791a5c5a7431](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Yuri Victorovich (yuri) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/urjtag: Update 2019.12 -> 2021.03 |
2019.12_2 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
2019.12_2 02 Dec 2020 21:05:56
![Revision:556853 Revision:556853](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
yuri ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/urjtag: Add the NOASYNC option to possibly work around bugs like
bug#251533
PR: 251533
Reported by: Torfinn Ingolfsen <tingox+freebsd@gmail.com> |
2019.12_1 21 Nov 2020 18:32:49
![Revision:556008 Revision:556008](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
yuri ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/urjtag: Fix bug that libusb wasn't recognized
PR: 251232
Reported by: Torfinn Ingolfsen <tingox+freebsd@gmail.com>
MFH: 2020Q4 |
2019.12 11 Jan 2020 21:45:19
![Revision:522712 Revision:522712](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
yuri ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/urjtag: Update 0.10 -> 2019.12
Take maintainership. |
0.10_8 09 Apr 2019 14:04:50
![Revision:498476 Revision:498476](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
0.10_7 27 Jun 2017 13:46:53
![Revision:444463 Revision:444463](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
0.10_6 09 Jan 2017 09:43:38
![Revision:430927 Revision:430927](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch to USES=localbase
- Remove always false OSVERSION condition |
0.10_6 08 Dec 2016 19:52:20
![Revision:428152 Revision:428152](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.10_5 01 Apr 2016 14:00:57
![Revision:412346 Revision:412346](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.10_5 04 Dec 2014 16:04:40
![Revision:373967 Revision:373967](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Check OPSYS along with OSVERSION |
0.10_5 11 Oct 2014 21:17:41
![Revision:370668 Revision:370668](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jhale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert USE_BZIP2 to USES
- Use options helpers
- Whitespace cleanup |
0.10_5 23 Sep 2014 16:33:03
![Revision:369086 Revision:369086](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Drop @dirrm* from plist |
0.10_5 03 Aug 2014 11:36:57
![Revision:363878 Revision:363878](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/libftdi: USES=libtool, fix build, bump dependencies
comms/linrad
comms/lirc
devel/urjtag
devel/openocd
sysutils/lcdproc
sysutils/flashrom
devel/xc3sprog is already bumped via PR 188055 |
0.10_4 24 Dec 2013 09:51:50
![Revision:337328 Revision:337328](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jadawin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix build on current
- Support STAGE
PR: ports/184810
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.10_3 20 Sep 2013 17:17:45
![Revision:327726 Revision:327726](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.10_3 26 Apr 2013 15:10:57
![Revision:316620 Revision:316620](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng |
0.10_3 28 Mar 2013 15:51:17
![Revision:315474 Revision:315474](/images/subversion.png) ![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
0.10_3 29 Sep 2012 06:13:17
![Revision:305027 Revision:305027](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
danfe ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Adjust Makefile header and define LICENSE knob
- Simplify BUILD_DEPENDS, add a comment
- Reformat port description while I am here |
0.10_3 26 Sep 2012 09:09:28
![Revision:304889 Revision:304889](/images/subversion.png) ![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to OptionsNG |
0.10_3 24 Sep 2012 17:04:05
![Revision:304786 Revision:304786](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tabthorpe ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Reassign to the heap at maintainer's request |
0.10_3 23 Sep 2011 22:26:39
![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.10_3 05 Mar 2011 15:55:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
dhn ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase libftdi update
- Bump PORTREVISION
- Remove MD5 checksum |
0.10_2 31 May 2010 02:01:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.10_1 14 Feb 2010 19:37:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase devel/libftdi shlib bump
Pointyhat to: myself
Reported by: pav via pointyhat |
0.10 28 May 2009 01:23:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.10
PR: 134516
Submitted by: Steve Franks <bahamasfranks@gmail.com> (maintainer) |
0.9_2 12 May 2009 11:28:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
itetcu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.
Forgotten by: araujo@
Reported by: QAT |
0.9_1 09 Mar 2009 17:15:43
![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
stas ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
0.9_1 05 Feb 2009 19:11:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Reorder include paths to not conflict with graphics/libflash when it's
installed
- Thus, remove CONFLICTS
- Fix CFLAGS handling
PR: 130887
Submitted by: "Walter C. Pelissero" <walter dot pelissero at iesy dot net>
Approved by: Steve Franks <bahamasfranks at gmail dot com> (maintainer) |
0.9_1 15 Jan 2009 06:46:35
![files touched by this commit files touched by this commit](/images/logs.gif) |
beech ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Change maintainer email
PR: ports/130570
Submitted by: bahamasfranks@gmail.com (maintainer) |
0.9_1 11 Jan 2009 15:09:19
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase devel/libftdi shlib bump |
0.9 11 Oct 2008 03:51:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
bms ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Build USB and FTDI dongle support by default. |
0.9 08 Oct 2008 19:23:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
bms ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add OPTIONS for USB and FTDI dongle support, tested with
USB Altera ByteBlaster clone.
Add OPTIONS for JEDEC flash detection support.
Add CONFLICTS against libflash which breaks the build totally
if present on the system.
Approved by: maintainer |
0.9 26 Sep 2008 09:42:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.9
PR: 127487
Submitted by: Steve Franks <stevefranks@ieee.org> (maintainer) |
0.7_1 07 Sep 2008 21:57:18
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Over to new volunteer.
Approved by: old maintainer |
0.7_1 06 Jun 2008 13:21:59
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.7 18 Jan 2008 20:57:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
bms ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Nuke NLS as I obviously didn't support it properly.
Noticed by: pav |
0.7 07 Jan 2008 18:53:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
bms ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
fix plist turds
Submitted by: wxs |
0.7 07 Jan 2008 00:52:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
bms ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
try to fix build on -current; I have no -current system to test with, and
it builds fine on all my systems here. |
0.7 05 Jan 2008 11:53:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
bms ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix an include file clash with Shockwave Flash. |
0.7 05 Jan 2008 01:29:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
bms ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add new port urjtag, a more recently maintained version of openwince jtag
which can run on any platform supported by FreeBSD's ppi(4) driver and more. |