summaryrefslogtreecommitdiff
path: root/cad
AgeCommit message (Collapse)AuthorFilesLines
2006-07-13Remove illegal and unnecessary cast on left side ofgson2-1/+17
assignment to make it compile with gcc 4.1.2
2006-07-12Sorted PLIST.rillig2-615/+615
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam2-6/+27
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2006-07-09update to gnucap-2006-07-08.dmcmahill12-347/+188
Many improvements since the last packaged version including, but not limited to: - enhanced transient timestep control algorithm which is significantly more accurate than spice now. - enhanced compatibility with hspice netlists - named nodes (as opposed to numbered only nodes) work now - improvements to the bsim3v3 model support - migration from a custom build system to a GNU autoconf/automake based build system.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam5-10/+10
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam5-5/+10
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-30Use latex2html-[0-9]* instead of latex2html. Build dependency, so nojoerg1-2/+2
change.
2006-06-26Add DragonFly to list of systems with libtcl84, otherwise thejoerg3-10/+24
library is not found and TCL gets rejected.
2006-06-26Added patch-af, which makes Cmake find its source files. The packagerillig3-3/+46
still does not build for me (linker errors). Also, a C compiler is needed.
2006-06-26CHECK_INTERPRETER_SKIP+= share/examples/*rillig1-1/+3
2006-06-22Regen patchsum.joerg1-2/+2
2006-06-21Regen patch-ac without context, GNU patch is too stupid to deal withjoerg2-9/+6
asymmetric context. Fixes PR 33783.
2006-06-21Remove conflicting declaration of calloc() and malloc(); include stdlib.hminskim3-9/+29
instead.
2006-06-21Make this package build with gcc-4.minskim6-1/+106
2006-06-18Fixed the path to the AWK interpreter of bin/spice2sim. This is needed forrillig1-2/+8
all bulk builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
2006-06-17Missed updating the Makefile for qcad's ancillary bits.chap1-1/+6
2006-06-16Needs Perl for document splitting.joerg1-1/+2
2006-06-15Library of ~4500 assorted parts for QCad.chap4-0/+10137
2006-06-15Hungarian qcad manual 2.0.4.0 (2.0.5.0 did not update docs).chap4-0/+368
2006-06-15German qcad manual (2.0.4.0; 2.0.5.0 did not update docs.)chap4-0/+419
2006-06-15Czech version of QCad manual (2.0.4.0; 2.0.5.0 did not update docs).chap4-0/+363
2006-06-15English version of qcad manual (for 2.0.4.0; 2.0.5.0 didn't update docs).chap5-0/+437
2006-06-15qcad-2.0.5.0 Community Edition at last imported from wip. While the oldchap11-1634/+230
1.5.4 release was something of a toy, QCad was thoroughly reworked for 2.0 and could now be called usable for many practical purposes. Versions 2.0.4.0 (initially) to 2.0.5.0 have been usable in wip for a bit more than a year, and so seem ready to import. "Yes, that should be fine. Please watch the bulk builds for it and try to fix any problems that might appear." -wiz@ Updates to pkglint now produce some new suggestions, which I will make and commit after confirming they don't break anything; at least this version I already know to build successfully for me.
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-11Uses libtool during configure.joerg1-1/+2
2006-06-07This package needs dlopen.minskim3-7/+14
2006-06-06Uses C++.joerg1-1/+2
2006-06-02Needs Python 2.2 or later.joerg1-1/+2
2006-05-31Forgotten patchsum.joerg1-1/+2
2006-05-28For building verilog, lex is indeed needed.rillig1-2/+2
2006-05-26remove runtime dependency on qt3-tools, it is only needed for buildingdmcmahill1-6/+2
2006-05-26Make a number of copy constructors public and use C++.joerg5-2/+68
2006-05-22USE_LANGUAGES=c++wiz1-1/+2
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-2/+1
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-22Needs bison.joerg1-2/+2
2006-05-21Fixed pkglint warnings.rillig5-18/+19
2006-05-21Removed default comment.rillig1-11/+1
2006-05-21Fixed pkglint warnings. Since bison and lex are not used when building,rillig3-29/+11
they don't need to be defined in USE_TOOLS.
2006-05-14Uses C++.joerg1-1/+2
2006-05-13Remove references to teTeX1.minskim2-4/+4
2006-05-06update to verilog-0.8.2. Adds edif output, contains several bug fixes fordmcmahill3-8/+10
compatibility with more c++ compilers.
2006-05-04update MyHDL to 0.5.1drochner8-29/+26
There is no usable changelog; I've found one real bug closed in the tracker: A verilog '>>>' is generated as appropriate for signed numbers.
2006-05-02add missing LICENSE. Noted by Greg Troxeldmcmahill1-1/+2
2006-04-25Use an options group for the gui selection (gtk vs motif). Suggesteddmcmahill1-4/+7
by Thomas Klausner.
2006-04-23update to pcb-20060422. This release represents a fairly major overhauldmcmahill3-11/+41
of PCB. In particular, the core code has been isolated from the GUI code and there are now both GTK and Motif/Lesstif GUI's available. In addition, command line exporting to RS-274-X, postscript, encapsulated postscript and png are directly supported. In addition, there have been many bug fixes since the last packaged snapshot release.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig3-6/+6
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz17-33/+34
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam3-17/+17
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig3-6/+6
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed6-15/+15
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).