aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* kgio provides non-blocking I/O methods for Ruby without raising exceptions onswills2011-11-174-0/+29
| | | | | | | | | | EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows! Rack servers, but may be used by other applications (that run on Unix-like platforms). WWW: http://bogomips.org/kgio/ Feature safe: yes
* - Update to 2.0400clsung2011-11-162-3/+12
| | | | Feature safe: yes
* - update to 0.0.2rm2011-11-162-5/+6
| | | | | | | - pet portlint Approved by: miwi (co-mentor) Feature safe: yes
* - update to 0.1.1rm2011-11-163-6/+6
| | | | | | | | | | | - fix SF mirror - remove whitespace and "Author: " field from pkg-descr PR: ports/162590 Submitted by: rm (myself) Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer), miwi (co-mentor) Feature safe: yes
* - Update to 0.49wen2011-11-163-5/+5
| | | | | | | PR: ports/162025 Submitted by: Matthias Fechner <idefix@fechner.net> Approved by: Cristiano Rolim Pereria <cristianorolim@hotmail.com> (maintainer) Feature safe: yes
* - Update to 0.009012wen2011-11-162-3/+3
| | | | | | ChangeLog: http://cpansearch.perl.org/src/MSTROUT/Moo-0.009012/Changes Feature safe: yes
* This package provides two cache managers for Zope 2. A RAMCacheManagerwen2011-11-165-0/+84
| | | | | | | | | | and an Accelerated HTTP cache manager, which adds HTTP cache headers to responses. WWW: http://pypi.python.org/pypi/Products.StandardCacheManagers Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* The Python Scripts product provides support for restricted executionwen2011-11-165-0/+122
| | | | | | | | | | of Python scripts, exposing them as callable objects within the Zope environment. WWW: http://pypi.python.org/pypi/Products.PythonScripts Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* zope.testbrowser provides an easy-to-use programmable web browserwen2011-11-165-0/+115
| | | | | | | | | | | with special focus on testing. It is used in Zope, but it's not Zope specific at all. For instance, it can be used to test or otherwise interact with any web site. WWW: http://pypi.python.org/pypi/zope.testbrowser Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* Viewlets provide a generic framework for building pluggablewen2011-11-165-0/+86
| | | | | | | | | user interfaces. WWW: http://pypi.python.org/pypi/zope.viewlet Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides a local and persistent site manager implementation,wen2011-11-165-0/+99
| | | | | | | | | | | | so that one can register local utilities and adapters. It uses local adapter registries for its adapter and utility registry. The module also provides some facilities to organize the local software and ensures the correct behavior inside the ZODB. WWW: http://pypi.python.org/pypi/zope.site Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* - Add p5-Class-Load-XS 0.02sunpoet2011-11-165-0/+45
| | | | | | | | | Class::Load::XS provides an XS implementation for portions of Class::Load. See Class::Load for API details. WWW: http://search.cpan.org/dist/Class-Load-XS/ Feature safe: yes
* - Update to 5.07-024tota2011-11-162-3/+3
| | | | Feature safe: yes
* - Update to 1.0.5sunpoet2011-11-162-7/+6
| | | | | | | | | | - Remove unnccessary WRKSRC - Cosmetic change Changes: http://cpansearch.perl.org/src/IKEGAMI/DateTime-Format-RFC3339-v1.0.5/Changes.txt PR: ports/161998 Approved by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) Feature safe: yes
* This package provides a "page template" resource class, a resourcewen2011-11-165-0/+61
| | | | | | | | | | which content is processed with Zope Page Templates engine before returning to client. WWW: http://pypi.python.org/pypi/zope.ptresource Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides interfaces/implementations for events relativewen2011-11-165-0/+52
| | | | | | | | | to the lifetime of a server process (startup, database opening, etc.) WWW: http://pypi.python.org/pypi/zope.processlifetime Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides a framework to develop componentized Webwen2011-11-165-0/+72
| | | | | | | | | | | | GUI applications. Instead of describing the content of a page using a single template or static system of templates and METAL macros, content provider objects are dynamically looked up based on the setup/configuration of the application. WWW: http://pypi.python.org/pypi/zope.contentprovider Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* - Fix *_DEPENDS: Memoize 0.52+ is already in all supported Perl releasessunpoet2011-11-162-6/+6
| | | | | | | - Sort PLIST - Bump PORTREVISION for dependency and package change Feature safe: yes
* - Fix *_DEPENDS: Memoize is already in all supported Perl releasessunpoet2011-11-161-4/+4
| | | | | | - Bump PORTREVISION for dependency change Feature safe: yes
* - Update to 2.09.03pgj2011-11-164-18/+17
| | | | | | | - Switch to GCC 4.6 (requested by: gerald) - Add license information Feature safe: yes
* - Update to 2.18.00pgj2011-11-164-50/+43
| | | | | | | - Switch to GCC 4.6 (requested by: gerald) - Add license information Feature safe: yes
* - Move PKGNAMEPREFIX defined in each R-cran- related ports Makefiletota2011-11-168-8/+0
| | | | | | | | | | | | | to Mk/bsd.cran.mk PR: ports/162238 Submitted by: tota (myself) Approved by: wen (maintainer of Mk/bsd.cran.mk and many related ports), David Naylor <naylor_DOT_b_DOT_david_AT_gmail_DOT_com> (maintainer of math/R-cran-RSvgDevice and math/R-cran-car), Dan Rue <drue_AT_therub_DOT_org> (maintainer of math/R-cran-psych, timeout > 2 weeks) Feature safe: yes
* - Update to 2.678sunpoet2011-11-163-8/+6
| | | | | | | - Change WWW to CPAN Changes: http://search.cpan.org/dist/Date-ICal/Changes Feature safe: yes
* - Use appropriate *FLAGSsunpoet2011-11-161-1/+3
| | | | Feature safe: yes
* - Update to 0.06sunpoet2011-11-152-11/+19
| | | | | | | | - Add OPTIONS - Use bsd.port.options.mk Changes: http://search.cpan.org/dist/Data-Random/Changes Feature safe: yes
* - Update to 1.41sunpoet2011-11-152-6/+6
| | | | | Changes: http://search.cpan.org/dist/Date-Range/Changes Feature safe: yes
* Adjust COMMENT: spell Unix in a way to reduce possibility of unnecessarydanfe2011-11-151-1/+1
| | | | | | | | connotations with official Open Group trademark; new spelling is often used informally to denote any operating system that closely resembles the trademarked system (quoting Wikipedia and common knowledge). Feature safe: yes
* - Update to 5.0.1culot2011-11-1514-661/+1102
| | | | | | PR: ports/161442 Submitted by: John Marino <draco@marino.st> (maintainer) Feature safe: yes
* Do not explicitly set horde_dir in ${PREFIX}/etc/pear/confmm2011-11-151-5/+1
| | | | | | (possible with changed defaults in devel/pear) Feature safe: yes
* Respect user modifications in ${PREFIX}/etc/pear.confmm2011-11-154-15/+71
| | | | | | | | Change default directory paths in PEAR/Config.php Bump PORTREVISION Feature safe: yes Approved by: miwi (maintainer, private chat)
* - Update to 0.008culot2011-11-152-3/+3
| | | | | Changes: http://search.cpan.org/dist/Test-Fatal/Changes Feature safe: yes
* MIMETools provides the <!--#mime--> tag for DocumentTemplate.wen2011-11-155-0/+55
| | | | | | | WWW: http://pypi.python.org/pypi/Products.MIMETools Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides support for external Python methodswen2011-11-155-0/+82
| | | | | | | | | within a Zope 2 environment. WWW: http://pypi.python.org/pypi/Products.ExternalMethod Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* BTreeFolder2 is a Zope product that acts like a Zope2 OFS folderwen2011-11-155-0/+68
| | | | | | | | | but can store many more items. WWW: http://pypi.python.org/pypi/Products.BTreeFolder2 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides an implementation of browser resources.wen2011-11-155-0/+128
| | | | | | | | | | It also provides directives for defining those resources using ZCML. WWW: http://pypi.python.org/pypi/zope.browserresource Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides ZCML directives for configuring browser views.wen2011-11-155-0/+111
| | | | | | | WWW: http://pypi.python.org/pypi/zope.browserpage Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package define interfaces of container components, and provideswen2011-11-155-0/+160
| | | | | | | | | | | container implementations such as a BTreeContainer and OrderedContainer, as well as the base class used by zope.site.folder for the Folder implementation. WWW: http://pypi.python.org/pypi/zope.container Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* Zope Template Application Language Expression Syntax (TALES).wen2011-11-155-0/+81
| | | | | | | WWW: http://pypi.python.org/pypi/zope.tales Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* Page Templates provide an elegant templating mechanism that achieveswen2011-11-155-0/+146
| | | | | | | | | | | a clean separation of presentation and application logic while allowing for designers to work with templates in their visual editing tools (FrontPage, Dreamweaver, GoLive, etc.). WWW: http://pypi.python.org/pypi/zope.pagetemplate Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides an implementation of browser menus andwen2011-11-155-0/+99
| | | | | | | | | ZCML directives for configuring them. WWW: http://pypi.python.org/pypi/zope.browsermenu Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* - Update to 4.0.1clsung2011-11-152-5/+7
| | | | | | | - distfile to zope/ - support python 2.6+ Feature safe: yes
* Six is a Python 2 and 3 compatibility library. It provides utilityclsung2011-11-155-0/+32
| | | | | | | | | | | functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. WWW: http://pypi.python.org/pypi/six Noted by: rm Feature safe: yes
* - update to 3.10.3rm2011-11-153-9/+10
| | | | | | | | | | | | | - update COMMENT and WWW - remove bogus build depends - add LICENSE - remove versions from depends to conform to setup.py's requirements - hold distfile in distfiles/zope PR: ports/162268 Submitted by: rm (myself) Approved by: miwi (co-mentor) Feature safe: yes
* - Update to 4.0.0clsung2011-11-152-5/+3
| | | | Feature safe: yes
* - Update to 1.0.11clsung2011-11-152-3/+3
| | | | Feature safe: yes
* - Update to 1.5.0clsung2011-11-152-3/+3
| | | | Feature safe: yes
* The zope.traversing package provides adapteres for resolving objectwen2011-11-155-0/+127
| | | | | | | | | paths by traversing an object hierarchy. WWW: http://pypi.python.org/pypi/zope.traversing Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* The ZCatalog is Zope2's built in search engine. It allows you towen2011-11-155-0/+304
| | | | | | | | | | categorize and search all kinds of Zope objects.It comes with a variety of indexes for different types of data. WWW: http://pypi.python.org/pypi/Products.ZCatalog Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package contains a full text indexing facility for Zope2 andwen2011-11-155-0/+205
| | | | | | | | | more specifically for Products.ZCatalog. WWW: http://pypi.python.org/pypi/Products.ZCTextIndex Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* - update to 3.0b3rm2011-11-152-3/+3
| | | | | | | PR: ports/161975 Submitted by: rm (myself) Approved by: novel (mentor) Feature safe: yes
* Update to 0.8.9cs2011-11-152-4/+4
| | | | | Approved by: glarkin@ (mentor) Feature safe: yes
* - Update to version 0.9pawel2011-11-153-17/+18
| | | | | | | | | - Add LICENSE - Bump minimal java version PR: ports/161504 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Feature safe: yes
* - Reassign these ports back to the heaptabthorpe2011-11-151-1/+1
| | | | Feature safe: yes
* - Switch to PEAR_AUTOINSTALLmiwi2011-11-141-105/+2
| | | | Feature safe: yes
* - Fix some plist problems with PEAR_AUTOINSTALLmiwi2011-11-141-1/+1
| | | | | Submitted by: mm Feature safe: yes
* - Update to 0.006008culot2011-11-142-3/+3
| | | | | Changes: http://search.cpan.org/dist/Devel-Declare/Changes Feature safe: yes
* - Update to 0.95culot2011-11-142-3/+3
| | | | | Changes: http://search.cpan.org/dist/Devel-CheckLib/CHANGES Feature safe: yes
* - Update to 1.20miwi2011-11-143-16/+5
| | | | | | PR: 162552 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
* - Update to 0.3.4miwi2011-11-147-47/+28
| | | | | | PR: 162550 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
* - Update to 0.3.4miwi2011-11-145-165/+175
| | | | | | PR: 162551 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
* OFSP provides the general Zope 2 help.wen2011-11-145-0/+185
| | | | | | | WWW: http://pypi.python.org/pypi/Products.OFSP Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* MultiMapping provides special objects used in some Zope2 internalswen2011-11-145-0/+55
| | | | | | | | | like ZRDB. WWW: http://pypi.python.org/pypi/MultiMapping Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package implements the original Document Templating Markupwen2011-11-145-0/+182
| | | | | | | | | | | | | | Language (DTML). It uses custom SGML tags to implement simple programmatic features, such as variable replacement, conditional logic and loops. Inside Zope environments page templates and TAL have superseded DTML for most use cases. WWW: http://pypi.python.org/pypi/DocumentTemplate Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides a very advanced sequence sorting feature.wen2011-11-145-0/+62
| | | | | | | WWW: http://cheeseshop.python.org/pypi/zope.sequencesort Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* Update to 0.7.2cs2011-11-143-9/+9
| | | | | Approved by: glarkin@ (mentor) Feature safe: yes
* Update to 1.1.1cs2011-11-142-4/+4
| | | | | Approved by: glarkin@ (mentor) Feature safe: yes
* - Update to 0.78clsung2011-11-142-3/+3
| | | | Feature safe: yes
* This is a hopefully-complete API-compliant interface to MetaCPANclsung2011-11-145-0/+60
| | | | | | | | | | | | (https://metacpan.org) with DWIM capabilities, to make your life easier. * Provide 100% of the beta MetaCPAN API * Be lightweight, to allow flexible usage * DWIM (Do What I mean) WWW: http://metacpan.org/release/MetaCPAN-API/ Feature safe: yes
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-144-4/+0
| | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes
* Test::TinyMocker - a very simple tool to mock external modulesclsung2011-11-145-0/+40
| | | | | | | | | | | | | | Available method: * mock($module, $method_or_methods, $sub) * unmock($module, $method_or_methods) * method * methods * should WWW: http://search.cpan.org/dist/Test-TinyMocker/ Feature safe: yes
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-1411-19/+18
| | | | | | | | | | | This is an incremental update and should be much easier to handle than the transition from 4.6.5 to 4.7.2 in the ports tree. The official release notes can be found at http://www.kde.org/announcements/announce-4.7.3.php. Approved by: avilla (mentor), makc (mentor), portmgr (miwi) Feature safe: yes
* - Update to 1.102clsung2011-11-143-28/+3
| | | | Feature safe: yes
* - bump PORTREVISION (devel/apr0 update)ohauer2011-11-141-1/+1
| | | | | | - set EXPIRATION date to 2012-02-01 Feature safe: yes
* - update apr to version 0.9.20ohauer2011-11-147-17/+18
| | | | | | | | | | | | | | | | | | | | Changes with APR 0.9.20 *) Security: CVE-2011-0419 Reimplement apr_fnmatch() from scratch using a non-recursive algorithm; now has improved compliance with the fnmatch() spec. [William Rowe] *) Updated config.guess and config.sub. [Rainer Jung] *) Fix flag character '#' in combination with format character 'x' in apr snprintf implementations. [Rainer Jung] with hat apache@ PR: ports/162247 Submitted by: Takefu <takefu@airport.fm> Feature safe: yes
* Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCScrees2011-11-143-11/+11
| | | | | | | PR: ports/162136 Submitted by: 4720@hushmail.com Approved by: [no rejections from any maintainer within 14 days] Feature safe: yes
* - Update to 6.10 (6.1)clsung2011-11-133-4/+11
| | | | | | - grab maintainership for a while Feature safe: yes
* Package pretty provides pretty-printing for go values. This is useful duringmiwi2011-11-135-0/+37
| | | | | | | | | | | | | debugging, to avoid wrapping long output lines in the terminal. This package also provides a convenience wrapper for each function in package fmt that takes a format string. www: https://github.com/kr/pretty.go PR: ports/162416 Submitted by: Grzegorz Blach <magik@roorback.net> Feature safe: yes
* Upgrade to 2.2.1vanilla2011-11-133-5/+4
| | | | | | PR: ports/162457 Submitted by: Zhihao Yuan <lichray.at.gmail.com> Feature safe: yes
* - Update to 1.6.0miwi2011-11-132-3/+3
| | | | Feature safe: yes
* - Ignore PHP52miwi2011-11-131-1/+1
| | | | Feature safe: yes
* - Update to 0.974sunpoet2011-11-132-3/+3
| | | | | Changes: http://search.cpan.org/dist/List-Gen/Changes Feature safe: yes
* - Remove MASTER_SITE_SUBDIRsunpoet2011-11-131-1/+0
| | | | Feature safe: yes
* - Update to 0.77clsung2011-11-132-3/+3
| | | | Feature safe: yes
* - Update to 0.95clsung2011-11-132-3/+3
| | | | Feature safe: yes
* - Update to 1.0.7swills2011-11-122-5/+4
| | | | | | PR: 162095 Approved by: Eric <freebsdports@chillibear.com> (maintainer) Feature safe: yes
* - Extend python compatibility to 2.7lwhsu2011-11-121-2/+2
| | | | | | PR: ports/162417 Submitted by: olgeni Feature safe: yes
* Object life-cycle events.wen2011-11-125-0/+57
| | | | | | | WWW: http://pypi.python.org/pypi/zope.lifecycleevent Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* zope.filerepresentation is a File-system Representation Interfaces.wen2011-11-124-0/+35
| | | | | | | | | | | The interfaces defined here are used for file-system and file-system-like representations of objects, such as file-system synchronization, FTP, PUT, and WebDAV. WWW: http://pypi.python.org/pypi/zope.filerepresentation Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* The zope.dottedname module provides one function, resolve thatwen2011-11-125-0/+55
| | | | | | | | | | resolves strings containing dotted names into the appropriate python object. WWW: http://pypi.python.org/pypi/zope.dottedname Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* zope.deferredimport allows you to perform imports nameswen2011-11-125-0/+56
| | | | | | | | | that will only be resolved when used in the code. WWW: http://pypi.python.org/pypi/zope.deferredimport Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* tempstorage is a storage implementation which uses RAM to persistwen2011-11-125-0/+62
| | | | | | | | | | | | objects, much like MappingStorage. Unlike MappingStorage, it needs not be packed to get rid of non-cyclic garbage and it does rudimentary conflict resolution. This is a ripoff of Jim's Packless bsddb3 storage. WWW: http://pypi.python.org/pypi/tempstorage Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* zExceptions contains common exceptions used in Zope2.wen2011-11-125-0/+71
| | | | | | | WWW: http://pypi.python.org/pypi/zExceptions Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* The Zope publisher publishes Python objects on the web.wen2011-11-125-0/+212
| | | | | | | | | | | | | | zope.publisher allows you to publish Python objects on the web. It has support for plain HTTP/WebDAV clients, web browsers as well as XML-RPC and FTP clients. Input and output streams are represented by request and response objects which allow for easy client interaction from Python. The behaviour of the publisher is geared towards WSGI compatibility. WWW: http://pypi.python.org/pypi/zope.publisher Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides shared browser components for the Zope Toolkit.wen2011-11-125-0/+56
| | | | | | | WWW: http://pypi.python.org/pypi/zope.browser Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* - Update to 6.07clsung2011-11-123-3/+5
| | | | Feature safe: yes
* - Update to 1.11tabthorpe2011-11-122-3/+3
| | | | | | PR: ports/162365 Submitted by: maintainer Feature safe: yes
* Update to 1.04skv2011-11-122-4/+4
| | | | | Changes: http://cpansearch.perl.org/src/JWIED/BZ-Client-1.04/Changes Feature safe: yes
* Get rid of the trivial patch and dependent REINPLACE_CMD call when MAKE_ARGSdanfe2011-11-122-21/+1
| | | | | | | can do this job better and yet be more readable and straightforward. Verified by: comparing build logs Feature safe: yes
* - Update to 0.9.7miwi2011-11-123-4/+16
| | | | | | PR: 162387 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer) Feature safe: yes
* - Update to 1.8miwi2011-11-122-3/+3
| | | | | | PR: 162443 Submitted by: jimmy@mammothcheese.ca (maintainer) Feature safe: yes
* - Fix build on CURRENT. Based on patch by beat@.tdb2011-11-121-0/+11
| | | | | Submitted by: beat Feature safe: yes
* - Add rubygem-stella 2.1.2.004sunpoet2011-11-114-0/+46
| | | | | | | | | | | | | | | rubygem-stella helps you to define realistic testplans and run them against your webapps. Stella is an agile testing tool for web applications. Software development has changed in a way that demands a new kind of toolset. Stella integrates quickly into your existing development process to help you run functional and performance tests throughout your product lifecycle. WWW: https://github.com/solutious/stella WWW: https://rubygems.org/gems/stella Feature safe: yes
* - Update to 1.7.7.3wxs2011-11-113-7/+10
| | | | | | Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.3.txt Feature safe: yes
* Deprecate this port. Set for removal on 2011-12-11.rm2011-11-111-0/+4
| | | | | | | | | | | This port is quite outdated. No other ports depend on this one. Author discourages system-wide waf installation (see PR for details). PR: ports/160910 Submitted by: rm (myself) Approved by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer), miwi (co-mentor) Feature safe: yes
* - drop dependency on devel/py-simplejsonrm2011-11-112-5/+5
| | | | | | | | | | | - move contents of pkg-plist into PLIST_FILES - strict python versions to 2.6-2.7 - bump PORTREVISION PR: ports/160395 Submitted by: rm Approved by: flz (maintainer; timeout - 2+ months), miwi (co-mentor) Feature safe: yes
* This package provides a mechanism to store additional informationwen2011-11-115-0/+74
| | | | | | | | | about objects without need to modify object class. WWW: http://pypi.python.org/pypi/zope.annotation Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* Record provides special objects used in some Zope2 internals like ZRDB.wen2011-11-115-0/+54
| | | | | | | WWW: http://pypi.python.org/pypi/Record/ Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* zope.contenttype is a utility module for content-type handling.wen2011-11-115-0/+63
| | | | | | | WWW: http://pypi.python.org/pypi/zope.contenttype Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* - Update to 5.372clsung2011-11-112-4/+4
| | | | | | | - preparing to update to 6.0, grab maintainership - 'make test'-ed with www/p5-Continuity, www/p5-Plack-Server-Coro, www/p5-Corona Feature safe: yes
* This package is Zope Broken Object Interfaces and it is obsolete andwen2011-11-115-0/+53
| | | | | | | | | its functionality has been merged into the ZODB3 distribution itself. WWW: http://pypi.python.org/pypi/zope.broken Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides a wrapper for lxml trees which serializeswen2011-11-115-0/+62
| | | | | | | | | | to string on iteration, but otherwise makes the tree available in an attribute. WWW: http://pypi.python.org/pypi/repoze.xmliter Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* This package provides a variant of the persistent base class that'swen2011-11-115-0/+70
| | | | | | | | | | an ExtensionClass. Unless you need ExtensionClass semantics, you probably want to use persistent.Persistent from ZODB3. WWW: http://pypi.python.org/pypi/Persistence Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* Acquisition is a mechanism that allows objects to obtain attributes from thewen2011-11-115-0/+61
| | | | | | | | | containment hierarchy they're in. WWW: http://pypi.python.org/pypi/Acquisition Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* Missing provides special objects used in some Zope2 internalswen2011-11-115-0/+57
| | | | | | | | | like the ZCatalog. WWW: http://pypi.python.org/pypi/Missing Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes
* Mark as broken on powerpc-9: does not compile.linimon2011-11-111-1/+7
| | | | | Hat: portmgr Feature safe: yes
* - Update to 1.1.3clsung2011-11-112-3/+3
| | | | Feature safe: yes
* Change email for my ports to FreeBSD one.rm2011-11-1123-23/+23
| | | | | Approved by: novel (mentor) Feature safe: yes
* Upgrade to version 0.11 (with qtconsole support) and take overolgeni2011-11-116-832/+1115
| | | | | | | | | maintainership. PR: ports/162234 (second patch) Submitted by: olgeni Approved by: wen (by email) Feature safe: yes
* - Update to 1.1.0tota2011-11-112-3/+3
| | | | Feature safe: yes
* Mark as broken on powerpc: fails to configure.linimon2011-11-112-2/+14
| | | | | Hat: portmgr Feature safe: yes
* Mark as broken on powerpc: fails to build.linimon2011-11-111-0/+4
| | | | | Hat: portmgr Feature safe: yes
* Mark as broken on powerpc-9: fails to link.linimon2011-11-111-1/+7
| | | | | Hat: portmgr Feature safe: yes
* Mark as broken on powerpc-9 and sparc64-9: does not configure, and doeslinimon2011-11-111-0/+8
| | | | | | | not link, respectively. Hat: portmgr Feature safe: yes
* Does not install on powerpc: runaway process.linimon2011-11-111-1/+7
| | | | | Hat: portmgr Feature safe: yes
* Not yet ported to powerpc, so ignore it here.linimon2011-11-111-1/+1
| | | | | Hat: portmgr Feature safe: yes
* - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mksunpoet2011-11-111-2/+1
| | | | Feature safe: yes
* Update p4p to 2010.2/374929.gordon2011-11-118-15/+15
| | | | Feature safe: yes
* Update to p4d 2010.2/374929.gordon2011-11-118-15/+15
| | | | Feature safe: yes
* - Newer version of net-mgmt/smokeping depends on it.clsung2011-11-105-0/+36
| | | | | | | | | | | pkg-descr: A grammar-based, user-friendly config parser WWW: http://search.cpan.org/dist/Config-Grammar PR: ports/162437 Submitted by: maintainer (dikshie) Feature safe: yes
* - Update to 1.4.1clsung2011-11-102-3/+3
| | | | Feature safe: yes
* - Filter::Simple is already in all supported Perl releasessunpoet2011-11-101-4/+2
| | | | | | | | | - Bump PORTREVISION for dependency change PR: ports/162312 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) Feature safe: yes
* Attempt to fix build on powerpc.linimon2011-11-101-1/+1
| | | | Hat: portmgr
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)linimon2011-11-103-6/+6
| | | | Hat: portmgr
* - Add rubygem-benelux 0.6.1sunpoet2011-11-104-0/+37
| | | | | | | | | | | | | | rubygem-benelux provides a mad way to time Ruby codes. Features: - A replacement for Benchmark.measure - Create timers for any Ruby method - Store arbitrary messages - Granular statistics - Thread-safe WWW: https://github.com/delano/benelux WWW: https://rubygems.org/gems/benelux
* - Add rubygem-gibbler 0.8.10sunpoet2011-11-104-0/+29
| | | | | | | rubygem-gibbler provides git-like hashes and history for Ruby objects. WWW: https://github.com/delano/gibbler WWW: https://rubygems.org/gems/gibbler
* - Add rubygem-attic 0.5.3sunpoet2011-11-104-0/+28
| | | | | | | | rubygem-attic provides a place to hide private instance variables in your Ruby objects. WWW: https://github.com/delano/attic WWW: https://rubygems.org/gems/attic
* A library that can be used for drawing images, circles, lines and test onmiwi2011-11-107-0/+829
| | | | | | | | | the LCD WWW: http://g19linux.sourceforge.net/ PR: ports/156426 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* A library that handles the USB interfacing with the G19miwi2011-11-107-0/+273
| | | | | | | WWW: http://g19linux.sourceforge.net/ PR: ports/156426 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* - Install cmake-mode.el [1].rakuco2011-11-102-0/+7
| | | | | | | | - Set LICENSE. PR: ports/151830 [1] Submitted by: Anonymous <swell.k AT gmail.com> [1] Approved by: makc (mentor)
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-0930-30/+0
|
* - Add p5-Regexp-Compare 0.17sunpoet2011-11-095-0/+42
| | | | | | | | | | | | | | Regexp::Compare implements a function comparing regular expressions: it returns true if all strings matched by the first regexp are also matched by the second. It's meant to be used for optimization of blacklists implemented by regular expressions (like, for example, http://www.communitywiki.org/cw/BannedContent). False return value does not imply that there's a string matched by the first regexp which isn't matched by the second - many regular expressions (i.e. those containing Perl code) are impossible to compare, and this module doesn't even implement all possible comparisons. WWW: http://search.cpan.org/dist/Regexp-Compare/
* - Add rubygem-sysinfo 0.7.3sunpoet2011-11-094-0/+29
| | | | WWW: https://rubygems.org/gems/sysinfo
* - Update to 5.07-005tota2011-11-092-3/+3
|
* 2011-11-06 devel/soup: Unmaintain, use devel/libsoupbapt2011-11-0913-295/+0
| | | | | | 2011-11-06 graphics/clutter-qt: upstream distfile and doesn't build, and doesn't seem to be developed anymore 2011-11-06 graphics/p5-clutter: upstream distfile disappeard, and doesn't seem to be developed anymore 2011-11-06 graphics/librsvg: unmaintained and not used anymore
* - Update to 2.8.0clsung2011-11-092-3/+3
|
* Ignore the fdescfs when calculating FS capacity.marcus2011-11-092-13/+21
| | | | Reported by: Alexander Kapshuk <alexander.kapshuk@gmail.com>
* Update to 1.0.5mm2011-11-094-6/+6
|
* Update to 1.1.5mm2011-11-092-3/+3
|
* Update to 1.1.2mm2011-11-092-3/+3
|
* Update to 1.0.2mm2011-11-092-3/+3
|
* This package provides a definition of simple interface that allowswen2011-11-095-0/+58
| | | | | | | | to retrieve the size of the object for displaying and for sorting. WWW: http://pypi.python.org/pypi/zope.size Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
* initgroups provides a convenience function to deal withwen2011-11-095-0/+49
| | | | | | | | user/group ids on Unix-style systems. WWW: http://pypi.python.org/pypi/initgroups Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Manuel lets you build tested documentation.wen2011-11-095-0/+72
| | | | | | WWW: http://pypi.python.org/pypi/manuel Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
* This package is used to support the Prefix object that Zope 2wen2011-11-095-0/+53
| | | | | | | | | uses for the undo log. It is a separate package only to aid configuration management. WWW: http://pypi.python.org/pypi/ZopeUndo Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
* This package provides a pluggable way to copy persistent objects.wen2011-11-095-0/+58
| | | | | | | | | | It was once extracted from the zc.copy package to contain much less dependencies. In fact, we only depend on zope.interface to provide pluggability. WWW: http://pypi.python.org/pypi/zope.copy Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via GitHub)
* unittest2 is a backport of the new features added to thewen2011-11-095-0/+135
| | | | | | | | | unittest testing framework in Python 2.7. It is tested to on Python 2.4 - 2.7. WWW: http://pypi.python.org/pypi/unittest2 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via GitHub)
* - Fix buildmiwi2011-11-091-0/+10
| | | | Reported by: pavbot
* - Add p5-true 0.18sunpoet2011-11-095-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | Perl's require builtin (and its use wrapper) requires the files it loads to return a true value. This is usually accomplished by placing a single 1; statement at the end of included scripts or modules. It's not onerous to add but it's a speed bump on the Perl novice's road to enlightenment. In addition, it appears to be a non-sequitur to the uninitiated, leading some to attempt to mitigate its appearance with a comment: 1; # keep require happy or: 1; # Do not remove this line or even: 1; # Must end with this, because Perl is bogus. This module packages this "return true" behaviour so that it need not be written explicitly. It can be used directly, but it is intended to be invoked from the import method of a Modern::Perl-style module that enables modern Perl features and conveniences and cleans up legacy Perl warts. WWW: http://search.cpan.org/dist/true/
* Install desktop filesmakc2011-11-096-0/+31
|
* - Update to version 2.2pawel2011-11-094-3/+23
| | | | | | | - Fix desktop entry file PR: ports/162376 Submitted by: arrowdodger <6yearold@gmail.com> (maintainer)
* - Update to 1.6.1lwhsu2011-11-092-3/+3
|
* - Update to 2011nlwhsu2011-11-092-3/+3
| | | | | PR: ports/162358 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - Update to 1.1.10clsung2011-11-082-3/+3
|
* - Update to 0.05clsung2011-11-082-3/+3
|
* The zope.minmax.AbstractValue class provides a super class which can bewen2011-11-085-0/+64
| | | | | | | | | | | | subclassed to store arbitrary homogeneous values in a persistent storage and apply different conflict resolution policies. The subclasses defined here are resolving the conflicts using always either the maximum or the minimum of the conflicting values. WWW: http://pypi.python.org/pypi/zope.minmax/ Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via GitHub)
* Update to Mercurial 2.0. Note that the major version number change doesroberto2011-11-083-21/+44
| | | | | | | | | | | | | | | | not indicate a major release, they are just monotically increasing. Release notes: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.0_.282011-11-01.29 - Clean CONTRIB_FILES macros: delete setup3k.py, for Python 3.x (installation script, experimental) memory.py, because depends on Linux - In DOCS macro, delete *.txt and *.html files, because it's redundant with man pages (same files) PR: ports/162309 Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com>
* - Update to 1.42jadawin2011-11-083-4/+3
| | | | - Changelog: http://cpansearch.perl.org/src/DROLSKY/DateTime-TimeZone-1.42/Changes
* - Update to 0.2.4wen2011-11-082-3/+3
|
* This package provides a metaclass that allows classes implementedwen2011-11-085-0/+79
| | | | | | | | in extension modules to be subclassed in Python. WWW: http://pypi.python.org/pypi/ExtensionClass Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
* - Unbreakpav2011-11-081-1/+0
| | | | | Reported by: pointyhat Pointy hat to: miwi
* Bump PORTREVISION to make sure that consumers of this port link againstrene2011-11-081-1/+1
| | | | libgdbm.so.4 (committed 2011-09-12) and not against an older version.
* Minor non-functional changes + relinquish to the pool.danfe2011-11-081-5/+5
|
* - Update to 0.3.31clsung2011-11-072-3/+3
|
* - Get rid FreeBSD 6 supportmiwi2011-11-0723-118/+14
|
* - Update to 2.0.15sunpoet2011-11-073-19/+48
| | | | | | | | - While I'm here, restrict USE_PYTHON range and pet portlint Changes: http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt PR: ports/162310 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
* - Add rubygem-drydock 0.6.9sunpoet2011-11-074-0/+29
| | | | | | | | | Drydock is a seaworthy DSL for building really powerful command line applications. The core class is contained in a single .rb file so it's easy to copy directly into your project. See below for examples. WWW: https://github.com/delano/drydock WWW: https://rubygems.org/gems/drydock
* - Get rid FreeBSD 6.x supportmiwi2011-11-078-38/+6
|
* Standardize WWW: tags a bit more:dougb2011-11-072-2/+2
| | | | | | | | | | | | | 1. Remove white space from the beginning of lines 2. Make the canonical WWW the last line of the file 3. Remove lines to the effect of, "More information can be found at..." that's the stated purpose of the WWW: tags in the first place. 4. Change secondary WWW: lines to use other text to avoid confusion While I'm here, remove some more useless Author: lines, and some prepended white space to other lines. Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Mark BROKEN: does not compilepav2011-11-071-0/+2
| | | | | | | gearmand/gearmand.o(.text+0x8ce):gearmand/gearmand.c:376: undefined reference to `gearmand_queue_libmemcached_init' gearmand/gearmand.o(.text+0xc32):gearmand/gearmand.c:443: undefined reference to `gearmand_queue_libmemcached_deinit' Reported by: pointyhat
* - change USE_APACHE 1.3/2.0 to 13/20ohauer2011-11-071-1/+1
| | | | to prepare enforcement in Mk/bsd.apache.mk
* - fix segfault if debugging a multithread applicationohauer2011-11-072-8/+14
| | | | | | | | - bump PORTREVISION - small portlint fixes PR: ports/162093 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
* Add new patch from upstream:lev2011-11-072-2/+4
| | | | | | | | | | | | | | | | This fixes an error when calculating strlen on an auto-storage char array that happens be zero bytes offset from the stack pointer. extern unsigned int strlen (const char *s); void setval (char* str, int len); void useval (const char* str, unsigned char len); void tryit () { char tmp[17]; setval (tmp, sizeof(tmp)); useval (tmp, strlen(tmp)); }
* - Update to 0.1.3miwi2011-11-066-26/+10
|
* - Update to 0.1.2miwi2011-11-063-14/+5
|
* - Update to 0.6.1miwi2011-11-062-12/+5
|
* - Update to 1.3.12miwi2011-11-062-45/+4
|
* - Update to 1.9.4miwi2011-11-062-3/+3
| | | | Changelog: http://pear.php.net/package/PEAR/download/
* - Update to 0.18clsung2011-11-062-5/+5
| | | | | | PR: devel/tig Submitted by: clsung Approved by: maintainer (Denise H. G.)
* - Update to 0.9.0clsung2011-11-062-3/+3
|
* - Update to 0.48clsung2011-11-062-3/+3
|
* - Update to 0.6.5clsung2011-11-062-3/+3
|
* - Update to 0.3.2clsung2011-11-062-3/+3
|
* - Update to 1.4.0clsung2011-11-062-3/+3
|
* Fix build on FreeBSD 10.kwm2011-11-061-10/+17
| | | | Approved by: portmgr (miwi)
* Fix build on FreeBSD 10.kwm2011-11-062-4/+43
| | | | Approved by: portmgr (miwi)
* Update to 0.2.0.rakuco2011-11-062-3/+3
| | | | Approved by: avilla (mentor, implicit)
* - Update to 0.09sunpoet2011-11-062-6/+8
| | | | | | | Changes: http://search.cpan.org/dist/AnyEvent-I3/Changes PR: ports/161860 Submitted by: sunpoet (myself) Approved: maintainer (timeout, 15 days)
* - Update to 1.7.5.1sunpoet2011-11-063-54/+43
| | | | | | | Changes: http://www.doxygen.org/changelog.html PR: ports/162243 Submitted by: sunpoet (myself) Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Update to 1.13sunpoet2011-11-065-78/+179
| | | | | | - Cleanup Makefile - Remove an .orig entry in PLIST - Take maintainership
* - Add p5-Perl6-Slurp 0.03sunpoet2011-11-065-0/+39
| | | | | | | | | Perl6::Slurp implements the Perl 6 'slurp' built-in. slurp takes a filename, a filehandle, a typeglob reference, an IO::File object, or a scalar reference, and converts it to an input stream if necessary, and reads in the entire stream. If slurp fails to set up or read the stream, it throws an exception. WWW: http://search.cpan.org/dist/Perl6-Slurp/
* - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mksunpoet2011-11-051-2/+1
|
* - Add p5-Pragmatic 1.7sunpoet2011-11-055-0/+40
| | | | | | | | | | | | | | Pragmatic implements a default import method for processing pragmata before passing the rest of the import to Exporter. Perl automatically calls the import method when processing a use statement for a module. Modules and use are documented in perlfunc and perlmod. (Do not confuse Pragmatic with pragmatic modules, such as less, strict and the like. They are standalone pragmata, and are not associated with any other module.) WWW: http://search.cpan.org/dist/Pragmatic/
* - Add p5-XS-Object-Magic 0.04sunpoet2011-11-055-0/+68
| | | | | | | | | | | | | | | | | | | | This way of associating structs with Perl space objects is designed to supercede Perl's builtin T_PTROBJ with something that is designed to be: Extensible - The association of the pointer using sv_magicext can be done on any data type, so you can associate C structs with any representation type. - This means that you can add pointers to any object (hand coded, Moose or otherwise), while still having instance data in regular hashes. Opaque - The C pointer is neither visible nor modifiable from Perl space. - This prevents accidental corruption which could lead to segfaults using T_PTROBJ (e.g. $$ptr_obj = 0). WWW: http://search.cpan.org/dist/XS-Object-Magic/
* - Update to 0.14sunpoet2011-11-052-7/+7
| | | | Changes: http://search.cpan.org/dist/MooseX-MarkAsMethods/Changes
* - Add rubygem-subexec 0.2.0sunpoet2011-11-054-0/+27
| | | | | | | Subexec spawns a subprocess with an optional timeout. WWW: https://github.com/nulayer/subexec WWW: https://rubygems.org/gems/subexec
* - Add rubygem-storable 0.8.9sunpoet2011-11-054-0/+27
| | | | | | | Marshal Ruby classes into and out of multiple formats (yaml, json, csv, tsv). WWW: https://github.com/delano/storable WWW: https://rubygems.org/gems/storable
* Version 1.1.12 (released 03-Nov-2011)ohauer2011-11-052-4/+4
| | | | | | | | | | * fix path display in patch and certain diff views (issue #485) * fix broken cvsdb glob searching (issue 486) * allow svn revision specifiers to have leading r's (issue #441, #448) * allow environmental override of configuration location (issue #494) * fix exception HTML-escaping non-string data under WSGI (issue #454) * add links to root logs from roots view (issue #470) * use Pygments lexer-guessing functionality (issue #495)
* - Update to version 0.14.0pawel2011-11-053-4/+30
| | | | | | | - Hand maintainership to submitter PR: ports/162293 Submitted by: Tijl Coosemans <tijl@coosemans.org>
* Update URL and pkg-descr to match the new home.bapt2011-11-052-3/+3
| | | | | PR: ports/162295 Submitted by: Pedro Giffuni <giffunip@tutopia.com>
* - Update to 0.1006clsung2011-11-053-4/+3
|
* Flexmock is a mock/stub/spy library for Python.clsung2011-11-045-0/+44
| | | | | | | | | | | | | | | | | | | Its API is inspired by a Ruby library of the same name. However, it is not a goal of Python Flexmock to be a clone of the Ruby version. Instead, the focus is on providing full support for testing Python programs and making the creation of fake objects as unobtrusive as possible. As a result, Python Flexmock removes a number of redandancies in the Ruby Flexmock API, alters some defaults, and introduces a number of Python-only features. Flexmock declarations are structured to read more like English sentences than API calls, and it is possible to chain them together in any order to achieve high degree of expressiveness in a single line of code. WWW: http://has207.github.com/flexmock/
* Add the forgotten redhat patchbapt2011-11-041-0/+13
|
* - upgrade to the maintainance release 4.8.1.1bapt2011-11-042-11/+13
| | | | | | | | | - do not use anymore the runConfigureScript helper but directly use configure (this fix all the libreoffice problem related to icu) - add a patch from redhat to fix crash with freeserif PR: ports/162229 [1], ports/160540 [2], ports/160763 [2] Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> [1], Dmitry Pryanishnikov <lynx.ripe@gmail.com> [2], Tomas Volka <tomas.volka@unicorn.eu> Tested by: frogs (irc://freenode/##freebsd)
* New patch from upstream:lev2011-11-042-2/+4
| | | | | | | | | | | | | This fixes an error in comparisons of the lower parts of a multi-word integer against a constant when using a comparison operation not directly supported by an MSP430 instruction. E.g.,: int test_gtu32 (uint32_t x) { if (x > 0xFFFF) return 1; return 0; }
* - bugfix __objc_class_name_NSConditiondinoex2011-11-043-0/+32
|
* - Update to 0.6.4wen2011-11-042-5/+3
|
* - Update to 1.7.7.2wxs2011-11-043-7/+12
| | | | Changelog: https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.2.txt
* Update to version 0.4.6pawel2011-11-042-4/+4
| | | | | PR: ports/162257 Submitted by: Marco Bröder <marco.broeder@gmx.eu> (maintainer)
* - Change maintainer to ruby@ so that any ruby@ folks can update themswills2011-11-034-4/+4
|
* Correct the WWW line to actualy point to project website.kwm2011-11-031-1/+1
| | | | Reported by: Jason Hellenthal <jhell@DataIX.net>
* Update to 1.7.0mm2011-11-032-3/+3
|
* Update to 1.1.1mm2011-11-032-3/+3
|
* Update to 1.0.3mm2011-11-032-3/+3
|
* Fix build with clang.vanilla2011-11-034-15/+28
|
* - Update to 3.29.0clsung2011-11-032-3/+3
|
* - Update to 0.8clsung2011-11-032-4/+4
| | | | | PR: ports/162255 Submitted by: maintainer (Olivier Duchateau)
* - Update to 1.1clsung2011-11-034-45/+28
| | | | | | | | - Remove bash dependency - Make portlint happy PR: ports/162249 Submitted by: maintainer (Lung-Pin Chang)
* - fix explicit use of unzip in portseadler2011-11-031-1/+1
| | | | | | | | PR: ports/153429 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainers (hq, gabor, amdmi3) Approved by: maintainer timeout Approved by: bapt,sahil (mentors, implicit)
* - Fix depend versions according to rubygems.org [again]pgollucci2011-11-0310-19/+19
| | | | | With Hat: ruby@ Tested by: P6 TB Full rubygem run
* - Add p5-MooseX-MarkAsMethods 0.13sunpoet2011-11-035-0/+54
| | | | | | | | | | | | | | | MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as namespace::autoclean to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as being methods, and class extension as well as composition from roles with overloads will "just work". By default we check for overloads, and mark those functions as methods. If 'autoclean => 1' is passed to import on use'ing this module, we will invoke namespace::autoclean to clear out non-methods. WWW: http://search.cpan.org/dist/MooseX-MarkAsMethods/
* Disable JIT on sparc64.mm2011-11-021-1/+1
| | | | | PR: ports/162208 Reported by: Stefan Schaeckeler <schaecsn@gmx.net>
* Update to 2.1.10.novel2011-11-023-6/+19
|
* - Remove unrecognized optionssunpoet2011-11-021-2/+0
|
* - Update to 0.3.3clsung2011-11-022-3/+3
|
* Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-024-115/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
* - Mark BROKEN: does not installpav2011-11-021-0/+2
| | | | | | | install -o root -g wheel -m 555 /work/a/ports/devel/svnmerge/work/subversion-1.7.1/contrib/client-side/svnmerge/svnmerge.py /usr/local/bin/svnmerge install: /work/a/ports/devel/svnmerge/work/subversion-1.7.1/contrib/client-side/svnmerge/svnmerge.py: No such file or directory Reported by: pointyhat
* Send ports@ ruby ports over ruby@pgollucci2011-11-027-7/+7
| | | | most of these were from stas@
* Add EXPIRATION_DATE= 2011-11-30 to recently BROKEN ports that do notdougb2011-11-021-0/+1
| | | | already have one.
* Deprecated some gnome1 libs which aren't depend on anymore.bapt2011-11-022-0/+6
| | | | set expiration date to 2011-11-30
* Remove comments and optional dependencies for ports which aredougb2011-11-021-1/+0
| | | | about to be removed.
* Update to 1.6.1mm2011-11-022-3/+3
|
* Update to 1.3.0mm2011-11-022-3/+3
|
* - Update to 0.12.8wen2011-11-013-23/+115
|
* - Update to 0.12.17wen2011-11-013-148/+38
|
* - Update to 0.12.4wen2011-11-013-3/+76
|
* x11-toolkits/gambas2-gb-qt has been broken for over a year.dougb2011-11-017-78/+0
| | | | Remove it, and the ports that depend on it.
* - Update to 0.8.1 release.clsung2011-11-012-3/+3
| | | | | PR: ports/162210 Submitted by: maintainer (Marco Broeder)
* - Update to 2.4.2clsung2011-11-014-8/+8
| | | | | PR: ports/162209 Submitted by: maintainer (Matthew D.Fuller)
* Update to 0.9.11skreuzer2011-10-312-3/+3
| | | | | PR: ports/162113 Submitted by: Steve Wills <swills@rubick.mouf.net>
* qserve is used in mwlib. It's a job queue server written in python.wen2011-10-315-0/+55
| | | | WWW: https://github.com/pediapress/qserve