svn commit: r524803 - in head/cad: . veroroute
Yuri Victorovich
yuri at FreeBSD.org
Sun Feb 2 03:13:00 UTC 2020
Author: yuri
Date: Sun Feb 2 03:12:59 2020
New Revision: 524803
URL: https://svnweb.freebsd.org/changeset/ports/524803
Log:
New port: cad/veroroute: PCB (printed circuit board) design software
Added:
head/cad/veroroute/
head/cad/veroroute/Makefile (contents, props changed)
head/cad/veroroute/distinfo (contents, props changed)
head/cad/veroroute/pkg-descr (contents, props changed)
Modified:
head/cad/Makefile
Modified: head/cad/Makefile
==============================================================================
--- head/cad/Makefile Sun Feb 2 02:55:32 2020 (r524802)
+++ head/cad/Makefile Sun Feb 2 03:12:59 2020 (r524803)
@@ -107,6 +107,7 @@
SUBDIR += varkon
SUBDIR += verilator
SUBDIR += verilog-mode.el
+ SUBDIR += veroroute
SUBDIR += xcircuit
SUBDIR += yosys
SUBDIR += z88
Added: head/cad/veroroute/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/veroroute/Makefile Sun Feb 2 03:12:59 2020 (r524803)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= veroroute
+DISTVERSIONPREFIX= V
+DISTVERSION= 174
+DISTVERSIONSUFFIX= _Src
+CATEGORIES= cad
+MASTER_SITES= SF/${PORTNAME}/
+DISTNAME= VeroRoute_${DISTVERSIONFULL}
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= PCB (printed circuit board) design software
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/../licenses/license_GPLv3.txt
+
+USES= qmake qt:5 zip
+USE_QT= core gui network widgets buildtools_build
+
+WRKSRC= ${WRKDIR}/VeroRoute
+WRKSRC_SUBDIR= Src
+
+PLIST_FILES= bin/${PORTNAME}
+
+do-install: # https://sourceforge.net/p/veroroute/tickets/17/
+ ${INSTALL_PROGRAM} ${WRKSRC}/../${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>
Added: head/cad/veroroute/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/veroroute/distinfo Sun Feb 2 03:12:59 2020 (r524803)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1580612136
+SHA256 (VeroRoute_V174_Src.zip) = 643c583fc0cbac9ee36db40b250853646151f514f7b2887caaba4038417bd7c1
+SIZE (VeroRoute_V174_Src.zip) = 928424
Added: head/cad/veroroute/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cad/veroroute/pkg-descr Sun Feb 2 03:12:59 2020 (r524803)
@@ -0,0 +1,5 @@
+Cross-platform software for producing Veroboard (stripboard), Perfboard, and
+single-sided PCB layouts. Automatically prevents short circuits and checks for
+open circuits.
+
+WWW: https://sourceforge.net/projects/veroroute/
More information about the svn-ports-head
mailing list