| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Usage:
make WITH_CWS=cws_src680_chart2mst3.20070107
when cws archive is cws_src680_chart2mst3.20070107.tar.gz.
This is only for development purpose.
|
|
|
|
| |
Approved by: alexbl (mentor)
|
|
|
|
| |
Approved by: alexbl (mentor)
|
|
|
|
|
|
|
| |
(This version fixes quite a few minor bugs and makes some changes
to the dialog and ending.)
Approved by: alexbl (mentor)
|
|
|
|
| |
Approved by: novel@
|
|
|
|
|
| |
PR: 107410
Submitted by: Bruce Becker <hostmaster at whois dot gts dot net>
|
| |
|
|
|
|
|
| |
PR: ports/107646
Submitted by: Wesley Shields (maintainer)
|
|
|
|
|
| |
PR: ports/107646
Submitted by: Wesley Shields (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
GeForce 8800 GTS and GeForce 8800 GTX boards [1]
- More proper WITHOUT_LINUX knob handling [1] [2]
- Update an old patch to be more consistent with current way of doing
Linux-compat things (should be no-op change though)
PR: ports/107307 [1]
Submitted by: Eygene Ryabinkin [1]
Reported by: Rostislav Krasny [2]
|
|
|
|
|
| |
PR: ports/107655
Submitted by: Stepan Zastupov <redchrom@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
script checked explicitly in /usr/local for pwlib. This patch has
also been sent upstream.
Patch does not affect build when LOCALBASE == /usr/local, so no
PORTREVISION bump required.
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
|
|
|
|
|
| |
PR: 107657
Submitted by: Steve Ames <steve@energistic.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Author: Kevin Dangoor
WWW: http://www.turbogears.org/docs/plugins/template.html
Approved by: alexbl (mentor)
|
|
|
|
| |
- Add an UPDATING entry to point out changes regarding the database backend(s).
|
|
|
|
|
|
|
| |
Author: Elvelind Grandin
WWW: http://www.turbogears.org/docs/plugins/template.html
Approved by: alexbl (mentor)
|
|
|
|
| |
- take maintainership
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Full diff at
<http://people.freebsd.org/~thierry/ports/cdf31_060324-061205.diff>.
Reported by: fenner's distfiles survey
|
|
|
|
| |
* sync Makefile.localized with three ooo-2 ports.
|
|
|
|
|
|
|
| |
-pass maintainership to submitter [1]
PR: ports/107598 [1]
Submitted by: Marcelo Araujo [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
*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)
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter [1]
- Remove former maintainer from pkg-descr
Submitted by: Marcelo Araujo <araujo@bsdmail.org> [1]
PR: ports/107618 [1]
|
|
|
|
|
|
|
|
| |
- Taken maintainership by araujo@bsdmail.org
PR: ports/107619
Submitted by: araujo@bsdmail.org
Approved by: alexbl (mentor)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
Submitted by: Marcelo Araujo <araujo@bsdmail.org> (new maintainer)
PR: ports/107620
|
|
|
|
| |
supported by OOo and installs as one package.
|
| |
|
|
|
|
| |
Approved by: alexbl (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|