Commit graph

185146 commits

Author SHA1 Message Date
shattered
e6cc5f6715 PR/41750 -- use libftdi. 2012-04-16 13:09:27 +00:00
markd
c667b61226 explicitly set EXTRACT_SUFX as KDE default has changed so no longer matches 2012-04-16 12:23:56 +00:00
asau
f5d8d5bac3 Updated lang/gambc to 4.6.5 2012-04-16 12:06:28 +00:00
asau
9ea4748819 Update to Gambit C 4.6.5
Changes since version 4.6.3 include various build system fixes,
iOS REPL improvements, addition of Xlib examples.
2012-04-16 10:19:34 +00:00
fhajny
5cb8d12543 Add DTrace (SystemTap resp.) support for relevant platforms 2012-04-16 07:28:14 +00:00
markd
01da6dc29f scamper update 2012-04-16 06:18:22 +00:00
markd
be9b9a6fc8 Update to 20111202b (PR pkg/46330)
* provide documentation for libscamperfile
* fix ping -O spoof
* fix tracelb and sniff bugs that cause scamper to crash
* fix sc_analysis_dump, sc_warts2pcap, and sc_wartscat man pages
* fix sc_warts2text to read from stdin if no files specified
* add -a (all) -m (pair method) and -n (use dns) options to sc_tracediff

* initial draft of a man page for the warts file format.
   man 5 warts.
* provide -O copyout option to scamper itself, which allows all
   data written over the control socket in "attach" mode to also
   be sent to a named file.  useful for debugging.  documented
   in the scamper man page.
* provide ability to specify the source address of a PTB in tbit.
* in attach mode, each command now returns a command ID as part
   of the OK response.  a command may be halted before it completes
   by issuing a halt command over the same control socket.
* when sanity checking the probe size requested in ping, take
   account of the timestamp IP option correctly.  noticed by
   Alistair.

* fix scamper man page to say -d can be used to set the ICMP checksum
   value in Paris traceroute.  noticed by Alistair.
* add scamper_addr_netaddr, a routine to mask the network portion of
   an IP address in a scamper_addr_t.
* fix scamper's ping to actually set the tos byte that is passed in.
   noticed by Alistair.
* fix scamper's ping to record ICMPv6 PTB messages.
* fix the result code set on sniff tasks when a sniff task is halted.
* fix compiler warnings

* correct copyright notices to reflect that, until 2006,
   I have copyright.  No change to GPLv2 license.
* Switch from select(2) to poll(2) by default, which is useful
   when more than a thousand fds are monitored for events.
   Force the use of select instead of poll by invoking scamper
   with -O select.
* Add support for kqueue (BSD) and epoll (Linux).  To use,
   specify -O kqueue or -O epoll when scamper is invoked.
* Fix a bug that could allow scamper to enter an infinite
   loop if a packet with malformed IP options is received.
* Add support for raw IP sockets, and use these to send
   TCP probes in traceroute if the datalink socket can't be
   used to transmit.
* Set SO_REUSEADDR on TCP sockets.
* Add a new traceroute method: IPv6 fragment traceroute.
   specify the offset to encode in the fragment offset with -o
* Fix file support so that if '-' is specified as the source of
   addresses to probe stdin is read, rather than stdout.  ensure
   the file is closed if an error is encountered when opening a
   file.
* Fix bug in MDA traceroute where some TCP responses from the
   target were ignored.
* Fix a potential memory leak in the neighbour discovery code
* Implement code to calculate statistics (min/mean/max/stddev)
   on ping results.
* Detach the writebuf before closing an attached control socket
* Silence all clang static analysis warnings.

* do not output scamper_debug to stderr if NDEBUG has been specified
* fix logic when -O rawtcp is used with tcptraceroute
* fix scamper event loop to drain sockets that are currently
   unreferenced
* fix scamper event loop to handle POLLHUP
* fix double-frees in scamper_sources.c
* fix small memory leak in scamper_sources.c, noticed by Stephen
* fix uname_wrap on 64bit systems, noticed by Stephen

* do not print "cat" when the -e option is used with sc_analysis_dump.
* fix mixing of sources according to their priority.
* when building the scamper binary, do not use the libscamperfile
   library.  instead, build all code into scamper to ensure scamper
   itself will always work.
