summaryrefslogtreecommitdiff
path: root/cad/wcalc
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for cad categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/eagle-lin32-7.4.0.run No changes made to eagle/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz1-1/+10
2010-01-28Do not build the message catalogs by default for the various wcalcjoerg2-1/+15
packages, but only in libwalc. They have been silently reinstalled over and over again. Mark *wcalc* as DESTDIR ready.
2009-04-09Use META_PACKAGEjoerg1-9/+3
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-4/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-05-21Change depdencies to be non-ambigious. Bump revision.joerg1-7/+7
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-7/+7
Patch provided by Sergey Svishchev in private mail.
2007-01-17add missing USE_PKGLOCALEDIR which broke some of the wcalc pacakges on solarisdmcmahill1-1/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-08update to wcalc-1.0.dmcmahill4-29/+15
- fixes a bug in the cgi frontend for coupled microstrip which caused lots of bad warning messages. - replaces the alert dialog box with a log window which prevents multiple alert windows from appearing.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
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-01define a common patch directory for the wcalc packagesdmcmahill3-2/+17
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-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.