Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 03:12:59 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524803 - in head/cad: . veroroute
Message-ID:  <202002020312.0123Cxjk092000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002020312.0123Cxjk092000>