pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad Move the package which lived in cad/pcb-current ov...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0bf3d3a51e78
branches: trunk
changeset: 504028:0bf3d3a51e78
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sat Dec 03 04:18:59 2005 +0000
description:
Move the package which lived in cad/pcb-current over to cad/pcb and
delete the old cad/pcb package. The package which has lived in cad/pcb
for the last few years was horribly out of date and pcb is not making
a distinction right now between -current snapshots and normal releases.
diffstat:
cad/Makefile | 3 +-
cad/pcb-current/DESCR | 8 -
cad/pcb-current/MESSAGE | 18 --
cad/pcb-current/Makefile | 34 -----
cad/pcb-current/PLIST | 189 ------------------------------
cad/pcb-current/distinfo | 6 -
cad/pcb-current/patches/patch-aa | 16 --
cad/pcb/MESSAGE | 2 +-
cad/pcb/Makefile | 70 ++--------
cad/pcb/PLIST | 242 ++++++++++++++++++++++++++++++--------
cad/pcb/distinfo | 33 +----
cad/pcb/patches/patch-aa | 27 ++--
cad/pcb/patches/patch-ab | 22 ---
cad/pcb/patches/patch-ac | 13 --
cad/pcb/patches/patch-ad | 17 --
cad/pcb/patches/patch-ae | 49 -------
cad/pcb/patches/patch-af | 40 ------
cad/pcb/patches/patch-ag | 13 --
cad/pcb/patches/patch-ah | 13 --
cad/pcb/patches/patch-ai | 31 ----
cad/pcb/patches/patch-aj | 13 --
cad/pcb/patches/patch-ak | 22 ---
cad/pcb/patches/patch-al | 40 ------
cad/pcb/patches/patch-am | 31 ----
cad/pcb/patches/patch-an | 22 ---
cad/pcb/patches/patch-ao | 31 ----
cad/pcb/patches/patch-ap | 11 -
cad/pcb/patches/patch-aq | 11 -
cad/pcb/patches/patch-ar | 11 -
cad/pcb/patches/patch-as | 34 -----
cad/pcb/patches/patch-at | 62 ---------
cad/pcb/patches/patch-au | 20 ---
32 files changed, 227 insertions(+), 927 deletions(-)
diffs (truncated from 1315 to 300 lines):
diff -r 7a1e4883c3e4 -r 0bf3d3a51e78 cad/Makefile
--- a/cad/Makefile Sat Dec 03 04:14:05 2005 +0000
+++ b/cad/Makefile Sat Dec 03 04:18:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2005/11/03 06:25:53 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2005/12/03 04:18:59 dmcmahill Exp $
#
COMMENT= CAD tools
@@ -45,7 +45,6 @@
SUBDIR+= ntesla
SUBDIR+= oct-wcalc
SUBDIR+= pcb
-SUBDIR+= pcb-current
SUBDIR+= py-MyHDL
SUBDIR+= py-simpy
SUBDIR+= qcad
diff -r 7a1e4883c3e4 -r 0bf3d3a51e78 cad/pcb-current/DESCR
--- a/cad/pcb-current/DESCR Sat Dec 03 04:14:05 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-Pcb - X11 interactive printed circuit board layout system.
-
-Pcb is a handy tool for the X Window System to design printed
-circuit boards. All coordinate units are 1/1000 inch.
-
-Please note that this package is a development snapshot and while it contains
-the latest and greatest features, it may be buggy as well. There is a separate
-pcb package which is made of the stable releases.
diff -r 7a1e4883c3e4 -r 0bf3d3a51e78 cad/pcb-current/MESSAGE
--- a/cad/pcb-current/MESSAGE Sat Dec 03 04:14:05 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/08/17 03:59:08 dmcmahill Exp $
-
-The following directories are all included in the search path for m4 files:
-
- ${PKG_SYSCONFDIR}
- ${HOME}/.pcb
- the current working directory
-
-In addition, the files are included if they exist:
-
- site-config.inc (normally in ${PKG_SYSCONFDIR})
- user-config.inc (normally in $HOME/.pcb)
- proj-config.inc (normally in the working directory)
-
-This provides a mechanism for per-site, per-user, and per-project
-libraries.
-===========================================================================
diff -r 7a1e4883c3e4 -r 0bf3d3a51e78 cad/pcb-current/Makefile
--- a/cad/pcb-current/Makefile Sat Dec 03 04:14:05 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2005/08/16 22:04:46 dmcmahill Exp $
-#
-
-DISTNAME= pcb-${SNAPDATE}
-PKGNAME= pcb-current-${SNAPDATE}
-CATEGORIES= cad
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcb/}
-
-MAINTAINER= dmcmahill%NetBSD.org@localhost
-HOMEPAGE= http://pcb.sourceforge.net/
-COMMENT= Printed circuit board layout system (development snapshot version)
-
-DEPENDS+= tk>=8.3:../../x11/tk
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-CONFLICTS+= pcb-[0-9]*
-
-SNAPDATE= 20050609
-GNU_CONFIGURE= yes
-USE_TOOLS+= bison gm4:run gmake lex
-
-# needed for XWarpPointer in action.c
-LIBS+= -lX11
-
-INFO_FILES= pcb.info
-
-.include "../../mk/bsd.prefs.mk"
-
-EVAL_PREFIX+= TKDIR=tk
-CONFIGURE_ENV+= WISH=${TKDIR}/bin/wish
-
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 7a1e4883c3e4 -r 0bf3d3a51e78 cad/pcb-current/PLIST
--- a/cad/pcb-current/PLIST Sat Dec 03 04:14:05 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,189 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2005/01/28 11:53:50 dmcmahill Exp $
-bin/MergePCBPS
-bin/Merge_dimPCBPS
-bin/pcb
-bin/pcb-bin
-man/man1/pcb.1
-share/pcb/CreateLibrary.sh
-share/pcb/CreateLibraryContents.sh
-share/pcb/ListLibraryContents.sh
-share/pcb/Pcb
-share/pcb/QueryLibrary.sh
-share/pcb/default_font
-share/pcb/examples/LED
-share/pcb/examples/LED.NET
-share/pcb/examples/LED2
-share/pcb/examples/libraries/example.inc
-share/pcb/examples/libraries/example.list
-share/pcb/examples/libraries/example.m4
-share/pcb/m4/TTL_74xx_DIL.list
-share/pcb/m4/TTL_74xx_DIL.m4
-share/pcb/m4/amp.inc
-share/pcb/m4/amp.list
-share/pcb/m4/amp.m4
-share/pcb/m4/amphenol.inc
-share/pcb/m4/amphenol.list
-share/pcb/m4/amphenol.m4
-share/pcb/m4/bga.inc
-share/pcb/m4/bourns.inc
-share/pcb/m4/bourns.list
-share/pcb/m4/bourns.m4
-share/pcb/m4/common.m4
-share/pcb/m4/connector.inc
-share/pcb/m4/connector.list
-share/pcb/m4/connector.m4
-share/pcb/m4/crystal.list
-share/pcb/m4/crystal.m4
-share/pcb/m4/cts.inc
-share/pcb/m4/cts.list
-share/pcb/m4/cts.m4
-share/pcb/m4/dil.inc
-share/pcb/m4/geda.inc
-share/pcb/m4/geda.list
-share/pcb/m4/geda.m4
-share/pcb/m4/generic.list
-share/pcb/m4/generic.m4
-share/pcb/m4/genericsmt.inc
-share/pcb/m4/genericsmt.list
-share/pcb/m4/genericsmt.m4
-share/pcb/m4/gtag.list
-share/pcb/m4/gtag.m4
-share/pcb/m4/jerry.list
-share/pcb/m4/jerry.m4
-share/pcb/m4/johnstech.inc
-share/pcb/m4/johnstech.list
-share/pcb/m4/johnstech.m4
-share/pcb/m4/linear.list
-share/pcb/m4/linear.m4
-share/pcb/m4/logic.list
-share/pcb/m4/logic.m4
-share/pcb/m4/lsi.list
-share/pcb/m4/lsi.m4
-share/pcb/m4/memory.list
-share/pcb/m4/memory.m4
-share/pcb/m4/minicircuits.inc
-share/pcb/m4/minicircuits.list
-share/pcb/m4/minicircuits.m4
-share/pcb/m4/misc.inc
-share/pcb/m4/optical.list
-share/pcb/m4/optical.m4
-share/pcb/m4/panasonic.inc
-share/pcb/m4/panasonic.list
-share/pcb/m4/panasonic.m4
-share/pcb/m4/pci.inc
-share/pcb/m4/pci.list
-share/pcb/m4/pci.m4
-share/pcb/m4/plcc.inc
-share/pcb/m4/qfn.inc
-share/pcb/m4/qfp.inc
-share/pcb/m4/qfp2.inc
-share/pcb/m4/qfpdj.inc
-share/pcb/m4/resistor_0.25W.list
-share/pcb/m4/resistor_0.25W.m4
-share/pcb/m4/resistor_adjust.inc
-share/pcb/m4/resistor_adjust.list
-share/pcb/m4/resistor_adjust.m4
-share/pcb/m4/resistor_array.list
-share/pcb/m4/resistor_array.m4
-share/pcb/m4/rules.inc
-share/pcb/m4/smt.inc
-share/pcb/m4/texas_inst_amplifier.list
-share/pcb/m4/texas_inst_amplifier.m4
-share/pcb/m4/texas_inst_voltage_reg.list
-share/pcb/m4/texas_inst_voltage_reg.m4
-share/pcb/m4/to.inc
-share/pcb/m4/transistor.list
-share/pcb/m4/transistor.m4
-share/pcb/m4/zif.inc
-share/pcb/newlib/2_pin_thru-hole_packages/0.125W_Carbon_Resistor
-share/pcb/newlib/2_pin_thru-hole_packages/1W_Carbon_Resistor
-share/pcb/newlib/2_pin_thru-hole_packages/CK05_type_Capacitor
-share/pcb/newlib/2_pin_thru-hole_packages/CK06_type_capacitor
-share/pcb/newlib/2_pin_thru-hole_packages/IRU1015-33CT_3.3V_reg_TO220
-share/pcb/newlib/2_pin_thru-hole_packages/RN55_type_0.1W_Resistor
-share/pcb/newlib/2_pin_thru-hole_packages/T1.75_LED
-share/pcb/newlib/analog-devices/ADC12138CIMSA
-share/pcb/newlib/burr-brown/OPA340_SOT23-5
-share/pcb/newlib/connectors/100_Pin_jack
-share/pcb/newlib/connectors/16x1_SMD_jack
-share/pcb/newlib/connectors/3terminal_screw_block
-share/pcb/newlib/connectors/72pin45degreeSIMMconnector
-share/pcb/newlib/connectors/MOLEX_miniFitJr-12pin
-share/pcb/newlib/connectors/Power_Jack
-share/pcb/newlib/connectors/RightAngleSMA
-share/pcb/newlib/connectors/SJ-3523-SMT_3.5mm_stereo_jack
-share/pcb/newlib/crystal/CTX169_oscillator
-share/pcb/newlib/electro-optics/IRF_optical_switch
-share/pcb/newlib/generic_SMD_packages/0805_reflow_solder
-share/pcb/newlib/generic_SMD_packages/0805_wave_solder
-share/pcb/newlib/generic_SMD_packages/1206_reflow_solder
-share/pcb/newlib/generic_SMD_packages/SOT-23_Transistor
-share/pcb/newlib/headers/0.1_inch_10pin
-share/pcb/newlib/headers/0.1_inch_2pin
-share/pcb/newlib/headers/2mm_8pin_header
-share/pcb/newlib/msp430/MSP430F1121
-share/pcb/newlib/msp430/MSP430F1121+jtag
-share/pcb/newlib/not_vetted_ingo/pc104+.ele
-share/pcb/newlib/not_vetted_ingo/pc104.ele
-share/pcb/newlib/not_vetted_ingo/pq100.ele
-share/pcb/newlib/not_vetted_ingo/pq128.ele
-share/pcb/newlib/not_vetted_ingo/pq144.ele
-share/pcb/newlib/not_vetted_ingo/pq160.ele
-share/pcb/newlib/not_vetted_ingo/pq208.ele
-share/pcb/newlib/not_vetted_ingo/pq240.ele
-share/pcb/newlib/not_vetted_ingo/pq304.ele
-share/pcb/newlib/not_vetted_ingo/pq32.ele
-share/pcb/newlib/not_vetted_ingo/pq44.ele
-share/pcb/newlib/not_vetted_ingo/smt0402.ele
-share/pcb/newlib/not_vetted_ingo/smt0603.ele
-share/pcb/newlib/not_vetted_ingo/smt0805.ele
-share/pcb/newlib/not_vetted_ingo/smt1206.ele
-share/pcb/newlib/not_vetted_ingo/smt1210.ele
-share/pcb/newlib/not_vetted_ingo/smt1913.ele
-share/pcb/newlib/not_vetted_ingo/smt2416.ele
-share/pcb/newlib/tests/14DIP_oval_pad
-share/pcb/newlib/tests/Generic_TSOP48_Flash
-share/pcb/newlib/tests/MONOBLOCK_large
-share/pcb/newlib/tests/StrongARM_CPU
-share/pcb/newlib/tests/TK11950
-share/pcb/newlib/tests/TO99fromLED
-share/pcb/newlib/tests/UART
-share/pcb/newlib/tests/monoblock_small
-share/pcb/pcb-menu.res
-share/pcb/pcb.pdf
-share/pcb/pcb.ps
-share/pcb/pcblib
-share/pcb/pcblib.contents
-share/pcb/qfp-ui
-share/pcb/qfp.dat
-share/pcb/refcard.pdf
-share/pcb/refcard.ps
-share/pcb/tools/MergePCBPS
-share/pcb/tools/Merge_dimPCBPS
-share/pcb/tools/PCB2HPGL
-share/pcb/tools/apctools.zip
-share/pcb/tools/gerbertotk.c
-share/pcb/tools/pcb2ncap.tgz
-share/pcb/tools/tgo2pcb.tcl
-share/pcb/tutorial/tut1.pcb
-@dirrm share/pcb/tutorial
-@dirrm share/pcb/tools
-@dirrm share/pcb/newlib/toko
-@dirrm share/pcb/newlib/tests
-@dirrm share/pcb/newlib/sockets
-@dirrm share/pcb/newlib/not_vetted_ingo
-@dirrm share/pcb/newlib/msp430
-@dirrm share/pcb/newlib/headers
-@dirrm share/pcb/newlib/generic_SMD_packages
-@dirrm share/pcb/newlib/electro-optics
-@dirrm share/pcb/newlib/cypress
-@dirrm share/pcb/newlib/crystal
-@dirrm share/pcb/newlib/connectors
-@dirrm share/pcb/newlib/burr-brown
-@dirrm share/pcb/newlib/analog-devices
-@dirrm share/pcb/newlib/2_pin_thru-hole_packages
-@dirrm share/pcb/newlib
-@dirrm share/pcb/m4
-@dirrm share/pcb/examples/libraries
-@dirrm share/pcb/examples
-@dirrm share/pcb
diff -r 7a1e4883c3e4 -r 0bf3d3a51e78 cad/pcb-current/distinfo
--- a/cad/pcb-current/distinfo Sat Dec 03 04:14:05 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.10 2005/08/04 16:13:39 rillig Exp $
-
-SHA1 (pcb-20050609.tar.gz) = 5c6c47d36c6c3398c1410a8c5cf0c008b294e4c5
-RMD160 (pcb-20050609.tar.gz) = 4296b437a46e8a331cf773f29749b2bb8f8cb6ad
-Size (pcb-20050609.tar.gz) = 2371793 bytes
-SHA1 (patch-aa) = 3d31486ff101a2ab7698209e325ee85c9630a399
diff -r 7a1e4883c3e4 -r 0bf3d3a51e78 cad/pcb-current/patches/patch-aa
--- a/cad/pcb-current/patches/patch-aa Sat Dec 03 04:14:05 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/08/04 16:13:39 rillig Exp $
-
-A double semicolon counts as an empty statement, after which ISO C90
-does not allow any further variable declarations.
Home |
Main Index |
Thread Index |
Old Index