summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Updated devel/p5-Perl-Tidy to 20140328wen1-1/+2
2014-05-09Update to 20140328wen2-6/+6
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"KDE" is ambiguous, this example is for KDE3.obache1-4/+4
2014-05-09Change example, lang/lua is not a package now.obache1-2/+2
2014-05-09Remove deprecated matters, mtree and bootstrap tools.obache1-21/+1
2014-05-09Note SMF supportobache1-1/+3
2014-05-09restrict openssl header file search path.obache3-13/+38
2014-05-09Add python34 support and simplify.obache1-32/+15
2014-05-09- python-3.4.0wen1-2/+1
2014-05-09Added lang/python34 version 3.4.0wen1-1/+2
2014-05-09Add python34wen1-1/+2
2014-05-09Restrict to find openssl header files in SSLBASE/include.obache3-11/+36
Fixes unwanted detection of builtin openssl over prefered pkgsrc one.
2014-05-09Import python-3.4.0 as lang/python34.wen26-0/+5634
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-08Make tex-wasysym option-conditional, like all the other Tex dependencies.dsainty2-4/+3
2014-05-08Fix build on FreeBSD.asau2-1/+15
2014-05-08Configure with --with-wx-single-threaded when using wxwidgets.bad2-9/+7
Makes wxt terminal usable again on NetBSD. Also required on some Linux versions with newer Haswell cpus. PKGREVISION++ Fixes PR pkg/47177.
2014-05-08Updated security/clamav to 0.98.3jperkin2-3/+3
2014-05-08Update to clamav-0.98.3. Changes:jperkin5-33/+27
- 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-08Updated cad/gtkwave to 3.3.59mef1-1/+2
2014-05-08(Upstream) Bump 3.3.57 to 3.3.59mef2-7/+6
---------- 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-08Added dependency over security/py-requests-oauthlib needed for Twitterimil1-1/+4
authentication.
2014-05-08Added security/py-requests-oauthlib version 0.4.0imil1-1/+2
2014-05-08add & enable py-requests-oauthlibimil1-1/+2
2014-05-08Initial import of py-requests-oauthlib, version 0.4.0, into the NetBSD Packagesimil4-0/+59
Collection. This project provides first-class OAuth library support for Python Requests.
2014-05-08add & enable py-oauthlibimil1-1/+2
2014-05-08Added security/py-oauthlib version 0.6.1imil1-1/+2
2014-05-08Initial import of py-oauthlib, version 0.6.1, into the NetBSD Packagesimil4-0/+172
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-08Added net/py-twython version 3.1.2imil1-1/+2
2014-05-08add & enable py-twythonimil1-1/+2
2014-05-08Initial import of py-twython, version 3.1.2, into the NetBSD Packagesimil4-0/+61
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-08Updated emulators/suse131_libpng to 13.1nb3obache1-1/+2
2014-05-08Apply openSUSE Security Update: openSUSE-SU-2014:0618-1obache2-10/+10
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-08Added misc/mbuffer version 20140310jperkin1-1/+2
2014-05-08Add mbuffer.jperkin1-1/+2
2014-05-08Import mbuffer-20140310 into pkgsrc, packaged by Brian Bennett.jperkin7-0/+84
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-08Re-add iij mirror of sourceforge.jp, and re-corder mirror sites.ryoon1-3/+5
Thank you, Shuji SADO and obache@.
2014-05-08Updated pkgtools/url2pkg to 2.19rodent1-1/+2
2014-05-08Don't consider ${WRKDIR}/pax_global_header as a possibility for ${WRKSRC}.rodent2-4/+4
Bump PKGVERSION.
2014-05-08Pull in libxml2 for additional functionality, from Matthias Ferdinand.jperkin1-1/+2
2014-05-08+py-python-bitcoinlibrodent1-1/+2
2014-05-08Darwin: Fix an issue that gcc producing binaries linked with a wrong libgcc_spho2-1/+28
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-08Added finance/py-python-bitcoinlib version 0.1rodent1-1/+2
2014-05-08Import py27-python-bitcoinlib-0.1 as finance/py-python-bitcoinlib.rodent4-0/+108
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-08Fix PLIST for non-dtrace case.wiz2-3/+6
2014-05-08Added www/py-gunicorn version 18.0imil1-1/+2
2014-05-08add & enable py-gunicornimil1-1/+2
2014-05-08Initial import of py-gunicorn, version 18.0, into the NetBSD Packagesimil4-0/+257
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-08Add RCS Id.obache1-0/+2
2014-05-08Fix build failure on Darwinpho1-1/+8
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-08Remove the whitespace between $(LINKER_RPATH_FLAG) and the path. Otherwise ↵pho2-4/+9
the flag may be misinterpreted by linker (e.g. Apple's ld)