2012-04-16 06:09:47 +00:00
sbd
16542e9a3b Add support for gcc-4.7 2012-04-16 05:03:03 +00:00
sbd
e1a1da00f6 Make sure that gcc47 JAVA_WRAPPERS don't break the _GCC_SUBPREFIX detection. 2012-04-16 05:00:44 +00:00
sbd
818c05736d Add the lang/gcc47/buildlink3.mk file 2012-04-16 04:55:17 +00:00
dholland
63483a7df5 Remove private K&R-style declaration of strpbrk() that broke the Linux
build.
2012-04-16 04:33:30 +00:00
sbd
bb0e9a3b1a Add gcc47 2012-04-16 04:28:30 +00:00
sbd
bd406e396e Added lang/gcc47 version 4.7.0 2012-04-16 04:27:48 +00:00
sbd
0fdb6615f0 Import gcc-4.7.0 and lang/gcc47
GCC 4.7.0 is a major release, containing substantial new
functionality not available in GCC 4.6.x or previous GCC releases.

GCC 4.7 features support for software transactional memory on
selected architectures.  The C++ compiler supports a bigger
subset of the new ISO C++11 standard such as support for atomics
and the C++11 memory model, non-static data member initializers,
user-defined literals, alias-declarations, delegating constructors,
explicit override and extended friend syntax.  The C compiler adds support
for more features from the new ISO C11 standard.  GCC now supports
version 3.1 of the OpenMP specification for C, C++ and Fortran.

The link-time optimization (LTO) framework has seen improvements
with regards to scalability, stability and resource needs.  Inlining
and interprocedural constant propagation have been improved.

GCC 4.7 now supports various new GNU extensions to the DWARF debugging
information format, like entry value and call site information, a typed
DWARF stack and a more compact macro representation.

Extending the widest support for hardware architectures in the
industry, GCC 4.7 gains support for Adapteva's Epiphany processor,
National Semiconductor's CR16, and TI's C6X as well as Tilera's
TILE-Gx and TILEPro families of processors.  The x86
family support has been extended by the Intel Haswell and AMD Piledriver
architectures.  ARM has gained support for the Cortex-A7 family.

See

  http://gcc.gnu.org/gcc-4.7/changes.html

for more information about changes in GCC 4.7.
2012-04-16 04:27:18 +00:00
dholland
e49da3db37 xmx 2012-04-16 04:19:47 +00:00
dholland
40c67134ed Rev the patchkit to remove a use of sys_nerr that tripped up the
Solaris build. PKGREVISION to 5 (not strictly necessary).
2012-04-16 04:19:16 +00:00
dholland
4c69e8de54 Erm, helps to cvs add the patch *before* committing. 2012-04-16 04:04:52 +00:00
dholland
910effd499 Add missing <limits.h>, should fix Solaris build. 2012-04-16 04:04:29 +00:00
dholland
723ea4f73c Add patch comments, add missing rcsid to patch-ai, fix some pkglint
and a couple other minor glitches.
2012-04-16 04:01:10 +00:00
dholland
5b6fc814fc When using strerror instead of sys_errlist, skip sys_nerr too. Should
fix the Solaris build.
2012-04-16 03:50:38 +00:00
dholland
6fb4f9b45e No longer used by xine-arts. 2012-04-16 03:41:58 +00:00
dholland
4e75eeec9e Removed xine-arts. 2012-04-16 03:41:19 +00:00
dholland
dad290d53c Remove the package for the xine-arts plugin. The plugin was removed
from the package upstream, and now that kmplayer-kde3 is fixed nothing
is trying to use it, so keeping it around serves no further purpose.
2012-04-16 03:39:47 +00:00
brook
84a77e9275 Fix checksums for patches. 2012-04-16 00:43:40 +00:00
dholland
612c6aea4b This is also, apparently, not MAKE_JOBS_SAFE. 2012-04-15 23:02:11 +00:00
brook
6817bc195b Updated math/R-XML to 3.9.4 2012-04-15 22:34:03 +00:00
brook
843a0090ea Update to XML v3.9-4 and regularize package files. 2012-04-15 22:33:33 +00:00
dholland
a643ef2e47 Previous wasn't complete (cost of cutting corners when build and commit
hosts aren't the same...)

