mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
cad/kicad-doc: online help files and documentation for cad/kicad
PR: 238678 Reported by: bob at eager dot cx
This commit is contained in:
parent
d3afd5f5aa
commit
c4799093f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504800
@ -45,6 +45,7 @@
|
||||
SUBDIR += k40-whisperer
|
||||
SUBDIR += kicad
|
||||
SUBDIR += kicad-devel
|
||||
SUBDIR += kicad-doc
|
||||
SUBDIR += kicad-library-footprints
|
||||
SUBDIR += kicad-library-footprints-devel
|
||||
SUBDIR += kicad-library-packages3d
|
||||
|
41
cad/kicad-doc/Makefile
Normal file
41
cad/kicad-doc/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# Created by: Christoph Moench-Tegeder <cmt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kicad
|
||||
PORTVERSION= 5.1.2
|
||||
CATEGORIES= cad
|
||||
PKGNAMESUFFIX= -doc
|
||||
|
||||
MAINTAINER= cmt@FreeBSD.org
|
||||
COMMENT= KiCad Online Documentation/Help Files
|
||||
|
||||
LICENSE= GPLv3+ CC-BY-3.0
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.adoc
|
||||
|
||||
BUILD_DEPENDS= ja-font-vlgothic>0:japanese/font-vlgothic \
|
||||
tex-xetex>0:print/tex-xetex \
|
||||
asciidoc:textproc/asciidoc \
|
||||
dblatex:textproc/dblatex \
|
||||
po4a:textproc/po4a \
|
||||
source-highlight:textproc/source-highlight \
|
||||
freefont-ttf>0:x11-fonts/freefont-ttf
|
||||
RUN_DEPENDS= kicad:cad/kicad
|
||||
|
||||
USES= cmake gettext-tools
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= KiCad
|
||||
GH_PROJECT= kicad-doc
|
||||
|
||||
CONFLICTS= kicad-devel-r2*
|
||||
|
||||
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
|
||||
-DLANGUAGES="ca;de;en;es;fr;id;it;ja;nl;ru"
|
||||
INSTALL_TARGET= install
|
||||
|
||||
PLIST_SUB= PORTDOCS=""
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
cad/kicad-doc/distinfo
Normal file
3
cad/kicad-doc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1560964820
|
||||
SHA256 (KiCad-kicad-doc-5.1.2_GH0.tar.gz) = db6756f5d10888b3c59ad808f522b3211a128207f7f725795ff941d401e61698
|
||||
SIZE (KiCad-kicad-doc-5.1.2_GH0.tar.gz) = 75313181
|
3
cad/kicad-doc/pkg-descr
Normal file
3
cad/kicad-doc/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This port installs the official KiCad schematic symbol libraries.
|
||||
|
||||
WWW: https://github.com/KiCad/kicad-symbols
|
5750
cad/kicad-doc/pkg-plist
Normal file
5750
cad/kicad-doc/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user