1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
Commit Graph

296992 Commits

Author SHA1 Message Date
Tom Judge
5b5fb85a4e Upgrade to 0.20.6.
Changes:

http://www.elasticsearch.org/downloads/0-20-6/
2013-03-28 14:58:12 +00:00
Ryan Steinmetz
af3a11c3b4 - Update to 3.1.9 2013-03-28 13:59:56 +00:00
Martin Wilke
4a9a949e57 - Fix build with clang
PR:		174240
Submitted by:	Keith White <kwhite@uottawa.ca>
Approved by:	maintainer
2013-03-28 13:58:05 +00:00
Dmitry Sivachenko
69f2318b54 Update to version 2.10.
Sponsored by:
2013-03-28 13:19:41 +00:00
Max Brazhnikov
2796227546 - Rename pyBioLCCC to pyteomics.biolccc (follow upstream)
- Update to 1.5.0
- Trim Makefile header
2013-03-28 13:10:23 +00:00
Max Brazhnikov
86a49b33b6 Add new port science/pyteomics:
Pyteomics is a collection of lightweight and handy tools for Python
that help to handle various sorts of proteomics data.  Pyteomics
provides a growing set of modules to facilitate the most common
tasks in proteomics data analysis, such as:
 * calculation of basic physico-chemical properties of polypeptides:
   . mass and isotopic distribution
   . charge and pI
   . chromatographic retention time
 * access to common proteomics data:
   . MS or LC-MS data
   . FASTA databases
   . search engines output
 * easy manipulation of sequences of modified peptides and proteins

WWW: https://pypi.python.org/pypi/pyteomics
2013-03-28 13:05:42 +00:00
Olli Hauer
3fb0fe4a4a - update to version 3.28 2013-03-28 13:03:40 +00:00
Bryan Drewery
8334bd8845 Remove standard ZSH_DESC 2013-03-28 13:03:12 +00:00
Max Brazhnikov
818fca6d2a - Fix build after glib update
- Explicitly depend on qt4 libraries (though no need for PORTREVISION bump,
  kdelibs4 already depends on lots of qt4 stuff)
2013-03-28 12:58:40 +00:00
Alexey Dokuchaev
8f0c8ba97b - Trim Makefile header per new guidelines
- Tighten COMMENT text
- Drop shlib ABI versions from LIB_DEPENDS
- Rename DOCS option to DOXYGEN to reflect its evil nature, and disable
  it by default (of course)
- Clean up Makefile while here, reformat port description
2013-03-28 12:19:44 +00:00
Ganael LAPLANCHE
ab3c7c49fa - Update to 1.0b4
- Use new header format in Makefile
2013-03-28 12:15:17 +00:00
Ganael LAPLANCHE
030058a47d - Update WWW
- Use new header format in Makefile
2013-03-28 12:13:32 +00:00
Olli Hauer
b5f351533a - update to version 0.5.2 2013-03-28 12:09:20 +00:00
Max Brazhnikov
f60233ccc6 - Change dependency type for Boost: required only at build stage
- Adjust USE_QT4 components
- Switch to out-of-source build

ktorrent only:
- Explicitly depend on math/gmp
- Fix potential build failure
2013-03-28 12:06:41 +00:00
Olli Hauer
7f20f6a8ee -update to version 0.78
bugfix release:
 o fixed >2Gb file size prob on 32bit platform
 o fixed handling of files >=4Gb
 o fixed a few compiler warnings
2013-03-28 11:50:04 +00:00
Bryan Drewery
9b3f2ef5eb - Update to 0.1.3 which only brings a -v option to allow
supporting older versions for the stdout/stderr switching

