svn commit: r522143 - in head: . cad cad/gerbv
Kurt Jaeger
pi at FreeBSD.org
Sun Jan 5 15:15:26 UTC 2020
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 at gmail.com>
Reviewed by: dmn <graahnul.grom at 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 at FreeBSD.org
+MAINTAINER= pi at 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
More information about the svn-ports-all
mailing list