summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-27Make really sure the local copy of boost and co is not used.joerg3-2/+19
2015-11-27Pypi and Github distfiles are different. Docs are missing on Pypi.nils1-2/+3
2015-11-27Updated math/glpk to 4.57adam2-3/+3
2015-11-27Changes 4.57:adam3-33/+34
A new, more efficient implementation of the dual simplex method was included in the package. This new implementation replaces the old one, which was removed. Option sr_heur was added to struct glp_iocp to enable/disable the simple rounding heuristic used by the MIP solver. New API routine glp_at_error was added and documented. Some minor typos were corrected in the GLPK documentation. An example application program TSPSOL was added. It uses the GLPK MIP optimizer to solve the Symmetric Traveling Salesman Problem and illustrates "lazy" constraints generation. For more details please see glpk/examples/tsp/README.
2015-11-27Added geography/spatialindex version 1.8.5adam2-2/+4
2015-11-27The purpose of this library is to provide:adam5-0/+83
* An extensible framework that will support robust spatial indexing methods. * Support for sophisticated spatial queries. Range, point location, nearest neighbor and k-nearest neighbor as well as parametric queries (defined by spatial constraints) should be easy to deploy and run. * Easy to use interfaces for inserting, deleting and updating information. * Wide variety of customization capabilities. Basic index and storage characteristics like the page size, node capacity, minimum fan-out, splitting algorithm, etc. should be easy to customize. * Index persistence. Internal memory and external memory structures should be supported. Clustered and non-clustered indices should be easy to be persisted.
2015-11-27Nuke some lines from createbuildlink that never should have beenjoerg1-5/+1
committed.
2015-11-27Updated x11/qt4-qscintilla to 2.9.1; x11/py-qt4-qscintilla to 2.9.1adam1-1/+3
2015-11-27Changes 2.9.1:adam5-16/+12
- Added the .api file for Python v3.5. - Bug fixes. Changes 2.9: - Based on Scintilla v3.5.4. - Added UserLiteral, InactiveUserLiteral, TaskMarker, InactiveTaskMarker, EscapeSequence, InactiveEscapeSequence, setHighlightBackQuotedStrings(), highlightBackQuotedStrings(), setHighlightEscapeSequences(), highlightEscapeSequences(), setVerbatimStringEscapeSequencesAllowed() and verbatimStringEscapeSequencesAllowed() to QsciLexerCPP. - Added CommentKeyword, DeclareInputPort, DeclareOutputPort, DeclareInputOutputPort, PortConnection and the inactive versions of all styles to QsciLexerVerilog. - Added CommentBlock to QsciLexerVHDL. - Added AnnotationIndented to QsciScintilla::AnnotationDisplay. - Added FullBoxIndicator, ThickCompositionIndicator, ThinCompositionIndicator and TextColorIndicator to QsciScintilla::IndicatorStyle. - Added setIndicatorHoverForegroundColor() and setIndicatorHoverStyle() to QsciScintilla. - Added Bookmark to QsciScintilla::MarkerSymbol. - Added WrapWhitespace to QsciScintilla::WrapMode. - Added SCLEX_AS, SCLEX_BIBTEX, SCLEX_DMAP, SCLEX_DMIS, SCLEX_IHEX, SCLEX_REGISTRY, SCLEX_SREC and SCLEX_TEHEX to QsciScintillaBase. - Added SCI_CHANGEINSERTION to QsciScintillaBase. - Added SCI_CLEARTABSTOPS, SCI_ADDTABSTOP and SCI_GETNEXTTABSTOP to QsciScintillaBase. - Added SCI_GETIMEINTERACTION, SCI_SETIMEINTERACTION, SC_IME_WINDOWED and SC_IME_INLINE to QsciScintillaBase. - Added SC_MARK_BOOKMARK to QsciScintillaBase. - Added INDIC_COMPOSITIONTHIN, INDIC_FULLBOX, INDIC_TEXTFORE, INDIC_IME, INDIC_IME_MAX, SC_INDICVALUEBIT, SC_INDICVALUEMASK, SC_INDICFLAG_VALUEBEFORE, SCI_INDICSETHOVERSTYLE, SCI_INDICGETHOVERSTYLE, SCI_INDICSETHOVERFORE, SCI_INDICGETHOVERFORE, SCI_INDICSETFLAGS and SCI_INDICGETFLAGS to QsciScintillaBase. - Added SCI_SETTARGETRANGE and SCI_GETTARGETRANGE to QsciScintillaBase. - Added SCFIND_CXX11REGEX to QsciScintillaBase. - Added SCI_CALLTIPSETPOSSTART to QsciScintillaBase. - Added SC_FOLDFLAG_LINESTATE to QsciScintillaBase. - Added SC_WRAP_WHITESPACE to QsciScintillaBase. - Added SC_PHASES_ONE, SC_PHASES_TWO, SC_PHASES_MULTIPLE, SCI_GETPHASESDRAW and SCI_SETPHASESDRAW to QsciScintillaBase. - Added SC_STATUS_OK, SC_STATUS_FAILURE, SC_STATUS_BADALLOC, SC_STATUS_WARN_START and SC_STATUS_WARNREGEX to QsciScintillaBase. - Added SC_MULTIAUTOC_ONCE, SC_MULTIAUTOC_EACH, SCI_AUTOCSETMULTI and SCI_AUTOCGETMULTI to QsciScintillaBase. - Added ANNOTATION_INDENTED to QsciScintillaBase. - Added SCI_DROPSELECTIONN to QsciScintillaBase. - Added SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDC to QsciScintillaBase. - Added SC_LINE_END_TYPE_DEFAULT, SC_LINE_END_TYPE_UNICODE, SCI_GETLINEENDTYPESSUPPORTED, SCI_SETLINEENDTYPESALLOWED, SCI_GETLINEENDTYPESALLOWED and SCI_GETLINEENDTYPESACTIVE to QsciScintillaBase. - Added SCI_ALLOCATESUBSTYLES, SCI_GETSUBSTYLESSTART, SCI_GETSUBSTYLESLENGTH, SCI_GETSTYLEFROMSUBSTYLE, SCI_GETPRIMARYSTYLEFROMSTYLE, SCI_FREESUBSTYLES, SCI_SETIDENTIFIERS, SCI_DISTANCETOSECONDARYSTYLES and SCI_GETSUBSTYLEBASES to QsciScintillaBase. - Added SC_MOD_INSERTCHECK and SC_MOD_CHANGETABSTOPS to QsciScintillaBase. - Qt v3 and PyQt v3 are no longer supported.
2015-11-27Added www/py-pelican version 3.6.3nils1-1/+2
2015-11-27add & enable py-pelicannils1-1/+2
2015-11-27Initial import of Pelican, version 3.6.3.nils4-0/+223
Pelican is a static site generator, written in Python. - Write your weblog entries directly with your editor of choice (vim!) in reStructuredText or Markdown - Includes a simple CLI tool to (re)generate the weblog - Easy to interface with DVCSes and web hooks - Completely static output is easy to host anywhere
2015-11-27Added www/py-feedgenerator version 1.7nils1-1/+2
2015-11-27add & enable py-feedgeneratornils1-1/+2
2015-11-27Initial import of feedgenerator, version 1.7.nils4-0/+74
Feedgenerator-py3k is a standalone version of Django's feedgenerator. It is based on the current Django Version 1.5.dev20120824122350. The previous feedgenerator 1.2.1 is based on rather old code, and during the port to Python 3 it became obvious that (at least) the handling of unicode strings has to be refactored. Django has evolved since, so I decided to create a new standalone version which is based upon modern code. See http://parenchym.com/pymblog/ for details.
2015-11-27Added www/siege version 3.1.2nils1-1/+2
2015-11-27add & enable siegenils1-1/+2
2015-11-27Initial import of siege, version 3.1.2.nils5-0/+113
Siege is an http regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP and HTTPS protocols. It allows the user hit a web server with a configurable number of concurrent simulated users. Those users place the webserver "under siege."
2015-11-27Updated security/fail2ban to 0.9.3nils1-1/+2
2015-11-27Updated to 0.9.3.nils3-16/+41
Some of the upstream changes for 0.9.2 : - various typo in config files - filter.d/postfix-sasl.conf - tweak failregex and add ignoreregex to ignore system authentication issues - some fixes for EL7 New features : - New filters: - postfix-rbl - apache-fakegooglebot.conf - nginx-botsearch - drupal-auth - New actions: - action.d/firewallcmd-multiport and action.d/firewallcmd-allports - action.d/sendmail-geoip-lines.conf - action.d/nsupdate to update DNSBL - New status argument for fail2ban-client Some of the upstream changes for 0.9.3 : - IMPORTANT incompatible changes: * filter.d/roundcube-auth.conf - Changed logpath to 'errors' log (was 'userlogins') * action.d/iptables-common.conf - All calls to iptables command now use -w switch introduced in iptables 1.4.20 (some distribution could have patched their earlier base version as well) to provide this locking mechanism useful under heavy load to avoid contesting on iptables calls. If you need to disable, define 'action.d/iptables-common.local' with empty value for 'lockingopt' in `[Init]` section. * mail-whois-lines, sendmail-geoip-lines and sendmail-whois-lines actions now include by default only the first 1000 log lines in the emails. Adjust <grepopts> to augment the behavior. - New Features: * New filters: - froxlor-auth - Thanks Joern Muehlencord - apache-pass - filter Apache access log for successful authentication * New actions: - shorewall-ipset-proto6 - using proto feature of the Shorewall. Still requires manual pre-configuration of the shorewall. See the action file for detail. * New jails: - pass2allow-ftp - allows FTP traffic after successful HTTP authentication
2015-11-27Remove strmode declaration, libuuid doesn't use it and it conflictsjperkin5-15/+34
with Darwin's native strmode(3). Fixup patch offsets.
2015-11-27Updated sysutils/cuisine to 0.7.11nils1-3/+2
2015-11-27Updated sysutils/cuisine to 0.7.11.nils2-9/+9
There is no changelog from upstream, however the commit history indicates : - initial freebsd support ; - Rewrote bogus `ssh_unauthorize` ; - Always calling apt-get command twice was fixed ; - Adding yum package remove implementation ; - adding zypper remove ; - adding text_replace_regex functionality ; - better detection of "OK" end messages.
2015-11-27Added textproc/freexl version 1.0.2; geography/libspatialite version 4.3.0aadam1-1/+3
2015-11-27Added geography/libspatialite version 4.3.0aadam1-1/+2
2015-11-27SpatiaLite is an open source library intended to extend the SQLite core toadam6-0/+114
support fully fledged Spatial SQL capabilities. SQLite is intrinsically simple and lightweight: * a single lightweight library implementing the full SQL engine * standard SQL implementation: almost complete SQL-92 * no complex client/server architecture * a whole database simply corresponds to a single monolithic file (no size limits) * any DB-file can be safely exchanged across different platforms, because the internal architecture is universally portable * no installation, no configuration SpatiaLite is smoothly integrated into SQLite to provide a complete and powerful Spatial DBMS (mostly OGC-SFS compliant). Using SQLite + SpatiaLite you can effectively deploy an alternative open source Spatial DBMS roughly equivalent to PostgreSQL + PostGIS.
2015-11-27Added textproc/freexl version 1.0.2adam1-1/+2
2015-11-27FreeXL is an open source library to extract valid data from within an Exceladam5-0/+52
(.xls) spreadsheet. FreeXL design goals: * to be simple and lightweight * to be stable, robust and efficient * to be easily and universally portable * completely ignoring any GUI-related oddity Note that the final goal means that FreeXL ignores at all fonts, sizes and alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual Basic macros and so on. FreeXL is structurally simple and quite light-weight (typically 40-80K of object code, stripped).
2015-11-27Updated misc/calibre to 2.45.0wiz1-1/+2
2015-11-27Update calibre to 2.45.0:wiz3-11/+9
New Features Cover browser: Allow customizing the text that appears under the covers with a template in Preferences->Look & Feel->Cover browser When sending books without a cover to the device, generate a cover with book metadata instead of using the blank book icon Preferenes->Add your own columns: Show more information about existing columns Bug Fixes PDF Output: Handle input documents with fonts that do not have either postscript or full name information. DOCX Input: Handle numbering styles that use non-decimal number formats and custom templates. Allow restoring of corrupted library to work even if the metadata.db file is missing from the library folder Bulk metadata dialog: Fix renaming a custom series via search and replace causing the series index to be reset to 1. Bulk metadata dialog: Fix search and replace not working for text like custom columns if the column contains only a single value. Content server: Fix next and previous links not working in the mobile view when using a search query that includes url unsafe characters. Update Amazon metadata download plugin to handle amazon.com website change that was preventing any metadata from being downloaded Edit Book: Fix error when trying to add words to user dictionary for a book with a language that has no dictionary available. Tag browser: Fix various bugs in how grouped search terms are displayed. Also fix counts and average rating for items in user categories When using copy to library also create missing composite columns in the destination library.
2015-11-27Updated www/p5-Catalyst-Action-REST to 1.20mef1-1/+2
2015-11-27Updte 1.19 to 1.20mef2-8/+7
------------------ 1.20 2015-10-29 15:28:27-05:00 America/Chicago - Documentation fixes. - Don't clobber some response headers if they are already set.
2015-11-27Add following line for make testmef1-1/+2
+BUILD_DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
2015-11-27Add following BUILD_DEPENDS for make testmef1-1/+5
+BUILD_DEPENDS+= p5-Debug-ShowStuff-[0-9]*:../../devel/p5-Debug-ShowStuff +BUILD_DEPENDS+= p5-String-Util-[0-9]*:../../devel/p5-String-Util +BUILD_DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
2015-11-27Perform interpreter sed(1) check with LC_ALL=C, avoids failures on newerjperkin1-2/+2
Darwin releases with "sed: RE error: illegal byte sequence".
2015-11-27Add missing includes to bl3.mk.wiz1-1/+4
2015-11-27Fix install with modular Xorg on Darwin, egl is explicitly not built.jperkin1-2/+2
2015-11-27Added net/megatools version 1.9.95leot1-1/+2
2015-11-27+ megatoolsleot1-1/+2
2015-11-27Import megatools-1.9.95 as net/megatools.leot4-0/+77
Packaged in pkgsrc-wip by Aleksej Lebedev. Fixes PR pkg/50471. Megatools is a collection of programs for accessing Mega service from a command line of your desktop or server. Megatools allow you to copy individual files as well as entire directory trees to and from the cloud. You can also perform streaming downloads for example to preview videos and audio files, without needing to download the entire file. Mega website can be found at mega.co.nz.
2015-11-27Added math/py-fftw version 0.2.1nb2gson2-6/+3
2015-11-27Add py-fftwgson1-1/+2
2015-11-27Import py-fftw-0.2.1, packaged for wip by kamel.derouiche@gmail.com.gson4-0/+41
Python bindings to the FFTW3 C-library.
2015-11-27Updated net/youtube-dl to 20151124leot1-1/+2
2015-11-27Update net/youtube-dl to 20151124.leot2-8/+7
Changes: 2015.11.24 ---------- o Misc bug fixes and improvements 2015.11.23 ---------- o Misc bug fixes and improvements (most user visible change are fixes for youtube extractor) 2015.11.21 ---------- o Misc bug fixes and improvements 2015.11.19 ---------- o Misc bug fixes and improvements 2015.11.18 ---------- o Add extractor for dplay o Misc bug fixes and improvements 2015.11.15 ---------- o Misc bug fixes and improvements 2015.11.13 ---------- o Add extractor for vidto o Misc bug fixes and improvements
2015-11-26also adjust alsa PLIST for previous changewiedi1-2/+2
2015-11-26don't forget to install audio config examples, fixes osxwiedi4-6/+11
2015-11-26Updated chat/unrealircd to 3.2.10.5nb1jperkin1-1/+2
2015-11-26Update chat/unrealircd to 3.2.10.5.jperkin17-83/+80
pkgsrc changes: - Remove obsolete and broken MESSAGE files. - Find zlib correctly when enabled. - Add SMF manifest. - Update patch files and add comments where necessary. Upstream changes: - This release fixes a SASL Denial of Service issue Patch provided by Marco Wessel in joyent/pkgsrc#306.
2015-11-26Correction of new directory (package) name, sorrymef1-2/+2