summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-06update to hydrogen 0.9.6-beta3. changes include:mrg7-108/+145
Bugfixes: - Major fixes for the pattern handling in the soundlibrary - A memory leak was fixed which appeared when using note-off notes - A note-off related segmentation fault was fixed - The path of instrumens is now set correctly if a song gets saved (solves the abs. vs. rel. path problem) - lots of smaller fixes.. New features: - New midi action: SELECT_NEXT_PATTERN_RELATIVE - Show a layers velocity informations in a tooltip - Added a description field for patterns - Jack session support - Jack midi out - Undo history - Tabbed interface (aimed at netbooks) - CMake for build
2014-03-06Wrap not only ld but also ar and ranlib.uebayasi1-1/+5
2014-03-06Use ${UNIQ}.uebayasi2-6/+6
2014-03-06Provide uniq(1) as a TOOLS.uebayasi21-21/+46
2014-03-05Fix compilation script to actually work.asau3-5/+6
2014-03-05Fix build on NetBSD and with clang.joerg5-2/+62
2014-03-05Updated www/cgicc to 3.2.12adam2-3/+3
2014-03-05Changes 3.2.12:adam3-25/+6
* Correction of bugs
2014-03-05Note update of www/contao32 package to 3.2.7nb1.taca1-1/+2
2014-03-05* Fix obsolete name of files directory, not "tl_files" but "files".taca2-5/+6
* Correct path of README and minify. Noted via private e-mail from obache@. Bump PKGREVISION.
2014-03-05Note update of www/contao211 package to 2.11.16nb1.taca1-1/+2
2014-03-05Remove description about php-tidy from MESSAGE since Contao 2.x dosen'ttaca2-7/+3
need it from a few years ago. Bump PKGREVISION.
2014-03-05Note update of net/tcl-scotty to 2.1.11nb10.he1-1/+2
2014-03-05Make tcl-scotty build with minimal warnings and install again.he45-157/+4608
This change is the result of a large sweep triggered by the new Tcl which has const'ified many interfaces -- this follows suit with many corresponding changes internally in scotty => lots of new patches. Also, change so as to not access interp->errorLine and interp->result directly, use the accessor functions instead, and turn off the corresponding compatibility defines. The old patch files have been renamed and expanded, the new scheme for naming patch files is used. Only minimal functionality testing is done, but what has been done shows that it basically works again. PKGREVISION bumped.
2014-03-05Add sphinxsearchfhajny1-1/+2
2014-03-05Added textproc/sphinxsearch version 2.1.6fhajny1-1/+2
2014-03-05Import sphinxsearch-2.1.6 based on wip/sphinxsearch.fhajny9-0/+264
Sphinx is an open source full text search server, designed from the ground up with performance, relevance (aka search quality), and integration simplicity in mind. Sphinx lets you either batch index and search data stored in an SQL database, NoSQL storage, or just files quickly and easily - or index and search data on the fly, working with Sphinx pretty much as with a database server.
2014-03-05Fixes PKGNAME, '-dev-' should not be there.obache1-1/+2
2014-03-05Fixes path names, changed at switched to 4.2.7-dev snapshot release.obache2-4/+4
PR pkg/48590 by Jason White.
2014-03-05Updated mail/cue to 20140217obache1-1/+2
2014-03-05Update cue to new snapshot 20140217 includes a fix for crashes.obache3-7/+42
PR pkg/48636 by YAMAMOTO Takashi.
2014-03-05Updated databases/py-postgresql to 4.1.1nb1darcy1-1/+2
2014-03-05Allow PyGreSQL to work with PostgreSQL < 9.0.darcy3-2/+54
PR: pkg/48567
2014-03-05Note addition of security/libmerkletree version 20140304agc1-1/+2
2014-03-05Add and enable libmultigestagc1-1/+2
2014-03-05Initial import of libmerkletree-20140304 into the Packages Collectionagc5-0/+71
The libmerkletree library implements Merkle tree calculation, and also includes some higher-level functions to verify a file against a previously-generated Merkle tree. A Merkle tree is a hash tree calculated across blocks in data. Any block size can be specified in this implementation. A digest is calculated across each block in the data, and then a digest is calculated across blocks of the checksums, and this continues until only one block of digest exists. The hierarchical nature of this allows individual blocks of a file to be verified, even if other parts of the file have been modified. A degenerate case, in which the data is less than the blocksize, will mean that a single digest value for the block is calculated. This will be the same as the digest algorithm applied to the whole file. The digest calculations themselves are done by the libmultigest(3) library, and allow concatenation of multiple digests to produce a single large digest value.
2014-03-05Note addition of merkletree-20140304agc1-1/+2
2014-03-05Add and enable merkletreeagc1-1/+2
2014-03-05Initial import of merkletree-20140304 into the Packages Collectionagc14-0/+1076
The merkletree(1) command performs Merkle tree calculation and verification on the input data. This allows the establishment of the block positions (i.e. relative neighbourhood) of any changed data.
2014-03-05Note addition of security/libmultigestagc1-1/+2
2014-03-05Add and enable libmultigestagc1-1/+2
2014-03-05Import libmultigest-20140304 into the packages collectionagc5-0/+66
libmultigest is a library interface to calculate multiple digests at the same time, without having to re-scan data. This is to protect against any single digest algorithm being found to have second pre-images. Up to 32 digests can be specified on the command line. The data being used as input to the digest can be modified by using a regular expression-based substitution operation, so that any Version Control System identifiers can be normalised before being digested. If no substitution regular expression is provided, the input data will be used as-is. The list of digests provided is: BLAKE2, CRC32C, MD5, RMD160, SHA1, SHA256, SHA512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, SIZE, TIGER, TIGER2, WHIRLPOOL
2014-03-05Note addition of security/multigestagc1-1/+2
2014-03-05Add and enable multigestagc1-1/+2
2014-03-05Initial import of multigest-20140304 into the Packages Collection.agc32-0/+8554
The multigest utility calculates message digests of files or, if no file is specified, standard input. The list of possible algorithms is given in the libmultigest(3) manual page. The multigest utility is a simple wrapper for the various different algorithm implementations, , and was designed to be scalable as new message digest algorithms are developed.
2014-03-05Also note update of security/libnetpgpverify to 20140304agc1-1/+2
2014-03-05Note update of netpgpverify to 20140304agc1-1/+2
2014-03-05netpgpverify-20140304:agc7-19/+100
+ Check the correct field in the struct is not NULL in sig_verify_dsa() + Move to using our own byte-swapping routines - portability + Check for errors in bzlib + Bump version number to 20140304
2014-03-04Updated multimedia/x264-devel to 20140303adam1-1/+2
2014-03-04Removed patches/patch-akadam1-14/+0
2014-03-04Changes 20140303:adam5-35/+49
Bug fixes. Enabled OpenCL for Darwin. Fix building with Clang.
2014-03-04Updated www/py-flask-assets to 0.9.kleink1-1/+3
Updated www/py-flask-script to 0.6.7.
2014-03-04Update py-flask-script to 0.6.7.kleink2-6/+6
Version 0.6.7 ----------------- Released on February 16, 2014 - Expose app instance in a command commands (manage.app). #83 - Show full help for submanagers if called without arguments. #85 - Fix ShowUrls command conflict. #88
2014-03-04Update py-flask-assets to 0.9.kleink2-8/+8
0.9 (2014-02-20) This release is compatible with webassets 0.9. flask-assets now support Python 3, and drops support for Python 2.5. - Support for Flask-S3 (Erik Taubeneck). - Support latest Flask-Script (Chris Hacken).
2014-03-04Add NetBSD MI atomic_ops support.obache4-4/+107
Based on PR pkg/48608 by Izumi Tsutsui.
2014-03-04Updated security/gnutls to 3.2.12adam1-1/+2
2014-03-04Changes 3.2.12:adam2-6/+6
** libgnutls: Corrected certificate verification issue (GNUTLS-SA-2014-2) ** libgnutls: Corrected issue in gnutls_pcert_list_import_x509_raw when provided with invalid data. Reported by Dmitriy Anisimkov. ** libgnutls: Corrected timeout issue in subsequent to the first DTLS handshakes. ** libgnutls: Removed unconditional not-trusted message in gnutls_certificate_verification_status_print() when used with OpenPGP certificates. Reported by Michel Briand. ** libgnutls: All ciphersuites that were available in TLS1.0 or later are now made available in SSL3.0 or later to prevent any incompatibilities with servers that negotiate them in SSL 3.0. ** ocsptool: When verifying a response and a signer isn't provided assume that the signer is the issuer. ** ocsptool: When sending a nonce, verify that the nonce exists in the OCSP response. ** gnutls-cli: Added --strict-tofu option; contributed by Jens Lechtenboerger. ** API and ABI modifications: No changes since last version.
2014-03-04revive MAKE_JOBS_SAFE=no, still required.obache1-1/+4
2014-03-03Updated graphics/p5-GD to 2.52; misc/p5-Business-ISBN to 2.07adam1-1/+3
2014-03-03Changes 2.07:adam2-16/+16
* Get rid of MYMETA