Commit graph

7575 commits

Author SHA1 Message Date
Boris Samorodov
3cb246682f Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:		ports/137956 [1], ports/141369 [2]
Submitted by:	Ashish SHUKLA <wahjava at gmail.com>  [1],
		bsam (me)  [2]
Exp-run by: miwi
2009-12-20 20:19:24 +00:00
Jun Kuriyama
9a4eb17ff3 - Upgrade to 2.3.1. 2009-12-20 14:23:38 +00:00
Wen Heping
bf254cbc02 - Bump PORTREVISION to chase the update of graphics/geos 2009-12-20 09:13:58 +00:00
Xin LI
0385a746e5 Security update to 8.2.15.
Security:	vid e7bc5600-eaa0-11de-bd9c-00215c6a37bb
Security:	CVE-2009-4034 CVE-2009-4136
With hat:	ports-security
2009-12-20 06:06:48 +00:00
Xin LI
dda14e15e7 Security update to 8.3.9.
Security:	vid e7bc5600-eaa0-11de-bd9c-00215c6a37bb
Security:	CVE-2009-4034 CVE-2009-4136
With hat:	ports-security
2009-12-20 04:32:26 +00:00
Pav Lucistnik
de17ac3c56 - Mark libgda4-jdbc BROKEN on 6.x
Reported by:	pointyhat
2009-12-19 13:04:29 +00:00
Pav Lucistnik
6e826d79dd - Mark BROKEN on 6.x: does not configure
Reported by:	pointyhat
2009-12-19 13:02:00 +00:00
Wen Heping
db57cf7cf6 - Update to 1.0.2
- Pass maintainership to miwi@
2009-12-19 02:32:32 +00:00
Pav Lucistnik
617155369d Pure Python
All code, at first, is written in pure Python so that py-postgresql will work
anywhere that you can install Python 3. Optimizations in C are made where
needed, but are always optional.

Prepared Statements
Using the PG-API interface, protocol-level prepared statements may be created
and used multiple times. db.prepare(sql)(*args)

COPY Support
Use the convenient COPY interface to directly copy data from one connection to
another. No intermediate files or tricks are necessary.

Arrays and Composite Typescw
Arrays and composites are fully supported. Queries requesting them will returns
objects that provide access to the elements within.

"pg_python" Quick Console
Get a Python console with a connection to PostgreSQL for quick tests and simple
scripts.

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

PR:		ports/137782
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2009-12-18 19:22:02 +00:00
Pav Lucistnik
ad47657b79 - Update to 1.2.20
PR:		ports/141579
Submitted by:	Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Approved by:	Vick Khera <vivek@khera.org> (maintainer)
2009-12-18 15:44:31 +00:00
Dmitry Sivachenko
3c7f3d53ef Update to 1.56.
PR:		141529
Submitted by:	pgollucci
2009-12-18 11:13:45 +00:00
Wen Heping
16c510212d - Update to 2.16.0 2009-12-18 02:37:09 +00:00
Nicola Vitale
b86df1e063 - Update to 0.7.1 2009-12-17 20:29:07 +00:00
Martin Matuska
39467857cc - Update to 8.4.2
Security:	CVE-2009-4034
Security:	CVE-2009-4136
Security:	http://portaudit.freebsd.org/e7bc5600-eaa0-11de-bd9c-00215c6a37bb.html
PR:		ports/141639
Submitted by:	Alexander Pyhalov <alp@rsu.ru>
Approved by:	ports-security (delphij)
2009-12-17 16:07:11 +00:00
Jun Kuriyama
7219e6e45d - Remove test only and already-in-core dependencies. 2009-12-17 01:27:49 +00:00
Jun Kuriyama
16adcfe1b2 - Remove test only dependency. 2009-12-17 01:14:33 +00:00
Joe Marcus Clarke
a30c5d55d6 Update to 2.28.2. 2009-12-16 23:22:54 +00:00
Greg Larkin
d379e1b4d1 - Updated to 1.2.1 2009-12-16 18:47:03 +00:00
Erwin Lansing
20200bdf52 Attempt to fix plist
Submitted by:	pointyhat
2009-12-16 13:01:13 +00:00
Mark Linimon
064389014b Reset nemoliu@FreeBSD.org due to > 6 months of inactivity and no response
to email.

Hat:		portmgr
2009-12-16 10:25:21 +00:00
Martin Wilke
34ce68016d - Update to 0.4.2
PR:		141422
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-12-16 09:12:40 +00:00
Jun Kuriyama
dcc66d4db2 Dump fixtures from source database to filesystem then import to
another database (with same schema) at any time.  Use as a constant
dataset for running tests against or for populating development
databases when impractical to use production clones.  Describe fixture
set using relations and conditions based on your DBIx::Class schema.

