Bug 135094 - [New port] devel/openocd - The Open On-Chip Debugger (OpenOCD)
Summary: [New port] devel/openocd - The Open On-Chip Debugger (OpenOCD)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-31 15:50 UTC by CeDeROM
Modified: 2009-06-02 01:30 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (12.69 KB, text/plain)
2009-05-31 15:50 UTC, CeDeROM
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description CeDeROM 2009-05-31 15:50:00 UTC
	[New port] devel/openocd - The Open On-Chip Debugger (OpenOCD) aims
to provide debugging, in-system programming and boundary-scan testing
for embedded target devices.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-05-31 19:48:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-05-31 19:48:43 UTC
State Changed
From-To: open->feedback

Shar is broken (shar-1.sh: 20: Syntax error: newline unexpected). Also 
please don't submit shar with global paths.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-06-02 01:23:54 UTC
amdmi3      2009-06-02 00:23:42 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/openocd        Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    devel/openocd/files  patch-openocd.c 
  Log:
  The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system
  programming and boundary-scan testing for embedded target devices. OpenOCD uses
  a "hardware interface dongle" to communicate with the JTAG (IEEE 1149.1)
  compliant taps on your target board. OpenOCD currently supports many types
  of hardware dongles: USB based, parallel port based, and other standalone boxes
  that run OpenOCD internally. It allows ARM7 (ARM7TDMI and ARM720t),
  ARM9 (ARM920T, ARM922T, ARM926EJ-S, ARM966E-S), XScale (PXA25x, IXP42x) and
  Cortex-M3 (Luminary Stellaris LM3 and ST STM32) based cores to be debugged
  via the GDB protocol. Flash writing is supported for external CFI compatible
  NOR flashes (Intel and AMD/Spansion command set) and several internal flashes
  (LPC2000, AT91SAM7, STR7x, STR9x, LM3, and STM32x). Preliminary support for
  various NAND flash controllers (LPC3180, Orion, S3C24xx, more) controller is
  included.
  
  WWW: http://openocd.berlios.de/
  
  PR:             135094
  Submitted by:   CeDeROM <tomek.cedro@gmail.com>
  
  Revision  Changes    Path
  1.3508    +1 -0      ports/devel/Makefile
  1.1       +174 -0    ports/devel/openocd/Makefile (new)
  1.1       +3 -0      ports/devel/openocd/distinfo (new)
  1.1       +16 -0     ports/devel/openocd/files/patch-openocd.c (new)
  1.1       +15 -0     ports/devel/openocd/pkg-descr (new)
  1.1       +15 -0     ports/devel/openocd/pkg-message (new)
  1.1       +129 -0    ports/devel/openocd/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2009-06-02 01:24:04 UTC
State Changed
From-To: feedback->open

Updated shar received
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2009-06-02 01:24:11 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!