aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mark Berkeley DB 5.1 incompatibility.Matthias Andree2011-03-211-0/+1
| | | | Notes: svn path=/head/; revision=271425
* - RevertPav Lucistnik2011-03-211-2/+2
| | | | | | | | Pointy hat to: miwi Reported by: pointyhat Notes: svn path=/head/; revision=271424
* - Updated to 2.8.1Greg Larkin2011-03-212-6/+5
| | | | | | | | | | | Changes: Fixes a transaction related memory leak in the Oracle driver - Fixed configure option name in Makefile for PostgreSQL support PR: ports/155021 Submitted by: C-S <c-s@c-s.li> Notes: svn path=/head/; revision=271423
* Kill Oracle Berkeley DB 5.0 port.Matthias Andree2011-03-218-220/+3
| | | | | | | | There are no ports that depend on this, just implicit via USE_BDB=yes or USE_BDB=44+ or similar - databases/db51 will do. Notes: svn path=/head/; revision=271422
* - Revert to previous checksumPav Lucistnik2011-03-211-2/+2
| | | | | | | | Pointy hat to: miwi Reported by: pointyhat Notes: svn path=/head/; revision=271421
* Simple shell utility to convert html to pdf using a custom static buildMartin Matuska2011-03-216-0/+126
| | | | | | | | | | | | | | | | of qt and the webkit rendering engine. Features of the static version: * Convert web pages into PDF documents using webkit * Adding headers and footers * TOC generation * Batch mode conversions * XServer is not required (however the X11 client libs must be installed) WWW: http://code.google.com/p/wkhtmltopdf/ Notes: svn path=/head/; revision=271420
* Update to 15.5.2Emanuel Haupt2011-03-212-3/+3
| | | | Notes: svn path=/head/; revision=271419
* - Update to 1.31Philippe Audeoud2011-03-212-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/DROLSKY/DateTime-TimeZone-1.31/Changes Notes: svn path=/head/; revision=271418
* - Update to 4.7Philippe Audeoud2011-03-212-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/SCOP/W3C-LinkChecker-4.7/NEWS Notes: svn path=/head/; revision=271417
* Update from 0.9.5 to 0.9.6.Sergey A. Osokin2011-03-212-4/+3
| | | | | | | | | | | | | | | <ChangeLog> *) Feature: the "map" directive supports regular expressions as value of the first parameter. *) Feature: $time_iso8601 access_log variable. Thanks to Michael Lustfield. </ChangeLog> Notes: svn path=/head/; revision=271416
* Grab maintainership and deprecate.Matthias Andree2011-03-211-2/+3
| | | | Notes: svn path=/head/; revision=271415
* Bump Berkeley DB version to 4.1.Matthias Andree2011-03-212-6/+4
| | | | | | | Remove MD5 checksum. Notes: svn path=/head/; revision=271414
* Deprecate port. It's broken on at least i386 and amd64,Matthias Andree2011-03-212-6/+3
| | | | | | | | | | | and the upstream has been unmaintained since 2001. This is also one of the last database/db3 users. Remove MD5 checksum from distinfo. Notes: svn path=/head/; revision=271413
* - Fix build with iconv support turned off [1]Max Khon2011-03-213-0/+65
| | | | | | | | | - Fix pkg-plist when built without NLS support Submitted by: Dimitry Andric [1] Notes: svn path=/head/; revision=271412
* Fix build with openssl < 1.0.Max Khon2011-03-211-8/+10
| | | | Notes: svn path=/head/; revision=271411
* Upgrade to 1.4.8.Thierry Thomas2011-03-214-4/+6
| | | | Notes: svn path=/head/; revision=271410
* Move CPPFLAGS out of CONFIGURE_ENV.Matthias Andree2011-03-214-18/+30
| | | | | | | | | Fix up pkg-plist for WITH_JAVA and WITH_SQL builds. Remove trailing whitespace. Bump PORTREVISION. Notes: svn path=/head/; revision=271409
* Move CPPFLAGS out of CONFIGURE_ENV.Matthias Andree2011-03-212-4/+13
| | | | | | | | Fix up pkg-plist for WITH_JAVA builds. Bump PORTREVISION. Notes: svn path=/head/; revision=271408
* Port cleanup:Matthias Andree2011-03-214-28/+32
| | | | | | | | | | | | | | - minor whitespace cleanups - stop abusing PATCH_DIST_STRIP, use PATCH_WRKSRC instead - mark MAKE_JOBS_SAFE - clean up Tcl handling - note that WITH_TCL_VER now expects the version without a dot - supports Tcl 8.5 - use TCL_LIBDIR and TCL_INCLUDEDIR and USE_TCL rather than guesswork - combine, refresh, and rename patches Notes: svn path=/head/; revision=271407
* - Update to 0.9.0Max Khon2011-03-215-4/+44
| | | | | | | - Do not mkdir %%DOCSDIR%%/libiqxmlrpc.html during install: this fixes pkg-plist Notes: svn path=/head/; revision=271406
* Refresh and rename patches (to resolve portlint issues).Matthias Andree2011-03-216-32/+19
| | | | Notes: svn path=/head/; revision=271405
* Add a mirror to MASTER_SITES.Matthias Andree2011-03-211-3/+3
| | | | | | | Drop CPPFLAGS from CONFIGURE_ENV. Notes: svn path=/head/; revision=271404
* Add a mirror to MASTER_SITES.Matthias Andree2011-03-211-1/+2
| | | | Notes: svn path=/head/; revision=271403
* env -> ${SETENV} (found with portlint).Matthias Andree2011-03-211-1/+1
| | | | Notes: svn path=/head/; revision=271402
* Use immediate assignment when copying BUILD_DEPENDS to RUN_DEPENDS,Matthias Andree2011-03-212-2/+1
| | | | | | | | | | | per the revised porter's handbook. Remove MD5 checksum from distinfo. PR: 154896 Notes: svn path=/head/; revision=271401
* - Try to unbroke java/jboss5 with native jdksDima Panov2011-03-211-2/+12
| | | | | | | | | | | | - Use bundled Ant instead of system to resolve build breakage PR: 153697 Reported by: Makoto Kishimoto <ksmakoto AT dd DOT iij4u DOT or DOT jp> Patch by: Jimmy Kelley <ljboiler AT gmail DOT com> Approved by: maintainer timeout (>2 months) Notes: svn path=/head/; revision=271400
* Remove emulators/sdlmame-devel (older than emulators/mame)Ganael LAPLANCHE2011-03-2110-504/+0
| | | | | | | | | PR: ports/155180 Discussed with: makc, bapt Approved by: ehaupt (mentor), maintainer timeout Notes: svn path=/head/; revision=271399
* - Remove forgotten old checksumDima Panov2011-03-211-2/+0
| | | | Notes: svn path=/head/; revision=271398
* - Update XviD to v1.3.0 [1]Dima Panov2011-03-212-3/+5
| | | | | | | | | | - Explicitely disable yasm support, it's broken on 64bit PR: 155519 [1] Submitted by: Oliver Herold <oh AT fixmbr DOT de> Notes: svn path=/head/; revision=271397
* Unbreak plist.Vsevolod Stakhov2011-03-211-0/+2
| | | | | | | Submitted by: maintainer via private email Notes: svn path=/head/; revision=271396
* Add a patch from OpenLDAP ITS 6832 to fix build when the user uses a customXin LI2011-03-211-0/+68
| | | | | | | | | | | | | GCC version. PORTREVISION intentionally not bumped because this does not affect compiled binary. PR: ports/155743 Submitted by: mm Notes: svn path=/head/; revision=271395
* - Donate to the adoptive fatherPav Lucistnik2011-03-211-1/+1
| | | | Notes: svn path=/head/; revision=271394
* Pyramid is a small, fast, down-to-earth Python web applicationCheng-Lung Sung2011-03-215-0/+570
| | | | | | | | | | | | | | | | | | | | | | | | | | | development framework. It is developed as part of the Pylons Project. The major feature additions in Pyramid 1.0 are: * New name and branding association with the Pylons Project. * BFG conversion script * Paster template improvements * Terminology changes * Better platform compatibility and support * Direct built-in support for the Mako templating language. * Built-in support for sessions. * Updated URL dispatch features * Better imperative extensibility * ZCML externalized * Better support for global template variables during rendering * View mappers * Testing system improvements * Authentication support improvements * Documentation improvements WWW: http://docs.pylonsproject.org Notes: svn path=/head/; revision=271393
* zope.component, together with zope.interface, provides facilitiesCheng-Lung Sung2011-03-215-0/+142
| | | | | | | | | | | | | | | | | | for defining, registering and looking up components. There are two basic kinds of components: adapters and utilities. Utilities are just components that provide an interface and that are looked up by an interface and a name. Adapters are components that are computed from other components to adapt them to some interface. Because they are computed from other objects, they are provided as factories, usually classes. WWW: http://www.python.org/pypi/zope.component Notes: svn path=/head/; revision=271392
* - Fix detection of SSE featuresPietro Cerutti2011-03-213-1/+53
| | | | | | | - Assume amd64 and i386 have SSE Notes: svn path=/head/; revision=271391
* - remove redundant entries pkg-plistCheng-Lung Sung2011-03-211-2/+0
| | | | Notes: svn path=/head/; revision=271390
* The zope configuration system provides an extensible system forCheng-Lung Sung2011-03-215-0/+149
| | | | | | | | | | | | | | supporting various kinds of configurations. It is based on the idea of configuration directives. Users of the configuration system provide configuration directives in some language that express configuration choices. The intent is that the language be pluggable. An XML language is provided by default. WWW: http://www.python.org/pypi/zope.configuration Notes: svn path=/head/; revision=271389
* zope.i18nmessageid provides facilities for declaring such messagesCheng-Lung Sung2011-03-215-0/+59
| | | | | | | | | | within program source text; translation of the messages is the responsiblitiy of the 'zope.i18n' package. WWW: http://www.python.org/pypi/zope.i18nmessageid Notes: svn path=/head/; revision=271388
* The hardest part of the Python development process was to ensureCheng-Lung Sung2011-03-215-0/+57
| | | | | | | | | | | | | | backward-compatibility and correctly mark deprecated modules, classes, functions, methods and properties. zope.deprecation provides a simple function called 'deprecated(names, reason)' to deprecate the previously mentioned Python objects. WWW: http://www.python.org/pypi/zope.deprecation Notes: svn path=/head/; revision=271387
* - Update to 1.19Pietro Cerutti2011-03-214-9/+17
| | | | | | | | Changes: http://ayam.sourceforge.net/Changes.txt - Use USE_TK instead of LIB_DEPENDS Notes: svn path=/head/; revision=271386
* translationstring is a library used for internationalization (i18n) duties.Cheng-Lung Sung2011-03-215-0/+60
| | | | | | | | | | | | | | This package provides a translation string class, a translation string factory class, translation and pluralization primitives, and a utility that helps Chameleon templates use translation facilities of this package. It does not depend on Babel, but its translation and pluralization services are meant to work best when provided with an instance of the babel.support.Translations class. WWW: http://pypi.python.org/pypi/translationstring Notes: svn path=/head/; revision=271385
* zope.schemas extend the notion of interfaces to detailed descriptionsCheng-Lung Sung2011-03-215-0/+173
| | | | | | | | | | | | | | | | | of Attributes (but not methods). Every schema is an interface and specifies the public fields of an object. A field roughly corresponds to an attribute of a python object. But a Field provides space for at least a title and a description. It can also constrain its value and provide a validation method. Besides you can optionally specify characteristics such as its value being read-only or not required. This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project. WWW: http://www.python.org/pypi/zope.schema Notes: svn path=/head/; revision=271384
* - Update to 1.3Wen Heping2011-03-213-5/+4
| | | | Notes: svn path=/head/; revision=271383
* - Update to 1.9.4Wen Heping2011-03-213-3/+4
| | | | Notes: svn path=/head/; revision=271382
* - Update to 1.4.0Wen Heping2011-03-212-5/+17
| | | | Notes: svn path=/head/; revision=271381
* The obspy.wav package contains methods in order to read and writeWen Heping2011-03-215-0/+73
| | | | | | | | | | | | | | | | | seismogram files in the WAV(audio) format. The data are squeezed to audible frequencies. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/ Notes: svn path=/head/; revision=271380
* Chameleon is an HTML/XML template language compiler written in Python.Cheng-Lung Sung2011-03-215-0/+403
| | | | | | | | | | The distribution comes with a complete template engine: Chameleon Page Templates WWW: http://chameleon.repoze.org/ Notes: svn path=/head/; revision=271379
* Pure is a modern-style functional programming language based on termWen Heping2011-03-217-0/+168
| | | | | | | | | | | | | | | | rewriting. It offers equational definitions with pattern matching, full symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation, lexical closures, built-in list and matrix support and an easy-to-use C interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code. WWW: https://code.google.com/p/pure-lang/ PR: ports/155647 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=271378
* Unbreak this -- random automake fallout not shown up on amd64 -exp runsAde Lovett2011-03-212-1/+7
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=271377
* Venusian is a library which allows framework authors to defer decoratorCheng-Lung Sung2011-03-215-0/+106
| | | | | | | | | | | actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate "scan" phase. WWW: http://pypi.python.org/pypi/venusian Notes: svn path=/head/; revision=271376