WWW: http://search.cpan.org/dist/DBIx-Class-Fixtures/
2009-12-16 08:52:09 +00:00
Philip M. Gollucci
21d657db3a - APACHE_COMPAT will be removed soon
PR:             ports/141661
Approved by:    maintainer (via -email)
Submitted by:   myself (pgollucci@)
2009-12-16 03:10:54 +00:00
Jun Kuriyama
bc54bb2646 - Add $NO_LATEST_LINK.
Poked by:	erwin
2009-12-15 13:56:18 +00:00
Jun Kuriyama
cdef06d870 - Repocopy pgpool-II-2.2.6 (maintenance branch) to
databases/pgpool-II-22 and upgrade databases/pgpool-II to 2.3.
- Record $CONFLICTS each other.

Please note upgrade from 2.2.6 to 2.3 causes small incompatibility
(read NEWS file in distribution).
2009-12-15 05:20:47 +00:00
Wen Heping
d91686cfd5 - Update to 3.9.4
- Add 5 dependences
- Rewrite plist file with easy_install

PR:		ports/129165
Submitted by:	Wen Heping (myself)
Approved by:	maintainer(timeout,>1 year)
2009-12-15 04:14:54 +00:00
Pav Lucistnik
be40e0d80d - Update to 1.2.18
PR:		ports/141114
Submitted by:	Vick Khera <vivek@khera.org> (maintainer)
2009-12-14 20:44:35 +00:00
Wen Heping
90098594de - Update to 1.2.1 2009-12-14 03:15:51 +00:00
Martin Wilke
1b1b29c5e6 - Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
2009-12-13 17:00:14 +00:00
Jun Kuriyama
c16fedf500 - Upgrade to 2.2.6. 2009-12-13 11:08:27 +00:00
Alex Dupre
3e893a14b9 Remove unneeded dependencies and don't link to libthr.
Approved by:	maintainer
2009-12-13 08:39:46 +00:00
Wen Heping
64d051a9d0 - Update to 1.1.0
- Update my mail address to FreeBSD
2009-12-13 03:58:41 +00:00
Martin Wilke
beeff3c466 - Update to 1.9.0
PR:		141403
Submitted by:	Sahil Tandon <sahil@tandon.net>
2009-12-13 00:20:50 +00:00
Martin Matuska
e82dc17bba - Update to 5.10
- Fix MASTER_SITES

PR:		ports/141405
Submitted by:	Joe Horn <joehorn@gmail.com>
2009-12-12 20:08:34 +00:00
Martin Matuska
cfcf8fee9d - Update to 4.99.2
- Fix MASTER_SITES

PR:		ports/141404
Submitted by:	Joe Horn <joehorn@gmail.com>
2009-12-12 20:07:29 +00:00
Jun Kuriyama
b35fcf814c Fix incorrect Getopt::Long usage. 2009-12-12 14:39:04 +00:00
Dmitry Marakasov
37ad6fbd2c - Update to 1.2.0
PR:		141351
Submitted by:	Mirko Zinn <mail@derzinn.de> (maintainer)
2009-12-11 23:33:27 +00:00
Martin Wilke
a6bcc4cb0b - Update to 3.2.4
PR:		141118
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2009-12-11 15:35:07 +00:00
Steven Kreuzer
e9c82c74a6 Update to 5240
PR:		ports/141271
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2009-12-11 15:04:04 +00:00
Wen Heping
fee15bfa7a - Update to 0.08115 2009-12-11 13:11:40 +00:00
Cheng-Lung Sung
3ed1d6a19e - Update to 1.27
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2009-12-11 07:15:48 +00:00
Wen Heping
3c795d4400 - Update to 1.2 2009-12-10 14:28:52 +00:00
Philip M. Gollucci
6494c82c45 - Update databases/tokyocabinet to 1.4.39
- Bump PORTREVISION of affected ports for SHLIB bump

