Commit graph

163918 commits

Author SHA1 Message Date
Martin Wilke
8add085ed5 - Fixed shard library
- Bump PORTREVISION
- INSTALLS_SHLIB => USE_LDCONFIG

PR:		ports/105525
Submitted by:	Thomas Sandford <freebsduser@paradisegreen.co.uk> (maintainer)
2006-11-15 19:51:08 +00:00
Martin Wilke
4adf3a988a - Update to 0.35.4
PR:		ports/105522
Submitted by:	Franz Klammer <klammer@webonaut.com> (maintainer)
2006-11-15 19:48:26 +00:00
Martin Wilke
df113fb095 - add php zlib support
PR:		ports/105521
Submitted by:	farrokhi@
Approved by:	maintainer
2006-11-15 19:46:14 +00:00
Martin Wilke
603dfb3842 - Update to 0.70.2
PR:		ports/105489
Submitted by:	miwi
Approved by:	maintainer
2006-11-15 19:44:04 +00:00
Martin Wilke
34390150d2 - Forgot the Port BUMP. 2006-11-15 19:42:19 +00:00
Martin Wilke
25e11ddfb5 - add patch to skip spam checks on SMTP authenticated users by setting
WITH_ADDAUTH_PATCH environment variable at build time
- thanks to Steve Watt <steve_AT_watt.com> for providing the patch
- bump PORTREVISION

