Port details |
- kicad-library-symbols-devel Official KiCad schematic symbol libraries for the future Kicad 5 release
- r20220427204744 cad
=0 r20220303113929Version of this port present on the latest quarterly branch. - Maintainer: mr@FreeBSD.org
 - Port Added: 2018-07-06 08:24:52
- Last Update: 2022-05-18 18:44:04
- Commit Hash: 755720c
- License: GPLv2
- Description:
- This port installs the official KiCad schematic symbol libraries for the future Kicad 5 release.
WWW: https://github.com/KiCad/kicad-symbols
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kicad-library-symbols-devel>0:cad/kicad-library-symbols-devel
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- 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 = 1651589123
SHA256 (kicad-symbols-b8012460109edd6bcda919783874f61961a5b890.tar.gz) = 4b6414795b9a92db4dc229931980b3c90e4ef9c511d0eedc5b5c1d9d2ef9543f
SIZE (kicad-symbols-b8012460109edd6bcda919783874f61961a5b890.tar.gz) = 4828946
- 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
- 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: see SVNWeb link above for full details) |
Date | By | Description |
18 May 2022 18:44:04 r20220427204744
|
Michael Reifenberger (mr)  |
cad/kicad-devel: Update
Update kicad-*-devel to the latest version |
06 Mar 2022 10:38:05 r20220303113929
|
Michael Reifenberger (mr)  |
cad/kicad-*-devel: Update
Update to the latest versions |
06 Feb 2022 18:36:07 r20211218014624
|
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) |
20 Dec 2021 17:56:01 r20211218014624
|
Michael Reifenberger (mr)  |
cad/kicad-devel: Update kicad-*-devel
Update kicad-*-devel ports to the latest revisions |
16 Oct 2021 09:51:39 r20210729234231
|
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
06 Sep 2021 19:27:28 r20210729234231
|
Tobias Kortkamp (tobik)  |
*: Clean up some things
- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
26 Aug 2021 19:58:26 r20210729234231
|
Michael Reifenberger (mr)  |
cad/kicad-devel: Update kicad-*-devel
Update kicad-*-devel ports to the latest revisions |
06 Apr 2021 14:31:07 r20201124220658_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Dec 2020 17:33:10
r20201124220658_1
|
mr  |
Switch the *library* ports to gitlab.
Update all devel ports to the current versions. |
03 Nov 2020 20:07:17
r20201002053610_1
|
mr  |
Update to the latest versions. |
30 May 2020 20:59:42
r20200529200441_1
|
mr  |
Update kicad-*devel to the latest changes. |
18 Jan 2020 16:54:53
r20200118162722_1
|
mr  |
Update kicad-devel and its libraries to 20200114194204. |
22 Nov 2019 16:34:47
r20191122132841_1
|
mr  |
Update kicad-devel and its libraries to 20191122022344. |
26 Jul 2019 20:46:57
r20190717230905_1
|
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 |
23 Jul 2019 20:08:10
r20190717230905
|
mr  |
Update to current versions |
09 Mar 2019 09:54:16
r20190309002026_1
|
mr  |
Update ports up to 2019.03.08 |
06 Feb 2019 23:04:35
r20190206193131_1
|
mr  |
Update the libraries to the latest snapshots |
12 Dec 2018 01:35:36
r20181205180754_1
|
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 |
08 Dec 2018 14:15:15
r20181205180754
|
mr  |
Update to 2018.12.07 |
26 Oct 2018 15:19:09
r20181017225049
|
mr  |
Update kicad-*devel ports
Enable spice |
21 Aug 2018 18:03:44
r20180821013303
|
mr  |
Update the KiCAD devel ports to the latest versions |
06 Jul 2018 17:43:22
r20180705182558
|
antoine  |
Fix PKGNAMEs |
06 Jul 2018 08:24:34
r20180705182558
|
mr  |
Follow upstream and split the kicad-library-devel port into
kicad-library-footprints-devel kicad-library-packages3d-devel and
kicad-library-symbols-devel |