Commit graph

1265 commits

Author SHA1 Message Date
obache
dc0fde6a35 itcl (4.0.0) is in tcl 8.6 (and later). 2014-02-22 09:20:30 +00:00
obache
8d8fb64985 Do same as bootstrap script 2014-02-22 09:19:24 +00:00
joerg
7bd1cf0b8d Don't force forward declarations of containers. 2014-02-21 20:17:03 +00:00
bouyer
510e704819 Add kicad, kicad-doc and kicad-lib 2014-02-17 20:41:58 +00:00
bouyer
cff37242c5 Import kicad documentation as of 20140214.
Sources are available only from bzr (no release) so I made a snapshot
of the source tree and put it on a http server.

Kicad is an open source (GPL) software for the creation of electronic schematic
diagrams and printed circuit board artwork.

Designed and written by Jean-Pierre Charras, a researcher at LIS (Laboratoire
des Images et des Signaux) and a teacher in IUT de Saint Martin d'Heres
(France), in the field of electrical engineering and image processing.

Kicad is a set of four softwares and a project manager:

    * Eeschema: Schematic entry.
    * Pcbnew: Board editor.
    * Gerbview: GERBER viewer (photoplotter documents).
    * Cvpcb: footprint selector for components used in the circuit design.
    * Kicad: project manager.

This package contains the documentation for Kicad
2014-02-17 20:40:48 +00:00
bouyer
e3e60e7243 Import kicad libraries from the stable branch as of 20140214.
Sources are available only from bzr (no release) so I made a snapshot
of the source tree and put it on a http server.
This is the old, frozen lib tree with .mod fooprints, compatible with
kicad stable.

Kicad is an open source (GPL) software for the creation of electronic schematic
diagrams and printed circuit board artwork.

Designed and written by Jean-Pierre Charras, a researcher at LIS (Laboratoire
des Images et des Signaux) and a teacher in IUT de Saint Martin d'Heres
(France), in the field of electrical engineering and image processing.

Kicad is a set of four softwares and a project manager:

    * Eeschema: Schematic entry.
    * Pcbnew: Board editor.
    * Gerbview: GERBER viewer (photoplotter documents).
    * Cvpcb: footprint selector for components used in the circuit design.
    * Kicad: project manager.

This package contains the libraries for Kicad
2014-02-17 20:40:10 +00:00
bouyer
40bdd80b1e Import kicad from the stable branch as of 20140214.
Sources are available only from bzr (no release) so I made a snapshot
of the source tree and put it on a http server.

This package is based on the package in wip by jonathan.gabris@gmail.com

Kicad is an open source (GPL) software for the creation of electronic schematic
diagrams and printed circuit board artwork.

Designed and written by Jean-Pierre Charras, a researcher at LIS (Laboratoire
des Images et des Signaux) and a teacher in IUT de Saint Martin d'Heres
(France), in the field of electrical engineering and image processing.

Kicad is a set of four softwares and a project manager:

    * Eeschema: Schematic entry.
    * Pcbnew: Board editor.
    * Gerbview: GERBER viewer (photoplotter documents).
    * Cvpcb: footprint selector for components used in the circuit design.
    * Kicad: project manager.
2014-02-17 20:38:59 +00:00
mef
f989d9a283 Update 3.3.54 to 3.3.57
-----------------------
3.3.54  02jan14 Added LZ4 double compression on hierarchy tree for FST when
                hierarchy size exceeds 4MB.
                Fix to regular expression filtering when +I+ form expressions
                are encountered in the SST.  Previously, the wrong value of
                regex match was used on 32-bit architectures due to the
                stack layout.
                Removed --disable-inline-asm ./configure flag as inline
                assembly has been removed because it is generating incorrectly
                in some cases on x86_64.
