aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Update to 0.43Cheng-Lung Sung2011-03-213-5/+7
| | | | Notes: svn path=/head/; revision=271375
* repoze.lru is a LRU (least recently used) cache implementation.Cheng-Lung Sung2011-03-215-0/+48
| | | | | | | | | | Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently. WWW: http://pypi.python.org/pypi/repoze.lru Notes: svn path=/head/; revision=271374
* Update to 2.13.5.Joe Marcus Clarke2011-03-212-6/+17
| | | | | | | | | | | | | * Check for the direct assignment of BUILD_DEPENDS to RUN_DEPENDS [1] * Add a deprecated pointer for USE_XPM. [2] * CPPFLAGS is now passed to CONFIGURE_ENV automatically. [3] PR: 154896 [1] 155550 [3] Submitted by: eadler [2] Notes: svn path=/head/; revision=271373
* - Update to 1.9.2TAKATSU Tomonari2011-03-203-4/+56
| | | | Notes: svn path=/head/; revision=271371
* - Fix fetchPav Lucistnik2011-03-201-1/+1
| | | | | | | | Pointy hat to: ale Reported by: pointyhat Notes: svn path=/head/; revision=271370
* - RevertPav Lucistnik2011-03-201-0/+1
| | | | | | | | Pointy hat to: miwi Reported by: pointyhat Notes: svn path=/head/; revision=271369
* Add support for 32-bit powerpc.Gerald Pfeifer2011-03-202-4/+4
| | | | | | | Submitted by: andreast Notes: svn path=/head/; revision=271368
* Connect the new lang/gcc47 port to the build.Gerald Pfeifer2011-03-201-0/+1
| | | | | | | PR: 155571 Notes: svn path=/head/; revision=271367
* Welcome the GCC 4.7 series which at this point is just a few days afterGerald Pfeifer2011-03-208-34/+34
| | | | | | | | | | the GCC 4.6 branch has been carved, thus quite similar to that. Over the next months this will see a lot of active and partially invasive development. Accordingly this port is for early exposure and not yet production use. Notes: svn path=/head/; revision=271366
* Update to 4.1.1 release.Alex Dupre2011-03-202-3/+3
| | | | Notes: svn path=/head/; revision=271365
* Update to 1.9.0 release.Alex Dupre2011-03-203-559/+312
| | | | Notes: svn path=/head/; revision=271364
* Get rid of md5 for all my ports.Baptiste Daroussin2011-03-2014-12/+10
| | | | | | | while here add most of the licenses Notes: svn path=/head/; revision=271363
* games/quake3-dataDennis Herrmann2011-03-2016-118/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make Q3DIR in Makefile.include PREFIX safe, broke urbanterror-data port test games/ioquake3-devel - Update to SVN r1936, includes bug fixes and security enhancements games/urbanterror-data - Update from 4.1 to 4.1.1 - Unfortunately currently only 1 working mirror - Avoid "Q3DIR!=make -V" games/iourbanterror - Add SVN release information to PORTVERSION - Use r1936 engine sources games/openarena - Update to SVN r1910 based engine sources games/openarena-oax - Update from B47 to B48 release PR: ports/155716 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=271362
* - Update to 0.16.2Dennis Herrmann2011-03-202-15/+10
| | | | | | | | | | | | - Make MPDCONF have sane FreeBSD defaults - Move default musicpd root to /var/mpd and stop clobbering make.conf - Now runs as user MPDUSER by default (in new conf) PR: ports/155726 Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) Notes: svn path=/head/; revision=271361
* Twiddle optimization level to make this safe for a clang userlandDoug Barton2011-03-201-1/+2
| | | | Notes: svn path=/head/; revision=271360
* - Update to 1.1.2Sergey Skvortsov2011-03-207-256/+4294
| | | | | | | | | | | | - Enable OPTINT by default - Take maintainership Changes: http://foswiki.org/System/ReleaseNotes01x01#Release01x01Changes PR: ports/155060 Submitted by: skv Notes: svn path=/head/; revision=271359
* Join the party, remove MD5 from the last of my portsDoug Barton2011-03-204-7/+0
| | | | Notes: svn path=/head/; revision=271358
* Light-weight and fast realization of progress-bar for pipe.Dennis Herrmann2011-03-204-0/+28
| | | | | | | | | | WWW: http://code.google.com/p/pipe-progress/ PR: ports/155722 Submitted by: Artem Zaytsev <a.arepo@gmail.com> Notes: svn path=/head/; revision=271357
* Update to 1.06Lars Thegler2011-03-202-4/+4
| | | | Notes: svn path=/head/; revision=271356
* Update to 0.12Lars Thegler2011-03-202-3/+3
| | | | Notes: svn path=/head/; revision=271355
* Update to 1.33Lars Thegler2011-03-202-4/+3
| | | | Notes: svn path=/head/; revision=271354
* Update to 0.26Sergey Skvortsov2011-03-202-5/+6
| | | | | | | Changes: http://cpansearch.perl.org/src/DROLSKY/MooseX-Singleton-0.26/ChangeLog Notes: svn path=/head/; revision=271353
* - Update to 0.6.1Frederic Culot2011-03-202-3/+3
| | | | | | | | PR: ports/155718 Submitted by: Evgeny Zhirnov <jirnov AT gmail.com> (maintainer) Notes: svn path=/head/; revision=271352
* - Update to 0.25Sergey Skvortsov2011-03-202-6/+9
| | | | | | | | | | | | - Add test dependencies - Pass maintainership to perl@ Changes: http://cpansearch.perl.org/src/SARTAK/MooseX-Role-Parameterized-0.25/Changes PR: ports/155590 Submitted by: Jase Thew <freebsd@beardz.net> Notes: svn path=/head/; revision=271351
* - PLIST was missed in the commit of p5-Capture-Tiny-0.10Sunpoet Po-Chuan Hsieh2011-03-201-1/+0
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=271350