aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Add forgotten dependency on py-argparse (weird-- files were on my system,Chris Rees2012-03-251-0/+3
| | | | | | | | | | | but package was not installed) PR: ports/166367 Submitted by: beat Feature safe: yes Notes: svn path=/head/; revision=293816
* - Update to 6.1.0Martin Wilke2012-03-253-3/+20
| | | | | | | | | PR: 166022 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=293793
* - Update to 0.6.5Martin Wilke2012-03-254-109/+129
| | | | | | | | | PR: 166025 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=293790
* - Fix plist and unbreakRyan Steinmetz2012-03-242-3/+18
| | | | | | | | Reported by: linimon Feature safe: yes Notes: svn path=/head/; revision=293773
* - Update to 0.35Martin Wilke2012-03-246-87/+40
| | | | | | | | | PR: 166024 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=293759
* - Update to version 0.13.62Martin Wilke2012-03-244-20/+39
| | | | | | | | | PR: 166026 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=293757
* - Update to 3.7.2Martin Wilke2012-03-244-192/+215
| | | | | | | | | PR: 166023 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=293754
* Celery is an open source asynchronous task queue/job queue based on distributedMartin Wilke2012-03-245-0/+624
| | | | | | | | | | | | | | | | | | | | | | | | | | message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. WWW: http://pypi.python.org/pypi/celery/ PR: ports/165693 Submitted by: Alexandros Kosiaris <akosiaris+ports@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=293747
* - Fix build with gcc 4.7Martin Wilke2012-03-2478-5/+2023
| | | | | | | | | | | - Add support for clang PR: 165702 Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293741
* Update to version 0.008Andrej Zverev2012-03-242-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293738
* Update to 1.1.6Martin Matuska2012-03-232-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293712
* Update to 1.2.0Martin Matuska2012-03-232-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293711
* Update to 1.0.6Martin Matuska2012-03-232-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293710
* Update to 1.1.5Martin Matuska2012-03-232-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293709
* Update to 1.3.0Martin Matuska2012-03-232-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293708
* - Update to 5.15-023TAKATSU Tomonari2012-03-222-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293698
* Update to 0.21Sergey Skvortsov2012-03-222-4/+4
| | | | | | | | Changes: http://cpansearch.perl.org/src/ROBIN/Want-0.21/Changes Feature safe: yes Notes: svn path=/head/; revision=293696
* - Update to 0.38 [1]Sergey Skvortsov2012-03-223-7/+8
| | | | | | | | | | | - pass maintainership to perl@ PR: ports/166075 [1] Submitted by: sunpoet Feature safe: yes Notes: svn path=/head/; revision=293691
* - rerolled distfile (there was some missing files in the previous one)Baptiste Daroussin2012-03-221-2/+2
| | | | | | | | Reported by: pointyhat (pav) Feature safe: yes Notes: svn path=/head/; revision=293682
* - Update to 3.8.0Wen Heping2012-03-223-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293668
* - Update to 3.024Frederic Culot2012-03-222-3/+6
| | | | | | | | | | - Add LICENSE (LGPL 3 & Artistic 2) Changes: http://search.cpan.org/dist/Dir-Project/Changes Feature safe: yes Notes: svn path=/head/; revision=293667
* - Update to 1.8.7Wen Heping2012-03-222-3/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293666
* - Update to 0.05Frederic Culot2012-03-222-4/+13
| | | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Class-Measure/Changes Feature safe: yes Notes: svn path=/head/; revision=293658
* - update to 0.9.0.3Baptiste Daroussin2012-03-222-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293652
* Update to 1.35.MANTANI Nobutaka2012-03-192-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293571
* Hash::Diff returns the difference between two hashes as a hash.Steven Kreuzer2012-03-195-0/+39
| | | | | | | | WWW: http://search.cpan.org/dist/Hash-Diff/ Feature safe: yes Notes: svn path=/head/; revision=293569
* - Add test depends.Jun Kuriyama2012-03-191-1/+2
| | | | | | | | | PR: ports/165233 Submitted by: swills Feature safe: yes Notes: svn path=/head/; revision=293567
* - Update to 1.491Frederic Culot2012-03-192-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/IPC-Locker/Changes Feature safe: yes Notes: svn path=/head/; revision=293566
* Bump portrevision after removing cairo from lib_dependsKoop Mast2012-03-191-1/+1
| | | | | | | | Submitted by: pav@ Feature safe: yes Notes: svn path=/head/; revision=293560
* Data::SExpression -- Parse Lisp S-Expressions into perl dataJun Kuriyama2012-03-195-0/+44
| | | | | | | | | | | structures. WWW: http://search.cpan.org/dist/Data-SExpression/ Feature safe: yes Notes: svn path=/head/; revision=293559
* - Update to 0.98Frederic Culot2012-03-192-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Devel-CheckLib/CHANGES Feature safe: yes Notes: svn path=/head/; revision=293551
* Update p4d to 2011.1/428451.Gordon Tetlow2012-03-195-9/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293550
* - unbreak build if NOPORTDOCS definedMichael Scheidell2012-03-191-6/+6
| | | | | | | | | | | | - No PORTREVISION bump PR: ports/166185 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: Dirk Jagdmann <doj@cubic.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293544
* - update to 20120317175325 (aka 1.22)Baptiste Daroussin2012-03-182-3/+3
| | | | | | | | | | | | | | | | | | - changes: * Greatly improved "diff" processing * Harden the CGI processing logic against DOS attacks * Add the ability to run TH1 scripts after sync requests * Make ".fslckout" the alternative name for the "_FOSSIL_" file * Change the "ssh:" transfer method to allow all access regardless of user permission * Various additions and fixes for the JSON API * --cherrypick merges use their origin's commit message by default * Update to use SQLite version 3.7.11 * more here: http://www.fossil-scm.org/fossil/doc/f7e215bcac885/www/changes.wiki Feature safe: yes Notes: svn path=/head/; revision=293529
* Many find Bugzilla's web-based UI inefficient. PyBugz is a command-line basedChris Rees2012-03-184-0/+46
| | | | | | | | | | | | | | | | | | | | | | | interface that was written by Alastair Tse in order to improve his interaction with Gentoo Bugzilla Features -------- * Searching bugzilla * Listing details of a bug including comments and attachments * Downloading/viewing attachments from bugzilla * Posting bugs, comments, and making changes to an existing bug. * Adding attachments to a bug. There is extensive help in `bugz --help` and `bugz <subcommand> --help` for additional options. WWW: https://github.com/williamh/pybugz Feature safe: yes Notes: svn path=/head/; revision=293525
* Simple set-and-forget using of a '/share' directory in your projectsJun Kuriyama2012-03-185-0/+37
| | | | | | | | | | | root. WWW: http://search.cpan.org/dist/File-ShareDir-ProjectDistDir/ Feature safe: yes Notes: svn path=/head/; revision=293523
* This module extends Config::INI to support reading and writingJun Kuriyama2012-03-185-0/+43
| | | | | | | | | | | | | | MySQL-style configuration files. Although deceptively similar to standard .INI files, they can include bare boolean options with no value assignment and additional features like !include and !includedir. WWW: http://search.cpan.org/dist/Config-MySQL/ Feature safe: yes Notes: svn path=/head/; revision=293522
* - Upgrade to 0.35.Jun Kuriyama2012-03-182-3/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293521
* - Add missing BUILD_DEPENDS to silence build warningsSteve Wills2012-03-171-1/+2
| | | | | | | | | PR: ports/165455 Approved by: maintainer timeout (mons@cpan.org, > 3 weeks) Feature safe: yes Notes: svn path=/head/; revision=293467
* - Add TEST_DEPENDSSteve Wills2012-03-171-2/+3
| | | | | | | | | | | - Avoid use of SITE_PERL in DEPENDS PR: ports/165426 Approved by: maintainer timeout (skv, >3 weeks) Feature safe: yes Notes: svn path=/head/; revision=293464
* - Mark deprecated since it is included in devel/p5-POE and not needed accordingSteve Wills2012-03-171-0/+2
| | | | | | | | | | | | to configure message - Set expiration PR: ports/165427 Approved by: maintainer timeout (skv, >3 weeks) Feature safe: yes Notes: svn path=/head/; revision=293462
* Crossplatform method to trace software errors in runtime during resourceAlex Kozlov2012-03-175-0/+57
| | | | | | | | | | | | | | | | manipulation is shown. A scheme for describing abstract resources and their functions in XML is presented. Due to separation it's possible to describe vast classes of resources without changing the analyzer core. Detected errors often have an influence on security, safety, robustness and resource optimal usage. PR: ports/163861 Submitted by: Vladimir Gorelov <virtual.lark@gmail.com> Approved by: eadler (mentor) Feature safe: yes Notes: svn path=/head/; revision=293460
* - Upgrade to 0.09.Jun Kuriyama2012-03-172-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293459
* Update to 4.0.14Carlo Strub2012-03-172-9/+9
| | | | | | | | | | PR: ports/166195 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) Approved by: glarkin@ (mentor, implicit) Feature safe: yes Notes: svn path=/head/; revision=293445
* Update to 0.7.0Josh Paetzel2012-03-162-4/+4
| | | | | | | | | | | | | Chase new distfile location PR: ports/166100 Submitted by: jpaetzel Approved by: maintainer timeout Sponsored by: iXsystems Feature safe: yes Notes: svn path=/head/; revision=293427
* - Update to 0.0203Sunpoet Po-Chuan Hsieh2012-03-162-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/Symbol-Util/Changes Feature safe: yes Notes: svn path=/head/; revision=293417
* Update to 20120210Martin Matuska2012-03-162-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293416
* - Update to 2.14Frederic Culot2012-03-162-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog Feature safe: yes Notes: svn path=/head/; revision=293409
* - Update to 0.08Sunpoet Po-Chuan Hsieh2012-03-162-4/+10
| | | | | | | | | | | | | - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/MooseX-App-Cmd/Changes PR: ports/166153 Submitted by: sunpoet (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293403
* - Update to 2.4.0Sunpoet Po-Chuan Hsieh2012-03-163-3/+6
| | | | | | | | Changes: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt Feature safe: yes Notes: svn path=/head/; revision=293397