ac_cv_file__proc_meminfo=yes to "configure" script. As a result htop
will be built regardless of /proc is mounted or not (bulk builds).
Enable htop PR 39881 on NetBSD, Linux and FreeBSD only where
Linux-compatible procfs is available.
The graphviz-dot-mode will do font locking, indentation, preview of
graphs and eases compilation/error location. There is support for
both GNU Emacs and XEmacs.
Build improvements, remove blatantly wrong conversions from extensions,
made it possible to distinguish format_n formats from others, improvements
to vala/gobject introspection support.
========================================================================
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.
This release adds the "-ow" option to overwrite the input file with the
compressed file. If an output filename is given on the command line, it will be
used as a temporary file and removed after compression. If not, "pngout.png" is
used as a temporary file
Change from previous:
---------------------
version: 0.44
date: Wed Oct 5 18:11:27 EDT 2011
changes:
- Switch from testing $^V to $^] in DESTROY since $^V comparisons leak pre-5.14 (mst)
Changes from previous:
----------------------
1.19 Mon 10 May 2010 - Adam Kennedy
- Adding abstracts to ::API and ::FAQ
- Update Module::Install to 1.00
Module Name: pkgsrc
Committed By: sbd
Date: Wed Dec 7 20:39:19 UTC 2011
Modified Files:
pkgsrc/mail/cyrus-imapd: Makefile
pkgsrc/mail/cyrus-imapd23: Makefile
pkgsrc/mail/cyrus-imapd24: Makefile
Log Message:
If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.
Changes from previous:
----------------------
0.09003 2011-05-12
- depend on HTML::FormFu 0.09
0.09002 2011-05-11
- fixes#67404 (Missing dependency on MooseX::ChainedAccessors)
- fixes#67571 (Minimum requirement for HTML::FormFu is 0.9002)
actually it just requires MooseX::ChainedAccessors
- hopefully fixes 539965f0-7b0f-11e0-b729-7181c0b02281
0.09001 2011-05-10
- fixed problem with build_per_context_instance that caused errors
like http://paste.scsys.co.uk/102966
0.09000 2011-03-29
- Fix mem leak
- Resolve Moose extends/runtime bug RT #55780
- fix RequestToken classes to work with new Moosified HTML-FormFu
Changes from previous:
----------------------
6.07 Fri Nov 11 21:21:48 CET 2011
- work around a bug in PerlIO (setting $SIG{__WARN__} to a PVCV).
- update ecb.h.
Changes from previous:
----------------------
version: 0.28
date: Mon Sep 12 13:51:47 CEST 2011
changes:
- Added -truth option.
- This idea was inspired by https://rt.cpan.org/Ticket/Display.html?id=65536
- Awesome idea!
- Released from Liz++&Wendy++ downstairs bathroom
Changes from previous:
----------------------
1.24 Sat Apr 09 2011
+ MANIFEST spec allows whitespaces in filenames (when enclosed in single quotes)
this was not parsed correctly (see [#67334]). Fixed now - Thanks to JWEIGEL
1.23 Mon Mar 28 2011
+ CPAN toolchain now creates MYMETA.yml and META.json. These files are in
the list of recognized files now.
+ clarify license of this module (In README the Perl license was mentioned where
in all other files Artistic 2.0 was mentioned)
+ switched to Dist::Zilla
+ removed tests that are created by Dist::Zilla
just a man page and asciidoc is fairly harmless, and it's not entirely
clear how to disable the test, run with it: add a build depend on
asciidoc, plus USE_TOOLS+=gzip, and update the plist. PKGREVISION -> 2.