Commit graph

758 commits

Author SHA1 Message Date
joerg
914c39c83a Fix GCC 3.4+: label at end of compound statement. 2005-12-06 18:25:55 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-05 20:49:47 +00:00
dmcmahill
bb4776f468 override the do-patch target. This is just the meta-pkg and we're not
extracting anything, but the patches for the other wcalc packages all live
in this common spot.  Fixes recently noted build problems.
2005-12-04 15:49:45 +00:00
dmcmahill
605a7a7f3a 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.
2005-12-03 04:18:59 +00:00
joerg
365728862b DragonFly is a BSD. 2005-12-03 02:37:28 +00:00
dmcmahill
0651448b8c Fix up this package so it actually builds and works.
Note that this package still only works on systems with
a native (not emulated) matlab.
2005-12-02 00:00:18 +00:00
dmcmahill
858393c40b define a common patch directory for the wcalc packages 2005-12-01 23:58:16 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
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-28 06:41:20 +00:00
rillig
12daf16f35 Fixed pkglint warning by adding a trailing slash to the HOMEPAGE. 2005-11-20 14:15:39 +00:00
rillig
0b4a114e20 Fixed pkglint warning:
- WARN: boolean/Makefile:21: GCC_REQD should be modified using "+=".
2005-11-20 14:10:31 +00:00
rillig
a0fc06e2f4 Use "+=" with PKG_FAIL_REASON. While here, add the missing trailing
string terminator.
2005-11-20 14:07:11 +00:00
rillig
b1442090de Removed trailing white-space. 2005-11-20 14:04:54 +00:00
dmcmahill
63b4aa96f2 require a recent texinfo. should fix recent NetBSD-1.6 build problems 2005-11-19 20:38:30 +00:00
rillig
0ff616ddb0 Fixed pkglint warnings:
- 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-19 15:37:08 +00:00
dmcmahill
3fa39df7a4 update to dinotrace-mode-9.3a to keep in sync with dinotrace.
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-18 03:58:54 +00:00
dmcmahill
fec1eba536 update to dinotrace-9.3a
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-18 03:58:06 +00:00
dmcmahill
ad86e2085c update to ng-spice-17
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-17 13:17:56 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
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-11 18:50:23 +00:00
tonio
075770224f convert ot use tex.buildlink3.mk.
use LATEX_DEPMETHOD=build
2005-11-08 17:50:41 +00:00
tonio
68f7965ebe convert to use tex.buildlink3.mk
use LATEX_DEPMETHOD=build, and allow version 1,2 and 3 of teTeX
2005-11-08 17:49:19 +00:00
rillig
a83d88938f Fixed wrong usage of WRKSRC. 2005-11-03 19:56:36 +00:00
wiz
751a009b64 Add and enable libwcalc. 2005-11-03 06:25:53 +00:00
dmcmahill
e0ee66f5e8 add stdio-wcalc 2005-11-01 12:08:50 +00:00
dmcmahill
3a58e8b57a import stdio-wcalc-0.9 which was missed with the rest of the wcalc import.
This is the stdio frontend for the Wcalc transmission
line analysis/synthesis calculator.
2005-11-01 12:08:10 +00:00
dmcmahill
3b98ce3f69 add *wcalc* 2005-11-01 03:57:26 +00:00
dmcmahill
a0a61dd21d import mex-wcalc-0.9
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-01 03:55:38 +00:00
dmcmahill
fe9c2fe65f import wcalc-0.9
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-01 03:54:44 +00:00
dmcmahill
eff60cfd80 import wcalc-docs-0.9
This is the web site including documentation and F.A.Q. for the
Wcalc transmission line analysis/synthesis calculator.
2005-11-01 03:53:55 +00:00
dmcmahill
82979247a2 import oct-wcalc-0.9
This is the Octave frontend for the Wcalc transmission
line analysis/synthesis calculator.
2005-11-01 03:53:18 +00:00
dmcmahill
08d28847da import sci-wcalc-0.9
This is the Scilab frontend for the Wcalc transmission
line analysis/synthesis calculator.
2005-11-01 03:52:50 +00:00
dmcmahill
872fd16683 import cgi-wcalc-0.9
This is the common gateway interface (CGI) frontend for the Wcalc
transmission line analysis/synthesis calculator.
2005-11-01 03:52:11 +00:00
dmcmahill
f1e2357733 import gtk2-wcalc-0.9
This is the gtk2 based frontend for the Wcalc transmission
line analysis/synthesis calculator.
2005-11-01 03:51:12 +00:00
dmcmahill
699c99a164 import gtk1-wcalc-0.9
This is the gtk1 based frontend for the Wcalc transmission
line analysis/synthesis calculator.
2005-11-01 03:50:21 +00:00
dmcmahill
c573c962e6 import libwcalc-0.9
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-11-01 03:49:19 +00:00
tv
97b7102961 Don't build/install the catpage; not all systems have nroff on hand. 2005-10-31 18:22:14 +00:00
tv
c90d5ff6f1 Make "find" command in tests/find-zero-length.test more correct. 2005-10-31 18:09:42 +00:00
itohy
16d5846573 Make this compile using gcc 2.95. 2005-10-28 03:53:33 +00:00
rillig
54a55d0b58 Removed empty line. 2005-10-24 20:45:28 +00:00
rillig
8aae869b4c Use "+=" instead of "=" for CONFIGURE_ARGS and LIBS. As buildlink3
automatically strips off -L${LOCALBASE}/lib, we don't even need to try
to use it.
2005-10-23 22:24:11 +00:00
wiz
1875ea9eae Use simian-license.
Distfile is automatically fetchable, remove INTERACTIVE_STAGE setting
and fetch message.
2005-09-29 15:04:21 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
dmcmahill
b7d3653ce2 repair compilation on netbsd/alpha (and probably others too) 2005-09-24 02:09:41 +00:00
minskim
b9fe6148b5 Use endian.mk to build on more platforms. 2005-09-22 15:28:35 +00:00
dmcmahill
5e26d7df9f this package uses c++ so indicate that. 2005-09-21 23:17:20 +00:00
dmcmahill
026db1426d require gcc3 2005-09-11 12:42:46 +00:00
dmcmahill
128c3c24a3 fix syntax error when using older (before gcc3) compilers 2005-09-09 12:07:23 +00:00
dmcmahill
d571ee5fd2 use tar for the install instead of pax. Some versions of pax complained
when the destination directory did not exist first and others complained
when it did exist first.
2005-09-08 18:25:30 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
dmcmahill
c56821cfee add missing USE_PKGLOCALEDIR. Noted by Matthew Luckie 2005-08-27 13:22:42 +00:00