More xine fixes; the ones to cope with xine_event_t member reordering
are obvious. The others are cribbed from the kdemultimedia3 xine patch
and I have no idea if they'll actually work.

Package now builds, at least for me.
2012-04-15 22:18:38 +00:00
brook
41875d29b6 Added R-geoRglm. 2012-04-15 22:16:24 +00:00
brook
f3877bfae1 Updated math/R-geoRglm to 0.9.2 2012-04-15 22:15:35 +00:00
brook
73f9b6f1b8 Import of geoRglm v0.9-2.
Functions for inference in generalised linear spatial models.  The
posterior and predictive inference is based on Markov chain Monte
Carlo methods.  Package geoRglm is an extension to the package geoR,
which must be installed first.
2012-04-15 22:14:29 +00:00
wiz
1482b074c3 Reset maintainer, developer resigned. 2012-04-15 22:07:37 +00:00
wiz
d859d3c992 Reset maintainer, developer resigned. 2012-04-15 22:07:36 +00:00
wiz
3249e0a82f Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
brook
f1cd05d418 Update to reflect license restrictions on commercial redistribution. 2012-04-15 21:58:24 +00:00
brook
5953ecd2a0 Add the Lucent Public License v1.02 to default_acceptable_licenses. It is
approved as open source by OSI.
2012-04-15 20:55:50 +00:00
brook
ddd77f6c00 Add the Lucent Public License v1.02 to DEFAULT_ACCEPTABLE_LICENSES. It is
approved as open source by OSI.
2012-04-15 20:52:28 +00:00
dholland
0bedc54300 Fix build with current xine-lib. 2012-04-15 20:38:37 +00:00
dholland
8c1d0155b1 Add missing pam.bl3.mk. (but, it builds on LP64 platforms now. yay!) 2012-04-15 19:35:15 +00:00
wiz
583f0730ea + dar-2.4.5, ghostscript-9.05 [wip]. 2012-04-15 18:51:40 +00:00
brook
cb441f0372 Added R-DBI and R-RPostgreSQL. 2012-04-15 18:00:28 +00:00
brook
4f6c810a89 Updated math/R-RPostgreSQL to 0.3.2 2012-04-15 17:58:15 +00:00
brook
cec2ba7b01 Import RPostgreSQL v0.3-2.
Database interface and PostgreSQL driver for R.  This package provides
a Database Interface (DBI) compliant driver for R to access PostgreSQL
database systems.  A wiki and issue tracking system for the package
are available at Google Code at https://code.google.com/p/rpostgresql/.
2012-04-15 17:57:36 +00:00
brook
66ce0fe5d2 Updated math/R-DBI to 0.2.5 2012-04-15 17:55:07 +00:00
brook
7341102045 Import R DBI v0.2-5.
A database interface (DBI) definition for communication between R and
relational database management systems.  All classes in this package
are virtual and need to be extended by the various R/DBMS
implementations.
2012-04-15 17:54:23 +00:00
brook
e8d317ccfd Updated math/R-gstat to 1.0.10 2012-04-15 17:38:14 +00:00
brook
9b6883ece9 Update to gstat v1.0-10, add LICENSE, and regularize package files. 2012-04-15 17:37:43 +00:00
brook
3d5c24fc27 Updated math/R-spacetime to 0.6.2 2012-04-15 17:34:37 +00:00
brook
32ecea4abd Added R-spacetime. 2012-04-15 17:33:52 +00:00
brook
ba4b287a98 Import R-spacetime v0.6-2.
A package with classes and methods for spatio-temporal data.  In
particular, space-time regular lattices, sparse lattices, and
irregular data are supported, with limited support for trajectories,
but not for topologies with S/T interactions such as space-time
prisms.  Utility functions are provided for plotting data as map
sequences (lattice or animation) or multiple time series; for spatial
and temporal selection, as well as methods for retrieving coordinates,
for subsetting, print, summary, etc.
2012-04-15 17:33:04 +00:00