-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
- pkg-message --> files/pkg-message.in; [2]
- don't hardcode DOCSDIR to default in it
- display it only when NOPORTDOCS it's not defined
- rework PORTDOCS installation a little [3]
- bump PORTREVISION [3]
Submitted by: Sahil Tandon [1][3], itetcu@ [2]
Reported by: QATty [1]
Approved by: maintainer
language. It includes:
* Verilog::Getopt which parses command line options similar to C++ and VCS.
* Verilog::Language which knows the language keywords and parses numbers.
* Verilog::Netlist which builds netlists out of Verilog files. This allows
easy scripts to determine things such as the hierarchy of modules.
* Verilog::Parser invokes callbacks for language tokens.
* Verilog::Preproc preprocesses the language, and allows reading
post-processed files right from Perl without temporary files.
* vpassert inserts PLIish warnings and assertions for any simulator.
* vppreproc preprocesses the complete Verilog 2001 and SystemVerilog language.
* vrename renames and cross-references Verilog symbols. Vrename creates Verilog
cross references and makes it easy to rename signal and module names across
multiple files. Vrename uses a simple and efficient three step process.
First, you run vrename to create a list of signals in the design. You then
edit this list, changing as many symbols as you wish. Vrename is then run a
second time to apply the changes.
WWW: http://www.veripool.org/wiki/verilog-perl
PR: ports/134124
Submitted by: Otacílio de Araújo Ramos Neto <otacilio.neto at ee.ufcg.edu.br>
* cad/qcad itself:
1. Enable parallel build.
This is safe, because the vendor's script supports it
(but only, when one is using distcc).
2. Remove the special handling for Alpha.
I guess, this is a historical wart --
the current version of qcad compiles on my amd64 with
`-Wall -W' without any warnings. If Alpha bites again,
the wart can be put back until someone tracks the bug down.
* cad/qcad-partslib:
1. Fetch the .tar.gz, rather than .zip variant of the distribution.
This new file is more than twice smaller.
2. Remove build-dependency on qcad -- this is useless for a pure-data port
and only complicates package building and installation
(a PORTREVISION bump in qcad itself, for example,
will necessitate rebuilding partslib without any good reason).
3. Don't create an intermediate extraction under ${WRKSRC}
for the sole purpose of creating PLIST -- extract from ${DISTFILE} into
${DATADIR} directly and use tar's output to create PLIST on the fly.
This saves a ton of I/O and diskspace during packaging.
Submitted by: Mikhail T. <mi+thun [at] aldan.algebra.com>
- Minor bug fixes in RS274-X output.
- Bug fixes in postscript output
- DRC checks for annular ring on pads only uses the mininum annular
ring drc setting instead of also checking minimum copper width.
- Fix postscript output for zero length lines.
- Improve the 'save before closing' dialogs.
- Fixed bugs where objects attached to the cursor vanish sometimes.
- Allow outline layers to have only arcs.
- Added "Ben Mode" png output which provides a simulated "photograph"
of the board. Very nice for publications.
- Fix poly clearance around rotated pads.
- Fix the batch HID which had bit rotted a little.
- Display net names hierarchically.
- Various speed improvements in the GTK HID.
- Various speed improvements in the autorouter.
- Minor improvements to the windows port.
- Other various bug fixes.
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
- Use proper shebang line in perl and python scripts [1].
- Define INSTALLS_ICONS and USE_GETTEXT where appropriate.
- Implement WITHOUT_NLS knob.
Reported by: Nick Withers <nick@nickwithers.com> [1]
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Note: this adds two integrated mesh partitionners, Metis and Chaco;
don't rely to the external ports to avoid conflicts with math/metis-edf
(e.g. when installing Code_aster).
Full changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>.
* Editing capabilities. "klayout" in it's basic form still
operates as pure viewer. However, a mode is available that
enables editing capabilities. See Editor mode quickstart manual
for a more detailed description
* Some RBA extensions: i.e. conversion from "double" type
polygons to "integer" type ones.
* A default layer table can be configured in the "Application"
tab of the setup dialog. This table will be loaded whenever a
layout is opened or created.
* A installer for Windows is provided now.
* Properties are supported on instances now as well.
* Code is compatible with gcc 4.3.0 now.
* Enhanced compatibility with SunStudio 11 compiler (in
particular in RBA).
* Various bug fixes (i.e. in GDS reader and OASIS writer).
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Digital Signal Processing algorithms for audio signals. The input can either
be taken from the sound card, or be a locally generated sine wave, white noise
or impulse signal. The output is fed to the sound card, as well as to a virtual
oscilloscope and spectrum analyzer.
- Added a footprin preview in the library window
- Added gnome/kde desktop integration files (app and mime icons, and
.desktop file)
- Added i18n support
- Updated dbus support
- Fix a number of GCC 4 compiler warnings
- Make the gtk gui more robust against malformed menu resource files
- Added checking for duplicate hot key definitions in the menu
resource file in the gtk gui.
- Improved support for building on win32.
- Removed automake/autoconf generated files from cvs
- Fixed some parallel make bugs
- Fixed some scrolling/panning bugs in the gtk gui.
- Added the ability to load edif netlists
- Closed a number of bugs in the sourceforge tracker
- Fix a bg in the x-y output files where the y values were mirrored
and offset
- Add XRENDER support to the lesstif HID to support layer transparency
- Fix some polygon dicer bugs
- Fix a handful of bugs in the png export HID
- Avoid vias snapping to pins and moving elements snapping to their
own pins/pads
- Fix a number of undo bugs
- Fix printer calibration
- Add global puller
- Various improvements to the postscript export HID
- Improve all the GetXY prompts in the menu resource files
- Improved the pin/via report
- Improved pin/pad vs grid snapping
- Various footprint improvements
o fixed some drill sizes
o fixed some silk sizes
o Added a handful of QFP family footprints
o Converted the QFP family to the hi-res format
- Added keystone, C&K, Nichicon, and Optek footprint libraries
- Add attribute editor to the GTK HID
- Add a fileselect() function to the HID spec
- Fix ps output with drill helper on
- Add a visual indicater when elements are locked
- Corrections to the manual
- BOM can export in mm as well as mil
- Fix a ps output bug with arcs
- Fix some memory leaks found with Coverity
- Added autoconf test for buggy versions of m4
- Fixed some footprint drill sizes
- Add user customizable menus for the gtk HID. The gtk HID now is
capable of reading the same format menu resource files as the
lesstif HID. This represents significant rework of the menu code
and menu callback code.
- Added Center() action
- Store the file format in the .pcb file. This will let pcb know when
presented with a file which is too new. The code for checking the
format was present in the prior snapshot.
- Fix DRC checking of square pads to square pads
- Added window panning/cursor warping
- Add the ability to directly load a footprint from a file as if it
were a complete layout.
- Add a Popup() action
- Add polygon clipping code. This is a big change to how polygons are
handled.
The new code now removes islands and correctly identifies open
circuits caused by a trace fully cutting through a polygon. In
addition, the RS-274-X output is now simpler and works with some
board houses that use older non-conforming sofware. Different
styles for thermal reliefs are also now supported as part of the
polygon clipper code.
- Add support for plugins
- Many improvements to the autorouter.
- Various improvements to the trace optimizer.
- Add a fontmode for editing pcb fonts
- Add progress() hook to HID structure
- Fix a bug with non-functional windows on some window managers
commonly found on OS-X
- Add support for controlling pcb via dbus
- Fix various bugs which would cause a crash
- Add --scale for postscript scaling
- Intercept window manager delete events with the GTK gui
- Scan the .pcb file for a FileVersion value. This is not written out
yet but will be in future versions.
- Warn if non-manhattan lines are trying to become pads.
- Allow no-solder paste pads to support fiducials
- Report in mm or mils as selected by user
- Allow reordering of layers
- add some more QFN packages
- fix building with sun studio c compiler
- Made a pcb installation be relocatable.
- Convert the m4 libraries to newlib libraries as part of building a
distfile. The m4 libraries are still considered the sources and as
such are still distributed but this eliminates the need for m4 at
runtime for footprints.
- Got rid of the pcb wrapper script around pcb-bin.
- Remove some old footprints of questionable naming, accuracy, or usefulness.
- Get the autosave/backup code working on all GUI's
- Fix some drill size rounding in the reports
- Changed the backup file name to be derived from the .pcb file name
- Added a command line option for DrawGrid
- Fix logic for adding new ratlines
- Fix gtk grid when board is flipped
- Add "find" and "rip-up" buttons to the netlist window
- Draw plated holes when exporting
- Fix some bugs when converting selection to element
- Fix build on cygwin
- Enhance the win32/build_pcb script used to generate a non-cygwin
windows installer.
- Make pcb work under non-cygwin windows
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
* Several RBA extensions: i.e. alternative methods replacing
different 'new' variants by one 'new'. Markers now can be
filled.
* Fixes for the bugs mentioned in the issues list.
* OASIS and GDS writing capabilities. Menu functions are
provided to save a layout and single cells as well as RBA
extensions that allow to write a layout. See Saving a layout
or parts of it for details.
* Rulers and markers are drawn with a thin halo in background
color to enhance their visibility. This can be switched off in
the setup dialog if this is not desired. The following
screenshots illustrate the differences:
* A couple of RBA extensions: API's for shape properties, rulers
and geometry selections.
* A bugfix for the OASIS reader (sometimes crashing the reader
on CBLOCK-compressed input)
* A function to descend into a cell in the hierarchy but keeping
the context, which is shown in dimmed colors. This function
can be found in the "Display" menu and is called "Descend". To
use this function, select a shape or instance inside the cell
into which to descend. "Descend" then enters the next cell
along the path that leads to the selected shape or instance.
* The mouse wheel can be used to zoom in and out.
* Shift+right mouse button pressed now allows to "drag" layout
in a "Google maps" fashion.
* Copy & paste now is available for layers as well.
* A ruby console is provided where ruby commands can be executed
interactively.
* The way how the selection is displayed can be configured
now (color, line width and vertex size).
* The interrupt signal now is enabled again even if Ruby is
activated (Ctrl+C now works again).
* Support for arbitrary angles on cell instances.
* A bugfix for the OASIS reader (CTRAPEZOIDS have not been read
in some cases). The OASIS reader now uses shape arrays to
acchieve are smaller memory footprint in some cases.
* Multiple transformations are now allowed on layer source
expressions (see Transforming views and property selectors for
a detailed description).
* Rulers now are configurable to a large extent. Multiple ruler
templates may be defined from which a certain ruler type can
be choosen. Some of the new ruler styles are no
longer "rulers" but rather "annotations". See Ruler properties
for a description of that feature.
* Last, but not least: KLayout now can be scripted to some
extend using Ruby as the scripting language. For more
information about this feature, see RBA introduction.
* Some bugs were fixed in the OASIS implementation. CBLOCK
compression now is supported. Forward cell name
references (numerical ID is used before being associated with
a string) are supported as now. File global properties are now
read correctly. A bug reading certain CTRAPEZOID objects was
fixed.
(Still, forward references are not allowed for text/property
strings or property names).
* A layout properties dialog has been added that shows basic
properties of the layout such as top cells, layers and others.
* The "Select Cell" dialog has been enhanced with the capability
to hide and show multiple cells in the cell list.
* A "zoom fit" mouse gesture was implemented: moving the mouse
up and right with the right mouse button pressed now fits the
current cell into the window. Moving up and left still zooms
out.
* A bug in the GDS2 reader, dropping polygon points in rare
cases, was fixed
The 3.x train of GTKWave has significantly more new featured and bugfixes,
but would require introducing PORTEPOCH to replace cad/gtkwave.
[Timeout on feedback from cad/gtkwave maintainer.]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Changelog at <http://geuz.org/gmsh/doc/VERSIONS>.
Note: the dependency against Triangle has been removed. It was used for
a single post-processing plugin, which has been rewritten to use the
native mesh algorithm.