Commit graph

7135 commits

Author SHA1 Message Date
Boris Samorodov
eda86fe37b Add linux-f8-sqlite3 3.4.2, the library that implements an embeddable
SQL database engine (Linux Fedora 8).
2009-04-06 16:06:50 +00:00
Joe Marcus Clarke
bbdd0a08c7 Upate to 4.0.1. 2009-04-06 05:41:38 +00:00
Tom McLaughlin
780a3db19c Fix build with Python 2.6
- chase moved db.h include location

PR:		130410
Submitted by:	David Naylor
Approved by:	maintainer timeout
2009-04-06 05:12:40 +00:00
Philippe Audeoud
912f8bf380 - Update to 2.12.0 2009-04-03 14:00:56 +00:00
Martin Wilke
c75460073c There's plenty of modules which need a database, and they all have
to be configured differently and they're always a PITA when you first
install and each and every time they upgrade.

Test::Database provides a simple way for test authors to request
a test database, without worrying about environment variables or the
test host configuration.

WWW: http://search.cpan.org/dist/Test-Database/

PR:		ports/133273
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-04-02 18:26:51 +00:00
Martin Wilke
17b10cca7b - Update to 1.7.1
PR:		133257
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-04-02 11:08:28 +00:00
Alex Dupre
7bd0b24591 Update to 5.1.33 release. 2009-04-01 08:50:54 +00:00
Vanilla I. Shu
6e643ee67d Fix build.
Submitted by:	QAT
2009-03-31 08:58:44 +00:00
Vanilla I. Shu
754e0a0166 Upgrade to 0.27. 2009-03-31 07:59:35 +00:00
Martin Wilke
d2f9df45f4 - Update to 0.8.0
PR:		133195
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-03-31 07:40:17 +00:00
Thomas Abthorpe
eb642d570c - Set MAKE_JOBS_SAFE 2009-03-30 16:17:28 +00:00
Cheng-Lung Sung
060ce7a942 - Update to 0.53
Changes:	http://search.cpan.org/dist/Jifty-DBI/Changes
2009-03-30 05:19:03 +00:00
Lars Balker Rasmussen
c59885955c New port databases/p5-DBIx-Class-HTML-FormFu:
Fill a HTML::FormFu form from the database and vice-versa.

