summaryrefslogtreecommitdiff
path: root/cad
AgeCommit message (Collapse)AuthorFilesLines
2006-07-27Fixed pkglint warnings.rillig1-33/+19
2006-07-22Packages that use GNU configure scripts and C++ also need a working Crillig1-2/+2
compiler.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-20Renaming cmakelists.txt to CMakeLists.txt must be done in post-extract,rillig1-2/+2
since it is the extract phase where the wrong filenames come from. Now patch-af finds the file to patch, which it didn't before.
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam3-7/+3
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
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.