Approved by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
With hat:	portmgr
2013-03-28 11:05:28 +00:00
Alex Dupre
e9f7c76c37 Update to 0.8.6 release.
PR:		ports/177427
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
2013-03-28 10:23:59 +00:00
Martin Wilke
0f09f53d20 - Update to 20130325
PR:		177377
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz> (maintainer)
2013-03-28 09:33:42 +00:00
Martin Wilke
94c3b9cf6d - Update to 1.1.1
PR:		176039
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2013-03-28 09:32:14 +00:00
Martin Wilke
1bca2f3e8f - Updatet to 4.1
PR:		177419
Submitted by:	maintainer
2013-03-28 09:21:11 +00:00
Pietro Cerutti
d236988dec - Update to 1.7.38
Changes:

  * Totally revamped implementation of FXThreadPool. The new FXThreadPool
    is organized about a lock-free queue, with semaphores managing
    synchronization between producer- and worker-threads. Thus, threads
    never block unless two edge conditions are reached: either the
    task-queue is empty, in which case worker threads will block (nothing
    to do), or task queue is filled up, and producer thread will block
    (no room in queue). An important new capability is for an additional
    thread to enter into the task-processing loop temporarily. Finally,
    the thread starting FXThreadPool, as well as the worker threads
    belonging to the FXThreadPool now have a thread-local variable
    referencing the FXThreadPool. This allows the threads involved to
    locate the address of the FXThreadPool, for instance to create an
    FXTaskGroup.
  * New FXTaskGroup class manages groups of task to be executed in parallel
    on a FXThreadPool. Tasks started through the FXTaskGroup interface are
    guaranteed to be completed within the lifetime of the FXTaskGroup
    instance.
  * New FXParallelInvoke and FXParallelFor template functions to implement
    parallel function call, and parallel for loop. This uses the new
    FXTaskGroup, and indirectly, FXThreadPool.
  * Pass optional stacksize when constructing FXWorker. Added stacksize
    option to FXThreadPool with which new workers will be started.
  * FXBarrier wait primitive now sports API's to change break-through
    threshold, and forced-release option.
  * FXSemaphore now has API's for timed wait, and try-wait for non-blocking
    semaphore decrement.
  * Added additional atomic variable types in FXAtomic.h.
  * Added check for maximum dash-pattern length in FXDC and FXDCWindow.
  * Fixed some issues with FXStat of files.
  * Off-by-one error fixed in FXRex counted repeat of complex subpatterns.
  * Clear internal text pointers in FXRex prior to a match.
  * Added a few missing print-patterns to Adie.stx syntax file.
  * Added FXSemaphore-protected queue class FXSemaQueue; this is itself a
    wrapper around FXPtrQueue.
  * Added lock-free queue class FXLFQueue.
  * Numeric conversion issues fixed in fxstrtod.cpp; in particular, some
    corner cases now give more accurate results.
  * The function fxscanf.cpp does no longer eat the "e" when scanning for a
    number, unless actually followed by digits.
  * Switch to statvfs() from statfs() in FXStat.
  * Indexing operator added to FXAutoPtr.
  * Added new class FXScopedThread. FXScopedThread automatically performs a
    join() upon destruction.
2013-03-28 08:27:37 +00:00
Pietro Cerutti
80b04ebbe8 - Update to 2.05
Changes:
  * Correct esponja bug for windows : in windows you cannot
    remove a file when it is still open !
  * Patch by C Deleuze for a few fixes in info mode.
2013-03-28 08:03:05 +00:00
Pietro Cerutti
6b5df10a8e - Update to 1.0.12
Changes:

  * Minor simplification in initial window registration.
  * Eliminate unnecessary XSync.
  * Don't unmap/map override-redirect windows during startup.
  * CM: Fix override-redirect window registration detail.
  * CM: Fix startup after recent changes.
  * Danish translation update.
  * Convert da.po to utf-8.
2013-03-28 08:01:57 +00:00
Pietro Cerutti
2b191bb862 - Update to 1.8
Incompatible Changes
  ====================

  * layout redo/undo has been removed.

  Normal Changes
  ==============

  * Add halfpage up/down bindings to copy mode.
  * Session choosing fixed to work with unattached sessions.
  * New window options window-status-last-{attr,bg,fg} to denote the last
    window which was active.
  * Scrolling in copy-mode now scrolls the region without moving the mouse
    cursor.
  * run-shell learnt '-t' to specify the pane to use when displaying output.
  * Support for middle-click pasting.
  * choose-tree learns '-u' to start uncollapsed.
  * select-window learnt '-T; to toggle to the last window if it's already
    current.
  * New session option 'assume-paste-time' for pasting text versus
    key-binding actions.
  * choose-* commands now work outside of an attached client.
  * Aliases are now shown for list-commands command.
  * Status learns about formats.
  * Free-form options can be set with set-option if prepended with an '@'
    sign.
  * capture-pane learnt '-p' to send to stdout, and '-e' for capturing
    escape sequences, and '-a' to capture the alternate screen, and '-P' to
    dump pending output.
  * Many new formats added (client_session, client_last_session, etc.)
  * Control mode, which is a way for a client to send tmux commands.
    Currently more useful to users of iterm2.
  * resize-pane learnt '-x' and '-y' for absolute pane sizing.
  * Config file loading now reports errors from all files which are loaded
    via the 'source-file' command.
  * 'copy-pipe' mode command to copy selection and pipe the selection to a
    command.
  * Changes panes can now emit focus notifications for certain applications
    which use those.
  * run-shell and if-shell now accept format placeholders.
  * resize-pane learnt '-Z' for zooming a pane temporarily.
  * new-session learnt '-A' to make it behave like attach-session.
  * set-option learnt '-o' to prevent setting an option which is already
    set.
  * capture-pane and show-options learns '-q' to silence errors.
  * New command 'wait-for' which blocks a client until woken up again.
  * Resizing panes will now reflow the text inside them.
  * Lots and lots of bug fixes, fixing memory-leaks, etc.
  * Various manpage improvements.

