aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.666001.Anton Berezin2009-07-022-4/+4
| | | | | | | | | Changes: http://search.cpan.org/dist/Return-Value/Changes Submitted by: pgollucci PR: 135766 Notes: svn path=/head/; revision=236901
* Update to 0.06.Anton Berezin2009-07-023-4/+17
| | | | | | | | | Changes: http://search.cpan.org/dist/Badger/Changes Submitted by: pgollucci PR: 135734 Notes: svn path=/head/; revision=236900
* - Update to 1.2.3TAKATSU Tomonari2009-07-012-8/+8
| | | | | | | | | - Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org Approved by: maho (mentor) Notes: svn path=/head/; revision=236884
* - Update to sourcenavigator-NG4Pietro Cerutti2009-07-0113-1859/+1420
| | | | | | | | Development of the original project has ceased. A new project, sourcenavigator-NG is continuing to develop this software. Notes: svn path=/head/; revision=236883
* - Update to 2.0.0Li-Wen Hsu2009-07-014-5/+78
| | | | Notes: svn path=/head/; revision=236870
* - Update to 1.16.1Philippe Audeoud2009-07-014-10/+10
| | | | | | | | PR: ports/136178 Submitted by: Matthew D. Fuller <fullermd over-yonder.net> (maintainer) Notes: svn path=/head/; revision=236865
* - Update to 0.60.2Martin Wilke2009-07-014-127/+139
| | | | | | | | PR: 135954 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=236863
* py-rioritized_methods is an extension to PEAK-Rules to prioritizeMartin Wilke2009-07-014-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods in order to to avoid AmbiguousMethods situations.This module provides four decorators: prioritized_when prioritized_around prioritized_before prioritized_after These behave like their peak.rules counterparts except that they accept an optional prio argument which can be used to provide a comparable object (usually an integer) that will be used to disambiguate situations in which more than rule applies to the given arguments and no rule is more specific than another. That is, situations in which an peak.rules.AmbiguousMethods would have been raised. This is useful for libraries which want to be extensible via generic functions but want their users to easily override a method without figuring out how to write a more specific rule or when it is not feasible. WWW: http://pypi.python.org/pypi/prioritized_methods/ PR: ports/136094 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=236854
* py-AddOn classes are like dynamic mixins, but with their own private attributeMartin Wilke2009-07-014-0/+42
| | | | | | | | | | | | | | | | | | | and method namespaces. A concern implemented using add-ons can be added at runtime to any object that either has a writable __dict__ attribute, or is weak-referenceable. AddOn classes are also like adapters, but rather than creating a new instance each time you ask for one, an existing instance is returned if possible. In this way, add-ons can keep track of ongoing state. For example, a Persistence add-on might keep track of whether its subject has been saved to disk. WWW: http://www.python.org/pypi/AddOns PR: ports/135947 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=236852
* PEAK-Rules is a highly-extensible framework for creating and usingMartin Wilke2009-07-015-0/+43
| | | | | | | | | | | | | | | | | generic functions, from the very simple to the very complex. Out of the box, it supports multiple-dispatch on positional arguments using tuples of types, full predicate dispatch using strings containing Python expressions, and CLOS-like method combining. (But the framework allows you to mix and match dispatch engines and custom method combinations, if you need or want to.) WWW: http://pypi.python.org/pypi/PEAK-Rules PR: ports/135965 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=236851
* py-BytecodeAssembler is a simple bytecode assembler module that handlesMartin Wilke2009-07-014-0/+38
| | | | | | | | | | | | | | | most low-level bytecode generation details like jump offsets, stack size tracking, line number table generation, constant and variable name index tracking, etc. That way, you can focus your attention on the desired semantics of your bytecode instead of on these mechanical issues. WWW: http://pypi.python.org/pypi/BytecodeAssembler PR: ports/135945 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=236850
* py-SymbolType is a Simple "symbol" type, useful for enumerationsMartin Wilke2009-07-015-0/+31
| | | | | | | | | | | | or sentinels. WWW: http://peak.telecommunity.com/DevCenter/SymbolType PR: ports/135940 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=236849
* - Update to 0.7Martin Wilke2009-07-014-6/+19
| | | | | | | | | PR: 136068 Submitted by: Alex Kapranoff <ka@nadoby.ru> Approved by: maintainer Notes: svn path=/head/; revision=236848
* - Update to 1.7Pav Lucistnik2009-06-304-24/+25
| | | | | | | | | | | - Switch maintainer to the submitter PR: ports/135950 Submitted by: bf <bf1783@gmail.com> Approved by: old maintainer Notes: svn path=/head/; revision=236813
* This Perl module parses ctags files and handles both traditionalPav Lucistnik2009-06-305-0/+40
| | | | | | | | | | | | | | | | ctags as well as extended ctags files such as produced with Exuberant ctags. The module is implemented as a wrapper around the readtags library that normally ships with Exuberant ctags. WWW: http://search.cpan.org/dist/Parse-ExuberantCTags/ PR: ports/136146 Submitted by: Cezary Morga <cm@therek.net> Notes: svn path=/head/; revision=236811
* - update to 0.22Yen-Ming Lee2009-06-302-4/+4
| | | | Notes: svn path=/head/; revision=236803
* Update to 0.07Lars Thegler2009-06-302-6/+5
| | | | Notes: svn path=/head/; revision=236800
* - Update to 1.19Li-Wen Hsu2009-06-302-4/+4
| | | | Notes: svn path=/head/; revision=236797
* - Update to 0.41.Marcelo Araujo2009-06-303-12/+16
| | | | | | | | | PR: ports/136101 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Dylan Cochran <a134qaed@gmail.com> (maintainer) Notes: svn path=/head/; revision=236791
* - Update to 3.1.Marcelo Araujo2009-06-304-42/+19
| | | | | | | | | | - Pass maintainer to submitter. PR: ports/135987 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=236790
* Turn fuse support off by default due to unreliable maintain fusefs-kmod portJeremy Messenger2009-06-291-1/+1
| | | | | | | | | and broke in -CURRENT. Discussed with: marcus Notes: svn path=/head/; revision=236788
* - Fix build on 8.0Sergey Matveychuk2009-06-291-0/+80
| | | | | | | | | PR: ports/136012 Submitted by: Boris Lytochkin <lytboris at gmail.com> Approved by: mav (maintainer) Notes: svn path=/head/; revision=236779
* Cleanup and relinquish.Alexey Dokuchaev2009-06-291-5/+4
| | | | Notes: svn path=/head/; revision=236778
* - Update to 1.3.3Li-Wen Hsu2009-06-293-4/+16
| | | | Notes: svn path=/head/; revision=236772
* - Update to 2.10Philippe Audeoud2009-06-292-4/+4
| | | | | | | | PR: 136154 Submitted by: Vladimir Timofeev <vovkasm gmail.com> Notes: svn path=/head/; revision=236760
* Update to 0.22Andrej Zverev2009-06-292-4/+4
| | | | Notes: svn path=/head/; revision=236756
* Framework agnostic object based authentication solution that handles all of theAlexander Logvinov2009-06-294-0/+29
| | | | | | | | | | | non sense for you. It's as easy as ActiveRecord is with a database. WWW: http://rubyforge.org/projects/authlogic/ Approved by: glarkin (mentor) Notes: svn path=/head/; revision=236753
* - Use MASTER_SITE_LOCALGabor Kovesdan2009-06-291-2/+2
| | | | | | | Approved by: Klaus T. Aehlig <aehlig@linta.de> (maintainer, via private mail) Notes: svn path=/head/; revision=236749
* - Use MASTER_SITE_LOCALGabor Kovesdan2009-06-291-1/+2
| | | | | | | Approved by: Sahil Tandon <sahil@tandon.net> (maintainer, via private mail) Notes: svn path=/head/; revision=236748
* Use the undocumented feature WITHOUT_CPU_CFLAGS rather than MAKE_ENVJoerg Wunsch2009-06-281-3/+4
| | | | | | | | | | to avoid application of the host's CPU architecture options to the cross-compilation environment. Found by: Dominic Fandrey Notes: svn path=/head/; revision=236743
* - Update to 4.8Martin Wilke2009-06-287-202/+72
| | | | | | | | | Tested by: exp-run Approved by: gnome (marcus) Thanks to: gahr, pav, beat, flo :) Notes: svn path=/head/; revision=236737
* Simplify command and kill a line wrap.Alexey Dokuchaev2009-06-281-2/+1
| | | | Notes: svn path=/head/; revision=236734
* Update to version 1.5.Alexey Dokuchaev2009-06-282-7/+5
| | | | Notes: svn path=/head/; revision=236733
* - Assign to Sahil Tandon <sahil@tandon.net>Gabor Kovesdan2009-06-281-1/+1
| | | | | | | Submitted by: Sahil Tandon <sahil@tandon.net> (via ports@) Notes: svn path=/head/; revision=236707
* - Add backup MASTER_SITEGabor Kovesdan2009-06-281-1/+2
| | | | | | | Submitted by: Klaus T. Aehlig <aehlig@linta.de> (maintainer, via private mail) Notes: svn path=/head/; revision=236706
* This module understands the formats used by SQLite for its DATE, DATETIME, TIME,Wesley Shields2009-06-285-0/+41
| | | | | | | | | | | | | | and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the SQLite format. WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/ PR: ports/135962 Submitted by: hideo <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=236703
* Upgrade to 1.0.2.Vanilla I. Shu2009-06-272-4/+4
| | | | | | | | PR: ports/136031 Approved by: Steve Wills <steve.at.mouf.net> Notes: svn path=/head/; revision=236684
* - Assign maintainership to Klaus T. Aehlig <aehlig@linta.de>Gabor Kovesdan2009-06-271-1/+1
| | | | | | | Submitted by: Klaus T. Aehlig <aehlig@linta.de> (via private mail) Notes: svn path=/head/; revision=236683
* - Drop maintainership of some ports I don't use any moreGabor Kovesdan2009-06-272-2/+2
| | | | Notes: svn path=/head/; revision=236682
* - update to 0.2.2Yen-Ming Lee2009-06-262-4/+4
| | | | Notes: svn path=/head/; revision=236676
* - update to 0.637Yen-Ming Lee2009-06-262-4/+4
| | | | Notes: svn path=/head/; revision=236675
* - Update to 0.7.10p1Cheng-Lung Sung2009-06-264-10/+49
| | | | Notes: svn path=/head/; revision=236672
* (1) Update to 1.6.3Lev A. Serebryakov2009-06-266-36/+22
| | | | | | | | | (2) Cleanup DBD usage PR: (2) ports/135397 Notes: svn path=/head/; revision=236656
* Update patch.Alex Dupre2009-06-261-6/+6
| | | | | | | Reported by: many Notes: svn path=/head/; revision=236643
* - Update to 2.3.1Philip M. Gollucci2009-06-262-4/+4
| | | | Notes: svn path=/head/; revision=236641
* - Update to 2.0.2Martin Wilke2009-06-242-4/+4
| | | | | | | | PR: 135845 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=236603
* - Update to 1.0.1Pav Lucistnik2009-06-244-20/+60
| | | | | | | | | PR: ports/135272 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer timeout (olgeni; 19 days) Notes: svn path=/head/; revision=236592
* - Update to 0.2.1Philip M. Gollucci2009-06-242-4/+4
| | | | Notes: svn path=/head/; revision=236572
* - Update to 0.32Philip M. Gollucci2009-06-242-4/+4
| | | | Notes: svn path=/head/; revision=236571
* - Update to 2.3.0Philip M. Gollucci2009-06-242-4/+4
| | | | Notes: svn path=/head/; revision=236570