PR:             ports/140622
Submitted by:   Sahil Tandon <sahil@tandon.net>
2009-12-10 01:27:29 +00:00
Philip M. Gollucci
2aa343c805 - Update to 1.7.5
- Update WWW
2009-12-09 08:04:55 +00:00
Xin LI
7d2fb1e292 Handle custom LOCALBASE.
Reported by:	QAT
Submitted by:	wen
2009-12-09 07:07:49 +00:00
Mikhail Teterin
7b06a2cc59 Upgrade from 2.1.5 to 2.1.6, released in August. 2009-12-08 20:10:09 +00:00
Wen Heping
1d034a2853 - Update to 2.02 2009-12-08 06:28:55 +00:00
Yen-Ming Lee
4b0adb2f37 - update to 1.0.17.0 2009-12-08 02:29:00 +00:00
Yen-Ming Lee
35ea1b99a3 - update to 1.0.17
PR:		141237
Submitted by:	leeym
Approved by:	maintainer
2009-12-07 09:01:15 +00:00
Koop Mast
0959788ee5 gconfmm26 installs libgconfmm-2.6.1 not libgconfmm-2.0.1.
Submitted by:	Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pointyhat to: 	kwm.
2009-12-06 16:32:58 +00:00
Yen-Ming Lee
2a6ac79f33 - update dependency
- bump PORTREVISION
2009-12-06 04:41:12 +00:00
Pietro Cerutti
7e30a32a69 - Fix PLIST
Reported by: PH (via erwin and pav)
2009-12-05 16:34:35 +00:00
Greg Larkin
f38b439fa6 - Updated to 1.1.6 2009-12-04 23:01:22 +00:00
Koop Mast
c554b81efb Fix build. depend on devel/gconfmm26 instead of devel/gconfmm
Submitted by:	QAT, pointyhat (via pav)
2009-12-04 18:05:14 +00:00
Wen Heping
f88420a6b1 - Update to 0.61 2009-12-04 11:30:29 +00:00
Cheng-Lung Sung
b3c440aee0 - fix rw-splitting.
- See full description at http://bugs.mysql.com/bug.php?id=46141
- bump PORTREVISION

PR:		ports/140695
Submitted by:	Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
2009-12-03 09:22:27 +00:00
Yen-Ming Lee
6840ab4a81 - remove Test::Simple and Text::Balanced from dependencies
- bump PORTREVISION
2009-12-02 22:57:31 +00:00
Yen-Ming Lee
7032a26b6d - remove Text::Balanced dependency
- bump PORTREVISION
2009-12-02 22:53:10 +00:00
Martin Matuska
38401795bf - Update to 8.4.1
- Set INTDATE on as default (this is default by PostgreSQL)

PR:		ports/139277
Submitted by:	Olli Hauer <ohauer@gmx.de>
Approved by:	maintainer timeout (2 months)
2009-12-02 22:21:27 +00:00
Thomas Abthorpe
5ba8fbb50c - Pass maintainership to miwi 2009-12-01 21:46:50 +00:00
Sergey A. Osokin
ae9514f4f0 Update from 1.01 to 1.02.
Approved by:	maintainer (skv@)
2009-11-30 10:50:00 +00:00
Koop Mast
f5de9f306f Use the correct variables for jdk selection.
Submitted by:	pointyhat (via pav)
2009-11-29 20:29:23 +00:00
Joe Marcus Clarke
f76d32b8e8 Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
2009-11-28 20:06:37 +00:00
Lars Balker Rasmussen
fb7af90424 - Update to 0.26
- Tweak BUILD_DEPENDS to include minimum-required version of requisite ports
- Flesh out pkg-descr

