summaryrefslogtreecommitdiff
path: root/cad
AgeCommit message (Collapse)AuthorFilesLines
2005-12-28Don't use the local version if isnan is a macro. I don't want to replacejoerg3-1/+29
the stupid^Wbroken configure check at the moment, but this fixes the problem.
2005-12-28Use hw.ncpu on DragonFly as well.joerg2-6/+6
2005-12-28Fix errno.joerg2-1/+15
2005-12-20Fix C99/GCC 3.4+ issues: C99 math macros, test for C99 math macros,joerg6-5/+82
access of template members without template argument, explicit constructor vs. copy constructor.
2005-12-18Added a patch that prevents declarations if the identifier is already arillig2-1/+21
macro.
2005-12-13Fix errno.joerg3-1/+27
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg2-2/+4
of the shared libXm has changed.
2005-12-12First step at reworking Linux binary packages.joerg1-5/+4
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-06Fix GCC 3.4+: label at end of compound statement.joerg2-3/+11
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig2-5/+5
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig13-31/+30
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04override the do-patch target. This is just the meta-pkg and we're notdmcmahill1-1/+2
extracting anything, but the patches for the other wcalc packages all live in this common spot. Fixes recently noted build problems.
2005-12-03Move the package which lived in cad/pcb-current over to cad/pcb anddmcmahill32-927/+227
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.
2005-12-03DragonFly is a BSD.joerg1-2/+2
2005-12-02Fix up this package so it actually builds and works.dmcmahill1-4/+46
Note that this package still only works on systems with a native (not emulated) matlab.
2005-12-01define a common patch directory for the wcalc packagesdmcmahill3-2/+17
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-2/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-20Fixed pkglint warning by adding a trailing slash to the HOMEPAGE.rillig1-2/+2
2005-11-20Fixed pkglint warning:rillig1-2/+2
- WARN: boolean/Makefile:21: GCC_REQD should be modified using "+=".
2005-11-20Use "+=" with PKG_FAIL_REASON. While here, add the missing trailingrillig1-2/+2
string terminator.
2005-11-20Removed trailing white-space.rillig1-3/+3
2005-11-19require a recent texinfo. should fix recent NetBSD-1.6 build problemsdmcmahill1-1/+2
2005-11-19Fixed pkglint warnings:rillig2-8/+6
- Replaced #defined with #none for EXTRACT_ONLY. - Replaced #defined with yes for NO_BUILD, NO_CONFIGURE, NO_MTREE. - Removed NO_CHECKSUM completely, as a distinfo file exists, it has the correct checksums, and I couldn't find even a hint to why NO_CHECKSUM was set.
2005-11-18update to dinotrace-mode-9.3a to keep in sync with dinotrace.dmcmahill2-7/+7
Revision history for Dinotrace The contributors that suggested a given feature are shown in []. * Dinotrace 9.3a 06/13/2005 *** Fix too small buttons under openmotif. *** Fix missing keyboard accelerators under openmotif. * Dinotrace 9.2b 05/03/2005 *** The default extension for Verilog dumps is now .vcd instead of .dmp. **** Fix traces containing only real numbers. [Vitor Antunes] **** Fix segfault when doing signal adds. [Guy Hutchinson]
2005-11-18update to dinotrace-9.3admcmahill2-6/+6
Revision history for Dinotrace The contributors that suggested a given feature are shown in []. * Dinotrace 9.3a 06/13/2005 *** Fix too small buttons under openmotif. *** Fix missing keyboard accelerators under openmotif. * Dinotrace 9.2b 05/03/2005 *** The default extension for Verilog dumps is now .vcd instead of .dmp. **** Fix traces containing only real numbers. [Vitor Antunes] **** Fix segfault when doing signal adds. [Guy Hutchinson]
2005-11-17update to ng-spice-17dmcmahill11-131/+125
Changes are: Ng-spice-rework-17 ============ This is a bug fix release. Previous release tarball did not included an include file necessary for compiling numparam library. Ng-spice-rework-16 ============ Rework-16 comes out after almost one year of CVS development (from 15-fixedRC3). This release improves ngspice in three ways: - Bug fixing: most of the bugs that affected rework-15 have been fixed, thus ngspice is more stable, especially the xspice extension, the subcircuit (X devices) handling and the numparam library. - New features: netlist syntax has been expandend allowing for end-of-line comments. A ".global" card has beed added to define global nodes, i.e. nodes that are not expanded in subcircuits. It is possible to define TC for resistors on the instance line. The editline library can be used instead of readline (no more GPL license violation). - Porting: ngspice now works (with xspice extension) on Windows using MINGW/MSYS.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio2-6/+6
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08convert ot use tex.buildlink3.mk.tonio1-2/+4
use LATEX_DEPMETHOD=build
2005-11-08convert to use tex.buildlink3.mktonio1-2/+4
use LATEX_DEPMETHOD=build, and allow version 1,2 and 3 of teTeX
2005-11-03Fixed wrong usage of WRKSRC.rillig10-37/+38
2005-11-03Add and enable libwcalc.wiz1-1/+2
2005-11-01add stdio-wcalcdmcmahill1-1/+2
2005-11-01import stdio-wcalc-0.9 which was missed with the rest of the wcalc import.dmcmahill3-0/+38
This is the stdio frontend for the Wcalc transmission line analysis/synthesis calculator.
2005-11-01add *wcalc*dmcmahill1-1/+9
2005-11-01import mex-wcalc-0.9dmcmahill4-0/+76
This is the Matlab frontend for the Wcalc transmission line analysis/synthesis calculator. You will need a working matlab installed on your system. In addition, currently only a native (non-emulation) matlab is supported.
2005-11-01import wcalc-0.9dmcmahill5-0/+120
Wcalc is a transmission line analysis and synthesis tool. Several structures including air core solenoid inductors, coaxial cable, single and coupled microstrip, stripline, and metal-insulator- semiconductor microstrip are included. Wcalc can analyze the electrical parameters for a given physical description of the structure or synthesize the required dimensions to meet certain desired electrical characteristics. Wcalc provides several different frontends for accessing the numeric engine. Currently, there is a GTK based standalone graphical user interface, a common gateway interface (CGI) for web access, Scilab, Octave, and Matlab interfaces for maximum flexibility within a scientific programming environment, and a standard input/output (stdio) interface which allows a simple interface to other 3rd party tools which can communicate via a pipe. The different frontends are installed as different packages for flexibility in deployment.
2005-11-01import wcalc-docs-0.9dmcmahill3-0/+111
This is the web site including documentation and F.A.Q. for the Wcalc transmission line analysis/synthesis calculator.
2005-11-01import oct-wcalc-0.9dmcmahill3-0/+53
This is the Octave frontend for the Wcalc transmission line analysis/synthesis calculator.
2005-11-01import sci-wcalc-0.9dmcmahill4-0/+87
This is the Scilab frontend for the Wcalc transmission line analysis/synthesis calculator.
2005-11-01import cgi-wcalc-0.9dmcmahill4-0/+73
This is the common gateway interface (CGI) frontend for the Wcalc transmission line analysis/synthesis calculator.
2005-11-01import gtk2-wcalc-0.9dmcmahill3-0/+36
This is the gtk2 based frontend for the Wcalc transmission line analysis/synthesis calculator.
2005-11-01import gtk1-wcalc-0.9dmcmahill3-0/+36
This is the gtk1 based frontend for the Wcalc transmission line analysis/synthesis calculator.
2005-11-01import libwcalc-0.9dmcmahill4-0/+117
This is the library for wcalc which contains all of the numerical backend routines and models. Wcalc is a tool for the analysis and synthesis of transmission line structures and related components. Wcalc provides the ability to analyze the electrical parameters of a particular structure based on the physical dimensions and material parameters. The synthesis portion calculates the required physical parameters to meet desired electrical specifications. Wcalc includes several models and places an emphasis on accuracy. Several frontends provide the user with several options for its use.
2005-10-31Don't build/install the catpage; not all systems have nroff on hand.tv4-4/+28
2005-10-31Make "find" command in tests/find-zero-length.test more correct.tv2-1/+15
2005-10-28Make this compile using gcc 2.95.itohy6-1/+99
2005-10-24Removed empty line.rillig1-2/+1
2005-10-23Use "+=" instead of "=" for CONFIGURE_ARGS and LIBS. As buildlink3rillig1-8/+7
automatically strips off -L${LOCALBASE}/lib, we don't even need to try to use it.
2005-09-29Use simian-license.wiz1-11/+4
Distfile is automatically fetchable, remove INTERACTIVE_STAGE setting and fetch message.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.