summaryrefslogtreecommitdiff
path: root/cad/oregano
AgeCommit message (Collapse)AuthorFilesLines
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-3/+6
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-01-27Remove dependancy on gnome1-dirs as discussed with wiz. This will be ↵jmmv1-2/+1
handled by gnome-libs.
2003-01-27Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv2-3/+7
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-30USE_PKGLOCALEDIR.salo2-7/+8
2002-09-21buildlink1 -> buildlink2jlam1-5/+7
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-2/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-21Weakly buildlinkify.wiz1-6/+5
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-4/+4
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-07Sync w/ realityrh1-2/+5
2000-11-25Update oregano to 0.20. Changes include:rh4-20/+33
* A new part: wire jumper. * Drag'n'drop from the part preview to place parts. * A crude form of auto numbering when placing parts. * Cleaned up makefiles and put some samples in *<prefix>/share/oregano/samples/. * Changed default spice executable name to spice3. * Connection dots. * A simple voltmeter function. * Fix various ref/unref/sink design flaws, to increased stability. * Part browser remembers the previously selected part when switching libraries. * Should really work with libxml 2.x this time... :-) * Reorganization of installation directories for model and library files. * The plot widget now features axis values. * New parts: uA741 opamp and a simple zener diode. * Parts and wires can be flipped horizontally and vertically. * Enabled loading of simulation settings again. * Added a simple text label item to put text on the sheet. * Fixed the 'sometimes non-disappearing floating item' bug. * Should now also work with libxml 2.x (untested). * Switched C and B on the BJT transistor models. * Removed the unfinished printing support for now. * Redesign of lots of internals. * Added lots of functionality to the parts library, such as model files, and conditional values in templates. * Improved a few of the icons. * Fixed a bug where the name of the markers could not be edited. * You can inspect the connection span, by holding Control while moving the cursor over wires. * Added the ability to rotate parts while placing them; press 'r' to achieve this. * Logging of Spice warnings and errors during simulation. The messages can be shown in a log window. * Beautification of the part browser UI. * Added more tooltips and updated some translations. * Fixed a few non-critical bugs. * New and improved part properties editor. * Improved user interface for the plot window. * Internationalization fixes to netlist generation and schematic loading/saving. * The simulation now uses the user supplied time step size. * French translation from David Monniaux. * Even more refinement of the default library symbols/parts. * Mission 'Code Cleaning' continues. * Cut/copy/paste is implemented. * The symbols are redrawn to look much nicer and more standard. * Some new symbols, e.g. MOSFETs. * There can be more than one part library, thanks to Elker Cavina. * A bug with simulation time settings was fixed. * There is a problem with some spice packages, that make them generate binary output, even though the default should be ascii. This is now fixed by telling spice to always output text. * The help files are now installed in the rpm package. * Lots of code restructuring and cleaning.
2000-08-16USE_PKGLIBTOOL -> USE_LIBTOOL. Sort PLIST.wiz2-10/+10
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-02-16Initial import of oregano-0.11, an application for schematic capture andrh7-0/+67
simulation of electrical circuits