<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/cad, branch pkgsrc_2011Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-01-03T01:18:46Z</updated>
<entry>
<title>Fix undefined behavior (promoted from a warning to an error in recent gcc)</title>
<updated>2012-01-03T01:18:46Z</updated>
<author>
<name>dholland</name>
<email>dholland</email>
</author>
<published>2012-01-03T01:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=64964a16f4730b33dfb67a7a0726a60bcdd8389c'/>
<id>urn:sha1:64964a16f4730b33dfb67a7a0726a60bcdd8389c</id>
<content type='text'>
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 -&gt; 9, since with netbsd-5 and older -current the issue wasn't
fatal at compile time.
</content>
</entry>
<entry>
<title>revert previous -- the program just doesn't work if built with tcl</title>
<updated>2011-12-19T13:28:59Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2011-12-19T13:28:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=aa3594f5f46f8f6765a4f1e8c9422963f5b4a5d2'/>
<id>urn:sha1:aa3594f5f46f8f6765a4f1e8c9422963f5b4a5d2</id>
<content type='text'>
instead, explicitely disable it so that it doesn't get picked up
accidentally
</content>
</entry>
<entry>
<title>Requires tcl and tk to build.</title>
<updated>2011-12-18T19:22:50Z</updated>
<author>
<name>dholland</name>
<email>dholland</email>
</author>
<published>2011-12-18T19:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=614c2fec81ca3ea5adbcae932105d715755f952d'/>
<id>urn:sha1:614c2fec81ca3ea5adbcae932105d715755f952d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cad/pcb: Add indirectly linked libraries to LDFLAGS for ld v2.22</title>
<updated>2011-12-17T19:00:11Z</updated>
<author>
<name>marino</name>
<email>marino</email>
</author>
<published>2011-12-17T19:00:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ea0f2f577dd1870b3cd78272e8f7bab190bc4b15'/>
<id>urn:sha1:ea0f2f577dd1870b3cd78272e8f7bab190bc4b15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 3.3.28</title>
<updated>2011-12-16T10:58:14Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2011-12-16T10:58:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b4e2a17bf12cfcdf338b3f87e0bba2ae86e0da1'/>
<id>urn:sha1:3b4e2a17bf12cfcdf338b3f87e0bba2ae86e0da1</id>
<content type='text'>
changes:
-Added support for colorful traces
-bugfices
</content>
</entry>
<entry>
<title>PKGREV bump for libXp-less openmotif</title>
<updated>2011-12-09T14:36:32Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2011-12-09T14:36:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7c96d1057f67af36637afd5da59fa8b8433d0bcf'/>
<id>urn:sha1:7c96d1057f67af36637afd5da59fa8b8433d0bcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to pcb-20110918</title>
<updated>2011-12-09T12:42:09Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2011-12-09T12:42:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=98358a163b4919f34268531e72e326cb4a45e9b7'/>
<id>urn:sha1:98358a163b4919f34268531e72e326cb4a45e9b7</id>
<content type='text'>
========================================================================
Release Notes for PCB snapshot 20110918
========================================================================
This release represents over 797 commits and as such this summary
clearly is not complete.  See the ChangeLog file for the complete list
of changes.

Features
--------

- Internal coordinate space is now metric.  This should fix the "trace
  nubs on metric grids" issue.  Also, units are allowed on pretty much
  every "coordinate" that PCB accepts.  Example: 5.4in, 10cm, 0.55mm.
  New configure option --enable-coord64 to force (slower?) 64-bit type
  for coordinates on 32-bit systems (if you need a board bigger than 1
  meter across).  The internal precision is 1 nanometer, the internal
  type is "Coord".
- MinGW support.
- New GL mode for the gtk hid with translucent traces.

- New GTK layer view/choose widget and other GUI enhancements.
- GTK HID warns if the *.pcb file has changed on disk.
- Enhanced grid snapping logic.
- Select/report nets by name.
- Auto-pan has been removed.
- Zoom can zoom out beyond the edge of the board's workspace.
- GTK: title string matches GNOME conventions.
- Personally identifiable information is no longer stored in the PCB.
- Toggling vias from hole to plated is reversible.
- Gerber exporter has options for including outlines on other layers.
- Edited footprint files are saved as footprints, not pcbs.
- Improved gtk library search/filter.
- Default layer stack is now a six-layer template with outline.
- If the board has an outline layer, an outline will be shown if no
  other outline is specified.
- Group[] string allows t/b synonyms for c/s.  "top" and "bottom" are
  the standard names now.
- PCB will save files with an older version tag if newer features aren't needed.
- Autorouter has a progress dialog.
- PCB will no longer let you delete the last top/bottom layer.
- Refcard has been updated.
- Documentation updates.
- Layes with the PCB::skip-drc attribute set are ignored during DRC.
- Allow numeric keys to also choose the silk layer.
- Minor readability tweaks to the default font.
- Via copper may overlap.
- User is notified if an Import() cannot find all the footprints.

Bug Fixes
---------

- Optimizer won't try to optimize overlapping pads
- Undo should fail less, in corner cases.
- Nested key-bound actions won't crash lesstif.
- Do not select invisible pads on the far side.
- Protect Import() from command injection.
- Fix conversion of far-side polygons to element pads.
- Fix initial clearance values of text when loading PCBs.
- Fix solder mask drawing on vias.
- Add missing action documentation.
- Fab drawing notes actual outline trace width.
- Zero clearance pins and pads won't cause DRC failures.
- PS export: fix draw-rectangle (used to do fill, not outline)
- Gerber export no longer fills unfilled rectanges.
- If there are no image formats available, the PNG hid is not enabled.
- You can no longer select pins/pads of locked elements.
- The m4-to-newlib converter now creates file names that match the
  library view.
- Never set the FOUND flag on new silk lines.
- Lesstif HID won't crash if both Xinerama and XRender are detected.
- Lesstif menu is now internationalizable.
- Refdes labels in a font-less layout can be moved.
- Import can correctly update elements on the bottom side.
- DRC no longer treats unplated holes as conducting.

Other
-----

- Updated and new translations, including Dutch.
- Many polygon speedups.
- Numerous build-related cleanups.
- Numerous minor speed-related cleanups.
- GTK 2.18 is the minimum required version.
- GTS moved out of the src/ tree so it can be built with different flags.
- More C++ compatible.
- Expanded regex documentation.
- Much code which is no longer needed has been removed.
- HID init method changed to allow for hid struct expansion without
  breaking everything.
- New HID calls for whole-pad and whole-pin drawing.
- ClearAndRedrawOutput() replaced with Redraw().
- Board objects use hashes instead of lists to store parts, so
  pointers don't change.
- DVI documentation output is no longer generated.
</content>
</entry>
<entry>
<title>Fix assembler syntax for byte swaps</title>
<updated>2011-12-07T15:13:26Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2011-12-07T15:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c3e7a52c145bb81a7d1b335b59472b6b7c1f9392'/>
<id>urn:sha1:c3e7a52c145bb81a7d1b335b59472b6b7c1f9392</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix C++</title>
<updated>2011-11-26T17:10:24Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2011-11-26T17:10:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6b802e672463382d8ea3188d97ee8d9ae7ee65b6'/>
<id>urn:sha1:6b802e672463382d8ea3188d97ee8d9ae7ee65b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always include string.h</title>
<updated>2011-11-24T14:18:30Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2011-11-24T14:18:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e5af01e93bb41d4717237166762ac77267e62005'/>
<id>urn:sha1:e5af01e93bb41d4717237166762ac77267e62005</id>
<content type='text'>
</content>
</entry>
</feed>