PR:		ports/105571
Submitted by:	Thomas Abthorpe<thomas@goodking.ca> (maintainer)
2006-11-15 19:40:10 +00:00
Frank J. Laszlo
2a98dbd4ba Security:bases/mysql-connector-java to bugfix-release 5.0.4.
PR:		ports/104712
Submitted by:	Kay Abendroth <kay.abendroth@raxion.net>
Reviewed by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by:	flz (mentor)
2006-11-15 19:23:08 +00:00
Shaun Amott
bd5fca5738 - Fix the last imported patch (which came from proftpd's CVS repo),
as it was causing segfaults prior to login.
- Add the new CommandBufferSize variable into the default config file to
  stop proftpd complaining.

Reported by:	many
2006-11-15 19:22:23 +00:00
Jeremy Messenger
74b21cba44 Correct it, USE_GETTEXT -> USE_ICONV. There is no gettext stuff in this port.
Pointyhat:	sat (for touch this port without my approve)
2006-11-15 19:05:05 +00:00
Johan van Selst
27a40e84b8 - Update to 3.4b17 2006-11-15 19:02:19 +00:00
Johan van Selst
39e8de76fa - Update to 4.4.9 2006-11-15 18:53:31 +00:00
Stefan Walter
db209e515e Update to 0.92.
PR:		103444
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by:	maintainer timeout (> 7 weeks)
2006-11-15 18:05:33 +00:00
Frank J. Laszlo
5678cda62b Fix conditional dependency on devel/py-lucene -> textproc/py-lucene.
Fix INDEX build.

Approved by:	flz (mentor)
2006-11-15 17:56:38 +00:00
Andrey Slusar
0d16ef1c78 - Be compitable with Emacs 22. Thanks to Max N. Boyarov <m.boyarov@bsd.by>
for merging from cedet cvs.

PR:		ports/105512
Submitted by:	Dryice Liu (maintainer)
Obtained from:	cedet cvs
2006-11-15 17:39:05 +00:00
Stanislav Sedov
9b2cddd874 - Update to 0.8.90
- Change my email
- Use new WX framework
2006-11-15 17:32:37 +00:00
Frank J. Laszlo
696dde0848 - py-lucene has been repomove'd from devel -> textproc.
- Add entry to MOVED.
- Fix a few small dependencies issues.
- Pet portlint.
- Fix plist.

PR:	ports/105502
Submitted By:	Cheng-Lung Sung <clsung@FreeBSD.org>
Reviewed By:	self
Approved By:	flz (mentor)
2006-11-15 16:53:38 +00:00
Martin Wilke
5cd57a7d8b - Pass maintainership to submitter
PR:		ports/105552
Submitted by:	Lars Sommer<lasg@lasg.dk>
2006-11-15 16:28:25 +00:00
Sergey Skvortsov
9b080ebcd6 Update to 2.22.1
Changes:	http://www.bugzilla.org/releases/2.22.1/release-notes.html
PR:		ports/105554
Sumbitted by:	Ulrich Spoerlein <uspoerlein xxx gmail.com>
2006-11-15 14:47:20 +00:00
Sergey Skvortsov
46301d9fc6 * fix services issue
* change library symlinks: now libgds points to libfbembed
2006-11-15 14:40:54 +00:00
Shaun Amott
a590b077b0 Add proftpd-mysql to the previous entry. 2006-11-15 14:40:09 +00:00
Martin Wilke
b037a62f9a Durus is a persistent object system for applications written in
the Python programming language.

Durus offers an easy way to use and maintain a consistent collection
of object instances used by one or more processes. Access and change
of a persistent instances is managed through a cached Connection
instance which includes commit() and abort() methods so that changes
are transactional. Durus is best suited to collections of less than a
million instances with relatively stable state.

WWW:      http://www.mems-exchange.org/software/durus/

PR:		ports/105470
Submitted by:	Dryice Liu <dryice at dryice.name>
2006-11-15 14:18:12 +00:00
Simon Barner
d69eda8038 Register mail/fetchmail's UID and GID.
Suggested by:	Stefan Thurner <thurners@nicsys.de>
2006-11-15 14:15:54 +00:00
Martin Wilke
70b6a81a0d This is QP, a package for defining and running multiple web
applications based on Durus for persistence, standard persistent
Session and User classes, easy interactive database sessions, qpy for
assembling html, and Quixote2-style forms and path traversal. QP makes
it easier than ever to use these tools together.

WWW: http://www.mems-exchange.org/software/qp/

PR:		ports/105503
Submitted by:	Dryice Liu <dryice at dryice.name>
2006-11-15 14:14:55 +00:00
Martin Wilke
e31d414746 Qpy provides a convenient mechanism for generating safely-quoted html
text from python code.

It does this by implementing a quoted-string data type and a
modification of the python compiler. (This main idea comes from
Quixote's htmltext/PTL.)

WWW:      http://www.mems-exchange.org/software/qpy/

PR:		ports/105471
Submitted by:	Dryice Liu <dryice at dryice.name>
2006-11-15 14:12:36 +00:00
Andrew Pantyukhin
c5383dafd0 - Update to 1.0 2006-11-15 12:53:41 +00:00
Andrew Pantyukhin
e9efaa2e55 - Update to 1.1.4 2006-11-15 12:14:04 +00:00
Vasil Dimov
fcbd5fa398 * Upgrade sysutils/portsearch from 1.2.3 to 1.3.0, changes:
o Added new output option: `rawfiles' to request outputting only matched
  pfiles one by line
o Changed -b option to be the same as -f '(^|/)file$' instead of -f '/file$'
o Added new option -L to mimic -p path -f '.*' -o rawfiles i.e. show all
  pfiles for (usually) one port. Inspired by pkg_info -L pkgname
o Ignore case by default and add -S option to force case sensitivity

* Remove my name from pkg-descr
2006-11-15 12:12:29 +00:00
Peter Pentchev
1800910608 Update to stunnel 4.19 and fix the NOPORTDOCS installation to really
skip over the installation of example files and scripts.  Of course,
stunnel.conf-sample is still installed into etc/stunnel/.
2006-11-15 11:32:51 +00:00
Andrey Slusar
0540ac4e04 Fix areafix and ftntick crashes. 2006-11-15 11:31:35 +00:00
Andrew Pantyukhin
37e7f3696f - Make package depend on iconv 2006-11-15 10:18:32 +00:00
Vanilla I. Shu
1ac50cdc77 Change MASTER_SITE.
Submitted by:	maintainer via msn.
2006-11-15 08:56:28 +00:00
Yen-Ming Lee
e446e3ba75 - Add p5-Unicode-Unihan-0.02
Unicode::Unihan - The Unihan Data Base 3.2.0

  use Unicode::Unihan;
  my $db = new Unicode::Unihan;
  print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n";

This module provides a user-friendly interface to the Unicode Unihan
Database 3.2. With this module, the Unihan database is as easy as shown in
above.

WWW: http://search.cpan.org/dist/Unicode-Unihan/
2006-11-15 08:16:40 +00:00
Andrew Pantyukhin
c2e87c53c3 - Update to 0.7.11 2006-11-15 08:07:58 +00:00
Andrew Pantyukhin
b65d2fc3ef - Update to 0.5.2.1 2006-11-15 08:07:32 +00:00
Andrew Pantyukhin
0d7c79398b - Update to 1.1.4.5.061030 2006-11-15 07:53:01 +00:00
Andrew Pantyukhin
9c30d81a5c - Add a couple of targets to ease chrome.manifest generation 2006-11-15 07:43:23 +00:00
Alex Dupre
5befbf4275 Update to 0.9.12 release. 2006-11-15 07:15:49 +00:00
Xin LI
d6cd421f88 Update to 2.3.30. 2006-11-15 07:10:22 +00:00
Alex Dupre
9a33501ba8 Update to 0.6.11-pre1 release (it's 0.6.10 + a few BSD fixes). 2006-11-15 06:51:23 +00:00
Maho Nakata
e340b5552f Reconnect in Makefile.
We created openoffice.org-2-RC port since:
* openoffice.org-2 port should have stable one, not RC.
* RC period taking too long (~1 month).
* RC is quite frequently updated.
PR: 105195
2006-11-15 06:39:11 +00:00
Maho Nakata
f014a150f4 Fix portname.
Submitted by:	vd
2006-11-15 06:34:24 +00:00
Rong-En Fan
971a317962 - Reflect repocopy ofscience/py-scipy -> science/py-scipy03 2006-11-15 05:54:59 +00:00
Rong-En Fan
5a775fa809 - Update to 0.5.1
- Depends on newer NumPy
- Depends on wxPython either 2.4 or 2.6

PR:		ports/103830
Submitted by:	Li-Lun Wang
Approved by:	Diane Bruce (maintainer)
2006-11-15 05:54:00 +00:00
Rong-En Fan
09165b2aa3 - Conflict with newer math/py-numpy
Noticed by:	Diane Bruce <db at db.net>
2006-11-15 05:51:39 +00:00
Rong-En Fan
9c54ff04c1 - Update to 1.0rc1
- Add options for ATLAS
- Fix ATLAS detection
- Use feclearexcept(3) rather than fpsetsticky(3) on 5.3+
- Add CONFLICTS for f2py. Both ports install bin/f2py

PR:		ports/103827
Submitted by:	Li-Lun Wang
Approved by:	maintainer timeout (6 weeks)
2006-11-15 05:50:40 +00:00
Rong-En Fan
ce6c07ab82 - Stick on SciPy 0.3.x for now
Submitted by:	Diane Bruce (maintainer)
2006-11-15 05:48:30 +00:00
Oliver Lehmann
613ad07fc0 fix Xfce4.desktop installation
fix gdm autodetection

Reported by:	"Martin Horcicka" <martin@horcicka.eu>
2006-11-15 04:34:28 +00:00
Dag-Erling Smørgrav
e72203ac1e Correct man page listing. 2006-11-15 03:11:56 +00:00
Munechika SUMIKAWA
6163f319e9 Fix plist. 2006-11-15 01:41:48 +00:00
Michael Johnson
b64c955cf9 Update to 1.4.9
PR:		105428
Submitted by:	KIMURA Yasuhiro <yasu@home.utahime.org>
2006-11-15 01:09:19 +00:00