mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Update to 20081128. Changes include:
- Minor bug fixes in RS274-X output. - Bug fixes in postscript output - DRC checks for annular ring on pads only uses the mininum annular ring drc setting instead of also checking minimum copper width. - Fix postscript output for zero length lines. - Improve the 'save before closing' dialogs. - Fixed bugs where objects attached to the cursor vanish sometimes. - Allow outline layers to have only arcs. - Added "Ben Mode" png output which provides a simulated "photograph" of the board. Very nice for publications. - Fix poly clearance around rotated pads. - Fix the batch HID which had bit rotted a little. - Display net names hierarchically. - Various speed improvements in the GTK HID. - Various speed improvements in the autorouter. - Minor improvements to the windows port. - Other various bug fixes.
This commit is contained in:
parent
13dc2cc156
commit
0804fca67c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231212
4 changed files with 14 additions and 18 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pcb
|
||||
PORTVERSION= 20080202
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 20081128
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -19,23 +18,15 @@ RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/devel/m4
|
|||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
USE_GMAKE= yes
|
||||
USE_TK_RUN= 83
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
|
||||
INSTALL_DATA="/usr/bin/install ${COPY} ${_SHROWNGRP} -m ${SHAREMODE}"
|
||||
CONFIGURE_ARGS= --docdir=${DOCSDIR}
|
||||
PORTDOCS= pcb.html pcb.ps refcard.ps pcb.pdf refcard.pdf pad.eps \
|
||||
puller.eps thermal.eps pad.gif puller.gif thermal.gif pad.pdf \
|
||||
puller.pdf thermal.pdf pad.png puller.png thermal.png
|
||||
CONFIGURE_ARGS= --docdir=${DOCSDIR} --disable-nls
|
||||
PORTDOCS= pcb.html pcb.ps refcard.ps pcb.pdf refcard.pdf pad.gif \
|
||||
puller.gif thermal.gif pad.png puller.png thermal.png
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
CONFIGURE_ARGS+= --without-gui
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pcb-20080202.tar.gz) = 933eda642f3838b24d417224693f8386
|
||||
SHA256 (pcb-20080202.tar.gz) = ac3359c845df2ec77652a1362f8d6cd70e78e666bf23b9820f9a4b619cf5778a
|
||||
SIZE (pcb-20080202.tar.gz) = 4240472
|
||||
MD5 (pcb-20081128.tar.gz) = e192ee993b04749f82dd3e8b529d40c0
|
||||
SHA256 (pcb-20081128.tar.gz) = 2e55067741a5f48ca6962c135fcbe6d1c1b70b95c825156c7db046277929cf28
|
||||
SIZE (pcb-20081128.tar.gz) = 4524268
|
||||
|
|
|
@ -5,4 +5,4 @@ centroid data (X-Y data) output for use in the board fabrication and
|
|||
assembly process. PCB offers high end features such as an autorouter
|
||||
and trace optimizer which can tremendously reduce layout time.
|
||||
|
||||
WWW: http://pcb.sourceforge.net/
|
||||
WWW: http://pcb.gpleda.org/index.html
|
||||
|
|
|
@ -35,7 +35,6 @@ share/icons/hicolor/scalable/mimetypes/application-x-gerber.svg
|
|||
share/icons/hicolor/scalable/mimetypes/application-x-pcb-footprint.svg
|
||||
share/icons/hicolor/scalable/mimetypes/application-x-pcb-layout.svg
|
||||
share/icons/hicolor/scalable/mimetypes/application-x-pcb-netlist.svg
|
||||
%%NLS%%share/locale/fr_FR/LC_MESSAGES/pcb.mo
|
||||
share/mime/application/x-excellon.xml
|
||||
share/mime/application/x-gerber.xml
|
||||
share/mime/application/x-pcb-footprint.xml
|
||||
|
@ -1058,6 +1057,12 @@ share/mimelnk/application/x-pcb-netlist.desktop
|
|||
%%DATADIR%%/pcblib-newlib/geda/QFP128_R.png
|
||||
%%DATADIR%%/pcblib-newlib/geda/LQFP128_R.fp
|
||||
%%DATADIR%%/pcblib-newlib/geda/LQFP128_R.png
|
||||
%%DATADIR%%/pcblib-newlib/geda/LQFP128_14_EP.fp
|
||||
%%DATADIR%%/pcblib-newlib/geda/LQFP128_14_EP.png
|
||||
%%DATADIR%%/pcblib-newlib/geda/TQFP128_14.fp
|
||||
%%DATADIR%%/pcblib-newlib/geda/TQFP128_14.png
|
||||
%%DATADIR%%/pcblib-newlib/geda/TQFP128_14_EP.fp
|
||||
%%DATADIR%%/pcblib-newlib/geda/TQFP128_14_EP.png
|
||||
%%DATADIR%%/pcblib-newlib/geda/ZIP9.png
|
||||
%%DATADIR%%/pcblib-newlib/geda/ZIP12.fp
|
||||
%%DATADIR%%/pcblib-newlib/geda/ZIP12.png
|
||||
|
|
Loading…
Add table
Reference in a new issue