PR:		140953
Submitted by:	Sahil Tandon <sahil@tandon.net>
2009-11-28 02:17:11 +00:00
Martin Wilke
947ac37f2c - Update to 5.1.10
PR:		140802
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2009-11-27 23:20:28 +00:00
Martin Wilke
78f963d9bd - Chase graphics/proj shlib bump 2009-11-27 23:17:38 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Martin Wilke
15cad5856b - Fix build
PR:		140936
Reported by:	Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
2009-11-27 12:20:32 +00:00
Wen Heping
e85e19a153 - Update to 1.1.2 2009-11-27 01:38:46 +00:00
Martin Wilke
fa0cbea35a - Bump PORTREVISION 2009-11-27 00:49:55 +00:00
Martin Wilke
253e47f5dc - Update to 1.2.1 2009-11-27 00:46:33 +00:00
Martin Wilke
c359376791 - Update py-qt4* to 4.6.2
- Update py-sip to 4.9.3

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-27 00:10:51 +00:00
Martin Wilke
e9424863a5 - Update to Qt-4.5
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-26 23:24:38 +00:00
Martin Wilke
50c0cdfc6b - Update to 1.5.2
PR:		140870
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-11-26 14:47:10 +00:00
Martin Wilke
d72be86633 - Update to 0.5.0
PR:		140839
Submitted by:	Kirk Strauser <kirk@daycos.com> (maintainer)
2009-11-26 14:30:50 +00:00
Koop Mast
451ecfa480 Unbreak libgda4-jdbc. Specify a list of jdk's we want instead of just using USE_JAVA=yes.
Diable-jdk doesn't come with header files, which are needed for this port.
2009-11-26 12:01:10 +00:00
Lars Thegler
2722362c57 Update to 1.23 2009-11-26 09:16:53 +00:00
Vanilla I. Shu
38142dc662 remove unneed patch.
Submitted by:	skreuzer@
2009-11-26 02:54:27 +00:00
Yi-Jheng Lin
c43654419a Add py-pylibmc 0.9.1, python libmemcached wrapper.
PR:		ports/140857
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
Approved by:	lwhsu/rafan (mentors, implicit)
2009-11-25 16:15:17 +00:00
Wen Heping
83853e5c93 - Add missing dependence
PR:		ports/140846
Submitted by:	Christopher Key <cjk32@cam.ac.uk>
2009-11-25 06:00:17 +00:00
Mathieu Arnold
f4a0d8e295 Update to 0.08114 2009-11-23 13:50:56 +00:00
Wen Heping
1f3f523f0b The PyMongo distribution contains tools for interacting with
the Mongo database from Python. The pymongo package is a native
Python driver for the Mongo database. The gridfs package is a
gridfs implementation on top of pymongo.

WWW:  http://github.com/mongodb/mongo-python-driver
2009-11-23 13:33:44 +00:00
Wen Heping
637504c00e pecl-mongo provides an interface for communicating with the
Mongo database in PHP.

WWW: http://pecl.php.net/package/mongo
2009-11-23 12:43:21 +00:00
Pav Lucistnik
8c2aab382d - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-22 19:49:43 +00:00
Wen Heping
dd298e21d4 - Update to 0.60 2009-11-22 01:11:15 +00:00
Sylvio Cesar Teixeira
26faeb5800 - Update to 1.3.9
PR:		ports/139894
Submitted by:	sylvio@ (myself)
Approved by:	maintainer (timemout > 14days), miwi (mentor)
2009-11-21 11:12:37 +00:00
Alex Dupre
edf39c3d39 Update to 5.0.88 release. 2009-11-21 09:57:53 +00:00
Roman Bogorodskiy
262cd89b85 Fix build when gnutls support is enabled.
PR:		138178 (based on)
Submitted by:	Robert Kruus <rob.kruus@gmail.com>
2009-11-21 06:55:51 +00:00
Cheng-Lung Sung
5c2667a8c4 - Update to 1.2.5 2009-11-21 03:55:12 +00:00
Pav Lucistnik
38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00
Cheng-Lung Sung
b8bfe27fd3 - Update to 0.59
Changes:	http://search.cpan.org/dist/Jifty-DBI/Changes
2009-11-20 15:50:01 +00:00
Pav Lucistnik
07b2788864 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 22:07:43 +00:00
Wen Heping
51ed5eda72 Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.

WWW: http://www.mongodb.org/

PR:		ports/140257 [1]
		ports/140144 [2]
		ports/140489 [2]
Submitted by:	Ivan Voras <ivoras@FreeBSD.org> [1]
		Mirko Zinn <mail@derzinn.de> [2]
2009-11-19 07:09:00 +00:00
Wen Heping
af4df674ff Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.

WWW: http://www.mongodb.org/

PR:		ports/140144 [1]
		ports/140257 [2]
		ports/140489 [1]
Submitted by:	Mirko Zinn <mail@derzinn.de> [1]
		Ivan Voras <ivoras@FreeBSD.org> [2]
2009-11-19 06:53:27 +00:00
Alex Dupre
573e2695ab Update to 5.1.41 release. 2009-11-18 08:50:12 +00:00
Vanilla I. Shu
66835ad3c9 Fix pkg-plist.
PR:		ports/140652
Submitted by:	Sahil Tandon sahil at tandon net
2009-11-18 05:14:37 +00:00
Vanilla I. Shu
c4a8d78403 Upgrade to 0.35. 2009-11-18 03:34:13 +00:00
Dirk Meyer
455b8d8577 - fix portname 2009-11-17 17:11:25 +00:00
Dirk Meyer
f4d835753d - Fix API break with ruby-postgres 2009-11-17 17:07:59 +00:00
Dirk Meyer
82d978fb04 - retire port
it has already been commited under a different name
2009-11-17 17:06:40 +00:00