(Yes, I'm adding a deprecated port!  But I need it for a new module...)
2009-03-29 16:44:44 +00:00
Lars Balker Rasmussen
15a65a7f67 New port databases/p5-DBIx-Class-EncodedColumn:
This DBIx::Class component can be used to automatically encode a
column's contents whenever the value of that column is set.
2009-03-29 16:43:29 +00:00
Lars Balker Rasmussen
64fb3679bd New port databases/p5-DBIx-Class-DateTime-Epoch:
This module automatically inflates/deflates DateTime objects
corresponding to applicable columns. Columns may also be
defined to specify their nature, such as columns representing a
creation time (set at time of insertion) or a modification time
(set at time of every update).
2009-03-29 16:42:33 +00:00
Lars Balker Rasmussen
715a991e79 Update to 1.51 2009-03-29 11:21:44 +00:00
Li-Wen Hsu
8345e0da71 - Bump PORTREVISION to chase databases/tokyocabinet update 2009-03-28 15:03:02 +00:00
Li-Wen Hsu
90b382b298 - Update to 1.1.18
Approved by:	maintainer implicitly
2009-03-28 14:48:16 +00:00
Li-Wen Hsu
e14981bd4e - Update to 1.4.11
- Avoid to use http://tokyocabinet.sourceforge.net/ as distfiles [1]

PR:		ports/132648 [1]
Submitted by:	Gea-Suan Lin <gslin AT gslin.org>
Approved by:	maintainer implicitly
2009-03-28 14:47:28 +00:00
Steven Kreuzer
58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00
Martin Wilke
a00a402507 - Update to 0.14 2009-03-27 22:12:31 +00:00
Li-Wen Hsu
abf1799010 Add tokyotyrant 1.1.17, network interface of Tokyo Cabinet.
PR:		ports/132490
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-03-27 21:34:43 +00:00
Thierry Thomas
0b075ee77c Upgrade to 7.0.36 and make fetchable again.
Changelog at <http://download.aquafold.com/download/changelog.txt>.
2009-03-27 17:45:53 +00:00
Pav Lucistnik
7c885f22cb - Mark BROKEN: does not fetch
Reported by:	pointyhat
2009-03-27 07:51:59 +00:00
Martin Wilke
29b0f94c60 - Update to 0.9.26
PR:		133082
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-03-26 15:01:29 +00:00
Alex Dupre
9d7b2d358c Add support for freetds-devel. 2009-03-26 09:40:22 +00:00
Martin Matuska
68c9190378 - Mark MAKE_JOBS_SAFE for SMP compilation
Approved by:	ale (maintainer, private e-mail)
2009-03-25 14:04:40 +00:00
Martin Matuska
2478af75fd - Mark MAKE_JOBS_SAFE for SMP compilation
PR:		ports/132965
Approved by:	ale (maintainer, private e-mail)
2009-03-25 12:57:46 +00:00
Lars Balker Rasmussen
471eca0026 New port, databases/p5-DBIx-Class-ResultSet-RecursiveUpdate
It is a base class for ResultSets providing just one method: recur-
sive_update which works just like update_or_create but can recursively
update or create data objects composed of multiple rows. All rows need
to be identified by primary keys - so you need to provide them in the
update structure (unless they can be deduced from the parent row - for
example when you have a belongs_to relationship).  If not all colums
comprising the primary key are specified - then a new row will be cre-
ated, with the expectation that the missing columns will be filled by
it (as in the case of auto_increment primary keys).
2009-03-25 10:43:25 +00:00
Xin LI
4f50044cf3 Update to 3.1.3.1 and 2.11.9.5.
Submitted by:	maintainer
Security:	06f9174f-190f-11de-b2f0-001c2514716c
2009-03-25 07:44:34 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Pav Lucistnik
a85d0d8658 - Fix bug when dba_replace() will truncate INI file when it was asked to
replace a 52 non-existent key.

PR:		ports/129459
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Reviewed by:	maintainer timeout (ale; 3 months)
Security:	http://www.securityfocus.com/archive/1/498746/30/0/threaded
2009-03-24 17:02:45 +00:00
Alex Dupre
47269d0c7a Update to 6.0.10 release. 2009-03-24 11:12:17 +00:00
Marcus Alves Grando
9c36a15274 - Fix NOPORT* build
Reported by:	QAT
2009-03-23 23:38:18 +00:00
Xin LI
20537f5454 Update to 4.7.25.3 2009-03-23 19:10:13 +00:00
Xin LI
9fe8de3d9e Update to 4.6.21.4. (Patch #3 was rerolled and verified by hand) 2009-03-23 17:38:25 +00:00
Martin Matuska
f6a72ebaee - Add MAKE_JOBS_SAFE variable (enable SMP compilation)
- Tinderbox tested on SMP systems i386 + amd64

PR:		ports/132970
Submitted by:	mm (myself)
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-03-23 15:36:21 +00:00
Martin Matuska
0bcde9db87 - Mark port MAKE_JOBS_SAFE 2009-03-23 12:18:31 +00:00
Marcus Alves Grando
b93c8d444f - Change hard coded TCL dependancy to USE_TCL
PR:		132381
Submitted by:	Scot W. Hetzel <swhetzel___gmail.com>
2009-03-23 05:31:39 +00:00
Marcus Alves Grando
2e5523abb0 - Update to 3.6.11
- Change hard coded TCL dependancy to USE_TCL [1]

PR:		132382 [1]
Submitted by:	Scot W. Hetzel <swhetzel___gmail.com> [1]
2009-03-23 05:31:15 +00:00
Martin Wilke
928fef1309 - Update to 3.69 2009-03-22 14:39:44 +00:00
Jimmy Olgeni
f0644eba90 Run slon with daemon(8) to properly detach from the console.
Set default log levels to 0.
Remove debug code from startup script.

PR:		ports/132849
Approved by:	maintainer
2009-03-22 13:28:24 +00:00
Lars Balker Rasmussen
1dcc87ad5e Update to 1.50
PR:		132617
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-03-22 00:22:12 +00:00
Johan van Selst
5825e74c88 Avoid define names that conflict with standard system headers:
T_DIVIDE is defined in machine/trap.h (included from sys/signal.h)

Reported by:	pav (from pointyhat)
2009-03-21 18:56:07 +00:00
Martin Wilke
973bfc5f23 - Update to 1.8.10 2009-03-21 00:55:10 +00:00
Martin Wilke
ea29ec4b7b - Update to 2.0.19
PR:		132738
Submitted by:	Ports Fury
2009-03-20 23:01:03 +00:00
Dmitry Marakasov
ac3d6777f7 - Update to 0.9.1
PR:		132837
Submitted by:	Alexander Logvinov <ports at logvinov dot com> (maintainer)
2009-03-20 22:37:52 +00:00
Dmitry Marakasov
f48091f4ac - Update to 0.9.1
PR:		132836
Submitted by:	Alexander Logvinov <ports at logvinov dot com> (maintainer)
2009-03-20 22:37:49 +00:00
Martin Wilke
5c7085cc5c - Update to 0.51
Approved by:	maintainer implicit
2009-03-20 21:00:02 +00:00
Li-Wen Hsu
608eea75fc - Update to 1.0.0
PR:		ports/132642
Submitted by:	Joe Horn <joehorn AT gmail.com>
Approved by:	wen heping <wenheping AT gmail.com> (maintainer)
2009-03-20 12:03:05 +00:00
Palle Girgensohn
e6109cdbcf Update PostgreSQL to latest versions.
The PostgreSQL Project today released minor versions updating all active
branches of the PostgreSQL object-relational database system, including
versions 8.3.7, 8.2.13, 8.1.17, 8.0.21 and 7.4.25. This release fixes a denial
of service issue with encoding conversion, and all users should update their
installations at the next reasonable opportunity.

There are 12 other minor fixes contained in these update releases, including
fixes for xpath() functions in version 8.3. See the release notes for full
details.

URL: http://www.postgresql.org/docs/8.3/static/release-8-3-7.html
URL: http://www.postgresql.org/docs/8.2/static/release-8-2-13.html
URL: http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-17
URL: http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-21
URL: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-24
2009-03-18 15:13:39 +00:00
Jun Kuriyama
2be8e080b2 Add p5-DBIx-Class-AsFdat 0.03, perl extension like CDBI::Plugin::AsFdat. 2009-03-18 01:14:51 +00:00
Koop Mast
632316e658 Update to 4.0.0. 2009-03-17 16:07:40 +00:00
Rong-En Fan
edfa6f1fae - Chase graphics/gdal 1.6.0 update 2009-03-17 15:09:25 +00:00
Wesley Shields
dd1be81925 - Update to 1.2.0
PR:		ports/132644
Submitted by:	Piotr Rybicki <meritus@innervision.pl> (maintainer)
2009-03-17 00:04:00 +00:00
Martin Wilke
cae53ca0e1 Python extension for libmemcache, the C API to memcached. cmemcache API is the
same as python-memcache, so it is easy to replace python-memcache with
cmemcache, and vice versa.

WWW:	http://gijsbert.org/cmemcache/

PR:		ports/132699
Submitted by:	Qing Feng <qingfeng at me.com>
2009-03-16 21:46:57 +00:00
Martin Wilke
1e273a5040 - Update to 0.8.5 2009-03-16 15:23:59 +00:00
Martin Wilke
f79e3fb89b - Update to 1.8.9 2009-03-16 15:20:15 +00:00
Mark Linimon
7bbeb18540 Mark as broken on sparc64-6. 2009-03-16 07:32:57 +00:00
Martin Wilke
2120c17063 This port contains a MySQL DataStore implementation for GeoServer.
WWW: http://geoserver.org/display/GEOSDOC/MySQL+DataStore

PR:		ports/132415
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2009-03-15 20:54:04 +00:00
Martin Wilke
f0e254af95 - Update to 0.50
PR:		132660
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2009-03-15 19:51:07 +00:00
Martin Wilke
8e8b051d84 - Update to 1.5.4
PR:		132632
Submitted by:	José García Juanino <jjuanino@gmail.com> (maintainer)
2009-03-15 19:44:36 +00:00
Max Brazhnikov
d8e2ac325c Update to 1.8.0 2009-03-15 18:58:56 +00:00
Martin Wilke
21e82a3c44 ORLite is an object-relation system specifically tailored for SQLite that
follows many of the same principles as the ::Tiny series of modules and has
a design and feature set that aligns directly to the capabilities of SQLite.

WWW: http://search.cpan.org/dist/ORLite/

PR:		ports/132406
Submitted by:	Cezary Morga <cm at therek.net>
2009-03-15 17:11:18 +00:00
Martin Wilke
8e4871b771 ORLite::Migrate is a light weight single class Database Schema Migration
enhancement for ORLite. It provides a simple implementation of schema
versioning within the SQLite database using the built-in user_version pragma
(which is set to zero by default).

WWW: http://search.cpan.org/dist/ORLite-Migrate/

PR:		ports/132406
Submitted by:	Cezary Morga <cm at therek.net>
2009-03-15 17:10:33 +00:00
Felippe de Meirelles Motta
95254dda88 - Update to 2.03.
PR:		ports/132537
Submitted by:	Andrey Ignatov <rdna@rdna.ru>
2009-03-14 18:24:27 +00:00
Martin Wilke
9a12f1b3ee - Update to 2.4
PR:		132468
Submitted by:	Ports Fury
2009-03-14 14:10:20 +00:00
Shaun Amott
e947ebc240 Free most of my ports, since they aren't being maintained to a
reasonable standard.
2009-03-13 23:27:19 +00:00
Martin Wilke
9a4ffe3043 buzhug is a fast, pure-Python database engine, using a syntax that Python
programmers should find very intuitive.

The data is stored and accessed on disk (it is not an in-memory database);
the implementation has been designed to make all operations, and especially
selection, as fast as possible with an interpreted language.

The database is implemented as a Python iterator, yielding objects whose
attributes are the fields defined when the base is created ; therefore,
requests can be expressed as list comprehensions or generator expressions,
instead of SQL queries.

WWW:	http://buzhug.sourceforge.net/

PR:		ports/132278
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-03-12 19:21:04 +00:00
Lars Thegler
6c8e2f0b79 Update to 1.20 2009-03-12 09:51:47 +00:00
Martin Wilke
a97daa1dd6 - Update to 0.780
PR:		132387
Submitted by:	hideo <hideo@lastamericanempire.com>
2009-03-11 16:43:59 +00:00
Koop Mast
2c302d928d Update to 3.99.13.
Add jdbc plugin.
2009-03-10 15:21:08 +00:00
Koop Mast
5b755d8813 Update to 1.8.7. 2009-03-10 15:19:02 +00:00
Lars Thegler
bbc96eb642 Update to 0.09.004 (distversion 0.09004) 2009-03-10 14:59:58 +00:00
Li-Wen Hsu
5a6f8733bc - Bump PORTREVISION to chase databases/tokyocabinet update 2009-03-10 11:42:18 +00:00
Li-Wen Hsu
59d48ae512 - Update to 1.4.9 [2]
- Add SF mirrors [1]
- portlint(1) fix [1]

PR:		[1] ports/131799 [2] ports/131799
Submitted by:	[1] lwhsu [2] Gea-Suan Lin <gslin AT gslin.org>
2009-03-10 11:38:36 +00:00
Wesley Shields
79b0151eb6 - Update to 3119
- Fix WWW: line in pkg-descr

PR:		ports/132363
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
2009-03-09 23:02:52 +00:00
Martin Wilke
7c2593b133 2009-03-01 databases/rubygem-rrdtool: port no longer maintained by upstream use rrdtools own ruby bindings instead
2009-01-19 graphics/crystalentitylayer-devel: Depends on broken, expired port
2008-09-19 graphics/crystalspace-devel: Has been broken for more than 6 months
2009-03-09 21:29:10 +00:00
Martin Wilke
24b0a73817 - Update to 0.1.4
PR:		132423
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-03-09 20:47:25 +00:00
Martin Wilke
805f8352b8 - Update to 3.0.4
PR:		132341
Submitted by:	mm@
Approved by:	maintainer implicit
2009-03-09 20:46:24 +00:00
Akinori MUSHA
0d34a01112 Update to 2.8.1. 2009-03-09 11:32:19 +00:00
Akinori MUSHA
9bda7bfbed Update to 0.6.5. 2009-03-09 11:21:40 +00:00
Max Brazhnikov
4e4a31b9ed Bump PORTREVISION after changing dependencies 2009-03-09 01:17:57 +00:00
Max Brazhnikov
4ac1397e9e Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
2009-03-09 00:55:48 +00:00
Jun Kuriyama
d5f46201cb - Upgrade to 2.2 (my pcp patches are integrated to this release). 2009-03-08 22:59:44 +00:00
Martin Wilke
69baca2f0d - Update to 1.0.8 2009-03-06 10:06:22 +00:00
Philippe Audeoud
c386334b87 - Update to 0.779
PR:		ports/132164
Submitted by:	hideo <hideo at lastamericanempire.com>
2009-03-06 09:05:10 +00:00
Li-Wen Hsu
9744c6247b Add mydumper 0.1.5, mySQL Data Dumper.
PR:		ports/132310
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-03-05 18:39:45 +00:00
Alex Dupre
c8f7cc4d4d Add mysql embedded server library. 2009-03-04 15:45:54 +00:00
Alex Dupre
e2eb67cc32 Update to 5.1.32 release. 2009-03-04 07:50:02 +00:00
Alex Dupre
b17bc8bd2f Add mysqld embedded server library and fix pkg-plist. 2009-03-04 07:24:41 +00:00
Alex Dupre
2920056f61 Update to 5.1.31 and add mysqld embedded server library. 2009-03-03 16:35:52 +00:00
Sergey Skvortsov
1e430db796 Update to 0.96
Changes:	http://cpansearch.perl.org/src/MSERGEANT/CDB_File-0.96/CHANGES
PR:		ports/132284
Submitted by:	skv
Approved by:	maintainer
2009-03-03 15:44:10 +00:00
Cheng-Lung Sung
d2e8ae171d - Update to 0.38
Changes:	http://search.cpan.org/dist/BerkeleyDB/Changes
2009-03-03 07:41:26 +00:00
Beech Rintoul
3347e987ea - Add gnutls option
- Bump portrevision

Approved by:	Peter Lai <cowbert@gmail.com> (maintainer)
2009-03-03 06:18:42 +00:00
Beech Rintoul
73da9db3fe - Add options gui
- Add gnutls option [1]
- Fix to respect portdocs
- Fix plist
- Bump portrevision

PR:		ports/132081
Submitted by:	Matthew Ekstrand-Abueg <mattea@rescomp.berkeley.edu>
Approved by:	Peter Lai <cowbert@gmail.com> (maintainer)
2009-03-03 05:55:42 +00:00
Joe Marcus Clarke
e16f8b5c73 Remove Sybase support as it is Linux-only.
PR:		131870
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
2009-03-03 03:33:51 +00:00
Max Khon
bd2aeea50d Fix build with unixODBC 2.2.14. 2009-03-02 19:59:19 +00:00
Pav Lucistnik
0c92b10962 - Update to 1.1
Submitted by:	Thomas Crimi <tcrimi@gmail.com> (maintainer)
2009-03-02 00:22:36 +00:00
Martin Wilke
b677b4baf8 - Update to 1.0.7
Approved by:	maintainer implicit
2009-03-01 19:53:14 +00:00
Martin Wilke
82f095602a - Update to 2.0.9 2009-03-01 13:32:52 +00:00
Cheng-Lung Sung
2704f17b25 - Update to 0.37
Changes:	http://search.cpan.org/dist/BerkeleyDB/Changes
2009-03-01 03:21:49 +00:00
Joe Marcus Clarke
f5e43bff82 Allow the Berkeley database provider to build. 2009-02-28 20:52:24 +00:00
Joe Marcus Clarke
e24ee64862 Add libgda4-bdb, a Berkeley database provider for the libgda4 database
abstraction framework.
2009-02-28 20:52:06 +00:00
Joe Marcus Clarke
438311e240 Add a missing dependency on json-glib. 2009-02-28 20:24:43 +00:00
Joe Marcus Clarke
d8e569231a Correct COMMENT. 2009-02-28 20:21:52 +00:00
Joe Marcus Clarke
545d79f39e Update to 3.99.12. 2009-02-28 20:14:19 +00:00
Martin Wilke
568cbe5726 The openark kit is a set of utilities for MySQL. They solve everyday
maintenance tasks, which may be complicated or time consuming to work
by hand.

WWW:	http://code.openark.org/forge/openark-kit

PR:		ports/132175
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-02-28 19:57:35 +00:00
Joe Marcus Clarke
dbb747fa6e Update to 2.24.5. 2009-02-28 19:53:06 +00:00
Martin Wilke
2cfdc4e1a5 - Update to 3.1.3
PR:		132195
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2009-02-28 19:46:38 +00:00
Martin Wilke
f2cccad267 - Update to 1.3.1
- Update pkg-descr

PR:		131970
Submitted by:	Chenguang LI <horus.li@gmail.com> (maintainer)
2009-02-27 14:01:35 +00:00
Mathieu Arnold
79fb78b8e4 Update to 0.06 2009-02-26 21:39:38 +00:00
Dirk Meyer
85afd6e8ae - update to 0.12.0 2009-02-26 18:42:42 +00:00
Jun Kuriyama
502c239223 - Remove dependencies which are included in modern perl.
- Grab maintainership.
2009-02-25 22:57:32 +00:00
Sergey Skvortsov
428a152569 Update to 4.010
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.010/ChangeLog
PR:		ports/131387
Submitted by:	pgollucci
2009-02-23 14:48:24 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Sergey Skvortsov
e7be57e823 Update to 1.3
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1315
PR:		ports/132003
Submitted by:	mm
2009-02-23 14:02:24 +00:00
Marcus Alves Grando
3cbe650172 - Update to 1.2.3b1
- UnIGNORE
2009-02-22 22:18:10 +00:00
Max Brazhnikov
5f6ba2a345 Use my @FreeBSD.org email for the rest of my ports 2009-02-21 11:31:28 +00:00
Akinori MUSHA
7974bf2316 Update to 0.8.4. 2009-02-21 06:00:25 +00:00
Li-Wen Hsu
f3fe11e0f9 Add py-pytc 0.7, Tokyo Cabinet Python bindings. 2009-02-18 01:40:24 +00:00
Dmitry Marakasov
ec3ac05eb3 - Fix plist for WITH_PYTHON_MODULE case (add INSTALLS_EGGINFO)
PR:		130826
Submitted by:	myself
Approved by:	maintainer timeout
2009-02-18 00:55:42 +00:00
Martin Wilke
d7d64edfea - Reset Maintainer
PR:		131742
Submitted by:	"Sergey N. Voronkov" <serg@tmn.ru> (maintainer)
2009-02-16 20:43:17 +00:00
Alex Dupre
2b81cc2964 Update to 5.0.77 release. 2009-02-16 19:23:47 +00:00
Martin Wilke
9407875995 Amazon::SimpleDB provides a "low-level" perlish interface for working
with Amazon's SimpleDB (SMB) service.

WWW:	http://search.cpan.org/dist/Amazon-SimpleDB/

PR:		ports/131710
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-02-15 21:05:50 +00:00
Lars Balker Rasmussen
d484a02087 Add missing man-page to MAN3.
Noticed by: QAT
2009-02-15 17:19:18 +00:00
Stanislav Sedov
0503c116d9 - Fix pkg-plist.
- Ensure correct permissions on installed files by using COPYTREE macro
  while I'm here.

Reported by:	pav
2009-02-15 13:30:45 +00:00
Beech Rintoul
e23a2ab06e - Update to 0.82.1
- Hook into build
2009-02-14 23:31:43 +00:00
Max Brazhnikov
2d8b5de9c8 Update PyQt4 ports to 4.4.4, new ports:
devel/py-qt4-help
multimedia/py-qt4-phonon
textproc/py-qt4-xmlpatterns
www/py-qt4-webkit

Update QScintilla2 to 2.3.2, PyQt3 to 3.17.6, PyKDE3 to 3.16.2.

Pass maintainership to kde@FreeBSD.org. Thanks Danny Ricin for his great work.

PR:		based on ports/130219
Submitted by:	Dima Panov" <fluffy at fluffy.khv.ru>
2009-02-14 22:58:55 +00:00
Max Brazhnikov
6cd9fd8746 Remove CONFLICTS to qt4, bump PORTREVISION 2009-02-14 20:45:18 +00:00
Max Brazhnikov
3f0c56957c Remove BROKEN (fix was committed by fjoe)
remove CONFLICTS to qt4 plugins, it was resolved a long time ago
2009-02-14 20:43:31 +00:00
Lars Balker Rasmussen
db42037574 Update to 0.08012 2009-02-14 19:55:30 +00:00
Stanislav Sedov
9f2dedec0c - Fix plist after ruby update by generating it dynamically. 2009-02-14 14:42:08 +00:00
Martin Wilke
0de6632e22 - Fix plist after ruby update by generating it dynamically. 2009-02-14 01:22:17 +00:00
Stanislav Sedov
6ca7e8f09a - Fix plist after ruby plist by generating it dynamically. 2009-02-13 23:32:15 +00:00
Thomas Abthorpe
15ad88cd94 - Pass maintainership to submitter
Submitted by:	Sergey Voronkov via freebsd-ports@
2009-02-13 15:31:11 +00:00
Mathieu Arnold
ec045901ed Update to 1.18 2009-02-13 14:16:28 +00:00
Mathieu Arnold
5e44ccece9 Update to 2.01 2009-02-13 13:32:07 +00:00
Thomas Abthorpe
3db54de6b1 - Pass maintainership to submitter
Submitted by:	Glen Barber via freebsd-ports@
2009-02-13 01:49:12 +00:00
Cheng-Lung Sung
402cbe811e - Update to 2.2.2
PR:		ports/131279
Submitted by:	clsung
Approved by:	maintainer (Jonathan Weiss)
2009-02-12 02:59:04 +00:00
Thierry Thomas
5089d79960 Upgrade to 7.0.33 and unbreak.
Changelog at <http://download.aquafold.com/download/changelog.txt>.
2009-02-11 19:39:50 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00
Palle Girgensohn
4faeb886a5 Update PostgreSQL to latest versions.
URL: http://www.postgresql.org/about/news.1055

The PostgreSQL Project today released
updates to all active branches of the
PostgreSQL object-relational database
system, including versions 8.3.6,
8.2.12, 8.1.16, 8.0.20 and 7.4.24. These
updates include two serious fixes, for
autovacuum crashes in version 8.1 and
GiST indexing data loss in 8.3, and
those two versions should be updated as
soon as possible.

These update releases also include
patches for several low-risk security
holes, as well as up to 17 other minor
fixes, depending on your major version
of PostgreSQL. Included as well are
Daylight Savings Time changes for Nepal,
Switzerland and Cuba. See the release
notes for full details.

The first serious issue affects users
who are using version 8.1 with
Autovacuum, which will fail when XID
rollover is required. The second serious
issue can cause data loss when CLUSTER
is used with GiST indexes (such as full
text indexes) on version 8.3. Both
issues are fixed in these releases.
2009-02-10 11:59:15 +00:00
Anton Berezin
bf8f6f123e Update to 0.14.
Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
2009-02-10 11:45:11 +00:00
Martin Wilke
9ef8e2c699 py-simplecouchdb is a simple librairy to allow your python
applicationto use CouchDB.

With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completly dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.

WWW:	http://code.google.com/p/py-simplecouchdb/

PR:		ports/131296
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-09 16:54:34 +00:00
Vsevolod Stakhov
549b4ecf56 - Update py-mssql to 1.0.1
PR:		ports/131407
Submitted by:	Wen Heping <wenheping [at] gmail.com>
Approved by:	perky (maintainer)
2009-02-09 16:23:26 +00:00
Martin Wilke
7338cce131 - Update to 0.778
PR:		131502
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2009-02-09 13:08:48 +00:00
Martin Wilke
18ff77cf42 - Update to 3.0.3
PR:		130625
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2009-02-08 23:04:22 +00:00
Martin Wilke
dae716f409 - Update to 0.5.30
- Pass maintainership to submitter

PR:		131327
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-02-08 21:48:33 +00:00
Martin Wilke
1e005bc37f memcached is a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.

This extension uses libmemcached library to provide API for
communicating with memcached servers.

WWW:	http://pecl.php.net/package/memcached

PR:		ports/131172
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-02-08 21:45:53 +00:00
Martin Wilke
16fff2cdf6 rubygem-pg provides the module "pg", a Ruby interface to the
PostgreSQL Relational Database Management System, which
supersedes the old "postgres" module.

WWW: http://rubyforge.org/projects/ruby-pg/

PR:		ports/131270
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-08 21:43:08 +00:00
Martin Wilke
ef1b3d1071 The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.

New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.

New ports for KDE 4.2.0:
arabic/kde4-l10n		Arabic
hebrew/kde4-l10n		Hebrew
misc/kde4-l10n-bn_IN		Bengali (India)
misc/kde4-l10n-eu		Basque
misc/kde4-l10n-gu		Gujarati
misc/kde4-l10n-is		Icelandic
misc/kde4-l10n-kn		Kannada
misc/kde4-l10n-mai		Maithili
misc/kde4-l10n-mr		Marathi
misc/kde4-l10n-ro		Romanian
misc/kde4-l10n-tg		Tajik
math/eigen2			Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4	KDE4 kipi graphics plugins
sysutils/policykit-kde		PolicyKit manager for KDE

Unfortunately FreeBSD 6.4 support is dropped.

We'd like to say thanks for feedback and help to:
	Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
	David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
	Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
Martin Wilke
da0177b4eb - Fix build
Reported by:	erwinbot
2009-02-07 21:55:08 +00:00
Philip M. Gollucci
7d98dd6fa7 - Update to 2979
PR:             ports/131335
Submitted by:   Vladimir Korkodinov <viper@perm.raid.ru>
Approved by:    Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
2009-02-04 08:00:50 +00:00
Martin Wilke
780e8a39f0 2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by  STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
2009-02-03 22:38:25 +00:00
Joe Marcus Clarke
6b9ac0911d Update to 2.24.4. 2009-02-03 18:41:03 +00:00
Martin Wilke
6c5f9e6c61 - Update to 3.68 2009-02-03 09:42:52 +00:00
Cheng-Lung Sung
37a43fbd17 - Update to 0.10.02
- improve MASTER_SITES resilience
- fix -fetch-original failure

PR:		ports/131267
Submitted by:	lth
2009-02-03 08:58:12 +00:00
Philippe Audeoud
ae65ea8510 - Update to 0.749
- Changlog <http://cpansearch.perl.org/src/JSIRACUSA/Rose-DB-0.749/Changes>

PR:		ports/131315
Submitted by:	Cory R. King <coryking _AT_ mozimedia.com>
Approved by:	maintainer
2009-02-03 08:53:47 +00:00
Mark Linimon
4dda1d859a Mark slave port databases/libgda3-freetds broken on sparc64. 2009-02-03 05:24:46 +00:00
Philip M. Gollucci
7aa6023d1c - Update to 1.4.4
- note SHLIB bump (no dependant ports)
2009-02-03 05:11:52 +00:00
Stefan Walter
77b44bad4e Mark as BROKEN on OSVERSION >= 700000 for now: does not work with databases
bigger than ~200 MB.

PR:		130236
Submitted by:	Kenji Rikitake <kenji.rikitake@acm.org>
Approved by:	maintainer
2009-02-02 14:23:18 +00:00
Vanilla I. Shu
95f2f230ab Upgrade to 3.0.8.
Approved by:	maintainer
2009-02-02 07:51:45 +00:00
Beech Rintoul
deb6419975 - Update to 4.6.21.3
- Thanks for the help by Panagiotis Christias <p.christias _ noc.ntua.gr>

PR:		ports/131236
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-02-02 05:03:25 +00:00
Marcelo Araujo
7c806af372 - Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)
2009-02-02 01:36:16 +00:00
Sergey Skvortsov
7c87414634 Rename: lang/perl5 -> lang/perl5.6
PR:		ports/131046
2009-02-01 19:43:11 +00:00
Chin-San Huang
96b960f69e - Update to 1.60.7 2009-02-01 18:52:51 +00:00
Dmitry Marakasov
b62fd0d3b6 - Remove MYSQLI options which doesn't make sence for this version of phpmyadmin
PR:		130897
Submitted by:	Matthew Seaman <m dot seaman at infracaninophile dot co dot uk> (maintainer)
2009-02-01 15:53:45 +00:00
Philip M. Gollucci
33c6268489 - Update download locations
restore CPAN subdir

Reported by:    -fetch-original pointyhat run
2009-02-01 08:59:02 +00:00
Philip M. Gollucci
4933f81444 - Update download locations
restore CPAN subdir

Reported by:    -fetch-original pointyhat run
2009-02-01 08:31:51 +00:00
Pav Lucistnik
2340261b99 - Update download location 2009-01-31 21:59:35 +00:00
Gabor Kovesdan
6ac41ecd89 - Update to 2.11.8 2009-01-31 16:47:51 +00:00
Vanilla I. Shu
8f0b56c7ec Upgrade to 0.26. 2009-01-31 04:44:06 +00:00
Pav Lucistnik
f777d8f13d - Update download location
Reported by:	-fetch-original pointyhat run
2009-01-30 20:20:17 +00:00
Erwin Lansing
dc3b831b6b Reassign my p5-* ports to perl@ so more than one person
can look at them.
2009-01-29 17:41:17 +00:00
Li-Wen Hsu
5abd620ce7 - Update to 2725
PR:		ports/130792
Submitted by:	Gea-Suan Lin <gslin AT gslin.org>
Approved by:	Steven Kreuzer <skreuzer AT exit2shell.com> (maintainer)
2009-01-29 17:04:28 +00:00
Beat Gaetzi
72329eb351 Update my email address to @FreeBSD.org.
Approved by:	miwi (mentor)
2009-01-28 23:25:21 +00:00
Koop Mast
22c952ab32 Chase libepc lib bump. 2009-01-28 09:05:36 +00:00
Philip M. Gollucci
9cb033eb0c - Update to 1.4.3
- Note SHLIB bump to 7.8.0 (no dependent ports)
2009-01-28 04:23:14 +00:00
Philip M. Gollucci
9fa959e974 - DEPRECATE
The rubygem-rrdtool port is no longer maintained by upstream developers.
Additionally it does not compile with rrdtool 1.3.

As rrdtool ships with its own ruby bindings, at least since version 1.3,

PR:             ports/131002
Submitted by:   Konstantin Saurbier <saurbier@math.uni-bielefeld.de> (maintainer)
2009-01-27 19:35:48 +00:00
Alex Dupre
ac0ded1cf3 Fix build. 2009-01-27 11:48:00 +00:00
Marcus Alves Grando
4b61ee2844 - Fix thread support [1]
- Fix repcached on amd64 updating to repcached 2.2 [2]
- Bump PORTREVISION

PR:		129631 [1], 129767 [2]
Submitted by:	Artemiev Igor <ai___kliksys.ru> [1],
		Maxim Dounin <mdounin___mdounin.ru> [2]
2009-01-27 10:23:43 +00:00
Max Khon
3f65f803c1 Fix build with unixODBC 2.2.14: in 2.2.14 signatures of several functions
(SQLExtendedFetch, SQLColAttribute, SQLColAttributeW) were fixed.

Approved by:    portmgr (marcus)
2009-01-27 05:13:10 +00:00
Max Khon
14681a6608 - Fix ODBCINT64 and UODBCINT64 definitions in unixodbc_conf.h
Patch is taken from unixODBC CVS repository.

Approved by:	MAINTAINER
2009-01-27 05:07:23 +00:00
Marcus Alves Grando
ab55babad1 - Update to 3.6.10
Requested by:	many
2009-01-27 02:16:09 +00:00
Philip M. Gollucci
15a02d99d4 - Update to 1.4.1
- SHLIB bump from 7.4.0 to 7.6.0 (no dependent ports)
2009-01-26 18:03:16 +00:00
Nicola Vitale
1305975099 - Update to 0.5.2 2009-01-26 09:43:43 +00:00
Lars Balker Rasmussen
f917639be5 Update to 1.0.10.0 2009-01-24 10:19:26 +00:00
Pav Lucistnik
232935b6d6 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-01-24 09:55:31 +00:00
Pav Lucistnik
95f83d9f19 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-01-23 23:46:26 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Andrej Zverev
768eed235f - Update to 0.04
PR:		ports/130824
Submitted by:	Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
2009-01-21 15:42:48 +00:00
Dmitry Marakasov
1cca2eea9a - Update to 1.2.30
- Fix plist for WITH_PYTHON_MODULE case by adding INSTALLS_EGGINFO

PR:		130788
Submitted by:	"Beat Gätzi" <beat at chruetertee dot ch> (mainainer)
2009-01-21 15:20:05 +00:00
Pav Lucistnik
c899872a17 - Update to 3.1.2
PR:		ports/130750
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2009-01-20 22:18:15 +00:00
Pav Lucistnik
7d09628a9b - Mark BROKEN: size mismatch
Reported by:	pointyhat
2009-01-20 21:01:27 +00:00
Mikhail Teterin
faec176c3b Upgrade from 1.6.0 to 1.6.2.
PR:	ports/130744
Submitted by:	Pierre David
2009-01-20 18:10:53 +00:00
Dmitry Marakasov
8a3eaec222 - Update to 0.07
PR:		130731
Submitted by:	Vladimir Timofeev <vovkasm at gmail dot com> (maintainer)
2009-01-20 08:22:13 +00:00
Dmitry Marakasov
dea8b8da34 - Forgot to fix plist for 1.3.5 update
PR:             130727
Submitted by:   Zhen REN <bg1tpt at gmail dot com> (maintainer)
2009-01-19 23:50:55 +00:00
Dmitry Marakasov
f64ad978d8 - Update to 1.3.5
PR:		130727
Submitted by:	Zhen REN <bg1tpt at gmail dot com> (maintainer)
2009-01-19 23:50:04 +00:00
Koop Mast
a8e65fde4b Add libepc and avahi-ui to dependencies.
Submitted by:	pointhat (via pavmail)
2009-01-19 17:57:24 +00:00
Koop Mast
f8229ab164 Update to 3.99.8.
Add patch that was lost somewhere (probably me that lost it).
2009-01-19 12:12:59 +00:00
Koop Mast
eb86e39751 Unbreak by updating to 1.8.5. 2009-01-19 10:34:16 +00:00
Alex Dupre
b942ed9847 Update to 6.0.9 release. 2009-01-18 22:20:43 +00:00
Roman Bogorodskiy
bfdac7a749 Chase libtasn1 shared library version bump. 2009-01-18 17:04:08 +00:00
Nicola Vitale
f9db29fa78 - Update to 0.5.1
- Prefix DOCSDIR and EXAMPLESDIR with ${PYTHON_PKGNAMEPREFIX}
2009-01-18 10:29:16 +00:00
Mark Linimon
cbfb36bb87 Move the USE_PERL5 definition for the scripts slave ports from the master
to the slave port, to move it before the inclusion of bsd.port.pre.mk.

Approved by:	maintainer
2009-01-16 22:41:06 +00:00
Dirk Meyer
f4415e6623 - add LICENSE: 2009-01-16 16:23:46 +00:00
Martin Wilke
c4eba449ff - Update to 2.3
PR:		130432
Submitted by:	Ports Fury
2009-01-15 22:44:47 +00:00
Pav Lucistnik
803e228624 - Fix plist with perl 5.8.9 2009-01-14 21:23:43 +00:00
Martin Wilke
da8adf524a - Update to 2.1.1
PR:		130471
Submitted by:	Ports Fury
2009-01-14 16:00:22 +00:00
Jose Alonso Cardenas Marquez
f7f940d1c2 - Update to 2.2.2 2009-01-14 06:13:57 +00:00
Jose Alonso Cardenas Marquez
16b7e3dc5e - New port: databases/fpc-pxlib
Free Pascal unit to read various Paradox files
2009-01-14 02:56:44 +00:00
Max Brazhnikov
e014235229 kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in 4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php

Approved by:	miwi (mentor)
2009-01-13 23:16:38 +00:00
Pav Lucistnik
e4066f23e3 - Chase depobjs
- Mark BROKEN: needs bakery-2.4, but port is already at bakery-2.6

Reported by:	pointyhat
2009-01-13 20:37:27 +00:00
Max Brazhnikov
5c3471f6f0 kde@freebsd team is pleased to announce the update for Qt4 ports.
Qt4 ports have been updated from 4.4.1 to 4.4.3.  With this update
new port misc/qt4-l10n has been added.  This port provides localisation
support for Qt4 developers tools designer, linguist, etc.

Approved by:	miwi (mentor)
2009-01-13 20:34:49 +00:00
Nicola Vitale
6b75bfe2f0 - Update to 0.5.0
- New MASTER_SITES
- Set USE_PYDISTUTILS to easy_install
- Use ${COPYTREE_SHARE} to install examples

PR:		ports/130250
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-13 14:48:36 +00:00
Joe Marcus Clarke
8cead46f5f Update to 2.24.3. 2009-01-13 03:51:40 +00:00
Martin Wilke
2c30247e29 - Update to 0.10.4
PR:		130401
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-01-13 00:18:08 +00:00
Joe Marcus Clarke
20e1530ce4 Allow this port to build with GTK+ deprecation. 2009-01-11 18:39:40 +00:00
Joe Marcus Clarke
b9b5eff709 Fix installation of Python scripts when strip is enabled.
Reported by:	pointyhat via pav
2009-01-11 17:40:58 +00:00
Pav Lucistnik
471fb449f3 - Update to 1.0
PR:		ports/129294
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-01-11 14:27:29 +00:00
Joe Marcus Clarke
066533db1d Clean up some left over directories. 2009-01-10 17:44:18 +00:00
Joe Marcus Clarke
610ae56816 Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
2009-01-10 05:22:13 +00:00
Martin Wilke
b9a6a2f456 - Update to 1.0.7
PR:		130248
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-01-09 15:35:08 +00:00
Beech Rintoul
1f34119679 - Fix build
- Bump portrevision

PR:		ports/129629 [1]
PR:		ports/130308 [2]
Submitted by:	RandomUser <rannumgen@globaleyes.net> [1]
Submitted by:	Dan Caescu <daniel@freebsd.ro> [2]
Approved by:	maintainer timeout (2+ weeks)
2009-01-09 07:10:43 +00:00
Wesley Shields
68b58ec193 - Update to 1.2.29
- Pass maintainership to submitter

PR:		ports/130310
Submitted by:	beat@chruetertee.ch
2009-01-09 02:34:54 +00:00
Martin Wilke
e531c4eec0 KirbyBase is a small, plain-text, DBMS written in Ruby.
It can be used either embedded or client/server. It aims
to be as "Ruby-ish" as possible. For example, queries
are specified using Ruby code blocks, rather than SQL strings.

WWW: http://rubyforge.org/projects/kirbybase/

PR:		ports/130231
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-08 17:01:58 +00:00
Martin Wilke
814cf84466 - Reconnect pkg-messages
Spotted by: pav
2009-01-08 16:19:27 +00:00
Pav Lucistnik
7375ce713d - USE_GLIB is nothing, remove 2009-01-08 14:55:32 +00:00
Pav Lucistnik
3e51d1583f - Update to 1.0.10
PR:		ports/130297
Submitted by:	Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
2009-01-08 13:13:39 +00:00
Beech Rintoul
8d38cd37a3 - Update to 2.2.14
- Pass maintainership to submitter

PR:		ports/129454
Submitted by:	Peter C. Lai <cowbert@gmail.com>
2009-01-08 05:29:51 +00:00
Martin Wilke
fdca75fe1c PQueue is a package providing low-level PQ protocol classes for
interacting with a PostgreSQL database. It supports version 3.0
of the protocol--the current primary version of protocol. The
package also provides a basic protocol transaction class. This
class keeps the state of the protocol in an interrupt safe manner,
and validates the integrity of the communication as messages are
received.

In general, you probably will never use this package directly,
unless you are writing a driver.

WWW:	http://python.projects.postgresql.org/

PR:		ports/130252
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-07 23:04:40 +00:00
Wesley Shields
b2d73ae6a2 - Make dejavu font an optional dependency
PR:		ports/129716
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	bg1tpt@gmail.com (maintainer)
2009-01-07 14:49:49 +00:00
Philip M. Gollucci
cc737b2678 - Update to 1.3.27
- shared lib bump from 7.3.0 -> 7.4.0 (no dependant ports)
2009-01-06 20:09:55 +00:00
Xin LI
5bbd5cd2dc Bump PORTREVISION's after OpenLDAP update.
Suggested by:	rafan
2009-01-05 19:04:45 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Martin Matuska
94ded2005c - Update to 2.4.9.7
- Introduce OPTIONS for python and tcl support
- Take advantage of USE_TCL
- Take maintainership
2009-01-05 13:49:47 +00:00
Lars Balker Rasmussen
79139abcea Update to 0.141 2009-01-04 06:51:01 +00:00
Alex Dupre
92e04df567 Add bison build dependency. 2009-01-01 10:29:02 +00:00
Jun Kuriyama
3c247af366 - Upgrade to 2.1 beta1.
PR:		ports/129179
Submitted by:	mm
2008-12-31 15:12:21 +00:00
Jun Kuriyama
b31009c33b - Upgrade to 2.1.
- Add patches (add -d argument for debug) to pcp tools (already
  committed to upstream).

PR:		ports/129182 (based on)
Submitted by:	mm
2008-12-31 15:10:50 +00:00
Alex Dupre
01c813f0c7 Reroll tarball without broken symlinks. 2008-12-31 09:36:04 +00:00
Alex Dupre
7dade175b4 Update to 4.1.25 release.
PR:		ports/130023
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2008-12-30 14:02:23 +00:00
Jun Kuriyama
9c43029b68 - Upgrade to 1.5.1 and unbreak with recent version of textproc/senna. 2008-12-30 06:45:27 +00:00
Alex Dupre
667b90a33c Update to 5.0.75 release.
PR:		ports/129979
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2008-12-29 10:22:05 +00:00
Martin Wilke
2492a5b9b2 DataMapper is a Object Relational Mapper written in Ruby. The goal
is to create an ORM which is fast, thread-safe and feature-rich with
ActiveRecord-compatibility.

WWW:	http://datamapper.rubyforge.org/
2008-12-28 16:04:00 +00:00
Martin Wilke
1789185923 - Update to 1.5.6 2008-12-28 15:34:43 +00:00
Martin Wilke
2fd933184c - Add PORTSCOUT variable. 2008-12-28 15:30:48 +00:00
Philip M. Gollucci
efcb48305f Claim maintainer for some unmainted apache/perl related ports that are *slow* changing 2008-12-27 21:01:13 +00:00
Philip M. Gollucci
3ba72da267 Update to 1.3.26
Pull SHLIB stuff into Makefile to keep pkg-plist changes down
2008-12-27 18:03:09 +00:00