installation.
COPYTREE_* macros install files with cpio -dumpl (l -- hardlink) and
then do chmod & chown against the newly installed files, so when
WRKSRC and PREFIX are under the same filesystem, permissions of the
original files under the working directory are also affected. That
was how installing files with wrong permissions caused make test under
the working directory to fail.
- Add a small patch that gets rid of the "ordering CD from..." sleeps,
speeding up initial configure time
Update requested by: Terry Kennedy <terry@tmk.com>
Currently it can create database, create/drop/alter
tables, create/drop/alter stored procedures, functions
and triggers, delete/edit/add fields, execute any SQL
statement, and manage keys on fields. The main difference
between phpMinAdmin and phpMyAdmin is that phpMinAdmin
is light-weight.
WWW: http://phpminadmin.sourceforge.net
PR: ports/126915
Submitted by: Wen Heping <wenheping at gmail.com>
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
- Add new UID and GID for pgbouncer
- Improve handling of example configuration files
- Add support for the reload rc command
- Other minor enhancements
PR: ports/126454
Submitted by: mm
Approved by: skv (maintainer)
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.
Some note:
* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist
* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.
For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.
Have fun!
with C code. ADOdb will auto-detect if this extension is installed and use it
automatically. This extension is compatible with ADOdb 3.32 or later, and
PHP 4.3.*, 4.4.*, 5.0.* and 5.1.*.
WWW: http://adodb.sourceforge.net/
PR: ports/126062
Submitted by: JoeHorn <joehorn@gmail.com>
require 'jdbc/mysql'
to make the driver accessible to JDBC and ActiveRecord code running in JRuby.
WWW: http://rubyforge.org/projects/jruby-extras/
PR: ports/126325
Submitted by: Alexander Logvinov <ports at logvinov,com>
that can be used with JRuby.
It allows use of virtually any JDBC-compliant database with your
JRuby on Rails application.
WWW: http://rubyforge.org/projects/jruby-extras/
PR: ports/126326
Submitted by: Alexander Logvinov <ports at logvinov,com>
Note:
With this update several ports specific problems
have been fixed. Qt4 headers and libraries have
been moved to include/qt4 and lib/qt4. bsd.qt.mk
defines QT_INCDIR and QT_LIBDIR now, which could
be used in qt4-dependent ports if required.
Thanks to: Max Brazhnikov Danny Pansters
transparently use this columns as if they were normal columns
in your table.
WWW: http://search.cpan.org/dist/DBIx-Class-FrozenColumns/
PR: ports/125844
Submitted by: Vladimir Timofeev <vovkasm@gmail.com>
Approved by: gabor (mentor, implicit)
PORTVERSION. After that the PORTVERSION became 4.foo. Because this is
numerically lower than before, the PORTEPOCH should have been bumped.
Poked by: kris@
PR: 125814
Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
The original mysql2pgsql has changed maintainership. So this port is also
changed to based on the new maintainer's version.
- Pass maintainership to submitter
PR: ports/125580
Submitted by: Alex Kloss <klossalex at gmail.com> (maintainer)
in development for more than three years and concentrates
on ease of use, high performance, stability and portability.
The hamsterdb API is simple and self-documenting.The interface
is similar to other widely-used database engines.Fast algorithms
and data structures guarantee high performance for all scenarios.
Hamsterdb has hundreds of unittests with a test coverage of over
90%. Each release is tested with thousands of acceptance tests in
many different configurations, tested on up to six different
hardware architectures and operating systems.Written in plain
ANSI-C, hamsterdb runs on many architectures: Intel-compatible
(x86, x64), PowerPC, SPARC, ARM, RISC and others. Tested operating
systems include Microsoft Windows, Microsoft Windows CE, Linux,
SunOS and other Unices.
WWW: http://hamsterdb.com/index
PR: ports/125699
Submitted by: Wen Heping <wenheping at gmail.com>
engine. It is one of many PostgreSQL interfaces for the Python
programming language. pg8000 is somewhat distinctive in that
it is written entirely in Python and does not rely on any
external libraries (such as a compiled python module, or
PostgreSQL's libpq library). pg8000 supports the standard
Python DB-API version 2.0.
WWW: http://pybrary.net/pg8000/
PR: ports/125664
Submitted by: Wen Heping <wenheping at gmail.com>
methodics described in "Dynamic Sub-classing DBIx::Class proxy classes"
in DBIx::Class::Manual::Cookbook.
WWW: http://search.cpan.org/dist/DBIx-Class-DynamicSubclass/
PR: ports/125618
Submitted by: Vladimir Timofeev <vovkasm at gmail.com>
SpatiaLite (a very simple and elementary task), the SQLite DBMS is enable to
load, store and manipulate Spatial Data (aka GeographicData, GIS Data,
Cartographic Data, GeoSpatial Data, Geometry Data and alike). SpatiaLite
implements spatial extensions following the specification of the Open
Geospatial Consortium (OGC).
WWW: http://www.gaia-gis.it/spatialite-2.0/index.html
PR: ports/125528
Submitted by: Wen Heping <wenheping at gmail.com>
The ruby extension for access to FrontBase databases is not
currently available in the FreeBSD ports tree.
PR: ports/124085
Submitted by: Mitchell Smith <mjs@bur.st>
processlists. It can filter it using different criterias like execution time,
query type, user or regexp matching of the SQL query etc. Actions can then be
peformed on the result like killing, sorting or generating statistics.
This is a bundle of several ports covering many typical requirements
for building an Apple WebObjects deployment environment. Each port
is or has a dependancy with some other port in the bundle, and have
therefore been lodged collectively.
databases/openbase-jdbc:
This is the official implementation of JDBC, the Java Database
Connectivity API, for accessing OpenBase databases from Java.
WWW: http://www.openbase.com/
PR: ports/117299
Submitted by: Quinton Dolan <q@onthenet.com.au>
This is a bundle of several ports covering many typical requirements
for building an Apple WebObjects deployment environment. Each port
is or has a dependancy with some other port in the bundle, and have
therefore been lodged collectively.
databases/p5-DBD-FrontBase:
This is the official implementation of DBD::FrontBase, the DBI Database
Connectivity driver, for accessing FrontBase databases from Perl.
WWW: http://www.frontbase.com/
PR: ports/117299
Submitted by: Quinton Dolan <q@onthenet.com.au>
This is a bundle of several ports covering many typical requirements
for building an Apple WebObjects deployment environment. Each port
is or has a dependancy with some other port in the bundle, and have
therefore been lodged collectively.
databases/frontbase-jdbc:
This is the official implementation of JDBC, the Java Database
Connectivity API, for accessing FrontBase databases from Java.
WWW: http://www.frontbase.com/
PR: ports/117299
Submitted by: Quinton Dolan <q@onthenet.com.au>
This is a bundle of several ports covering many typical requirements
for building an Apple WebObjects deployment environment. Each port
is or has a dependancy with some other port in the bundle, and have
therefore been lodged collectively.
databases/frontbase-jdbc:
This is the official implementation of JDBC, the Java Database
Connectivity API, for accessing FrontBase databases from Java.
WWW: http://www.frontbase.com/
PR: ports/117299
Submitted by: Quinton Dolan <q@onthenet.com.au>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
This is a bundle of several ports covering many typical requirements
for building an Apple WebObjects deployment environment. Each port
is or has a dependancy with some other port in the bundle, and have
therefore been lodged collectively.
databases/frontbase:
FrontBase is a high performance, scalable, SQL 92 compliant relational
database server created in the internet age for universal deployment.
WWW: http://www.frontbase.com/
PR: ports/117299
Submitted by: Quinton Dolan <q@onthenet.com.au>
Updates for all maintained versions of PostgreSQL are available today:
8.3.3, 8.2.9, 8.1.13, 8.0.17 and 7.4.21. These releases fix more than
two dozen minor issues reported and patched over the last few months.
All PostgreSQL users should plan to update at their earliest
convenience. People in affected time zones, in particular, should
upgrade as soon as possible.
Release Notes:
http://www.postgresql.org/docs/8.3/static/release.html
Also, fix umask error in periodic script [1].
PR: ports/124457 [1]
Submitted by: Alexandre Perrin
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
warehouse designers, and has many unique features geared specifically for the
data warehouse architect. It allows users to reverse-engineer existing
databases, perform data profiling on source databases, and auto-generate ETL
metadata.
Plus, the Power*Architect has the ability to take snapshots of database
structures, allowing users to design DW data models while working offline.
PR: ports/124318
Submitted by: José García Juanino <jjuanino at gmail.com>
runs on KDE. It uses libpqxx library. Main features:
* Browsing through PostgreSQL system catalog
* Wizards for create, modify and drop database objects
* Wizards for database administration tasks (backup, restore, vacuum,
analyze)
* Wizards for changing access privileges
* SQL Query/result windows, for editing and executing SQL statements
and viewing result
* Datatable windows for edit database tables content
* Executor windows for run database functions
WWW: http://kpogre.sourceforge.net/
PR: ports/124287
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
more PostgreSQL database tables. It uses a flat file per database
table, and you can configure as many Sections as you want, each one
associating a table name and a data file.
Data are parsed and rewritten, then given to PostgreSQL COPY command.
Parsing is necessary for dealing with end of lines and eventual trailing
separator characters, and for column reordering: your flat data file may
not have the same column order as the database table has.
pgloader is also able to load some large objects data into PostgreSQL,
as of now only Informix UNLOAD data files are supported. This command
gives large objects data location information into the main data file.
pgloader parse it add the text or bytea content properly escaped to the
COPY data.
pgloader issues some timing statistics every "commit_every" commits. At
the end of processing each section, a summary of overall operations,
numbers of rows copied and commits, time it took in seconds, errors
logged and database errors is issued.
WWW: http://pgfoundry.org/projects/pgloader/
PR: ports/124210
Submitted by: Pierre-Emmanuel Andre
from a PostgreSQL log file. pgFouine can help you to determine which
queries you should optimize to speed up your PostgreSQL based
application.
WWW: http://pgfouine.projects.postgresql.org/
PR: ports/123464
Submitted by: Pierre-Emmanuel Andre <pea at raveland.org>
PG'OCaml is a type-safe, simple interface to PostgreSQL from OCaml. It lets you
embed SQL statements directly into OCaml code.
PR: ports/118800
Submitted by: Jaap Boender <jaapb at kerguelen.org>