summaryrefslogtreecommitdiff
path: root/cad/boolean
AgeCommit message (Collapse)AuthorFilesLines
2006-03-28Add DragonFly. Ensure that StatusBar has a non-inline constructor,joerg4-5/+42
otherwise GCC might not create the type info and bail out during linkage.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-18Added a patch that prevents declarations if the identifier is already arillig2-1/+21
macro.
2005-11-20Fixed pkglint warning:rillig1-2/+2
- WARN: boolean/Makefile:21: GCC_REQD should be modified using "+=".
2005-09-21this package uses c++ so indicate that.dmcmahill1-1/+2
2005-09-11require gcc3dmcmahill1-1/+3
2005-08-24add missing patch filedmcmahill1-0/+17
2005-08-18update to boolean-6.7. List of changes not available but one visibledmcmahill4-26/+35
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.
2005-08-07Bump PKGREVISION because of wxGTK dependency change.wiz1-2/+2
XXX: not tested with wxGTK-2.6 because I can't get the distfile.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-14Recent cmake does no longer configure a project when run with nokristerw1-2/+2
arguments. Use "cmake ." instead.
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-3/+3
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-10rev. bump because of the wxGTK buildlink changerecht1-2/+2
2004-01-07Bump PKGREVISION due to wxGTK update (use gtk2).jmmv1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-05-22Some fixes so this will build. Needs cmake in a builds depend. Actually deletejmc7-108/+3
the 6 patch files not used anymore
2003-05-15update to boolean-6.4dmcmahill4-338/+654
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 ;-)
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-16/+16
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-3/+3
dependency bumps.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-08-17Mark this package as NetBSD 1.4 and 1.5 only because it cannot be builttron1-1/+4
with g++ 2.95.3.
2002-03-17Set DIST_SUBDIR to PKGNAME_NOREV.fredb1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
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".]
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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 distinfoagc3-12/+10
+ 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-11-18initial import of boolean-6.2.dmcmahill13-0/+488
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)