Bug 264289 - [New Port] cad/pcb-rnd: Flexible, modular Printed Circuit Board editor
Summary: [New Port] cad/pcb-rnd: Flexible, modular Printed Circuit Board editor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: http://repo.hu/projects/pcb-rnd/
Keywords:
Depends on: 263819 263849
Blocks:
  Show dependency treegraph
 
Reported: 2022-05-27 14:42 UTC by Robert Clausecker
Modified: 2022-06-05 15:27 UTC (History)
1 user (show)

See Also:


Attachments
[New Port] cad/pcb-rnd: Flexible, modular Printed Circuit Board editor (35.48 KB, patch)
2022-05-27 14:42 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)