Path to this page:
NOTICE: This package has been removed from pkgsrc./
cad/libgeda,
Library of shared modules for gEDA
Branch: CURRENT,
Version: 1.4.3nb2,
Package name: libgeda-1.4.3nb2,
Maintainer: dmcmahill libgeda is a library of modules shared among the various gEDA
(GNU Electronic Design Automation) tools.
gEDA is a collection of tools which are used to make electrical
circuit design, simulation and prototyping/production easier/doable.
gEDA is a project, which was started because of the lack of free EDA
tools for UNIX. All of the tools in gEDA are released under the GNU
Public License version 2 (GPL).
Required to run:[
sysutils/desktop-file-utils] [
graphics/gd] [
graphics/hicolor-icon-theme] [
databases/shared-mime-info] [
lang/guile] [
devel/gettext-tools] [
x11/gtk2]
Required to build:[
textproc/intltool] [
lang/perl5] [
pkgtools/x11-links] [
shells/bash] [
devel/gmake] [
devel/libtool-base] [
devel/pkg-config] [
x11/renderproto] [
x11/xproto] [
x11/fixesproto] [
x11/inputproto] [
x11/xextproto] [
x11/randrproto]
Master sites: (Expand)
Version history: (Expand)
- (2009-11-08) Package deleted from pkgsrc
- (2009-08-27) Updated to version: libgeda-1.4.3nb2
- (2009-05-20) Updated to version: libgeda-1.4.3nb1
- (2009-02-01) Updated to version: libgeda-1.4.3
- (2008-02-02) Updated to version: libgeda-1.4.0
- (2008-02-01) Updated to version: libgeda-1.4.0
CVS history: (Expand)
2009-11-06 23:32:32 by Dan McMahill | Files touched by this commit (35) | |
Log message:
deprecate the individual geda packages. They are now distributed upstream as a \
single package which is in cad/geda
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message:
bump revision because of graphics/jpeg update
|
2009-06-14 19:35:57 by Joerg Sonnenberger | Files touched by this commit (52) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | |
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-02-01 06:20:01 by Dan McMahill | Files touched by this commit (15) | |
Log message:
Update the geda suite to 1.4.3. Changes since the last packaged
version (1.4.0) are listed below.
-------------------------
Changes in this release only (since v1.4.0):
Carlos Nieves Onega (1):
* Fix missing %s in two strings.
Patrick Bernaud (1):
* Fix memory leak in gschem.
Peter Clifton (2):
* Fix verilog and VHDL netlist backends
* Add libgeda/po/POTFILES.skip for intl/plural.c
Peter TB Brett (1):
* Don't crash on zero snap grid spacing [2026598]
Werner Hoch (4):
* Fix drawing artefact in rubbernet drawing code
* update the pinnumbers if a slot attribute is deleted
* o_delete_text(): only call o_attrib_slot_update() for COMPLEX
objects.
* libgeda: fixed EOL handling for mixed windows/linux usage
-------------------------
Changes in this release only (since v1.4.1):
Ales Hvezda (2):
* Fixed up all icon-theme-installer files to work with non-bash
* Bumped the revision on libgeda's shared library and updated
versions.
Carlos Nieves Onega (1):
* Changed shell from bash to sh in icon-theme-installer
Dan McMahill (1):
* Avoid insecure temp file usage.
Peter Clifton (3):
* gattrib: Don't special-case ignore components with "graphical"
attribute.
* gattrib: Don't crash if we can't find data in the sheet. Bug
#2214739
* Calculate bounds of new object when copying an embedded complex.
Werner Hoch (1):
* libgeda: changed object adding flag for embeded symbols [#1692626]
-------------------------
Changes in this release only (since v1.4.2):
Patrick Bernaud (1):
* Enable promotion of attributes when adding a component from guile.
Peter Clifton (7):
* gschem: Ensure we invalidate the region of text's origin marker
* gnetlist: Fixup systemc backend
* gschem: Don't add invalid attributes to the multiattrib dialog list
* gschem: Check for self-connecting COMPLEX before deleting. Fix
#1912859
* gschem: Remove stretched object from stretch list if we delete it
* o_move_end_rubberband(): Rework creating connectivity lists. Fix
#2017356
* gschlas: Fix segfault opening file
Peter TB Brett (1):
* Validate calls to scm_c_eval_string(). [2105219]
Werner Hoch (1):
* gschem: redraw empty preview on configure events [#2159047]
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2008-02-01 03:34:25 by Dan McMahill | Files touched by this commit (25) | |
Log message:
update the gEDA suite to version 1.4.0
Release notes for the gEDA/gaf 1.4.0.20080127 stable snapshot
Summary
__________________________________________________________________
This is the third major stable release of gEDA/gaf. It rolls up the
various feature additions, code cleanup, and bug fixes that have
occurred over the past five months. Major highlights include:
* Many usability improvements to the various programs
* Optional support for desktop integration (GNOME and KDE)
* Many improvements to component library handling (internals and
component selection dialog)
* libgeda is now internationalized
* Many language translation updates to gschem and gattrib
* Improved error handling throughout all the programs
* Fixes to the spice-sdb backend to support slotting
* Rendering improvements and speedups in gschem
* A bunch of new tests in gsymcheck to catch a few common errors
* Improved support for running under MinGW
* Lots and lots of code cleanup and improvements throughout all the
programs
* The usual slew of bugs and quirks fixed
NOTE: This is a stable snapshot and should be packaged up by
distribution package maintainers.
Changes
__________________________________________________________________
Changes in this release only (since v1.3.1):
Peter Clifton
* Fix typo in Dutch translation
* Fix use after free corruption when consolidating nets
* Invalidate component cache when updating symbols. [#1880211]
* Only call gdk_window_invalidate_rect() when drawing to a GdkWindow.
Werner Hoch
* gsymcheck: improved the pintype check, added test case
* Added new pintype test symbol and output to EXTRA_DIST
* gsymcheck: test for misplaced attributes
* gsymcheck: moved obsolete and forbidden attribute checks
* fixed error handling bug in run_source_command() [#1869941]
* forward status messages from the library command to the log
* fixed two symbols with missplaced pin attribute errors
* detach missplaced symbol attributes
* fixed symbol with invalid pintype attribute
* Update the pinnumbers when updating a symbol with slots
* Updated German translation of gschem
Ales Hvezda
* Updated documentation from the official wiki website
* Changed Edit/Undo and Add/Bus hotkeys
* Fixed reversed VDD/VSS nets in this hex schmitt trigger
* Fix a crash when running a script that calls (gschem-image ...)
Bernd Jendrissek
* Update Afrikaans translation to fix spelling error.
Bert Timmerman
* libgeda Dutch translation updates
For all the other changes from last development series (1.3.x):
* [1]gaf-1.3.0 Release Notes
* [2]gaf-1.3.1 Release Notes
Notes/Bugs/Errata/Known Issues/Last Minute Issues
__________________________________________________________________
* Many thanks to everybody who contributed to this snapshot and
previous development snapshots.
* Updates to this stable snapshot (1.4.x series) will occur if people
find issues.
* The next major stable snapshot (1.6.x) will probably happen in the
middle of this year.
* Please submit all bugs to the [3]bug tracker.
|