summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Python template plugin for TurboGears that supports Kid templatesnivit2007-01-070-0/+0
| | | | | | | Author: Kevin Dangoor WWW: http://www.turbogears.org/docs/plugins/template.html Approved by: alexbl (mentor)
* - Update mail/spamprobe to 1.4d.stefan2007-01-073-14/+84
| | | | - Add an UPDATING entry to point out changes regarding the database backend(s).
* Python template plugin for TurboGears that supports jsonnivit2007-01-070-0/+0
| | | | | | | Author: Elvelind Grandin WWW: http://www.turbogears.org/docs/plugins/template.html Approved by: alexbl (mentor)
* - Update to 8.34clsung2007-01-072-6/+8
| | | | - take maintainership
* libuninum --> ports/devel/libuninumclsung2007-01-071-0/+1
|
* This is a library for converting Unicode strings to numbers.clsung2007-01-076-0/+63
| | | | | | | | | | Standard functions like strtoul and strtod do this for numbers written in the usual Western number system using the Indo-Arabic numerals, but they do not handle other number systems. The main functions take as input a UTF-32 Unicode string and compute the corresponding unsigned integer. WWW: http://billposer.org/Software/libuninum.html
* Upgrade to Jungerl codebase (last commit on 04/10/2006).olgeni2007-01-073-42/+28
|
* Chase another silent update.thierry2007-01-074-18/+14
| | | | | | | Full diff at <http://people.freebsd.org/~thierry/ports/cdf31_060324-061205.diff>. Reported by: fenner's distfiles survey
* * LOCALIZED_LANG=all knob for all the other ooo-2 ports.maho2007-01-0727-33/+372
| | | | * sync Makefile.localized with three ooo-2 ports.
* - update to 0.9.1 [1]itetcu2007-01-072-6/+9
| | | | | | | -pass maintainership to submitter [1] PR: ports/107598 [1] Submitted by: Marcelo Araujo [1]
* - Fix build with X.org 7 [1]gabor2007-01-073-13/+34
| | | | | | | | | | | | | - Change MASTER_SITES [1] - Fix maintainer's e-mail [1] - Fix build with gcc4 [2] - Fix wrongly implemented NOPORTDOCS - Bump PORTREVISION PR: ports/106913 [1], ports/106914 [2] Submitted by: Takeshi Taguchi <taguchi@iij.ad.jp> (maintainer) [1] [2] Approved by: erwin (mentor)
* - Update to 2.1 [1]barner2007-01-074-14/+25
| | | | | | | | | - Pass maintainership to submitter [1] - Add entry to UPDATING (migration guide for libwhisker 1.x users) [1] - Remove former maintainer from pkg-descr Submitted by: Marcelo Araujo <araujo@bsdmail.org> [1] PR: ports/107615 (with modifications)
* *Bumped PORTREVISIONerwin2007-01-076-10/+554
| | | | | | | | | | *Added combined patch-contrib-mod_sql.c Addresses distributor bugs #2828 & #2869 - mod_sql botches WHERE clauses and Support variables in SQL WHERE directives. *Added include/proftpd/mod_sql.h to pkg-plist PR: 107416 Submitted by: "Beech Rintoul" <beech@alaskaparadise.com> (maintainer)
* - Update to 1.0.53 [1]barner2007-01-073-7/+5
| | | | | | | | - Pass maintainership to submitter [1] - Remove former maintainer from pkg-descr Submitted by: Marcelo Araujo <araujo@bsdmail.org> [1] PR: ports/107618 [1]
* - Updated to 0.1b1nivit2007-01-073-16/+15
| | | | | | | | - Taken maintainership by araujo@bsdmail.org PR: ports/107619 Submitted by: araujo@bsdmail.org Approved by: alexbl (mentor)
* - Update to 0.7.1barner2007-01-072-5/+5
| | | | | | | - Pass maintainership to submitter Submitted by: Marcelo Araujo <araujo@bsdmail.org> (new maintainer) PR: ports/107620
* Add a new knob LOCALIZED_LANG=all. This builds possible languagesmaho2007-01-079-6/+90
| | | | supported by OOo and installs as one package.
* py-turbokid --> ports/devel/py-turbokidnivit2007-01-071-0/+1
|
* - Added new portnivit2007-01-077-0/+100
| | | | Approved by: alexbl (mentor)
* py-turbojson --> ports/devel/py-turbojsonnivit2007-01-071-0/+1
|
* Approved by: alexbl (mentor)nivit2007-01-0713-0/+215
|
* - Added a secondary MASTER_SITEnivit2007-01-078-172/+204
| | | | | | | | - Added files/pkg-deinstall.in files/pkg-install.in files/setup.cfg - Removed files/patch-setup.py (it now uses setuptools) - Removed files/kid files/kidc Approved by: alexbl (mentor)
* py-pastedeploy --> ports/www/py-pastedeploynivit2007-01-071-0/+1
|
* Load, configure, and compose WSGI applications and serversnivit2007-01-077-0/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. The result is something a system administrator can install and manage without knowing any Python, or the details of the WSGI application or its container. This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file. Author: Ian Bicking <ianb at colorstudy com> WWW: http://pythonpaste.org/deploy/ PR: ports/106755 Submitted by: Dryice Liu <dryice at dryice.name> Approved by: alexbl (mentor) Reviewed by: dryice (maintainer)
* - Update to 1.1clsung2007-01-072-5/+11
|
* - Fixed PYPASTE_EGG valuenivit2007-01-071-1/+1
| | | | | Reviewed by: dryice (maintainer) Approved by: alexbl (mentor)
* - Updated to 1.0.4nivit2007-01-072-5/+5
| | | | | PR: ports/106843 Approved by: alexbl (mentor)
* p5-Data-RoundRobin --> ports/devel/p5-Data-RoundRobinclsung2007-01-071-0/+1
|
* Add p5-Data-RoundRobin 0.03, serve data in a round robin manner.clsung2007-01-075-0/+37
| | | | | PR: ports/107570 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
* - Update to 0.28clsung2007-01-072-4/+4
|
* rubygem-rapt --> ports/devel/rubygem-raptijliao2007-01-071-0/+1
|
* add rubygem-rapt 0.2.1ijliao2007-01-075-0/+65
| | | | Rails Plugin Tool
* odt2txt --> ports/textproc/odt2txtrafan2007-01-071-0/+1
|
* Add odt2txt 0.2, a simple (and stupid) converter from OpenDocument Textrafan2007-01-074-0/+43
| | | | | | | to plain text. PR: ports/107606 Submitted by: chinsan
* - Update boshiamy to 7rafan2007-01-074-14/+16
| | | | | PR: ports/107647 Submitted by: chinsan (maintainer)
* Snapdate is wrong 20070103 not 20060103.maho2007-01-074-4/+4
|
* Fix epm while packaging with deep(>255 chars) path.maho2007-01-079-0/+873
| | | | | | This patch is for epm, external program of OOo, so JCA is not necessary. Submitted by: tanimura
* rubygem-layout-yullio --> ports/www/rubygem-layout-yullioijliao2007-01-071-0/+1
|
* add rubygem-layout-yullio 0.9.0ijliao2007-01-075-0/+84
| | | | A combination of Mollio CSS/HTML template and Yahoo UI grid
* rubygem-scruffy --> ports/graphics/rubygem-scruffyijliao2007-01-071-0/+1
|
* add rubygem-scruffy 0.2.2ijliao2007-01-075-0/+356
| | | | Beautiful Graphs for Ruby
* rubygem-builder --> ports/devel/rubygem-builderijliao2007-01-071-0/+1
|
* add rubygem-builder 2.0.0ijliao2007-01-075-0/+122
| | | | Facilitate programatic generation of XML markup
* Updating to 20070106.lx2007-01-072-60/+60
| | | | Approved by: edwin (mentor)
* Fix SIBGUS and SIGSEGV violations on amd64 platform.cy2007-01-066-3/+39
|
* Fix typo.maho2007-01-061-1/+1
|
* WITH_ATLAS knob is now added and dependency for ATLAS is now conditional.maho2007-01-061-7/+15
|
* * Migrate to gfortran.maho2007-01-069-33/+319
| | | | | | * portlint. * (option) Installing benchmark tests for real FLOPS. * Bump portrevision.
* - Update to 0.6.9pav2007-01-063-6/+10
|
* Updating to 1.4.0.lx2007-01-062-4/+4
| | | | Approved by: edwin (mentor)
OpenPOWER on IntegriCloud