non port: databases/Makefile |
Number of commits found: 2069 (showing only 100 on this page) |
Thursday, 12 Oct 2017
|
14:02 dbaio
New port databases/zabbix34-libzbxpgsql: PostgreSQL monitoring module for
zabbix34-agent
This project provides comprehensive monitoring of PostgreSQL servers using a
natively compiled Zabbix agent module, written in C.
The module enables discovery and monitoring of tablespaces, databases,
namespaces, tables, indexes, etc.
WWW: http://cavaliercoder.com/libzbxpgsql/
databases/zabbix32-libzbxpgsql -> databases/zabbix34-libzbxpgsql
PR: 222600
Submitted by: pg@pakhom.spb.ru
Approved by: Martin Waschbusch <martin@waschbuesch.de> (maintainer)
|
Tuesday, 26 Sep 2017
|
19:13 girgen
Add lazperf to the ports tree
and reenable databases/pointcloud
PR: 221577
|
18:30 mat
Remove non functionnal port.
Sponsored by: Absolight
|
18:26 adamw
Unhook pointcloud
r450685 introduced pointcloud, but not its dependency archivers/lazperf.
Once lazperf is added, pointcloud can be hooked back up.
|
17:51 girgen
Add pointcloud to the ports tree
A PostgreSQL extension for storing point cloud (LIDAR) data.
PR: 221577
|
Tuesday, 19 Sep 2017
|
19:48 bofh
[NEW] databases/pgroonga: Open-source fulltext search engine for PostGRESQL
PGroonga is a PostgreSQL extension. PGroonga provides a new index access
method that uses Groonga.
Groonga is an embeddable super fast full text search engine. It can be
embedded into MySQL. Mroonga is a storage engine that is based on Groonga.
Groonga can also work as standalone search engine.
PostgreSQL supports full text search against languages that use only
alphabet and digit. It means that PostgreSQL doesn't support full text
search against Japanese, Chinese and so on. You can use super fast full
text search feature against all languages by installing PGroonga into your
PostgreSQL!
WWW: https://pgroonga.github.io/
|
16:49 bofh
[NEW] databases/mroonga: Open-source fulltext search engine for MySQL
Mroonga is a storage engine for MySQL. It provides fast fulltext search
feature for all languages including Chinese, Japanese and Korean to all
MySQL users. Mroonga was called Groonga storage engine.
WWW: http://mroonga.org/
|
Monday, 11 Sep 2017
|
14:30 vanilla
Add py-lmdb 0.93, python bindings for LMDB.
PR: 222188
Submitted by: Keith Gaughan <k@sterechro.me>
|
13:10 mat
Sort categories Makefiles properly.
Sponsored by: Absolight
|
Thursday, 7 Sep 2017
|
14:32 jrm
New port, databases/pecl-rrd1: Copied from databases/pecl-rrd, so that
databases/pecl-rrd can be updated to version 2.0.1. Separate ports are
needed because databases/pecl-rrd does not support php 5.6 and
databases/pecl-rrd1 does not support php 7.0 and 7.1.
PR: 219939
Submitted by: daniel@blodan.se (maintainer)
|
Sunday, 3 Sep 2017
|
10:33 rene
Remove Python 3.3 and related ports, it expired today:
2017-09-01 lang/python33: No longer receives bug fixes, only security updates.
Please update to Python 3.6
databases/py33-gdbm
databases/py33-sqlite3
devel/py33-setuptools
x11-toolkits/py33-tkinter
devel/py3-enum34
|
Saturday, 26 Aug 2017
|
19:06 dbaio
New port databases/zabbix32-libzbxpgsql: PostgreSQL monitoring module for
zabbix32-agent
This project provides comprehensive monitoring of PostgreSQL servers using a
natively compiled Zabbix agent module, written in C.
The module enables discovery and monitoring of tablespaces, databases,
namespaces, tables, indexes, etc.
WWW: http://cavaliercoder.com/libzbxpgsql/
databases/zabbix3-libzbxpgsql -> databases/zabbix32-libzbxpgsql
PR: 221831
Submitted by: Martin Waschbusch <martin@waschbuesch.de>
|
18:39 dbaio
New port databases/zabbix22-libzbxpgsql: PostgreSQL monitoring module for
zabbix22-agent
This project provides comprehensive monitoring of PostgreSQL servers using a
natively compiled Zabbix agent module, written in C.
The module enables discovery and monitoring of tablespaces, databases,
namespaces, tables, indexes, etc.
WWW: http://cavaliercoder.com/libzbxpgsql/
databases/zabbix3-libzbxpgsql -> databases/zabbix22-libzbxpgsql
PR: 221830
Submitted by: Martin Waschbusch <martin@waschbuesch.de>
|
18:14 dbaio
databases/libzbxpgsql: Update to 1.1.0, Rename to databases/zabbix3-libzbxpgsql
Rename to allow multiple version of libzbxpgsql to coexist, each one
uses a different zabbix-agent version.
Add CONFLICTS in preparation for multiple versions as well.
PR: 221798
Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer)
|
Thursday, 24 Aug 2017
|
09:06 tz
New port: databases/rubygem-peek-pg
Take a peek into the Postgres queries made during your application's requests.
Things this peek view provides:
- Total number of Postgres queries called during the request
- The duration of the queries made during the request
WWW: https://github.com/peek/peek-pg
|
09:02 tz
New port: databases/rubygem-peek-mysql2
Take a peek into the MySQL queries made during your application's requests.
Things this peek view provides:
- Total number of MySQL queries called during the request
- The duration of the queries made during the request
WWW: https://github.com/peek/peek-mysql2
|
Monday, 21 Aug 2017
|
20:22 swills
databases/sqlitebrowser: update to 3.10.0; remove sqlitebrowser-qt5
Since QT4 is dropped, sqlitebrowser-qt5 is now sqlitebrowser.
PR: 221699
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
14:11 krion
CockroachDB is a distributed SQL database built on a transactional
and strongly-consistent key-value store. It scales horizontally;
survives disk, machine, rack, and even datacenter failures with
minimal latency disruption and no manual intervention; supports
strongly-consistent ACID transactions; and provides a familiar SQL
API for structuring, manipulating, and querying data.
CockroachDB is inspired by Google's Spanner and F1 technologies, and
it's completely open source.
PR: 221635
Submitted by: James Nugent <freebsd@jen20.com>
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D12088
|
Wednesday, 16 Aug 2017
|
21:41 antoine
Fix INDEX
|
18:55 pi
New port: databases/postgres-xl
Postgres-XL is an open source project to provide both write-scalability and
massively parallel processing transparently to PostgreSQL. It is a collection
of tightly coupled database components which can be installed on more than one
system or virtual machine.
Write-scalable means Postgres-XL can be configured with as many database
servers as you want and handle many more writes (updating SQL statements) than
a single standalone database server could otherwise do. You can have more than
one database server that provides a single database view. Any database update
from any database server is immediately visible to any other transactions
running on different servers. Transparent means you do not necessarily need
to worry about how your data is stored in more than one database servers
internally.
WWW: http://www.postgres-xl.org/
PR: 219164
Submitted by: Jov <amutu@amutu.com>
|
Saturday, 12 Aug 2017
|
14:19 romain
New port databases/puppetdb-terminus5
Copy databases/puppetdb-terminus4 to databases/puppetdb-terminus5 and update.
While here, update/Fix conflicts with databases/puppetdb-terminus[34].
|
14:14 romain
New port databases/puppetdb5
Copy databases/puppetdb4 to databases/puppetdb5 and update.
While here:
- Update/fix conflicts with databases/puppetdb[34];
- Remove broken indirect dependency in databases/puppetdb3 (no need to
rebuild, so not bumping PORTREVISION).
With hat: puppet
|
Friday, 11 Aug 2017
|
09:26 pi
New port: databases/pg_partman
pg_partman is an extension to create and manage both time-based and
serial-based table partition sets. Sub-partitoning is also supported.
Child table & trigger function creation is all managed by the extension
itself. Tables with existing data can also have their data partitioned in
easily managed smaller batches. Optional retention policy can automatically
drop partitions no longer needed. A background worker (BGW) process is
included to automatically run partition maintenance without the need of an
external scheduler (cron, etc) in most cases.
WWW: https://github.com/keithf4/pg_partman
PR: 214417
Submitted by: Lacey Powers <lacey.leanne@gmail.com>
Reviewed by: ler
|
Thursday, 10 Aug 2017
|
20:25 girgen
Add PostgreSQL-10 to the ports tree
|
Monday, 7 Aug 2017
|
13:46 tz
New port: databases/pgloader3
Pgloader loads data into PostgreSQL using the COPY streaming protocol,and
doing so with separate threads for reading and writing data.Asynchronous
IO,compiled to the metal programming language.
pgloader knows how to read data from MySQL,SQLite or dBase databases,and
knows how to discover the schema and properly cast data types over.It also
knows how to read CSV files in several definitions of CSV,and fixed columns
files.
WWW: http://pgloader.io
PR: 219165
Submitted by: Jov <amutu@amutu.com>
|
Sunday, 30 Jul 2017
|
14:18 pi
New port: databases/grass7
databases/grass: renamed to databases/grass6
- submitter becomes maintainer
- changed dependency for graphics/qgis to grass6
Geographic Resources Analysis Support System
(GRASS GIS)
An open source Geographical Information System (GIS) with raster,
topological vector, image processing, and graphics production functionality
that operates on various platforms through a graphical user interface and
shell in X-Windows. It is released under GNU General Public License (GPL).
WWW: http://grass.osgeo.org/
PR: 221087
Submitted by: lbartoletti@tuxfamily.org
|
Thursday, 27 Jul 2017
|
09:19 tz
New port: databases/pg_dirtyread
The pg_dirtyread extension provides the ability to read dead but unvacuumed
rows from a relation.
WWW: https://github.com/ChristophBerg/pg_dirtyread
PR: 220537
Submitted by: Jov <amutu@amutu.com>
|
Tuesday, 25 Jul 2017
|
21:11 jrm
databases/rubygem-active_model_serializers: Conventions-based JSON
generation for Rails
WWW: https://github.com/rails-api/active_model_serializers
|
19:57 jrm
databases/rubygem-mario-redis-lock: Ruby distributed lock using Redis, with an
emphasis on transparency
WWW: https://github.com/marioizquierdo/mario-redis-lock
|
Tuesday, 18 Jul 2017
|
23:40 dbaio
databases/py-odbc: Update to 4.0.17, Rename to databases/py-pyodbc
Rename to comply with PyPI scheme
While here:
- Switch to USES=localbase and remove a patch that does the same
- STRIP pyodbc.so
PR: 220305
Submitted by: rob.kruus@gmail.com (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11587
|
Monday, 17 Jul 2017
|
11:15 tz
New port: databases/postgresql-orafce
The "orafce" is a module of PostgreSQL. It implements of some functions from
the Oracle database. The functionality was verified on Oracle 10g, and the
module is useful for production work. This module contains some useful function
which can help with porting Oracle application to PostgreSQL or can be useful
generally.
WWW: https://github.com/orafce/orafce
PR: 219616
Submitted by: Jov <amutu@amutu.com>
|
10:20 tz
New port: databases/postgresql-zhparser
Zhparser is a PostgreSQL extension for full-text search of Chinese. It use
Simple Chinese Word Segmentation (SCWS) as driver and highly configurable and
easy to use. The default dictionary of Zhparser is for Simplified Chinese. If
you use Tranditional Chinese,you can download the dicionary from SCWS offical
site.
WWW: https://github.com/amutu/zhparser
PR: 219649
Submitted by: Jov <amutu@amutu.com>
|
Friday, 14 Jul 2017
|
09:14 tz
New port: databases/postgresql-tds_fdw
Tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that
use the Tabular Data Stream (TDS) protocol, such as Sybase databases and
Microsoft SQL server. The current version does not yet support JOIN push-down,
or write operations. It does support WHERE and column pushdowns when
match_column_names is enabled.
WWW: https://github.com/tds-fdw/tds_fdw
PR: 219671
Submitted by: Jov <amutu@amutu.com>
|
Wednesday, 12 Jul 2017
|
19:07 swills
databases/py-sispy: create port
Client library for interacting with the SIS RESTful API
WWW: https://pypi.python.org/pypi/sispy
PR: 219823
Submitted by: Rick Miller <vmiller@hostileadmin.com>
|
Tuesday, 11 Jul 2017
|
10:10 vd
databases/mysqlwsrep57-server: New port, MySQL 5.7.x for Galera replication
|
Thursday, 6 Jul 2017
|
10:10 tz
New port: databases/pg_repack
Pg_repack is a PostgreSQL extension which lets you remove bloat from tables and
indexes, and optionally restore the physical order of clustered indexes. Unlike
CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on
the processed tables during processing. pg_repack is efficient to boot, with
performance comparable to using CLUSTER directly.
WWW: https://github.com/reorg/pg_repack
PR: 219679
Submitted by: Jov <amutu@amutu.com>
|
Wednesday, 5 Jul 2017
|
13:08 tz
New port: databases/pgFormatter
This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
works with any other databases too. pgFormatter can work as a console
program or as a CGI. It will automatically detect his environment and
output as text or as HTML following the context. Keywords highlighting
will only be available in CGI context.
WWW: https://github.com/darold/pgFormatter
PR: 219681
Submitted by: Jov <amutu@amutu.com>
|
09:24 tz
New port: databases/plpgsql_check
Plpgsql_check is next generation of plpgsql_lint. It allows to check source
code by explicit call plpgsql_check_function. The SQL statements inside
PL/pgSQL functions are checked by validator for semantic errors. These errors
can be found by plpgsql_check_function. PostgreSQL 9.2 is required, PostgreSQL
9.3, 9.4, 9.5, 9.6 and 10 are supported.
WWW: https://github.com/okbob/plpgsql_check
PR: 219680
Submitted by: Jov <amutu@amutu.com>
|
Friday, 30 Jun 2017
|
21:08 swills
databases/timescaledb: create port
An open-source time-series database optimized for fast ingest and complex
queries built on PostgreSQL.
WWW: http://www.timescale.com/
PR: 220347
Submitted by: kbowling
|
Sunday, 25 Jun 2017
|
23:16 amdmi3
- Add database/pldebugger
This module is a set of shared libraries which implement an API for
debugging pl/pgsql functions on PostgreSQL 8.4 and above.
WWW: https://git.postgresql.org/gitweb/?p=pldebugger.git;a=summary
|
17:26 rene
Remove expired ports:
2017-06-15 databases/pgpool-II: Deprecated by upstream; use database/pgpool
instead
2017-06-15 databases/pgpool-II-30: Deprecated by upstream; use database/pgpool
instead
2017-06-18 games/libgames-support: Superseded by libgnome-games-support, no
longer used by anything
2017-06-22 net/sixxs-aiccu: SixXS shutdown on 2017-06-06,
https://www.sixxs.net/sunset/
databases/pgpoolAdmin: depended on expired databases/pgpool-II and only
supported PostgreSQL 9.2 which is will EOL in September 2017
|
Friday, 23 Jun 2017
|
21:18 sunpoet
Add rubygem-flipper-active_record 0.10.2
Flipper ActiveRecord is an ActiveRecord adapter for Flipper.
WWW: https://github.com/jnunemaker/flipper
|
09:02 tz
New port: databases/postgresql-mysql_fdw
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for MySQL.
The following enhancements are added to the mysql_fdw:
Write-able FDW
Connection Pooling
Where clause push-down
Column push-down
Prepared Statment
Please note that this version of mysql_fdw works with PostgreSQL 9.3, 9.4, 9.5
and 9.6.
WWW: https://github.com/EnterpriseDB/mysql_fdw
PR: 219636
Submitted by: Jov <amutu@amutu.com>
|
Tuesday, 20 Jun 2017
|
10:15 mat
A modern, feature-rich and highly tunable PHP client
library for Apache Cassandra and DataStax Enterprise.
Using exclusively Cassandra's binary protocol and
Cassandra Query Language v3.
WWW: https://pecl.php.net/package/cassandra
PR: 219706
Submitted by: daniel@blodan.se
Sponsored by: Absolight
|
Saturday, 17 Jun 2017
|
13:44 rakuco
Update the Calligra ports to 3.0.1.
The 3.x series is based on KDE Frameworks 5, and some programs have been split
into separate ports:
- Sheets, Words & co are in editors/calligra.
- Krita is in graphics/krita.
- Kexi is in databases/kexi.
- The calligra-l10n* ports are now part of editors/calligra itself.
Okular support in editors/calligra and Marble support in textproc/kreport have
been disabled for now because they need the KF5 version of those ports.
Thanks to everyone who's tested it and worked on it in our area51 repository.
Submitted by: Adrian de Groot <groot@kde.org>, tcberner, rakuco
Reviewed by: rakuco, mat (earlier versions)
Differential Revision: https://reviews.freebsd.org/D10167
|
Tuesday, 13 Jun 2017
|
10:28 tz
New port: databases/postgresql-cstore_fdw
Cstore_fdw is a extension of PostgreSQL. This extension uses the Optimized Row
Columnar (ORC) format for its data layout. ORC improves upon the RCFile format
developed at Facebook, and brings the following benefits:
- Compression: Reduces in-memory and on-disk data size by 2-4x. Can be
extended to support different codecs.
- Column projections: Only reads column data relevant to the query.
Improves performance for I/O bound queries.
- Skip indexes: Stores min/max statistics for row groups, and uses them
to skip over unrelated rows.
Further, cstore_fdw used the Postgres foreign data wrapper APIs and type
representations with this extension. This brings:
- Support for 40+ Postgres data types. The user can also create new types
and use them.
- Statistics collection. PostgreSQL's query optimizer uses these stats to
evaluate different query plans and pick the best one.
- Simple setup. Create foreign table and copy data. Run SQL.
WWW: https://github.com/citusdata/cstore_fdw
PR: 219635
Submitted by: Jov <amutu@amutu.com>
|
03:30 wen
Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL
compatible schema. It connects your Oracle database, scan it automatically
and extracts its structure or data, it then generates SQL scripts that you
can load into your PostgreSQL database. Ora2Pg can be used from reverse
engineering Oracle database to huge enterprise database migration or simply
to replicate some Oracle data into a PostgreSQL database. It is really easy
to used and doesn't need any Oracle database knowledge than providing the
parameters needed to connect to the Oracle database.
WWW: https://github.com/darold/ora2pg
PR: 219682
Submitted by: amutu@amutu.com
|
Sunday, 4 Jun 2017
|
19:59 sunpoet
Sort SUBDIRs
|
Sunday, 28 May 2017
|
20:52 brnrd
databases/mariadb102-server: Add MariaDB 10.2 ports
- Add mariadb102-client port
- Add RocksDB storage engine
- Add non-base page compressors
- First sweep at making cmake patches upstreamable
|
Thursday, 25 May 2017
|
03:45 jrm
databases/rubygem-redis-actionpack-rails50: Create rails version 5.0 port
by copying databases/rubygem-redis-actionpack-rails5
Approved by: swills (mentor, implicit)
|
01:32 jrm
databases/rubygem-pghero-rails50: Create rails version 5.0 port by copying
databases/rubygem-pghero-rails5
Approved by: swills (mentor, implicit)
|
01:20 jrm
Add entry in databases/Makefile for rubygem-globalid-rails50
Approved by: swills (mentor, implicit)
|
Monday, 22 May 2017
|
20:17 eugen
Re-add databases/p5-DBD-Oracle removed with r435735 as there is user demand for
it.
Tested by Konstantin Stroikovsky (maintainer of databases/oracle8-client).
Additional changes:
- take maintainership;
- simplify port: remove traces of oracle7-client and options OCI7/OCI8;
- bump PORTREVISION because of these changes.
Approved by: vsevolod (mentor)
|
Thursday, 18 May 2017
|
15:56 eugen
Re-add databases/oracle8-client removed with r435735 as there is user demand for
it.
The only way for native FreeBSD binaries to connect to modern Oracle databases
is
usage of OCI8 libraries supplied by the port. Additional changes:
- integrate patch supplied with PR 211107;
- assign maintainership to the submitter;
- supply additional MASTER_SITE;
- dead WWW link replaced with working copy of old one;
- bump PORTREVISION.
PR: 211107
Approved by: vsevolod (mentor)
|
Tuesday, 16 May 2017
|
10:57 tz
New port: databases/pgpool-II-36
This is an repo-copy of databases/pgpool-II-35 updated to 3.6.4
PR: 206839
|
10:19 tz
New port: databases/pgpool-II-35
This is an repo-copy of databases/pgpool updated to 3.5.8
PR: 206839
|
Saturday, 13 May 2017
|
12:11 sunpoet
Add rubygem-activemodel-serializers-xml 1.0.1
ActiveModel::Serializers::Xml provides XML serialization for your Active Model
objects and Active Record models.
WWW: https://github.com/rails/activemodel-serializers-xml
|
Wednesday, 10 May 2017
|
10:37 gahr
New port: databases/retcl
Retcl is an event-driven, object-oriented, Redis client library targetting the
Tcl scripting language. The library consists of a single Tcl Module file, which
makes it extremely easy to deploy or integrate into existing projects.
WWW: https://github.com/gahr/retcl
|
Tuesday, 9 May 2017
|
15:34 bsam
New port: databases/mongodb34-rocks.
This is a port of a MongoDB database with a RocksDB storage engine.
PR: 210570
Submitted by: Simun Mikecin <numisemis@yahoo.com>
|
Monday, 1 May 2017
|
13:42 jrm
Create and update rails5 ports to prevent installation of the same ports
for rails4 and rails5
Approved by: swills (mentor, implicit)
|
Sunday, 30 Apr 2017
|
15:47 ler
2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code
has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months
(google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google
code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code
has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has
gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months
(google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has
gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google
code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six
months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code
has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code
has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code
has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has
gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone
away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has
gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code
has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google
code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google
code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months
(google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months
(google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone
away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008,
requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone
away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google
code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone
away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google
code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google
code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has
gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has
gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google
code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months
(google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months
(google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code
has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months
(google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone
away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has
gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has
gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google
code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google
code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code
has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has
gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code
has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months
(google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than
six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code
has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code
has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has
gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone
away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has
gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has
gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code
has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has
gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has
gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code
has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has
gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google
code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code
has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months
(google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code
has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone
away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code
has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months
(google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code
has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has
gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months
(google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code
has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
|
Friday, 28 Apr 2017
|
22:47 sunpoet
Add rubygem-activerecord50 5.0.2 (copied from rubygem-activerecord5)
- Add PORTSCOUT
|
22:46 sunpoet
Add rubygem-activemodel50 5.0.2 (copied from rubygem-activemodel5)
- Add PORTSCOUT
|
Wednesday, 26 Apr 2017
|
15:03 bsam
databases/mongodb34-tools: Add a new stable mongodb tools version 3.4.x.
PR: 218205
Submitted by: Simun Mikecin <numisemis@yahoo.com>
|
12:34 bsam
databases/mongodb34: Add a new stable mongodb 3.4.x version.
PR: 213220
Submitted by: Eric Camachat <eric@camachat.org>
|
Tuesday, 25 Apr 2017
|
15:58 mat
Varstack is a system that allows you to stack of layer a set of
configuration variables and let definitions in the higher more specific
levels of the stack override/extend the broader one in the lower levels.
Sponsored by: Absolight
|
Thursday, 20 Apr 2017
|
12:01 jrm
New port, databases/rubygem-active_record_query_trace: Rails 3+ plugin to
log sources of SQL queries to Rails log
This port is being added because it is a dependency of the upcoming
net-im/mastodon port.
WWW: https://github.com/ruckus/active-record-query-trace/
Reviewed by: swills (mentor, implicit)
|
Tuesday, 18 Apr 2017
|
19:38 sunpoet
Add rocksdb-lite 5.2.1
PR: 218409
Submitted by: lx
|
Friday, 14 Apr 2017
|
18:40 swills
databases/py3-apsw: create port
Python 3 version of py-apsw
|
12:29 rene
Remove expired ports:
2017-04-14 databases/pgpool-II-22: Deprecated by upstream; use database/pgpool
instead
2017-04-14 databases/pgpool-II-23: Deprecated by upstream; use database/pgpool
instead
|
Monday, 10 Apr 2017
|
20:24 jrm
New port, databases/rubygem-pghero: A performance dashboard for Postgres
Adding this because it is a dependency of the upcoming www/mastodon port.
WWW: https://github.com/ankane/pghero/
Approved by: swills (mentor, implicit)
|
17:11 rene
Remove expired ports:
2017-02-05 sysutils/puppet38: Upstream support ended, see
http://tinyurl.com/puppet3eol
2017-03-31 editors/libreoffice4: Deprecated by upstream
2017-03-31 databases/rubygem-redis-actionpack4: Use
databases/rubygem-redis-actionpack instead
2017-03-31 devel/rubygem-nio4r1: Use devel/rubygem-nio4r instead
2017-03-31 devel/liborcus07: Deprecated by upstream, use devel/liborcus
2017-03-31 devel/mdds0: Deprecated by upstream, use devel/mdds
2017-03-31 security/openvpn23-polarssl: Replaced by new upstream relesae 2.4.x
2017-03-31 security/openvpn23: Replaced by new upstream relesae 2.4.x
2017-03-31 textproc/p5-XML-XSH: Deprecated by upstream
2017-03-31 www/rubygem-jquery-atwho-rails-rails4: Use
www/rubygem-jquery-atwho-rails instead
2017-03-31 www/p5-Catalyst-Plugin-Singleton: Deprecated by upstream
2017-04-01 x11/lumina-i18n: Obsolete, i18n files included in x11/lumina
2017-04-01 sysutils/jail2: Starting with 10.0 functionality has been merged into
base.
2017-04-01 sysutils/iocage-devel: Outdated version. Please use
sysutils/py-iocage instead
2017-04-01 sysutils/iocage: Outdated version. Please use sysutils/py-iocage
instead
2017-04-05 databases/puppetdb: Depends on expired sysutils/puppet38, use
puppetdb[34] instead
2017-04-05 databases/puppetdb-terminus: Depends on expired sysutils/puppet38,
use puppetdb-terminus[34]
2017-04-08 databases/pglesslog: Does not build with recent PostgreSQL versions
2017-04-08 textproc/go-text: Go libraries should not be packaged
2017-04-08 devel/go-pretty: Go libraries should not be packaged
2017-04-08 databases/godis: Go libraries should not be packaged
2017-04-10 www/moodle29: Upstream support EoL, please migrate to moodle32
|
Tuesday, 4 Apr 2017
|
09:37 sunpoet
Add ruby-xapian 1.4.3 (copied from xapian-bindings)
- Update to 1.4.3
- Add BUILD_DEPENDS
- Update WWW
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3
https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
https://trac.xapian.org/wiki/ReleaseOverview/1.4.0
|
09:36 sunpoet
Add py-xapian 1.4.3 (copied from xapian-bindings)
- Update to 1.4.3
- Add BUILD_DEPENDS
- Update WWW
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3
https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
https://trac.xapian.org/wiki/ReleaseOverview/1.4.0
|
09:35 sunpoet
Add php-xapian 1.4.3 (copied from xapian-bindings)
- Update to 1.4.3
- Add BUILD_DEPENDS
- Update WWW
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3
https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
https://trac.xapian.org/wiki/ReleaseOverview/1.4.0
|
09:33 sunpoet
Add lua-xapian 1.4.3 (copied from xapian-bindings)
- Update to 1.4.3
- Add BUILD_DEPENDS
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3
https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
https://trac.xapian.org/wiki/ReleaseOverview/1.4.0
|
09:32 sunpoet
Add xapian-bindings12 1.2.24 (copied from xapian-bindings)
- Update LIB_DEPENDS
- Add CONFLICTS_INSTALL
- Update WWW
|
09:30 sunpoet
Add p5-Xapian 1.4.3.0
This module wraps most methods of most Xapian classes. The missing classes and
methods should be added in the future. It also provides a simplified, more
'perlish' interface - as demonstrated above.
The Xapian library is evolving very quickly at the time of writing, hence any
documentation placed here would be likely to become out of date quite rapidly,
and I do not have the patience to write some which could rapidly become
redundant.
WWW: https://xapian.org/
|
09:29 sunpoet
Move databases/p5-Search-Xapian to databases/p5-Search-Xapian12
- Update LIB_DEPENDS
- Add CONFLICTS_INSTALL
- Bump PORTREVISION for dependent ports
|
09:28 sunpoet
Add xapian-core12 1.2.24 (copied from xapian-core)
- Add CONFLICTS_INSTALL
- Update WWW
|
Saturday, 1 Apr 2017
|
22:05 bapt
Remove more obsolete gnome2 components
|
Wednesday, 29 Mar 2017
|
19:43 rene
Remove (almost) expired port:
2017-04-01 databases/py-sqlalchemy08: Upstream has declared this version EoL:
please migrate to databases/py-sqlalchemy10
|
Saturday, 18 Mar 2017
|
17:17 sunpoet
Add pecl-couchbase 2.3.0
The PHP client library provides fast access to documents stored in
a Couchbase Server.
WWW: https://pecl.php.net/package/couchbase
PR: 217645
Submitted by: John Chen <johnpupu@gmail.com>
|
Sunday, 12 Mar 2017
|
19:45 rene
Remove expired port:
2017-03-01 databases/py-sqlalchemy09: Upstream has declared this version EoL:
please migrate to databases/py-sqlalchemy10
|
16:44 lifanov
New port: databases/phpliteadmin , web-based SQLite database admin tool written
in PHP
Features
Lightweight - consists of a single 200KB source file for portability
Supports SQLite3 and SQLite2 databases
Translated and available in over 10 languages - and counting
Specify and manage an unlimited number of databases
Specify a directory and optionally its subdirectories to scan for databases
Create and delete databases
Add, delete, rename, empty, and drop tables
Browse, add, edit, and delete records
Add, delete, and edit table columns
Manage table indexes
Manage table triggers
Import and export tables, structure, indexes, and data (SQL, CSV)
View data as bar, pie, and line charts
Graphical search tool to find records based on specified field values
Create and run your own custom SQL queries in the free-form query
editor/builder
Easily apply core SQLite functions to column values using the GUI
Write your own PHP functions to be available to apply to column values
Design your own theme using CSS or install a pre-made theme from the
community
All presented in an intuitive, easy-to-use GUI that allows non-technical,
SQL-illiterate users to fully manage databases
Allows multiple installations on the same server, each with a different
password
Secure password-protected interface with login screen and cookies
PR: 214806
Submitted by: olevole@olevole.ru
|
Wednesday, 8 Mar 2017
|
22:58 rene
Remove expired ports:
2017-03-07 databases/oracle8-client: Oracle 8 EOL by 10 years
2017-03-07 databases/oracle7-client: Oracle 7 EOL by 13 years
2017-03-07 databases/yasql: Dependent on deprecated oracle7-client
2017-03-07 databases/jdbc-oracle10g: Oracle 10g EOL almost 4 years
2017-03-07 databases/p5-DBD-Oracle: Depends on deprecated Oracle 7 (or 8) client
2017-03-07 databases/jdbc-oracle8i: Oracle8i unsupported and unavailable; fetch
site redirects
2017-03-07 databases/jdbc-oracle9i: Oracle 9i is no more supported
|
Tuesday, 7 Mar 2017
|
18:19 pi
New port: databases/p5-Store-CouchDB
Store::CouchDB provides a simple perlish interface for working with
Apache CouchDB.
WWW: http://search.cpan.org/dist/Store-CouchDB/
PR: 217597
Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
|
Sunday, 5 Mar 2017
|
20:05 tobik
New port: databases/sqliteconvert
Sqliteconvert is a set of tools to convert SQLite3 schema files into
documentation. It includes sqlite2dot(1), which converts into a
graphviz file; sqlite2html(1), which converts into an HTML5 fragment;
and sqliteconvert(1), which pulls these tools together with some sane
default templates.
WWW: https://kristaps.bsd.lv/sqliteconvert/
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9895
|
Friday, 3 Mar 2017
|
06:24 wen
DBIx::Lite was written with some goals in mind, that no other
available module provides. Such goals/key features are:
no need to define your database schema (most features work without
one and some advanced features only require some bits, and still
not the full table definitions)
no need to connect to database: the module can just generate SQL
for you
chained methods with lazy SQL generation
joins/relationships
optional custom classes for results and resultsets with custom methods
SQL::Abstract syntax
paging features (with Data::Page)
WWW: http://search.cpan.org/dist/DBIx-Lite/
|
Wednesday, 1 Mar 2017
|
18:30 amdmi3
ClickHouse is an open-source column-oriented database management
system that allows generating analytical data reports in real time.
WWW: https://clickhouse.yandex/
PR: 216152
Submitted by: proler@gmail.com
|
Sunday, 26 Feb 2017
|
14:00 sunpoet
Add rubygem-arel7 (copied from rubygem-arel)
|
Wednesday, 22 Feb 2017
|
17:31 lifanov
add databases/mysqlwsrep56-server
- MySQL version enabled for Galera Replication
PR: 214807
Submitted by: Philip Stoev <philip.stoev@galeracluster.com>
Reviewed by: matthew, mat, mmokhi
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D9427
|
Friday, 17 Feb 2017
|
20:49 pi
New port: databases/p5-File-Locate
File::Locate provides the locate() function that scans the locate
database for a given substring or POSIX regular expression. The
module can handle both plain old locate databases as well as the
more hip slocate format.
WWW: http://search.cpan.org/dist/File-Locate/
|
Wednesday, 15 Feb 2017
|
14:57 sunpoet
Add pecl-redis 3.1.1 (copied from php56-redis and updated to 3.1.1)
- Remove databases/php56-redis, databases/php70-redis and databases/php71-redis
- Add MOVED entries
- While I'm here, add LICENSE_FILE
Changes: https://pecl.php.net/package-changelog.php?package=redis
PR: 216700
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer of
databases/php71-redis)
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer of
databases/php56-redis),
Joshua Ruehlig <joshruehlig@gmail.com> (maintainer of databases/php70-redis,
timeout, 14 days)
|
Wednesday, 8 Feb 2017
|
23:45 sunpoet
Add pecl-memcached2 (copied from pecl-memcached)
- Add PORTSCOUT
- Update WWW
- Add GitHub repository to WWW
|
Tuesday, 31 Jan 2017
|
20:48 rene
Remove expired ports:
2017-01-31 databases/rubygem-arel3: Use devel/rubygem-arel or
devel/rubygem-arel6 instead
2017-01-31 databases/rubygem-arel5: Use devel/rubygem-arel or
devel/rubygem-arel6 instead
2017-01-31 www/tinymce3: Use www/tinymce instead
2017-01-31 devel/p5-IO-Detect: Use devel/p5-Scalar-Does instead
2017-01-31 devel/pear-PHPUnit3: Deprecated by upstream, use devel/phpunit
instead
|
Saturday, 28 Jan 2017
|
11:18 rene
Remove expired ports:
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
|
Thursday, 26 Jan 2017
|
14:38 sunpoet
Add php71-redis 3.0.0 (copied from php70-redis)
- While I'm here, remove PHP_MODNAME
PR: 216495
Submitted by: Daniel Ylitalo <daniel@blodan.se>
|
Tuesday, 24 Jan 2017
|
17:41 sunpoet
Add php71-memcache 3.0.8 (copied from php70-memcache)
|
12:56 tz
Connect PHP 7.1 ports (r432324)
|
Number of commits found: 2069 (showing only 100 on this page) |