Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2020 15:15:25 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522143 - in head: . cad cad/gerbv
Message-ID:  <202001051515.005FFPHQ051791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jan  5 15:15:25 2020
New Revision: 522143
URL: https://svnweb.freebsd.org/changeset/ports/522143

Log:
  New/resurrected port: cad/gerbv
  
  Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are
  generated from PCB CAD system and sent to PCB manufacturers as basis
  for the manufacturing process. The standard supported by gerbv is
  RS-274X. The basic difference between RS-274D (the old standard) and
  RS-274X is basically the addition of apertures in RS-274X. It might be
  possible to make an RS-274X file out of an RS-274D file and an aperture
  list.
  
  gerbv also supports drill files. The format supported are known under
  names as NC-drill or Excellon. The format is a bit undefined and different
  EDA-vendors implement it different. But basically you need to have the
  tools definition in the file, then the parser is quite tolerant. The
  different holes are shown as dots in the (scaled) correct size.
  
  The different layers of the PCB are separated into different files. gerbv
  can load all files at the same time and display them "on top of each
  other". You can independently turn them on and off.
  
  WWW: http://gerbv.geda-project.org/
  
  Submitted by:	Ash Gokhale <ashfixit@gmail.com>
  Reviewed by:	dmn <graahnul.grom@ya.ru>

Added:
  head/cad/gerbv/
     - copied from r514481, head/cad/gerbv/
Modified:
  head/MOVED
  head/cad/Makefile
  head/cad/gerbv/Makefile
  head/cad/gerbv/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Jan  5 14:58:06 2020	(r522142)
+++ head/MOVED	Sun Jan  5 15:15:25 2020	(r522143)
@@ -13105,7 +13105,6 @@ benchmarks/filebench||2019-10-16|Has expired: Unfetcha
 biology/chemeq||2019-10-16|Has expired: Unfetchable, unmaintained
 biology/linux-foldingathome||2019-10-16|Has expired: Unfetchable, unmaintained
 cad/dxf2fig||2019-10-16|Has expired: Unfetchable, unmaintained
-cad/gerbv||2019-10-16|Has expired: Unfetchable, unmaintained
 comms/gsmlib||2019-10-16|Has expired: Unfetchable, unmaintained
 comms/nokryptia||2019-10-16|Has expired: Unfetchable, unmaintained
 databases/mrtg-mysql-load||2019-10-16|Has expired: Unfetchable, unmaintained

Modified: head/cad/Makefile
==============================================================================
--- head/cad/Makefile	Sun Jan  5 14:58:06 2020	(r522142)
+++ head/cad/Makefile	Sun Jan  5 15:15:25 2020	(r522143)
@@ -35,6 +35,7 @@
     SUBDIR += gdsreader
     SUBDIR += gdt
     SUBDIR += geda
+    SUBDIR += gerbv
     SUBDIR += ghdl
     SUBDIR += gmsh
     SUBDIR += gnucap

Modified: head/cad/gerbv/Makefile
==============================================================================
--- head/cad/gerbv/Makefile	Mon Oct 14 19:23:08 2019	(r514481)
+++ head/cad/gerbv/Makefile	Sun Jan  5 15:15:25 2020	(r522143)
@@ -7,15 +7,11 @@ PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	pi@FreeBSD.org
 COMMENT=	Gerber file viewer
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
-
-BROKEN=		unfetchable
-DEPRECATED=	Unfetchable, unmaintained
-EXPIRATION_DATE=	2019-10-16
 
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2

Modified: head/cad/gerbv/distinfo
==============================================================================
--- head/cad/gerbv/distinfo	Mon Oct 14 19:23:08 2019	(r514481)
+++ head/cad/gerbv/distinfo	Sun Jan  5 15:15:25 2020	(r522143)
@@ -1,3 +1,3 @@
 TIMESTAMP = 1548269427
-SHA256 (gerbv-2.7.0.tar.gz) = cdd5d9924617a9c3e4294e7a40b85bb78cf7c2cbba87fdd9dcf60f04f13097d9
-SIZE (gerbv-2.7.0.tar.gz) = 5565812
+SHA256 (gerbv-2.7.0.tar.gz) = c5ee808c4230ce6be3ad10ab63c547098386d43022704de25ddb9378e62053b4
+SIZE (gerbv-2.7.0.tar.gz) = 5691407



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