Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
dmcmahill 25992f8b83 Update to version 1.8.2
Notable changes in gEDA/gaf 1.8.2
=================================

Bugfix release.

* [994361] Fixed a libgeda crash bug involving nets inside symbols.

* [1226246] Fixed a gnetlist data corruption bug when using refdes
  containing the string "POWER".

* Updates to build system to allow compilation from git on systems
  with Automake >= 1.13.0.

Notable changes in gEDA/gaf 1.8.1
=================================

Bugfix release with correct dynamic version information for libgeda.

Notable changes in gEDA/gaf 1.8.0
=================================

* `gschem' and `gnetlist' have updated and rewritten user guides.

* All tools now give more informative error messages if they are
  unable to load schematic or symbol files due to syntax errors.

* All tools now correctly handle schematic and symbol files with `\r',
  `\n', or `\r\n` line endings, or a mixture.

* Unconnected pin ends and net ends are now all drawn with the same
  box marker in `gschem' and printed output.

* Net segments with at least two connections (including indirect
  connections via `netname=' attributes) are now drawn with arrowheads
  rather than box markers on dangling ends in `gschem' and printed
  output.

Notable changes in gEDA/gaf 1.7.2
=================================

* `geda-gaf' now requires GTK+ 2.16.0 or later.

* A greatly expanded Scheme API has been added to gEDA/gaf for use by
  extension authors.  See the `geda-scheme' Info manual for more
  details.  Existing extensions may need to be modified to load the
  `(geda deprecated)' or `(gschem deprecated)' modules.

* The `component-library-search' function for `gafrc' files now skips
  directories without symbols, and searches for libraries recursively.

* `gschem' keybinding improvements:

  - Keybindings are now unaffected by Caps Lock.

  - Keystrokes are displayed using the same characters as on keycaps
    (e.g. `:' instead of `colon').

  - Keystrokes may use extended modifiers (Super, Hyper and Meta).

  - Key bindings can be modified in any rc file or interactively using
    the `global-set-key' function.  See notes in `system-gschemrc' for
    examples.

* `gschem' now displays help files and component documentation on all
  platforms, including Windows.  The `locate' tool is no longer used
  to search for component documentation files.

* The `schdiff' tool for generating visual diffs of schematics and
  symbols has been added.  It can be used with most version control
  systems.  See `man schdiff' for more details.

* The `bom' and `bom2' backends to `gnetlist' now give error messages
  if no attribute file can be found.  The `-O attrib_file=FILE' and
  `-O attribs=ATTRIB,ATTRIB...' options have also been added.

* A new `ewnet' backend has been added to `gnetlist'.  This outputs
  netlists for use with the National Instruments ULTIboard layout
  tool.

* The `verilog' backend to `gnetlist' now supports concatenated net
  naming like "{a,b,c[3:0]}".

* `gsch2pcb' no longer supports the `m4_command' parameter in project
  files.

* The `--m4-pcbdir' and `--m4-file' arguments to `gsch2pcb' now work
  again.

* `gsymfix.pl' has been renamed to `gsymfix'.

* Man pages are now available for all programs installed as part of
  gEDA/gaf.

* The undocumented programs `gnet_hier_verilog', `gsymupdate', `gschupdate'
  and `sch2eaglepos.sh' are no longer installed to ${prefix}/bin.

Notable changes in gEDA/gaf 1.7.1
=================================

* gEDA is now compatible with Guile 2.0.

* gEDA/gaf applications no longer complain when trying to load an rc
  file twice, or when an rc file doesn't exist.

* `gschem' allows objects to be moved by dragging without having to
  select them first.

* `gschem' now supports keybindings with more than one modifier key,
  and "Deselect" is bound to <Control Shift A> by default.

* `gnetlist' correctly handles multiple renames of the same net.  This
  resolves some long-standing bugs with multipage schematics.

* The `spice-sdb' backend for `gnetlist' now has built-in support for
  `SUBCKT_NMOS' and `SUBCKT_PMOS' devices.

* A new `makedepend' backend has been added to `gnetlist'.  It
  generates Makefile code for SPICE simulation dependencies.

* Visibility of embedded component attributes are now preserved by
  `gattrib'.

* `gsch2pcb' correctly handles footprint names with hyphens (`-').

* `gsch2pcb' project files support quoting and escaping in
  `schematics' entries.

* Considerable enhancements to Unicode support when printing
  schematics or exporting PostScript.

Notable changes in gEDA/gaf 1.7.0
=================================

* All gEDA/gaf applications now handle configuration files much more
  strictly, and provide much more useful feedback when an error
  occurs.

* Several changes to `gschem' command-line options:

  - The `-t' option is no longer supported.

  - Several command-line options now support a long-form alternative.

  - The `-s' option can now be used to run multiple Scheme scripts
    during `gschem' startup.

  - A new `-c' option is available, which runs a Scheme expression
    during `gschem' startup.

  - A new `-L' option is available, which adds a directory to the
    Scheme load path.

  - A new `-V' or `--version' option is available, which displays
    version information.

