summaryrefslogtreecommitdiff
path: root/cad/boolean/patches
AgeCommit message (Collapse)AuthorFilesLines
2019-06-08cad/*: let pkglint fix indentation, variable alignment, and LOCALBASErillig3-6/+6
pkglint -Wall -r -F cad Manually fixed the indentation in cad/ghdl/Makefile because SITES.* was (by the current definition) not long enough to count as an outlier line, and because of this, all other lines were aligned to that line.
2012-11-16Don't redefine local variables.joerg2-3/+50
2012-10-20Taking the address of a temporary object is not valid C++.joerg2-0/+30
2012-01-03Fix undefined behavior (promoted from a warning to an error in recent gcc)dholland3-3/+31
by casting string objects to const char * before passing to printf. While here, switch PKG_DESTDIR_SUPPORT from "destdir" to "user-destdir" (no reason I can see for the former, it appears to date way back) and add patch comments. PKGREVISION -> 9, since with netbsd-5 and older -current the issue wasn't fatal at compile time.
2009-08-14Update to boolean-6.99. No changes, but supports wxGTK 2.8.joerg6-100/+20
2008-06-21Don't leak WRKDIR in rpath. Bump revision.joerg1-0/+11
2007-02-23pkglint cleanup.wiz2-4/+4
2007-02-23Update to 6.92. Clean up package. Fix build with gcc4.wiz8-94/+38
version 6.9 Update for wxWidgets 2.6.2
2006-09-23Fix build with newer cmake.joerg1-28/+31
2006-08-30Get DragonFly compilation a bit farther.joerg1-0/+13
2006-06-26Added patch-af, which makes Cmake find its source files. The packagerillig1-0/+42
still does not build for me (linker errors). Also, a C compiler is needed.
2006-05-21Fixed pkglint warnings.rillig3-6/+6
2006-03-28Add DragonFly. Ensure that StatusBar has a non-inline constructor,joerg3-3/+38
otherwise GCC might not create the type info and bail out during linkage.
2005-12-18Added a patch that prevents declarations if the identifier is already arillig1-0/+19
macro.
2005-08-24add missing patch filedmcmahill1-0/+17
2005-08-18update to boolean-6.7. List of changes not available but one visibledmcmahill1-8/+7
change is that it compiles with gcc3 now. Also works with the latest wxGTK (2.6.1). This still has some issues reading gdsii files on alpha but it seems ok on i386.
2003-05-22Some fixes so this will build. Needs cmake in a builds depend. Actually deletejmc6-107/+0
the 6 patch files not used anymore
2003-05-15update to boolean-6.4dmcmahill1-81/+25
Changes since last packaged version: Version 6.4 Graphical interface 1. Filedialog now has filters for Linux also. Boolean algorithm (also effects booleanonly) 1. Error corrected in correction settings. Version 6.3 Graphical interface 1. Based on wxWindows 2.3.4 2. cmake now used to create projects and makefiles Boolean algorithm (also effects booleanonly) 1. Using the kbool library with the Boolean engine. Version 6.21 Graphical interface 1. and it did not even save gdsii or key files properly, i just wonder why no one did let me know ;-)
2000-11-18initial import of boolean-6.2.dmcmahill7-0/+189
from DESCR: The program is a viewer and editor for: -GDSII files, KEY files (own made extended GDSII in ascii format) and DAVID MANN files (flash format for mask plotting) Features: -It allows to draw primitives on a chosen layer, and to manipulate them. -stack oriented tools allows zooming while drawing new primitives and editing them. This also makes it possible to draw extremely accurate. -primitives on the layers or/can be transparent colors and fill patterns can be set on a layer basis -drawing order of layers can be changed -a hiearchy of pictures, named structures, can be handled and manipulated -saving as a bitmap and other formats. -measuring distances -adding user defined properties to primitives -boolean OR AND EXOR A-B B-A -positive and negative process offset -circle recognition in polygon and polyline data. -move copy delete etc. -transformations (scaling , rotation , moving) -flatten the hiearchy of the drawing -drivers for CNC (laser and milling machinery)