Commit graph

216321 commits

Author SHA1 Message Date
wen
8ee5abcf40 Updated devel/p5-Perl-Tidy to 20140328 2014-05-09 07:31:57 +00:00
wen
062560ad5c Update to 20140328
Upstream changes:
2014 03 28
      - Fixed RT #94190 and debian Bug #742004: perltidy.LOG file left behind.
        Thanks to George Hartzell for debugging this.  The problem was
        caused by the memoization speedup patch in version 20121207.  An
        unwanted flag was being set which caused a LOG to be written if
        perltidy was called multiple times.

      - New default behavior for LOG files: If the source is from an array or
        string (through a call to the perltidy module) then a LOG output is only
        possible if a logfile stream is specified.  This is to prevent
        unexpected perltidy.LOG files.

      - Fixed debian Bug #740670, insecure temporary file usage.  File::Temp is now
        used to get a temporary file.  Thanks to Don Anderson for a patch.

      - Any -b (--backup-and-modify-in-place) flag is silently ignored when a
        source stream, destination stream, or standard output is used.
        This is because the -b flag may have been in a .perltidyrc file and
        warnings break Test::NoWarnings.  Thanks to Marijn Brand.
2014-05-09 07:30:09 +00:00
obache
6aa3863200 "KDE" is ambiguous, this example is for KDE3. 2014-05-09 07:04:16 +00:00
obache
5171bcdec7 Change example, lang/lua is not a package now. 2014-05-09 06:59:19 +00:00
obache
9a6591e191 Remove deprecated matters, mtree and bootstrap tools. 2014-05-09 06:52:15 +00:00
obache
6d1eb97713 Note SMF support 2014-05-09 06:29:57 +00:00
obache
63a40b1965 restrict openssl header file search path. 2014-05-09 05:59:09 +00:00
obache
1c23b0d6c4 Add python34 support and simplify. 2014-05-09 05:23:41 +00:00
wen
0f1aeb4489 - python-3.4.0 2014-05-09 02:39:48 +00:00
wen
b26ce3d8b3 Added lang/python34 version 3.4.0 2014-05-09 02:35:37 +00:00
wen
93c4e77b0e Add python34 2014-05-09 02:29:17 +00:00
obache
0e66e6c8fa Restrict to find openssl header files in SSLBASE/include.
Fixes unwanted detection of builtin openssl over prefered pkgsrc one.
2014-05-09 02:29:09 +00:00
wen
c158ea3477 Import python-3.4.0 as lang/python34.
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.

Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.

This package provides Python version 3.4.x.
2014-05-09 02:27:14 +00:00
dsainty
e2c355b73a Make tex-wasysym option-conditional, like all the other Tex dependencies. 2014-05-08 23:41:52 +00:00
asau
524e016f0d Fix build on FreeBSD. 2014-05-08 21:52:40 +00:00
bad
e1a6b3a74b Configure with --with-wx-single-threaded when using wxwidgets.
Makes wxt terminal usable again on NetBSD.  Also required on some Linux
versions with newer Haswell cpus.
PKGREVISION++
Fixes PR pkg/47177.
2014-05-08 20:48:55 +00:00
jperkin
0a8c0f36b0 Updated security/clamav to 0.98.3 2014-05-08 16:01:21 +00:00
jperkin
dadce68110 Update to clamav-0.98.3. Changes:
- Support for common raw disk image formats using 512 byte sectors,
   specifically GPT, APM, and MBR partitioning.

 - Experimental support of OpenIOC files. ClamAV will now extract file
   hashes from OpenIOC files residing in the signature database location,
   and generate ClamAV hash signatures. ClamAV uses no other OpenIOC
   features at this time. No OpenIOC files will be delivered through
   freshclam. See openioc.org and iocbucket.com for additional information
   about OpenIOC.

 - All ClamAV sockets (clamd, freshclam, clamav-milter, clamdscan, clamdtop)
   now support IPV6 addresses and configuration parameters.

 - Use OpenSSL file hash functions for improved performance. OpenSSL
   is now prerequisite software for ClamAV 0.98.3.

 - Improved detection of malware scripts within image files. Issue reported
   by Maarten Broekman.

 - Change to circumvent possible denial of service when processing icons within
   specially crafted PE files. Icon limits are now in place with corresponding
   clamd and clamscan configuration parameters. This issue was reported by
   Joxean Koret.

 - Improvements to the fidelity of the ClamAV pattern matcher, an issue
   reported by Christian Blichmann.

 - Opt-in collection of statistics. Statistics collected are: sizes and MD5
   hashes of files, PE file section counts and section MD5 hashes, and names
   and counts of detected viruses. Enable statistics collection with the
  --enable-stats clamscan flag or StatsEnabled clamd configuration
   parameter.

 - Improvements to ClamAV build process, unit tests, and platform support with
   assistance and suggestions by Sebastian Andrzej Siewior, Scott Kitterman,
   and Dave Simonson.

 - Patch by Arkadiusz Miskiewicz to improve error handling in freshclam.

 - ClamAV 0.98.3 also includes miscellaneous bug fixes and documentation
   improvements.
