aboutsummaryrefslogtreecommitdiff
path: root/cad/gerbv
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-10-16 15:29:32 +0000
committerRene Ladan <rene@FreeBSD.org>2019-10-16 15:29:32 +0000
commit13d4527a34237c3848445140a659128518ca196f (patch)
treea59de3287464c291f091b739fe407ba6df10c951 /cad/gerbv
parenta12065703469e10f4f34b1e43555af92cfceaa6c (diff)
downloadports-13d4527a34237c3848445140a659128518ca196f.tar.gz
ports-13d4527a34237c3848445140a659128518ca196f.zip
Notes
Diffstat (limited to 'cad/gerbv')
-rw-r--r--cad/gerbv/Makefile82
-rw-r--r--cad/gerbv/distinfo3
-rw-r--r--cad/gerbv/pkg-descr19
-rw-r--r--cad/gerbv/pkg-plist148
4 files changed, 0 insertions, 252 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
deleted file mode 100644
index d91949b87893..000000000000
--- a/cad/gerbv/Makefile
+++ /dev/null
@@ -1,82 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= gerbv
-PORTVERSION= 2.7.0
-PORTREVISION= 1
-CATEGORIES= cad
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@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
-
-USES= autoreconf compiler:c++11-lang desktop-file-utils gmake gnome \
- libtool localbase pathfix pkgconfig
-USE_GNOME= cairo gtk20
-USE_LDCONFIG= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= ac_aux_dir="."
-INSTALLS_ICONS= yes
-INSTALL_TARGET= install-strip
-
-PLIST_SUB= VERSION="${PORTVERSION}"
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^AM_NLS|#AM_NLS| ; \
- s|^AM_GNU_GETTEXT|#AM_GNU_GETTEXT| ; \
- /intl\/Makefile/d ; \
- /po\/Makefile/d' ${WRKSRC}/configure.ac
- @${REINPLACE_CMD} -e \
- '/^SUBDIRS/s|=.*|= src man scheme|' ${WRKSRC}/Makefile.am
- @${REINPLACE_CMD} -e \
- '/^man_MANS/s|gerbv.ru.1|| ; \
- s|^PO_|#PO_|' ${WRKSRC}/man/Makefile.am
- @${REINPLACE_CMD} -e \
- '/^pkgconfigdir/s|$$(libdir)|$$(prefix)/libdata|' \
- ${WRKSRC}/src/Makefile.am
-
-post-install:
- (cd ${WRKSRC}/desktop && ${INSTALL_DATA} gerbv.desktop \
- ${STAGEDIR}${DESKTOPDIR})
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
- (cd ${WRKSRC}/desktop && ${INSTALL_DATA} gerbv.svg \
- ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps)
-.for i in 16 22 24 32 48
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps
- (cd ${WRKSRC}/desktop && ${INSTALL_DATA} gerbv-${i}.png \
- ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/gerbv.png)
-.endfor
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.fig *.txt \
- ${STAGEDIR}${DOCSDIR})
- @${MKDIR} ${STAGEDIR}${DOCSDIR}/PNG-print
- (cd ${WRKSRC}/doc/PNG-print && ${INSTALL_DATA} *.jpg *.txt \
- ${STAGEDIR}${DOCSDIR}/PNG-print)
- @${MKDIR} ${STAGEDIR}${DOCSDIR}/eagle
- (cd ${WRKSRC}/doc/eagle && ${INSTALL_DATA} *.pl *.txt \
- ${STAGEDIR}${DOCSDIR}/eagle)
-
-post-install-EXAMPLES-on:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @(cd ${WRKSRC}/example && ${FIND} . \
- ! \( -name "*Makefile*" -or -name ".cvsignore" \) \
- | ${CPIO} --quiet -pdm -L -R ${SHAREOWN}:${SHAREGRP} \
- ${STAGEDIR}${EXAMPLESDIR})
-
-.include <bsd.port.mk>
diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo
deleted file mode 100644
index a1f52d98a394..000000000000
--- a/cad/gerbv/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1548269427
-SHA256 (gerbv-2.7.0.tar.gz) = cdd5d9924617a9c3e4294e7a40b85bb78cf7c2cbba87fdd9dcf60f04f13097d9
-SIZE (gerbv-2.7.0.tar.gz) = 5565812
diff --git a/cad/gerbv/pkg-descr b/cad/gerbv/pkg-descr
deleted file mode 100644
index 9cc34b1cfb8f..000000000000
--- a/cad/gerbv/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-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/
diff --git a/cad/gerbv/pkg-plist b/cad/gerbv/pkg-plist
deleted file mode 100644
index 104d0071ee34..000000000000
--- a/cad/gerbv/pkg-plist
+++ /dev/null
@@ -1,148 +0,0 @@
-bin/gerbv
-include/gerbv-%%VERSION%%/gerbv.h
-lib/libgerbv.a
-lib/libgerbv.so
-lib/libgerbv.so.1
-lib/libgerbv.so.1.0.9
-libdata/pkgconfig/libgerbv.pc
-man/man1/gerbv.1.gz
-share/applications/gerbv.desktop
-%%PORTDOCS%%%%DOCSDIR%%/PNG-print/PNGPrintMiniHowto.txt
-%%PORTDOCS%%%%DOCSDIR%%/PNG-print/gimp-window.jpg
-%%PORTDOCS%%%%DOCSDIR%%/aperturemacro.txt
-%%PORTDOCS%%%%DOCSDIR%%/eagle/eagle2exc.pl
-%%PORTDOCS%%%%DOCSDIR%%/eagle/eagle2exc.txt
-%%PORTDOCS%%%%DOCSDIR%%/image2pixmap.fig
-%%PORTDOCS%%%%DOCSDIR%%/projectfiles.txt
-%%PORTDOCS%%%%DOCSDIR%%/sources.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Mentor-BoardStation/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Mentor-BoardStation/artwork_1.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/am-test/am-test.gbx
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amacro-ref/1.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amacro-ref/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amacro-ref/full-ex.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amacro-ref/gerbv_am_expression_bug.ger
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amacro-ref/jj1.drl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amacro-ref/jj1.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amacro-ref/limit-ex.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amacro-ref/stp0.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cslk/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cslk/cslk.gbx
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cslk/cslk.ps
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dan/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dan/top.gbx
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dan/top_sr.gbx
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eaglecad1/top-cop.gbx
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eaglecad1/top-cop.pdf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf/ekf.gap
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf/ekf_08.apt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf/l1.off
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/d1.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/drill0.exc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/drill1.exc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/drill20.exc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/drill30.exc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/gnd.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/l0.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/l1.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/l2.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/l3.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/l4.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/l5.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/pow.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/pow3.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/resplan.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/sieb0.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/sieb1.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/stp0.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ekf2/stp1.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exposure/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exposure/example.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exposure/example.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellboard/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellboard/hellboard.back.gbr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellboard/hellboard.fab.gbr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellboard/hellboard.front.gbr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellboard/hellboard.group1.gbr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellboard/hellboard.group2.gbr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellboard/hellboard.pcb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellboard/hellboard.plated-drill.cnc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jj/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jj/l1-1.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jj/l1-2.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jj/l1-3.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jj/l1-orig.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nollezappare/AssemblyTop.gdo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nollezappare/EtchLayer2Bottom.gdo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nollezappare/ThruHolePlated.ncd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numpres/numpres.pcb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numpres/numpres.pcb.output_componentmask.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numpres/numpres.pcb.output_componentsilk.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numpres/numpres.pcb.output_group1.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numpres/numpres.pcb.output_group2.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numpres/numpres.pcb.output_plated-drill.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numpres/numpres.pcb.output_soldermask.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numpres/numpres.pcb.output_unplated-drill.grb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/ast.ps
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/rs232_cm.asb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/rs232_cm.ast
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/rs232_cm.bot
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/rs232_cm.drd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/rs232_cm.smb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/rs232_cm.smt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/rs232_cm.ssb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/rs232_cm.sst
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/rs232_cm.top
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orcad/thruhole.tap
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pick-and-place/LED.frontsilk.gbr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pick-and-place/LED.xy
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polarity/6_vbat.gbr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polarity/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/Assembly_Drawings.pdf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/Final_Artwork_Prints.pdf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/Pick_Place_for_SE_SG_IF_V2.csv
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/Pick_Place_for_SE_SG_IF_V2.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.DRL
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.DRR
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GBL
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GBO
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GBS
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GD1
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GG1
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GM1
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GM2
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GTL
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GTO
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.GTS
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.LDP
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.REP
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.RUL
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.TXT
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/SE_SG_IF_V2.apr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protel-pnp/Status_Report.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thermal/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thermal/bpB.GP1
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thermal/bpB.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thermal/dsp.GP1
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thermal/dsp.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trailing/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trailing/cd1r2.1_sieb0.off
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trailing/cd1r2.1_sieb1.off
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uwe/example-cairo.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uwe/example-gdk.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uwe/example-viewmate.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uwe/example.gbr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uwe/mail.txt
-%%DATADIR%%/scheme/gerb-debug.scm
-%%DATADIR%%/scheme/gerb-ps.scm
-%%DATADIR%%/scheme/init.scm
-share/icons/hicolor/16x16/apps/gerbv.png
-share/icons/hicolor/22x22/apps/gerbv.png
-share/icons/hicolor/24x24/apps/gerbv.png
-share/icons/hicolor/32x32/apps/gerbv.png
-share/icons/hicolor/48x48/apps/gerbv.png
-share/icons/hicolor/scalable/apps/gerbv.svg