PR:		177435 (with minor modifications)
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2013-03-28 08:00:48 +00:00
Ganael LAPLANCHE
67f7b41486 - Update to 1.4.6
- Convert Makefile header to new format
2013-03-28 07:52:33 +00:00
Xin LI
0f873d9113 Fixup for previous commit to fix installation issues reported by several
users.
2013-03-28 07:49:59 +00:00
Baptiste Daroussin
13b458eb10 Fix typo
Submitted by:	bf
2013-03-28 07:45:02 +00:00
Baptiste Daroussin
9c08e72240 Add new _FORCE_POST_PATTERNS which is a pkgng only macro containing a list of command
that if found in a @(un)exec pkgng will force to push them in post_deinstallation script.

This allows not to hardcode anymore those in the pkgng binary.
2013-03-28 07:00:59 +00:00
Baptiste Daroussin
13fa766047 Reapply the defaults as they were before conversion to new options framework
Reported by:	miwi
2013-03-28 06:54:46 +00:00
Carlo Strub
b73b20102d Stem is a python controller library for Tor. Like its predecessor, TorCtl, it
uses Tor's control protocol to help developers program against the Tor process,
enabling them to build things similar to Vidalia and arm.

WWW: https://stem.torproject.org/
2013-03-28 06:44:19 +00:00
Dirk Meyer
25e9559952 - update to 1.0.20 2013-03-28 06:24:34 +00:00
Matthias Andree
2f8b6bd884 Revert regression (indefinite article) in COMMENT.
Note that this must be documented in the Porter's handbook, and should
be checked by portlint.

Submitted by:	danfe
2013-03-28 06:23:34 +00:00
Jason Helfman
4eeacccdf1 - convert doc KNOB to optionsNG 2013-03-28 06:06:06 +00:00
Eitan Adler
e33cf86f74 - Remove duplicate USES.
- Drop gnomehack

Submitted by:	jgh
2013-03-28 05:21:21 +00:00
Martin Wilke
c5ea08d822 - Update to 0.17.1
PR:		177247
Submitted by:	ports fury
2013-03-28 04:52:46 +00:00
Martin Wilke
b267dad5d6 - Update to 20130319
PR:		177197
Submitted by:	antoine@
2013-03-28 04:49:48 +00:00
Martin Wilke
c09b5f2985 - Update to 20130319
PR:		177198
Submitted by:	antoine@
2013-03-28 04:48:45 +00:00
Martin Wilke
dd89d78054 - Update to 20130319
PR:		177199
Submitted by:	antoine@
2013-03-28 04:47:09 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Eitan Adler
6f6e8eaa3a - Fix pkg-plist for nano and nano-devel.
- Incorporate patches from nano into nano-devel
- Other misc. fixes
2013-03-28 02:50:14 +00:00
Jung-uk Kim
9239f3f0ba Revert r315430. Accidentally committed to the wrong repository.
Pointyhat to:	jkim
2013-03-28 02:35:24 +00:00
Jung-uk Kim
3dc9002095 A minor style tweak. 2013-03-28 02:24:17 +00:00
Jung-uk Kim
e63f07fc4f Optimize the previous patch. No functional change. 2013-03-28 02:12:49 +00:00
Mikhail Teterin
946358e2fa Invoke the scripts with an explicit sh -- because the files may
not be executable (an artifact of a switch to svn?)

While here, fix compiler warnings and turn on MAKE_JOBS_SAFE.
2013-03-28 02:10:57 +00:00
Eitan Adler
e89b763c9c Add entry to LEGAL as RESTRICTED status was added in r314731 2013-03-28 01:41:38 +00:00
Eitan Adler
0d4fd0248c A portlint run over my ports revealed some false positives and these two minor formatting issues. Fix them. 2013-03-28 01:28:01 +00:00
Brendan Fabeny
21fe7f0dee update to 1.1-9 2013-03-28 01:09:35 +00:00
Brendan Fabeny
509bf4a1e0 update to 3.0wr-021113 2013-03-28 01:06:02 +00:00
Jung-uk Kim
31a4a592a1 - Fix a buffer overflow in highlighter. [1]
- Apply upstream patches to plug a memory leak, etc.
- Move CLuceneConfig.cmake to DATADIR as other ports do.
- Fix several problems found by Clang and make it build cleanly.

Submitted by:	Kishore Ramareddy (kishore at niksun dot com)
		(initial version) [1]
2013-03-28 00:18:41 +00:00
Brendan Fabeny
95a10dae4d remove a problematic mirror 2013-03-27 23:43:55 +00:00