2014-05-08 16:01:09 +00:00
mef
207949ea5d Updated cad/gtkwave to 3.3.59 2014-05-08 15:43:46 +00:00
mef
636c5a244f (Upstream) Bump 3.3.57 to 3.3.59
----------
3.3.58  16mar14 Added /Data Format/Popcnt function for ones counting.
                Warnings fixes from new Clang 3.4 scan-build.
                Updated VCD ID generation in various helpers to use a faster,
                equivalent algorithm.
                Change [1] at end of struct to C99 [] notation with appropriate
                allocation size modification.
                System_profiler speed fix for OSX.
3.3.59  26apr14 Use Duff's Device for 8 byte -> 1 byte binary value compression
                algorithm in FST writer.
                Warnings fixes from cppcheck.
                Moved MinGW for FST to using different windows tempfile
                generation instead of tmpfile().
                Removed fflush() in FST for MinGW in places that can cause
                crashes with read only files.
                Updated man page for gtkwave.1 indicating that XID is in hex.
                Allow decimal conversions on popcnt filtered vectors that are
                greater than 64 bits (they will never overflow).
2014-05-08 15:42:41 +00:00
imil
ed8b596f7e Added dependency over security/py-requests-oauthlib needed for Twitter
authentication.
2014-05-08 15:36:57 +00:00
imil
ce936f3076 Added security/py-requests-oauthlib version 0.4.0 2014-05-08 15:28:19 +00:00
imil
63ca187992 add & enable py-requests-oauthlib 2014-05-08 15:27:10 +00:00
imil
d0dd56ea2f Initial import of py-requests-oauthlib, version 0.4.0, into the NetBSD Packages
Collection.

This project provides first-class OAuth library support for Python Requests.
2014-05-08 15:25:54 +00:00
imil
e94841a444 add & enable py-oauthlib 2014-05-08 15:22:51 +00:00
imil
805c010216 Added security/py-oauthlib version 0.6.1 2014-05-08 15:19:14 +00:00
imil
05accc3cfa Initial import of py-oauthlib, version 0.6.1, into the NetBSD Packages
Collection.

OAuth often seems complicated and difficult-to-implement. There are several
prominent libraries for handling OAuth requests, but they all suffer from one
or both of the following:

  *  They predate the OAuth 1.0 spec, AKA RFC 5849.
  *  They predate the OAuth 2.0 spec, AKA RFC 6749.
  *  They assume the usage of a specific HTTP request library.

OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object or web framework. Use it to graft OAuth
client support onto your favorite HTTP library, or provider support onto your
favourite web framework. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.
2014-05-08 15:18:10 +00:00
imil
9200922370 Added net/py-twython version 3.1.2 2014-05-08 14:44:42 +00:00
imil
eaaadc8279 add & enable py-twython 2014-05-08 14:43:23 +00:00
imil
eb8d8ec2a6 Initial import of py-twython, version 3.1.2, into the NetBSD Packages
Collection.

Twython is the premier Python library providing an easy (and up-to-date) way to
access Twitter data. Actively maintained and featuring support for Python 2.6+
and Python 3. It's been battle tested by companies, educational institutions
and individuals alike.
2014-05-08 14:41:49 +00:00
obache
2d03aab4a2 Updated emulators/suse131_libpng to 13.1nb3 2014-05-08 12:46:51 +00:00
obache
f4b8d4f15b Apply openSUSE Security Update: openSUSE-SU-2014:0618-1
update for libpng12

