Port details |
- kicad-library-symbols-devel Official KiCad schematic symbol libraries (Git snapshot)
- r20250324164311_2 cad
=2 r20241010145500_2Version of this port present on the latest quarterly branch. - Maintainer: mr@FreeBSD.org
 - Port Added: 2018-07-06 08:24:52
- Last Update: 2025-03-24 22:59:42
- Commit Hash: 707a6eb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/KiCad/kicad-symbols
- Description:
- This port installs the official KiCad schematic symbol libraries for the future Kicad 5 release.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kicad-library-symbols-devel>0:cad/kicad-library-symbols-devel
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/cad/kicad-library-symbols-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/kicad-library-symbols-devel
- pkg install kicad-library-symbols-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kicad-library-symbols-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1742857035
SHA256 (kicad-symbols-3c5f8806d2989ddb292402221e59a43222959246.tar.gz) = 88ef4efd028acfc9b08b606c1758c7aeca7e2455661105d9a84948b5720d1312
SIZE (kicad-symbols-3c5f8806d2989ddb292402221e59a43222959246.tar.gz) = 10709380
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- kicad : cad/kicad-devel
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- cad_kicad-library-symbols-devel
- USES:
- cmake
- 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 |
r20250324164311_2 24 Mar 2025 22:59:42
    |
Michael Reifenberger (mr)  |
cad/kicad-devel: Update
Update to new version as of 2025.03.24. |
r20250309075228_2 09 Mar 2025 18:22:45
    |
Michael Reifenberger (mr)  |
cad/kicad-devel: Update
Update to the latest commit as of 2025.03.09 |
r20250126060039_2 08 Feb 2025 18:07:32
    |
Michael Reifenberger (mr)  |
cad/kicad-devel: Update
Update to 2025.02.04 16:53:20 |
r20241010145500_2 11 Oct 2024 15:50:56
    |
Michael Reifenberger (mr)  |
cad/kicad*-devel: Update
Update to the latest revicion.
While there integrate fix for the Makefile comments by @emaste
Differential Revision: https://reviews.freebsd.org/D47033 |
r20240818201353_2 23 Aug 2024 19:02:37
    |
Michael Reifenberger (mr)  |
cad/kicad-devel: Update to the latest as of 2024/08/23 |
r20240606141124_2 23 Jun 2024 19:04:19
    |
Michael Reifenberger (mr)  |
cad/kicad*-devel: Update to the latest versions |
r20240404020050_2 04 Apr 2024 09:27:58
    |
Michael Reifenberger (mr)  |
cad/kicad-devel: Update to the current commits
State as of 2024.04.03 13:56:43 |
r20230618100922_2 12 Jul 2023 18:56:04
    |
Felix Palmen (zirias)  |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
r20230618100922_2 22 Jun 2023 15:39:28
    |
Michael Reifenberger (mr)  |
cad/kicad-library-*-devel: Update to the latest versions |
r20230108000529_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
r20230108000529_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
r20230108000529 08 Jan 2023 16:39:15
    |
Michael Reifenberger (mr)  |
cad/kicad-library-*-devel: Update to the latest commits |
r20220908152658 09 Oct 2022 19:44:31
    |
Michael Reifenberger (mr)  |
cad/kicad-devel: Update
Update cad/kicad-*-devel to the latest versions |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
r20220427204744 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
r20220427204744 20 Jul 2022 14:20:58
    |
Tobias C. Berner (tcberner)  |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
r20220427204744 18 May 2022 18:44:04
    |
Michael Reifenberger (mr)  |
cad/kicad-devel: Update
Update kicad-*-devel to the latest version |
r20220303113929 06 Mar 2022 10:38:05
    |
Michael Reifenberger (mr)  |
cad/kicad-*-devel: Update
Update to the latest versions |
r20211218014624 06 Feb 2022 18:36:07
    |
Stefan Eßer (se)  |
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit) |
r20211218014624 20 Dec 2021 17:56:01
    |
Michael Reifenberger (mr)  |
cad/kicad-devel: Update kicad-*-devel
Update kicad-*-devel ports to the latest revisions |
r20210729234231 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
r20210729234231 06 Sep 2021 19:27:28
    |
Tobias Kortkamp (tobik)  |
*: Clean up some things
- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
r20210729234231 26 Aug 2021 19:58:26
    |
Michael Reifenberger (mr)  |
cad/kicad-devel: Update kicad-*-devel
Update kicad-*-devel ports to the latest revisions |
r20201124220658_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
r20201124220658_1 27 Dec 2020 17:33:10
  |
mr  |
Switch the *library* ports to gitlab.
Update all devel ports to the current versions. |
r20201002053610_1 03 Nov 2020 20:07:17
  |
mr  |
Update to the latest versions. |
r20200529200441_1 30 May 2020 20:59:42
  |
mr  |
Update kicad-*devel to the latest changes. |
r20200118162722_1 18 Jan 2020 16:54:53
  |
mr  |
Update kicad-devel and its libraries to 20200114194204. |
r20191122132841_1 22 Nov 2019 16:34:47
  |
mr  |
Update kicad-devel and its libraries to 20191122022344. |
r20190717230905_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
r20190717230905 23 Jul 2019 20:08:10
  |
mr  |
Update to current versions |
r20190309002026_1 09 Mar 2019 09:54:16
  |
mr  |
Update ports up to 2019.03.08 |
r20190206193131_1 06 Feb 2019 23:04:35
  |
mr  |
Update the libraries to the latest snapshots |
r20181205180754_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
r20181205180754 08 Dec 2018 14:15:15
  |
mr  |
Update to 2018.12.07 |
r20181017225049 26 Oct 2018 15:19:09
  |
mr  |
Update kicad-*devel ports
Enable spice |
r20180821013303 21 Aug 2018 18:03:44
  |
mr  |
Update the KiCAD devel ports to the latest versions |
r20180705182558 06 Jul 2018 17:43:22
  |
antoine  |
Fix PKGNAMEs |
r20180705182558 06 Jul 2018 08:24:34
  |
mr  |
Follow upstream and split the kicad-library-devel port into
kicad-library-footprints-devel kicad-library-packages3d-devel and
kicad-library-symbols-devel |