| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
maintaining seed data in a database. It uses a variety of techniques gathered
from various places around the web and combines them to create what is
hopefully the most robust seed data system around.
WWW: http://github.com/mbleigh/seed-fu
PR: ports/182705
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes:
svn path=/head/; revision=331087
|
|
|
|
| |
Notes:
svn path=/head/; revision=330641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9
2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9
2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9
2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9
2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9
2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9
2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9
2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9
2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9
2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9
2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9
2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9
2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9
2013-10-10 security/ruby-acl: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9
2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9
2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9
2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
Notes:
svn path=/head/; revision=330056
|
|
|
|
|
|
|
| |
Approved by: gnome (implicit)
Notes:
svn path=/head/; revision=329654
|
|
|
|
|
|
|
| |
Approved by: gnome (implicit)
Notes:
svn path=/head/; revision=329653
|
|
|
|
|
|
|
|
|
| |
supported version
While here fix a typo in MOVED
Notes:
svn path=/head/; revision=329115
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
database independent connectivity API similarly to what JDBC, ODBC and other
connectivity libraries do. It supports Sqlite3, PostgreSQL, MySQL and as many
RDBMSs as possible via cppdb-odbc bridge.
It was written with performance, simplicity in use and locale safety as the
primary goals in mind. It also provides both explicit verbose API and brief
and nice syntactic sugar.
WWW: http://cppcms.com/sql/cppdb/
PR: ports/180404
Submitted by: Mohammad S. Babaei <info@babaei.net>
Notes:
svn path=/head/; revision=329100
|
|
|
|
| |
Notes:
svn path=/head/; revision=329050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Did not convert to staging as it fails to build when enabled currently
Riak is a distributed database designed for maximum availability:
so long as your client can reach one server, it should be able to
write data. In most failure scenarios the data you want to read
should be available, albeit possibly stale.
WWW: http://basho.com/riak/
PR: ports/182317
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=328458
|
|
|
|
|
|
|
|
| |
PR: 182032 (based on)
Submitted by: Trevor Caira <trevor@bitba.se>
Notes:
svn path=/head/; revision=327229
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
engine. In contrast to other wrappers such as pysqlite it focuses
on being a minimal layer over SQLite attempting just to translate
the complete SQLite API into Python. The documentation has a section
on the differences between APSW and pysqlite. APSW supports CPython
2.3 onwards and CPython 3.1 onwards.
PR: ports/181938
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Notes:
svn path=/head/; revision=327055
|
|
|
|
| |
Notes:
svn path=/head/; revision=326569
|
|
|
|
|
|
|
|
|
|
| |
Update libgda5 to 5.0.3 and libgdamm5 to 4.99.6.
Libgda 5 is the new version of libgda data abstraction library.
Obtained from: gnome dev repo.
Notes:
svn path=/head/; revision=326490
|
|
|
|
|
|
|
|
| |
2013-09-04 www/p5-Catalyst-Plugin-Unicode-Encoding: This module now part of core Catalyst distribution
2013-09-04 databases/phpmyadmin35: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php
Notes:
svn path=/head/; revision=326267
|
|
|
|
|
|
|
|
| |
Requested by: koobs
Reviewed by: koobs, mva
Notes:
svn path=/head/; revision=325853
|
|
|
|
| |
Notes:
svn path=/head/; revision=325558
|
|
|
|
|
|
|
|
|
|
| |
Redigo is a Go client for the Redis database. It supports all Redis
commands, pipelining, publish/subscribe and connection pooling.
Approved by: crees (mentor)
Notes:
svn path=/head/; revision=325213
|
|
|
|
|
|
|
|
| |
PR: ports/180313
Submitted by: Anes Mukhametov <anes@anes.su>
Notes:
svn path=/head/; revision=325201
|
|
|
|
|
|
|
|
| |
PR: ports/180306
Submitted by: Anes Mukhametov <anes@anes.su>
Notes:
svn path=/head/; revision=325200
|
|
|
|
|
|
|
| |
useful at that.
Notes:
svn path=/head/; revision=324749
|
|
|
|
|
|
|
|
|
|
| |
DBIx::Class::Helpers is a collection of tools to help simplify the
common tasks in DBIx::Class.
WWW: http://search.cpan.org/dist/DBIx-Class-Helpers/
Notes:
svn path=/head/; revision=324673
|
|
|
|
|
|
|
|
|
|
| |
This is useful when using a single instance of Redis with multiple, different
applications.
WWW: http://github.com/resque/redis-namespace
Notes:
svn path=/head/; revision=323936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Notes:
svn path=/head/; revision=323748
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A fork of the shatypes extension which adds additional
data types along with some fixes.
WWW: http://pgxn.org/dist/hashtypes/
PR: ports/180137
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Notes:
svn path=/head/; revision=323551
|
|
|
|
|
|
|
|
|
| |
2013-07-11 databases/embedded_innodb: The Embedded InnoDB project was terminated a few years ago
2013-07-11 print/lyx16: Unmaintained upstream, upgrading to the 2.x series is advised
2013-07-11 security/py-crack: Superseded by security/py-cracklib
Notes:
svn path=/head/; revision=322762
|
|
|
|
|
|
|
|
|
| |
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
Notes:
svn path=/head/; revision=321684
|
|
|
|
|
|
|
|
|
| |
object relational mapper.
WWW: http://www.doctrine-project.org/
Notes:
svn path=/head/; revision=321391
|
|
|
|
|
|
|
|
|
| |
power the ORM package.
WWW: http://www.doctrine-project.org/
Notes:
svn path=/head/; revision=321389
|
|
|
|
|
|
|
| |
WWW: http://www.doctrine-project.org/
Notes:
svn path=/head/; revision=321388
|
|
|
|
|
|
|
|
|
|
| |
removed with MySQL 4.1 and 5.0 respectively.
PR: ports/179707
Reported by: John Marino <draco@marino.st>
Notes:
svn path=/head/; revision=321331
|
|
|
|
|
|
|
|
|
|
| |
A driver for an efficient Tarantool/Box NoSQL in-memory storage.
PR: ports/178617
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Notes:
svn path=/head/; revision=321063
|
|
|
|
|
|
|
|
|
|
|
|
| |
Simplify installation over previous versions.
License change to Affero GNU General Public License v3 (AGPL v3).
Announcement: https://oss.oracle.com/pipermail/bdb/2013-June/000056.html
ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html
Notes:
svn path=/head/; revision=320540
|
|
|
|
|
|
|
| |
WWW: http://pear.horde.org
Notes:
svn path=/head/; revision=319906
|
|
|
|
|
|
|
| |
While here, fix flo's typo...
Notes:
svn path=/head/; revision=319888
|
|
|
|
|
|
|
| |
Approved by: ale (maintainer)
Notes:
svn path=/head/; revision=319886
|
|
|
|
|
|
|
| |
2012-06-21 databases/php-sqlite3: No upstream development and superseded by databases/php5-sqlite3 and databases/php53-sqlite3
Notes:
svn path=/head/; revision=319809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
subclass of SQL::Abstract, fully compatible with the parent class, but
it handles a few additional SQL constructs, and provides a different API
with named parameters instead of positional parameters, so that various
SQL fragments are more easily identified.
This module was designed for the specific needs of DBIx::DataModel, but is
published as a standalone distribution, because it may possibly be useful
for other needs.
WWW: http://search.cpan.org/dist/SQL-Abstract-More/
PR: ports/176883
Submitted by: Espen Tagestad <espen@tagestad.no>
Notes:
svn path=/head/; revision=319423
|
|
|
|
|
|
|
|
|
|
| |
WWW: https://github.com/mailru/tarantool-ruby
PR: ports/178624
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Notes:
svn path=/head/; revision=319338
|
|
|
|
| |
Notes:
svn path=/head/; revision=319061
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The driver does not have external dependencies, but includes the official
light-weight Tarantool C client (a single C header which implements all
protocol formatting) for packing requests and unpacking server responses.
WWW: https://github.com/dr-co/dr-tarantool/
PR: ports/178618
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Notes:
svn path=/head/; revision=319057
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update the repocopied port to 0.8.1 [1]
- Re-order OPTIONS conditionals [1]
- Make BUILD_DEPENDS use TEST_DEPENDS when TESTS option is true [1]
PR: ports/178498 [1]
Submitted by: koobs
Notes:
svn path=/head/; revision=318899
|
|
|
|
|
|
|
|
| |
PR: ports/177997
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes:
svn path=/head/; revision=318441
|
|
|
|
| |
Notes:
svn path=/head/; revision=317925
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update databases/phpmyadmin to 4.0.0
Version 4.0.0 is the first release of a new major version, and
involves some significant changes in functionality. In particular it
now requires Javascript in order to operate.
Provide a new phpmyadmin35 port to track the 3.5.x branch for those
not wishing to upgrade yet. Note that you will have to adjust your
httpd.conf if you switch to this port, as it installs the application to
${LOCALBASE}/www/phpMyAdmin35
Notes:
svn path=/head/; revision=317295
|
|
|
|
|
|
|
| |
Approved by: ale
Notes:
svn path=/head/; revision=316631
|
|
|
|
|
|
|
|
|
|
|
| |
Top like utility for PostgreSQL activity monitoring
WWW: https://github.com/julmon/pg_activity
Feature safe: yes
Notes:
svn path=/head/; revision=315915
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-04-09 x11-drivers/xf86-video-radeonhd-devel: Unsupported devel version
2013-04-10 devel/ros-image_common: Depends on devel/ros_common which is broken for more than 6 months
2013-04-10 devel/ros-laser_pipeline: Depends on devel/ros_common which is broken for more than 6 months
2013-03-01 databases/php52-rrdtool: PHP 5.2 series is strongly discouraged for new installations, migrate now
2013-03-05 devel/ros-common: Broken for more than 6 month
Feature safe: yes
Notes:
svn path=/head/; revision=315825
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
engine with spatialite extensions.
It is almost fully compliant with the Python database API version 2.0 also
exposes the unique features of SQLite and spatialite.
WWW: https://code.google.com/p/pyspatialite/
PR: ports/173079
Submitted by: lbartoletti <coder@tuxfamily.org>
Notes:
svn path=/head/; revision=315396
|
|
|
|
|
|
|
|
|
|
| |
DBIx::Dump allows you to easily dump database data, retrieved using DBI,
into a variety of formats including Excel, CSV, etc...
WWW: http://search.cpan.org/dist/DBIx-Dump/
Notes:
svn path=/head/; revision=315305
|
|
|
|
|
|
|
| |
deskutils/kdepim4-runtime.
Notes:
svn path=/head/; revision=315087
|