3.3.55  06feb14 Fixed problem with FST_DYNAMIC_ALIAS_DISABLE enabled when
                Judy arrays are not present.
                FST writer performance tweaks for traces with millions of
                signal declarations.
                Keep FSDB_VT_STREAM (FSDB transaction type) traces from
                attempting to be read (for now) as they aren't yet processed.
                Added more space efficient FST dynamic alias encoding.
                Tempfile creation fix for Windows.  Using tmpnam() is not
                enough and fails depending on user permissions.
                Make vcd2fst use FastLZ instead of LZ4 as a default compression
                type if an EVCD file is being processed as it (re-)compresses
                much better.  Using -4/-F/-Z still gives expected results.
                Changed double printf formatting for FSDB to "%.16g" to match
                VCD formatting.
                Added very fast I/O write capability to fst2vcd.
                Added support for FSDB_BYTES_PER_BIT_2B (EVCD) in FSDB loader.
                Added experimental fsdb2vcd in contrib.  It is not currently
                compiled or used.
                Fix to treesearch to remove duplicate signal names because of
                faulty dumpers.
                Repscript fix for if -R starts without a dumpfile name.
3.3.56  12feb14 Added another crash fix patch for GTK-OSX.
                Fix to regex search to remove duplicate signal names because of
                faulty dumpers.
                Fix to configure.ac for MSYS not adding -lcomdlg32 when Tcl
                is disabled.
                Valgrind fix on deallocated context: old GLOBALS pointer could
                be examined in set_GLOBALS_x().
                Minor cleanup in treesearch_gtk2.c: removed redundant show
                widget invocation.
                Added missing compressBound() for compress2() dest mallocs.
3.3.57  13feb14 Fix for Electric Fence crash in vlist_freeze().
                Updated LZ4 for version r113.
2014-02-15 16:21:15 +00:00
mef
62e303a89d Update HOMEPAGE. 2014-02-15 13:46:12 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
joerg
a8bd3d6c37 Fix build with TCL 8.6. 2014-02-04 00:11:43 +00:00
drochner
0e6a3484f8 add tcl option (off per default), fix mime handling 2014-01-21 15:07:38 +00:00
wiz
8f3c4c20d7 Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
2014-01-20 22:17:45 +00:00
joerg
c9381bc131 Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
wiz
616848d0b9 Convert to distutils.mk. Mark as not for python-3.x. Bump PKGREVISION. 2014-01-20 15:46:53 +00:00
mef
d31a5f4881 Bump version 3.3.28 to 3.3.53,
from the ChangeLog, the date lines are picked up:

3.3.29  31dec11 << short descriptions >>
3.3.30 17jan12  Updated ./configure to add --disable-mime-update flag.
3.3.31 30jan12  Added support for native file requesters in OSX Quartz.
3.3.32 13feb12  Turn off loader messages when Tcl is executing a command.
3.3.33 27feb12  Scan-build fix in vcd_recoder.c.
3.3.34 12mar12  Fix for marker time deltas when $timezero is used.
3.3.35 04apr12  Polarity fix for vcd_preserve_glitches in rcfile.  Default
3.3.36  04may12 Fixed destructive string convert in fstUtilityBinToEsc().
3.3.37  10jun12 Added patch for savefile.c that corrects an issue in which the
3.3.38  10jul12 Upgrading vermin parser to handle some > 1995 constructs.
3.3.39  08aug12 Fixed relative pathnames when generated in MinGW and used
3.3.40  10sep12 Fixed y-size of splash screen on MinGW with newest version
3.3.41  30sep12 Fix for gtkwave::addSignalsFromList when encountering
3.3.42  28nov12 Fix to prevent missing group openings from keeping other
3.3.43  26jan13 Fix for rtlbrowse for gtk_adjustment_get_page_increment and
3.3.44  16feb13 gdk_draw_layout assertion `GDK_IS_DRAWABLE (drawable)'
3.3.45  28feb13 Fix for VCDNAM_ESCAPE character in treesearch window.  This
3.3.46  29apr13 Upgraded to autoconf 2.69.
3.3.47  14may13 Fix for crash in 64-bit mode with array accesses in
3.3.48  04aug13 Fixed infinite loop hang on various helpers executables
3.3.49  11sep13 Fix crashed caused by X11 protocol limitation for pixmap size.
3.3.50  15oct13 Limit number of rows that can be displayed in mouseover in
3.3.51  27oct13 MAINTAINERS: Please add gedit to the list of dependencies
3.3.52  11nov13 Added LZ4 as compression type for FST.  When enabled with
3.3.53  15dec13 Made LZ4 the default compression routine selected for vcd2fst.
2014-01-19 09:25:17 +00:00
adam
41e677f366 Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
mef
206d052f5d (Upstream)
Icarus Verilog 0.9.7 is Available (August 26th, 2013)
-----------------------------
The developers are pleased to announce the next stable release in
the 0.9 series, version 0.9.7. Icarus Verilog is a mostly complete
implementation of the hardware description language Verilog, as
described in IEEE Std 1364-2005. It also includes a number of user
requested extensions. It is freely available (open source), is
supported on most operating systems, and will be available as a
precompiled package for many of these systems.

Icarus Verilog 0.9.7 is primarily a bug fix release. Therefore, we
recommend people using the 0.9.6 or earlier releases upgrade to 0.9.7
as soon as possible. Version 0.9.7 is the recommended version for all
new users.

More details, including known limitations, deviation from IEEE Std
1364-2005, where to obtain the source code, and links to some of the
precompiled packages can be found in the Release Notes located here:
  <http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9_7>
(pkgsrc)
0.9.4 to 0.9.7 update and
two patches are added for DESTDIR and 'mkdir: dep: Not a directory' problem.
2014-01-07 09:43:54 +00:00
wiz
b89ceb7b2d Remove oct-wcalc, needs removed octave-forge. 2013-12-31 17:18:35 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
joerg
99cc32b424 Has race conditions during build. 2013-11-29 12:53:45 +00:00
ryoon
df7858eee5 Add ghdl 2013-11-23 15:11:35 +00:00
ryoon
c377bc1ac6 Import ghdl-0.29 as cad/ghdl.
GHDL is an open-source simulator for the VHDL language. GHDL allows
you to compile and execute your VHDL code directly in your PC.
Combined with a GUI-based wave viewer and a good VHDL text editor,
GHDL is a very powerful tool for writing, testing and simulating
your VHDL code.
2013-11-23 15:10:26 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
roy
9858b6c869 ng-spice doesn't really use curses 2013-10-15 14:31:39 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
obache
4a646b438b recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
obache
a170ca136b recursive bump from hdf5 shlib major bump. 2013-09-01 12:14:06 +00:00
joerg
da71a2e38d Needs termios.h. 2013-08-31 14:44:30 +00:00
drochner
750b38c79f update to 2.3
changes:
-restructured, Python3 support (not yet enabled in pkgsrc)
-m=bugfix
-documentation improvement
2013-07-24 10:54:14 +00:00
obache
f386bbf567 fixes last commit 2013-07-18 07:59:38 +00:00
obache
51b94498f7 catch up to changes in Makefile
(devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)
2013-07-17 12:24:41 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
jperkin
37ecec314f Apply removal of -export-dynamic for SunOS across all of pkgsrc.
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been
looked at yet.
2013-07-05 15:10:00 +00:00
dmcmahill
45970fbe74 HOMEPAGE has moved 2013-07-02 01:14:40 +00:00
ryoon
05008bce1d Remove obsolete patches. 2013-06-11 13:33:18 +00:00
ryoon
82b42cff34 Update to 3.7.50
* Use gmake.

Changelog:
* Bugfixes.
* Some new features.
2013-06-11 13:31:58 +00:00
joerg
9324cb792c Don't complain about the C++11 narrowing rules for this, when building
with clang.
2013-06-10 18:54:10 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
shattered
10089b3134 Update to 9.4c. Changes:
Dinotrace is now distributed under GPL v3 (previously GPL 2).

Fix signal radix being lost when trace is reread.
Fix core dump when verilog trace has single timestamp.
Fix core dump when no hostname in /etc/hosts.
Fix message trashing stack and make cppcheck clean.
2013-06-01 14:05:13 +00:00
wiz
98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00
joerg
4de84f4833 Casting 0 to an iterator is not portable. Just use end() in that case. 2013-05-23 15:00:00 +00:00
sbd
60a5d11b04 Add Linux support. 2013-05-22 07:44:03 +00:00
sbd
54b4f1ab14 Use ${PKGMANDIR} 2013-05-21 21:33:44 +00:00
joerg
6637ef4270 Add a bunch of missing includes hidden by libstdc++ namespace pollution. 2013-05-04 12:59:45 +00:00