Bug 264289

Summary: [New Port] cad/pcb-rnd: Flexible, modular Printed Circuit Board editor
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: http://repo.hu/projects/pcb-rnd/
Bug Depends on: 263819, 263849    
Bug Blocks:    
Attachments:
Description Flags
[New Port] cad/pcb-rnd: Flexible, modular Printed Circuit Board editor fuz: maintainer-approval+

Description Robert Clausecker freebsd_committer freebsd_triage 2022-05-27 14:42:19 UTC
Created attachment 234268 [details]
[New Port] cad/pcb-rnd: Flexible, modular Printed Circuit Board editor

pcb-rnd is a free/open source, flexible, modular Printed Circuit Board editor

 - for design of professional and hobby boards.
 - is feature-rich and compatible
 - has a long history, fast paced development, and big plans.
 - is part of the coralEDA ecosystem.

WWW: http://www.repo.hu/projects/pcb-rnd/

Tested with Poudriere on arm64 FreeBSD 13.
Portlint and portclippy like the port.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-05 15:21:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ce9a5d60b55b765ca3099b48871beccf2080dd6

commit 0ce9a5d60b55b765ca3099b48871beccf2080dd6
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-06-05 15:19:51 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-06-05 15:19:51 +0000

    Add cad/pcb-rnd: Flexible, modular Printed Circuit Board editor

    PR:             264289

 cad/Makefile                                       |   1 +
 cad/librnd/Makefile (new)                          |  81 +++++++
 cad/librnd/distinfo (new)                          |   3 +
 .../patch-scconfig_src_gui_find__lesstif2.c (new)  |  13 ++
 .../patch-scconfig_src_gui_find__misc.c (new)      |  13 ++
 .../files/patch-scconfig_src_gui_find__x.c (new)   |  15 ++
 cad/librnd/pkg-descr (new)                         |   8 +
 cad/librnd/pkg-plist (new)                         | 254 +++++++++++++++++++++
 8 files changed, 388 insertions(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-05 15:27:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5831e0c7d93b2c34b0d3708effcf8aa20bc1b2a0

commit 5831e0c7d93b2c34b0d3708effcf8aa20bc1b2a0
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-06-05 15:24:44 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-06-05 15:26:25 +0000

    Add cad/pcb-rnd: Flexible, modular Printed Circuit Board editor

    PR:             264289

 cad/Makefile                                       |   1 +
 cad/pcb-rnd/Makefile (new)                         |  30 ++
 cad/pcb-rnd/distinfo (new)                         |   3 +
 .../patch-scconfig_src_sul_find__freetype2.c (new) |  11 +
 cad/pcb-rnd/pkg-descr (new)                        |   8 +
 cad/pcb-rnd/pkg-plist (new)                        | 597 +++++++++++++++++++++
 6 files changed, 650 insertions(+)