FidoCadJ is an easy to use graphical editor, with a library of electrical
symbols and footprints (traditional and SMD). It aims to be an agile and effective small EDA tool for hobbyists. FidoCadJ stores its drawings in a compact text format, practical for the copy and paste in newsgroups and forums: this has determined its success on the Usenet and in numerous communities. WWW: http://davbucci.chez-alice.fr/index.php?argument=elettronica/fidocadj/fidocadj.inc
This commit is contained in:
parent
d5944a32e9
commit
57c32dd687
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296050
@ -21,6 +21,7 @@
|
||||
SUBDIR += electric
|
||||
SUBDIR += electric-ng
|
||||
SUBDIR += feappv
|
||||
SUBDIR += fidocadj
|
||||
SUBDIR += findhier
|
||||
SUBDIR += freehdl
|
||||
SUBDIR += gdsreader
|
||||
|
45
cad/fidocadj/Makefile
Normal file
45
cad/fidocadj/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: fidocadj
|
||||
# Date created: 2012-05-02
|
||||
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fidocadj
|
||||
PORTVERSION= 0.23.7
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTFILES= ${PORTNAME}.jar
|
||||
.if !defined(NOPORTDOCS)
|
||||
DISTFILES+= ${PORTNAME}_manual_en.pdf
|
||||
.endif
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= An easy to use graphical editor for electronics
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
SUB_FILES= ${PORTNAME}.sh
|
||||
|
||||
JAVA_VERSION= 1.5+
|
||||
USE_JAVA= yes
|
||||
|
||||
FDCJ_MANUAL= ${PORTNAME}_manual_en.pdf
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
||||
${MKDIR} ${DATADIR}; \
|
||||
${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.jar ${DATADIR}/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR} && \
|
||||
${INSTALL_DATA} ${DISTDIR}/${FDCJ_MANUAL} ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
4
cad/fidocadj/distinfo
Normal file
4
cad/fidocadj/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
SHA256 (fidocadj.jar) = 94e6e6c67913c8312d00a2bc7b37715db6f3934aff2ded888a30426b25af892c
|
||||
SIZE (fidocadj.jar) = 419310
|
||||
SHA256 (fidocadj_manual_en.pdf) = 5020e01a6d37b35647917785901b58d4229be2fdb65784766de2b28ca8ad6132
|
||||
SIZE (fidocadj_manual_en.pdf) = 2435667
|
5
cad/fidocadj/files/fidocadj.sh.in
Normal file
5
cad/fidocadj/files/fidocadj.sh.in
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/fidocadj.jar" "$@"
|
9
cad/fidocadj/pkg-descr
Normal file
9
cad/fidocadj/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
FidoCadJ is an easy to use graphical editor, with a library of electrical
|
||||
symbols and footprints (traditional and SMD). It aims to be an agile and
|
||||
effective small EDA tool for hobbyists.
|
||||
|
||||
FidoCadJ stores its drawings in a compact text format, practical for the
|
||||
copy and paste in newsgroups and forums: this has determined its success
|
||||
on the Usenet and in numerous communities.
|
||||
|
||||
WWW: http://davbucci.chez-alice.fr/index.php?argument=elettronica/fidocadj/fidocadj.inc
|
6
cad/fidocadj/pkg-plist
Normal file
6
cad/fidocadj/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
bin/fidocadj
|
||||
%%DATADIR%%/fidocadj.jar
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fidocadj_manual_en.pdf
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user