| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: 137222
Submitted by: myself
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=239345
|
|
|
|
|
|
|
|
|
| |
PR: 137576
Submitted by: Edmondas Girkantas <eg@fbsd.lt>
Approved by: wen heping <wenheping@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=239325
|
|
|
|
| |
Notes:
svn path=/head/; revision=239309
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/AnyEvent/Changes
Notes:
svn path=/head/; revision=239301
|
|
|
|
| |
Notes:
svn path=/head/; revision=239282
|
|
|
|
| |
Notes:
svn path=/head/; revision=239269
|
|
|
|
|
|
|
| |
previous commit.
Notes:
svn path=/head/; revision=239254
|
|
|
|
| |
Notes:
svn path=/head/; revision=239253
|
|
|
|
|
|
|
|
| |
PR: ports/137630
Submitted by: "J.R. Oldroyd" <fbsd at opal.com> (maintainer)
Notes:
svn path=/head/; revision=239249
|
|
|
|
|
|
|
|
| |
PR: ports/137627
Submitted by: "J.R. Oldroyd" <fbsd at opal.com> (maintainer)
Notes:
svn path=/head/; revision=239248
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- rework KDE4_BUILDENV
All ports:
- remove needless post-extract target
- make patches relative to ${PATCH_WRKSRC}
- clean up
- bump PORTREVISION when required
databases/akonadi:
- replace dependency on boost-python-libs with boost-libs
(finally, boost-pyhton does not conflict with boost \o/)
deskutils/kdepim*:
- replace boost-python-libs with boost-libs
- reduce dependencies
- respect PREFIX
- fix build with qt3 installed
misc/kdeedu4:
- add dependency on astro/xplanet (for KStars)
misc/kdeutils4:
- add dependency on devel/qca (for okteta)
- make dependency on kdebase non-optional
multimedia/kdemultimedia4:
- add optional support for PulseAudio
x11/kdebase4:
- remove needless dependency on kdebase4-runtime
x11/kdebase4-runtime, x11/kdebase4-workspace
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
x11/kdelibs4
- remove needless dependencies
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
Notes:
svn path=/head/; revision=239247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
structures (binary or textual).
It is based on the concept of defining data
structures in a declarative manner,
rather than procedural code: more complex constructs are
composed of a hierarchy of simpler ones.
PR: ports/137593
Submitted by: Piotr Florczyk <p.florczyk at adminworkshop.pl>
Notes:
svn path=/head/; revision=239241
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Attribute-Handlers/Changes
Notes:
svn path=/head/; revision=239239
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Storable/ChangeLog
Notes:
svn path=/head/; revision=239238
|
|
|
|
| |
Notes:
svn path=/head/; revision=239197
|
|
|
|
|
|
|
|
|
| |
fixed upstream. Set DEPRACATED and a 1 month EXPIRATION_DATE.
Approved by: maintainer
Notes:
svn path=/head/; revision=239195
|
|
|
|
| |
Notes:
svn path=/head/; revision=239193
|
|
|
|
| |
Notes:
svn path=/head/; revision=239191
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout (5 months)
Notes:
svn path=/head/; revision=239190
|
|
|
|
|
|
|
| |
Reported by: Andreas Tobler <andreast-list@fgznet.ch>
Notes:
svn path=/head/; revision=239185
|
|
|
|
|
|
|
|
| |
PR: 137366
Submitted by: "Carlos A. M. dos Santos" <unixmania@gmail.com> (based on)
Notes:
svn path=/head/; revision=239180
|
|
|
|
| |
Notes:
svn path=/head/; revision=239149
|
|
|
|
|
|
|
|
|
|
|
|
| |
programming with Python, while remaining clear and simple.
WWW: http://www.aspyct.org/
PR: ports/137522
Submitted by: Sofian Brabez <sbrabez at gmail.com>
Notes:
svn path=/head/; revision=239145
|
|
|
|
|
|
|
|
|
| |
PR: ports/136973
Reviewed by: Wes Morgan <morganw@chemikals.org>
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=239144
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 137501
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=239128
|
|
|
|
|
|
|
|
| |
PR: ports/136683
Submitted by: uqs@spoerlein.net
Notes:
svn path=/head/; revision=239125
|
|
|
|
|
|
|
|
| |
PR: 137472
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=239115
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
based on repoze.who (which deals with authentication and
identification).
On the one hand, it enables an authorization system based on the
groups to which the `authenticated or anonymous` user belongs and
the permissions granted to such groups by loading these groups
and permissions into the request on the way in to the downstream
WSGI application.
And on the other hand, it enables you to manage your groups and
permissions from the application itself or another program, under
a backend-independent API. For example, it would be easy for you
to switch from one back-end to another, and even use this framework
to migrate the data.
WWW: http://what.repoze.org/docs/1.x/
PR: ports/137459
Submitted by: Wen Heping <wenheping at gmail.com>
Notes:
svn path=/head/; revision=239113
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
repoze.who's original middleware to make it easier to forge
authentication, without bypassing identification (this is,
running the metadata providers).
It's been created to ease testing of repoze.who-powered
applications, in a way independent of the identifiers,
authenticators and challengers used originally by your
application, so that you won't have to update your test
suite as your application grows and the authentication
method changes.
WWW: http://code.gustavonarea.net/repoze.who-testutil/
PR: ports/137458
Submitted by: Wen Heping <wenheping at gmail.com>
Notes:
svn path=/head/; revision=239112
|
|
|
|
|
|
|
|
| |
PR: 137517
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
Notes:
svn path=/head/; revision=239101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With the generated bindings you get access to substantial portions
of the Qt API from within Qt Script.
Qt is a cross-platform application framework for desktop and embedded
development. It includes an intuitive API and a rich C++ class
library, integrated tools for GUI development and internationalization,
and support for Java? and C++ development.
WWW: http://qtscriptgenerator.googlecode.com
Submitted by: Mina R Waheeb <syncer at gmail.com>
Notes:
svn path=/head/; revision=239092
|
|
|
|
| |
Notes:
svn path=/head/; revision=239079
|
|
|
|
| |
Notes:
svn path=/head/; revision=239068
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
scripts, man pages, etc...
Both install() and uninstall() are specific to the way
ExtUtils::MakeMaker handles the installation and deinstallation of
perl modules. They are not designed as general purpose tools.
WWW: http://search.cpan.org/dist/ExtUtils-Install/
Notes:
svn path=/head/; revision=239062
|
|
|
|
| |
Notes:
svn path=/head/; revision=239052
|
|
|
|
|
|
|
|
| |
Security: CVE-2009-2412
Approved by: so (simon), pgollucci (in principle - I think...)
Notes:
svn path=/head/; revision=239051
|
|
|
|
|
|
|
|
|
| |
Security: http://vuxml.FreeBSD.org/bce1f76d-82d0-11de-88ea-001a4d49522b.html
Security: CVE-2009-2411
Approved by: so (simon, security issue, maintainer bypass)
Notes:
svn path=/head/; revision=239049
|
|
|
|
| |
Notes:
svn path=/head/; revision=239029
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/aliased/Changes
Notes:
svn path=/head/; revision=239023
|
|
|
|
| |
Notes:
svn path=/head/; revision=238994
|
|
|
|
|
|
|
| |
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.24.html.
Notes:
svn path=/head/; revision=238989
|
|
|
|
|
|
|
|
|
|
|
|
| |
for arbitrary WSGI applications. It acts as WSGI middleware.
WWW: http://www.repoze.org/
PR: ports/137419
Submitted by: Wen Heping <wenheping at gmail.com>
Notes:
svn path=/head/; revision=238983
|
|
|
|
|
|
|
|
|
| |
PR: 137418
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=238980
|
|
|
|
|
|
|
| |
- Take maintainership
Notes:
svn path=/head/; revision=238969
|
|
|
|
|
|
|
|
| |
PR: 137376
Submitted by: Yuri <yuri@tsoft.com> (maintainer)
Notes:
svn path=/head/; revision=238957
|
|
|
|
|
|
|
|
|
|
| |
WWW: http://www.vectrace.com/mercurialeclipse/
PR: ports/136089
Submitted by: Edmondas Girkantas <eg at fbsd.lt>
Notes:
svn path=/head/; revision=238956
|
|
|
|
| |
Notes:
svn path=/head/; revision=238942
|
|
|
|
| |
Notes:
svn path=/head/; revision=238941
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove gcc 295, 32, 33, 40, and 40 support [2]
- Bump PORTREVISION
PR: ports/136971 [1]
ports/136679 [2]
Submitted by: Aragon Gouveia <aragon@phat.za.net> [1]
Ulrich Spoerlein <uqs@spoerlein.net> [2]
gerald [2]
Notes:
svn path=/head/; revision=238939
|
|
|
|
|
|
|
|
|
|
| |
- required by p5-Net-Twitter
PR: ports/137305
Submitted by: Cezary Morga <cm_AT_therek dot net>
Notes:
svn path=/head/; revision=238937
|