summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-11-15initial import of mcalc.dmcmahill5-0/+58
Mcalc is a JavaScript based calculator for accurate microstrip transmission line analysis and synthesis. The electrical parameters may be determined from specified physical parameters, or the physical parameters required to meet a given set of electrical parameters may be found. Much attention has been given to making mcalc the most accurate online based calculator short of a full electromagnetic simulation.
2001-11-15initial import of GnuCapdmcmahill5-0/+291
GnuCap is a general purpose circuit simulator. GnuCap was formerly known as ACS. GnuCap performs nonlinear dc and transient analyses, fourier analysis, and ac analysis linearized at an operating point. It is fully interactive and command driven. It can also be run in batch mode or as a server. The output is produced as it simulates. Spice compatible models for the MOSFET (level 1-7) and diode are included in this release. Since it is fully interactive, it is possible to make changes and re-simulate quickly. The interactive design makes it well suited to the typical iterative design process used it optimizing a circuit design. Unlike Spice, the engine is designed to do true mixed-mode simulation. Most of the code is in place for future support of event driven analog simulation, and true multi-rate simulation. If you are tired of Spice and want a second opinion, you want to play with the circuit and want a simulator that is interactive, you want to study the source code and want something easier to follow than Spice, or you are a researcher working on modeling and want automated model generation tools to make your job easier, try GnuCap.
2001-11-15Move from using www.sonic.net to freedb.freedb.de for network lookups, asmason2-1/+15
the sonic.net server appears to be unresponsive. The FreeDB project, located at http://www.freedb.org/, appears to be a stable source for cddbp requests.
2001-11-15initial import of gerbv.dmcmahill4-0/+42
Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are generated from PCB CAD system and sent to PCB manufacturers as basis for the manufacturing process. The different layers of the PCB are separated into different files. gerbv can load all files at the same time, though it can not show them at the same time. You have to browse through the different layers with the radio buttons on the right side.
2001-11-14Make necessary rpath is embedded in shared objects by making LDFLAGS isenami2-1/+15
substituted by configure instead of hardcoding.
2001-11-14Pass LIBRUNPATH via CONFIGURE_ENV also since this is refered from configureenami1-1/+2
script in addtion to makefile fragments. It looks like this is now necessary to embedd rpath into some shared object after recent bsd.pkg.mk change.
2001-11-14Convert some spaces to tabs.jlam1-3/+3
2001-11-14Allow MESSAGE_SRC to be a space-separated list of files, like PLIST_SRC,jlam1-5/+9
that are concatenated together to form the whole MESSAGE file.
2001-11-14Set USE_X11=yes so it gets -Wl,-R${X11BASE}/libzuntum1-1/+2
I haven't a clue why this worked before and stopped now, but I think I'm okay as this shouldn't break things.
2001-11-14kdelibs/Makefile now needs a KDEDIR setting since it's no longer set byjlam1-1/+2
kde2/buildlink.mk.
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc18-50/+42
single instance of ${PAX}.
2001-11-14Fixups to PLISTdamon1-23/+29
2001-11-14Wrap default values in a check for USE_BUILDLINK_ONLY, otherwise thesejlam1-5/+6
values are immediately used within buildlink.mk, even though the values are overridden in another file that is included later. This behaviour occurs on make(1) from 20010826 userland.
2001-11-14Add ${PKGBASE} to the things to substitute for in PLISTs.jlam1-1/+2
2001-11-14We use a separate do-patch target to substitute for @PREFIX@ in theagc3-7/+8
tcl scripts, so we might as well put @PREFIX@ into the patches rather than hardcoding "/usr/pkg" in them.
2001-11-14Set the timezone - taken from PR 14581, from Dave Huang <khym@azeotrope.org>agc2-1/+16
2001-11-14Add and enable cbrowseragc1-1/+2
2001-11-14Initial import of cbrowser-0.6 into the NetBSD Packages Collection.agc5-0/+75
Cbrowser helps manage the recursive process of searching through source code for usages by providing a history mechanism. Every query is recorded and can be recalled at any time, without the need of re-querying the database. Cbrowser allows you to build and use multiple source code databases for individual software projects. Switching databases is as simple as selecting the file, and a history of all databases used is kept at all times. Best of all, cbrowser provides a hierarchical function viewer. Functions may be expanded and contracted to show or hide the functions they call. The function's code itself is shown in an adjoining viewer. This feature is implemented using the megawidget Library by Jeff Hobbs.
2001-11-14Add a few missing "@dirrm" commands.tron1-1/+5
2001-11-14Complete package list cleanup:tron1-164/+174
- fix typo: "${PKG_VERSION}" must be "${PKGVERSION}" - remove bogus "@dirrm" commands for shared directories and directories owned by other packages - update for version 0.75 of "gnumeric"
2001-11-14Remove CVS ID from patch file's context to avoid further problems.tron2-5/+4
2001-11-14Update for changed "patch-aa".tron1-2/+2
2001-11-14Replace hard coded version number by "${PKG_VERSION}" to fix or at leasttron1-164/+164
reduce package list problems caused by last update.
2001-11-14Fix further package list lossage.tron1-3/+3
2001-11-14Fix major package list lossage caused by last update and add missingtron2-5/+3
dependence on "gnumeric" package.
2001-11-14Drop maintainership - set to packages@netbsd.orgzuntum1-2/+2
2001-11-14Add a DEPEND for gnome-libs.damon1-1/+2
2001-11-13Switch to date-versioned manpages tarballzuntum2-6/+6
2001-11-13Note addition of www/quanta-docs.jlam1-1/+2
2001-11-13www/quanta-docs - documentation collection for Quanta, the KDE web editorjlam4-0/+1674
This documentation collection has basically been authored by the authoritative sources and was adapted to Quanta. The Quanta documentation is automatically available interactively by simply placing your cursor in a keyword, right click, and select "Context help" from the popup menu.
2001-11-13Note addition of games/knights.jlam1-1/+2
2001-11-13games/knights - chess interface for KDEjlam5-0/+77
Knights is a graphical chess interface to various chess engines and is designed to work with KDE2. It has features geared toward novice players, such as "previews": when you right click on a piece, Knights will show you where that piece can move, and where it can attack. Future releases of Knights will include tutorials which teach everything from piece movement to advanced endgame strategy.
2001-11-13Update kde2 to 2.2.1nb1. We now depend on the latest versions of kdepim2jlam1-9/+8
and kdeutils2.
2001-11-13* Strongly buildlinkify.jlam1-6/+9
2001-11-13Update quanta to 1.9.9.2, representing 2.0-pre-release-2. Changes fromjlam3-14/+38
quanta-2.0pr1 (2.0-pre-release-1) are: - a ton of new keywords and functions have been added to the syntax highlighter for PHP. - highlighting for PHP keywords and functions is now case-insensitive - ASP-like opening and closing PHP tags (<% and %>) are now supported.
2001-11-13* Strongly buildlinkify.jlam1-6/+10
2001-11-13* Strongly buildlinkify.jlam5-15/+133
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Remove build dependencies on autoconf/automake by providing patches to the generated files as well. This allows our other automatic changes at pre-configure time in bsd.pkg.mk to succeed.
2001-11-13* Strongly buildlinkify.jlam4-13/+81
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Fix problem noted by Marcello Balduccini <marcello.balduccini@ttu.edu> in how kpgp handles pipes with child processes -- prevents kpgp from remaining stuck while waiting for the child pgp process to terminate.
2001-11-13* Strongly buildlinkify.jlam2-10/+15
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13Update koffice to 1.1. Package update was provided in pkg/14425 by Markjlam17-1042/+1532
Davies <mark@mcs.vuw.ac.nz> with changes by me. Pkgsrc-related changes include: * Strongly buildlinkifying. * Using qt2-designer-kde for a uic that understands KDE2 widgets. * Fixing sources to compile with egcs-1.1.2's much-less-than-compliant C++ compiler. Given the rapid development between the 1.0 and 1.1 releases, plus the scope of the applications in the suite, it's difficult to summarize the changes. The major change is that KIllustrator is now named Kontour for trademark reasons. Aside from that, basically everything is more featureful and more stable, plus there are more import/export filters for other application suites.
2001-11-13* Strongly buildlinkify.jlam1-9/+13
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13Update kdepim2 to 2.2.1nb1. Changes from version 2.2.1 include:jlam2-7/+46
* Build and install kpilot, the KDE PalmPilot HotSync software. This fixes pkg/14547 by Cesar Crusius <crusius@barcelonadesign.com>. * Strongly buildlinkify. * Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13* Strongly buildlinkify.jlam1-7/+16
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Recognize shadow password suite on Linux.
2001-11-13* Strongly buildlinkify.jlam5-22/+48
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13* Strongly buildlinkify.jlam4-8/+45
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * On Linux, kmtrace is installed, so handle it in the PLIST. * libkstartperf.so needs to link against libltdl.so so add run-time dependency on libtool.
2001-11-13* Strongly buildlinkify.jlam4-16/+109
* Remove dependency on python. The python KDE2 interface objects weren't being built and installed anyway.
2001-11-13* Strongly buildlinkify.jlam2-27/+33
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Sort and fix PLIST.
2001-11-13* Strongly buildlinkify.jlam2-19/+19
2001-11-13Adapt to new KDE2 buildlink.mk structure.jlam4-20/+44
2001-11-13* Strongly buildlinkify.jlam5-18/+200
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Build and install kmid. * Check that certain X11 libraries are shared libraries before linking shared objects against them. * Fix and sort PLIST.