Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-23 | bl3ify and use the geda/Makefile.common for some common variables | dmcmahill | 1 | -5/+5 | |
2004-02-23 | bl3ify and use the geda/Makefile.common for some common variables | dmcmahill | 1 | -5/+5 | |
2004-02-23 | use the geda/Makefile.common for some common variables | dmcmahill | 2 | -6/+4 | |
2004-02-23 | bl3ify and use the geda/Makefile.common for some common variables | dmcmahill | 1 | -5/+5 | |
2004-02-23 | bl3ify and use the geda/Makefile.common for some common variables | dmcmahill | 1 | -6/+6 | |
2004-02-22 | use the geda/Makefile.common for some common variables | dmcmahill | 2 | -6/+4 | |
2004-02-22 | move a couple of variables to a Makefile.common which are shared by the geda ↵ | dmcmahill | 2 | -3/+7 | |
pkgs | |||||
2004-02-22 | bl3ify | dmcmahill | 1 | -6/+7 | |
2004-02-21 | s/utilites/utilities/ | snj | 1 | -2/+2 | |
2004-02-20 | correct depends version | dmcmahill | 1 | -2/+2 | |
2004-02-17 | bl3ify | dmcmahill | 1 | -4/+4 | |
2004-02-17 | enable pkgviews | dmcmahill | 1 | -1/+3 | |
2004-02-17 | bl3ify, enable pkgviews | dmcmahill | 1 | -5/+7 | |
2004-02-15 | update to 20040215 snapshot. | dmcmahill | 3 | -12/+34 | |
A partial list of what's new is: - Internal resolution changed to 0.01 mil from 1.0 mil - Improved DRC checking - Mirroring/rotating of buffers - Undo works on trace optimizations - Fixed polygon undo bugs - Fix arc DRC bugs - Added local measurement for line drawing - Added mode for polygon viewing to help examing planes - Added new footprint libraries (amp, amphenol, bourns, johnstech, minicircuits, panasonic) - Added new footprints to the geda library - Other bug fixes | |||||
2004-02-15 | bl3ify | dmcmahill | 1 | -7/+8 | |
2004-02-14 | add pkgviews | dmcmahill | 1 | -1/+3 | |
2004-02-14 | acs is deprecated. This package has evolved into gnucap. | dmcmahill | 7 | -316/+1 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 2 | -5/+2 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-14 | update to gnucap-0.34. While here bl3ify. | dmcmahill | 4 | -228/+131 | |
Gnucap 0.34 release notes (02/01/2004) This is a bug fix and compatibility release. 1. Fix bug causing incorrect interpolation of backwards tables. 2. Fix tanh overflow bug. 3. Fix some parsing bugs. 4. Fix occasional "double load" bug. 5. Fix AC sweep with one point. 6. Transient start time really works. 7. Fix occasional assert fail after option short is changed. 8. Fix memory leak resulting from failure to delete unused common. 9. Fix a Z probe bug that sometimes gave wrong answers. 10. Fix a limiting bug that sometimes caused non-convergence. 11. Configure handles isnan. 12. Improvements to logic initialization. It is still not correct. Some things that are still partially implemented: 1. BSIM models, charge effects, "alpha0" parameter. (computed then ignored) 2. Configure still doesn't handle everything. 3. The model compiler still requires too much raw coding. 4. Named nodes. If you set the option "namednodes", it will support named nodes, but some things don't work, so it is off by default. 5. The preliminary IBIS code is now included. For now, it is a standalone executable, that reads an IBIS file and generates a netlist. The netlist requires some editing to use, and is not fully compatible anyway. It is included in hopes of recruiting help in finishing the project. Bugs (nothing new, but needs repeating): 1. The transmission line initial conditions are not propagated until the transient analysis runs. 2. An occasional bogus calculation in MOSFETS occurs when a device is reversed. This sometimes causes nonconvergence. 3. Initialization is strange when repeating an analysis without an intermediate edit. Hot items for a future release (no promises, but highly probable): 1. Verilog-AMS and VHDL-AMS support. | |||||
2004-02-01 | In the new compiler selection framework, GCC_REQD is appended to, not | jlam | 2 | -4/+4 | |
overridden. | |||||
2004-01-31 | s/seperate/separate/ | snj | 3 | -3/+3 | |
2004-01-31 | s/succedes/succeeds/; s/seperated/separated/ | snj | 1 | -2/+2 | |
2004-01-31 | s/seperate/separate/ | snj | 2 | -2/+2 | |
2004-01-29 | Make this compile with gcc3 - get rid of multiline string constants. | agc | 2 | -1/+740 | |
2004-01-28 | There's no need to use 'USE_X11BASE' in electric package, we'll use | xtraeme | 1 | -2/+3 | |
USE_X11 instead, bump PKGREVISION. | |||||
2004-01-28 | There's no need to use 'USE_X11BASE' in dinotrace package, we'll use | xtraeme | 1 | -2/+3 | |
USE_X11 instead, bump PKGREVISION. | |||||
2004-01-25 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 1 | -2/+2 | |
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. | |||||
2004-01-25 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 1 | -2/+2 | |
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. | |||||
2004-01-25 | replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4. | grant | 1 | -3/+2 | |
2004-01-23 | Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. | jmmv | 1 | -2/+2 | |
This shouldn't be needed if we had non-recursive dependancies *sigh*. | |||||
2004-01-23 | Use stdarg rather than varargs. | agc | 17 | -18/+513 | |
This code is old - it's been ages since I've seen definitions for sunview and X10... | |||||
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 16 | -33/+32 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 11 | -22/+24 | |
2004-01-15 | Fix dependency lines. | wiz | 1 | -5/+5 | |
2004-01-12 | Remove info files from PLIST files. | seb | 6 | -33/+6 | |
2004-01-12 | Fix build on NetBSD current. | seb | 4 | -1/+120 | |
2004-01-10 | rev. bump because of the wxGTK buildlink change | recht | 1 | -2/+2 | |
2004-01-07 | Bump PKGREVISION due to wxGTK update (use gtk2). | jmmv | 1 | -2/+2 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 10 | -20/+20 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2004-01-02 | Make qcad 1.5.4 compile again under NetBSD/alpha | reinoud | 3 | -20/+8 | |
2004-01-02 | Fix build with gcc3. | jmmv | 3 | -1/+28 | |
2004-01-02 | Require any version of gperf greater than 2.7.2. | jmmv | 1 | -2/+2 | |
2003-12-30 | Whitespace fix | cjep | 1 | -2/+1 | |
2003-12-30 | Add trailing / on HOMEPAGEs | cjep | 8 | -16/+16 | |
2003-12-24 | s/@netbsd.org/@NetBSD.org/ in MAINTAINER. | jmmv | 1 | -2/+2 | |
2003-12-17 | Rename restrict() to badratio(), as it's a C++ keyword. | sketch | 5 | -9/+93 | |
2003-12-13 | Bump PKGREVISION for atk library major bump. | wiz | 6 | -6/+12 | |
2003-12-09 | Update to covered-0.2.2. | dmcmahill | 2 | -6/+6 | |
From the NEWS file: This release is basically a 0.2.1 release with the available bug fixes patches applied to it. This should make getting a stable release less tedious. | |||||
2003-12-04 | Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). | xtraeme | 1 | -2/+3 | |
2003-12-03 | Change MAINTAINER to "tech-pkg" instead of the previous "packages". | kristerw | 1 | -2/+2 | |