Version: 0.9.2b, Package name: fritzing-0.9.2b |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Fritzing is essentially Electronic Design Automation software suited to the needs of designers and artists. It uses the metaphor of the breadboard, so that it is easy to transfer a hardware sketch to the software by using a drag-and-drop-based GUI to copy your sketch. From there it is possible to create PCB layouts for turning your prototype into a robust PCB, either on your own, or with the help of a manufacturer. |
Filesize: 15550.982 KB |
Version History (View Complete History) |
|
2021-01-16 10:26:17 by Aaron Bieber | Files touched by this commit (17) |
Log message: Drop MAINTAINER for a bunch of stuff I no longer use. |
2020-01-20 16:32:55 by Aaron Bieber | Files touched by this commit (2) |
Log message: Switch fritzing to qt5, original diff from rsadowski updates from me. OK rsadowski |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-01-21 11:25:02 by Vadim Zhukov | Files touched by this commit (4) |
Log message: Having comms/qtserialport and x11/qt5/qtserialport not conflicting is not enough for stable builds: all their dependees should depend on either <5.6 or >=5.6 version as well. Issue reported by naddy@ |
2016-03-26 14:37:36 by Vadim Zhukov | Files touched by this commit (38) |
Log message: Zap more lines from qmake-based ports by moving them from the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to the "MODULES=devel/qmake x11/qtX" logic. Discussed with espie@ a few weeks ago. |
2016-03-07 04:54:12 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Move to MODQMAKE, +3 Makefile lines - but we have a bonus of "cp => mv" converstion here, reducing build time significantly. |
2016-01-18 09:49:38 by Stuart Henderson | Files touched by this commit (1) |
Log message: third time lucky: comms/qtserialport should be an LDEP not a BDEP |
2016-01-18 09:35:54 by Stuart Henderson | Files touched by this commit (1) |
Log message: obviously I didn't have enough coffee yesterday - WANTLIB should be lib/qt4/QtSerialPort not just QtSerialPort. |
2016-01-17 10:29:12 by Stuart Henderson | Files touched by this commit (75) |
Log message: sync WANTLIB |
2015-11-24 08:02:24 by Aaron Bieber | Files touched by this commit (6) |
Log message: Update fritzing to the latest. Releases have moved to github, so should be less churn in the weird whay they cut their dist files (now zip.. now tar_1.bz2.. now..) OK sthen@ |
2014-11-04 15:01:53 by Aaron Bieber | Files touched by this commit (3) |
Log message: Update to the latest version. Changlog here: http://fritzing.org/download/history-changes/ OK sthen@ |
2011-07-20 00:54:43 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: - update fritzing to 0.6.2 * among the many changes are support for SMD parts and a sparkfun parts bin - remove ONLY_FOR_ARCHS since it doesn't depend on qtwebkit anymore |
2011-03-17 08:02:51 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: passing '-unix' to qmake4 is deprecated so remove it. |
2011-03-15 14:39:58 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - don't use the internal boost copy from fedora |
2011-03-01 23:26:04 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - update fritzing to 0.5.2b (ports is unlocked, but no new files/directories/imports!, if in doubt, ask!) |
2010-12-29 08:21:39 by Edd Barrett | Files touched by this commit (1) |
Log message: Fix missing sqlite run depend for fritzing. Also fix WANTLIB while we are at it. OK jasper@ |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-10-24 15:04:39 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Remove USE_X11. |
2010-10-11 03:16:28 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - update fritzing to 0.4.3 |