* `gschem' now provides a "Select All" function, which is bound to
  <Control a> by default, along with a corresponding "Deselect"
  function.

* In the `gschem' "Add component" dialog, filtering the component
  library will expand matching libraries.  If the filter is cancelled,
  all libraries are collapsed.  Components can now be selected by
  double-clicking on them in the component list.

* The `gschem' "Edit Text Properties" dialog now has an easier to use
  "Alignment" menu.

* Printed text size now better matches on-screen text size in
  `gschem'.

* Special characters, including commas, are now escaped or quoted
  appropriately in `gattrib' CSV output.

* Several changes to `gnetlist' command-line options:

  - Four command-line options specific to the `spice-sdb' backend have
    been removed.  They can be replaced with `-O <option>' according
    to the following table:

        -e, --embedd              -O embedd_mode
        -I, --include             -O include_mode
        -n, --nomunge             -O nomunge_mode
        -s, --sort                -O sort_mode

  - The list of available backends is now obtained using a new
    `--list-backends' option.  `-g help' no longer outputs a list of
    backends.

  - A new `-L' option is available, which adds a directory to the
    Scheme load path.

  - A new `-V' or `--version' option is available, which displays
    version information.

  - When run with invalid command-line arguments, `gnetlist' now exits
    with non-zero exit status.

* Several `gnetlist' backends have now been fixed so that it should no
  longer be necessary to set an expanded Guile stack in gEDA's config
  files.

* The `spice-sdb' backend for `gnetlist' now supports probes
  (`TESTPOINT' devices).

* The undocumented `mk_verilog_syms' program is no longer installed.
  The symbols it creates are still installed to
  `${prefix}/share/gEDA/sym/verilog'.
2014-03-13 10:35:03 +00:00
archivers For lack of a better source of gtar.1, regenerate said using help2man, as 2014-03-12 13:32:14 +00:00
audio Remove obsoleted patch. 2014-03-13 08:16:40 +00:00
benchmarks Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
biology Update biology/bioperl to 1.6.923. 2014-02-20 14:44:16 +00:00
bootstrap Detect Clang and apply proper compiler settings. 2014-03-10 20:50:35 +00:00
cad Update to version 1.8.2 2014-03-13 10:35:03 +00:00
chat Update Konversation from 1.4 to 1.5 2014-03-12 19:49:02 +00:00
comms Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
converters Changes 1.44.1: 2014-02-15 11:35:27 +00:00
cross Honour our CXXFLAGS. Fix build with Clang. 2014-02-18 15:01:09 +00:00
databases Drop redundant variable setting from postgresql*-server. 2014-03-12 17:01:57 +00:00
devel add and enable py-hgview 2014-03-13 07:22:13 +00:00
distfiles
doc Updated www/mediawiki to 1.22.4 2014-03-13 07:32:02 +00:00
editors Depend on termcap and don't link compat on SunOS 2014-02-24 13:13:08 +00:00
emulators add and enable free42 2014-03-13 07:24:05 +00:00
filesystems Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
finance Add upstream bug report URL. 2014-03-12 09:48:38 +00:00
fonts Search for pkgconfig files in lib${LIBABISUFFIX} and share directories 2014-03-10 11:05:51 +00:00
games Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
geography Rototill makefile without changing binary package. 2014-03-12 00:14:29 +00:00
graphics Update to 1.6.10: 2014-03-12 09:17:52 +00:00
ham Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
inputmethod Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
lang Commit ommitted distinfo for LuaJIT2 2.0.3 upgrade 2014-03-13 08:20:53 +00:00
licenses Add license for fonts/pixel-sagas-startrek 2014-02-27 14:46:18 +00:00
mail Update the "mutt-devel" package to version 1.5.23. This release fixes 2014-03-12 23:55:56 +00:00
math Use C99 to fix build on SunOS 2014-03-12 19:36:44 +00:00
mbone Fix build with TCL 8.6. 2014-02-04 00:17:54 +00:00
meta-pkgs Update ruby-gnome2 to 2.2.0. 2014-03-11 12:11:45 +00:00
misc Add forgotten ruby-naught, fixes bulk builds. 2014-03-11 12:06:54 +00:00
mk resolve evaluate-undefined-variable issue for old bmake. 2014-03-12 08:38:47 +00:00
multimedia Update adobe-flash-plugin11 to 11.2.202.346 for APSB14-08. 2014-03-12 12:22:25 +00:00
net Unbound 1.4.22 2014-03-12 16:16:00 +00:00
news Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
packages
parallel Python is only a build dependency actually. 2014-03-12 20:17:09 +00:00
pkgtools Do not rely on path search when invoking pkgdiff. 2014-03-12 20:28:30 +00:00
print Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
regress
security +gpshell 2014-03-12 21:29:55 +00:00
shells Update to 4.3: 2014-03-12 10:08:46 +00:00
sysutils Export getline. Needed for build on NetBSD-5. 2014-03-12 19:43:17 +00:00
templates
textproc Update to 3.3.3: 2014-03-12 09:59:28 +00:00
time Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
wm Update to 2.5.0, provided by Lokesh Mandvekar on pkgsrc-users. 2014-03-12 18:14:41 +00:00
www Update to 1.22.4 2014-03-13 07:30:34 +00:00
x11 sort 2014-03-13 07:26:06 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.