Description:

   This libpng12 update fixes the following two security
   issues.

   - bnc#873123: Fixed integer overflow leading to a
   heap-based buffer  overflow in png_set_sPLT() and
   png_set_text_2() (CVE-2013-7354).
   - bnc#873124: Fixed integer overflow leading to a
   heap-based buffer  overflow in png_set_unknown_chunks()
   (CVE-2013-7353).

Bump PKGREVISION.
2014-05-08 12:46:36 +00:00
jperkin
510984cac0 Added misc/mbuffer version 20140310 2014-05-08 11:22:42 +00:00
jperkin
5ff4ded094 Add mbuffer. 2014-05-08 11:21:55 +00:00
jperkin
7145e61354 Import mbuffer-20140310 into pkgsrc, packaged by Brian Bennett.
mbuffer is a tool for buffering data streams with a large set of
unique features:

 * direct support for TCP based network targets (IPv4 and IPv6)
 * ability to send to multiple targets in parallel (distribution mode)
 * support for multiple volumes
 * I/O rate limitation
 * high/low watermark based restart criteria
 * configurable buffer size
 * on the fly MD5 hash calculation
 * highly efficient, multi-threaded implementation

It is especially useful, if you are writing backups to fast tape drives
or libraries.
2014-05-08 11:21:24 +00:00
ryoon
34152738e1 Re-add iij mirror of sourceforge.jp, and re-corder mirror sites.
Thank you, Shuji SADO and obache@.
2014-05-08 11:11:15 +00:00
rodent
695da72a09 Updated pkgtools/url2pkg to 2.19 2014-05-08 10:36:22 +00:00
rodent
aa45dc4fb4 Don't consider ${WRKDIR}/pax_global_header as a possibility for ${WRKSRC}.
Bump PKGVERSION.
2014-05-08 10:35:58 +00:00
jperkin
1388b301ea Pull in libxml2 for additional functionality, from Matthias Ferdinand. 2014-05-08 10:19:53 +00:00
rodent
4561b121ec +py-python-bitcoinlib 2014-05-08 10:14:56 +00:00
pho
fd4f015e0f Darwin: Fix an issue that gcc producing binaries linked with a wrong libgcc_s
If we don't install libgcc_s.10.[45].dylib, our gcc links binaries
with *both* /usr/lib/libgcc_s.1.dylib and
${GCC_PREFIX}/lib/libgcc_s.1.dylib, which is certainly a bad thing.

The problem was already reported to the upstream but it caught
seemingly no attention:
http://gcc.gnu.org/ml/gcc-help/2010-07/msg00164.html
2014-05-08 10:14:46 +00:00
rodent
9d01419fd6 Added finance/py-python-bitcoinlib version 0.1 2014-05-08 10:14:23 +00:00
rodent
9ed1922575 Import py27-python-bitcoinlib-0.1 as finance/py-python-bitcoinlib.
This Python2/3 library provides an easy interface to the bitcoin data structures
and protocol. The approach is low-level and "ground up", with a focus on
providing tools to manipulate the internals of how Bitcoin works.
2014-05-08 10:14:10 +00:00
wiz
2748c8ad16 Fix PLIST for non-dtrace case. 2014-05-08 09:15:40 +00:00
imil
920ec46647 Added www/py-gunicorn version 18.0 2014-05-08 09:08:30 +00:00
imil
66298a5bd5 add & enable py-gunicorn 2014-05-08 09:06:50 +00:00
imil
8f21930de9 Initial import of py-gunicorn, version 18.0, into the NetBSD Packages
Collection.

Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a
pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn
server is broadly compatible with various web frameworks, simply
implemented, light on server resource usage, and fairly speedy.
2014-05-08 09:05:51 +00:00
obache
e41d57c6b4 Add RCS Id. 2014-05-08 02:31:50 +00:00
pho
9d6d6edb22 Fix build failure on Darwin
See ${WRKSRC}/libgcc/config/t-slibgcc-darwin: It uses strip(1) to
create a stub library, not just to remove symbols, so we must not
let strip(1) be a no-op regardless of ${INSTALL_UNSTRIPPED} or the
build fails for missing files.
2014-05-08 02:05:29 +00:00
pho
836a04d820 Remove the whitespace between $(LINKER_RPATH_FLAG) and the path. Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld) 2014-05-08 02:03:58 +00:00