Cheng-Lung Sung
7bb9e9d0fc
- Update to 0.75
...
PR: ports/101820
Submitted by: maintainer <hideo_AT_lastamericanempire dot com>
2006-08-14 03:27:23 +00:00
Cheng-Lung Sung
0c724fcefa
- Update to 0.723
...
PR: ports/101820
Submitted by: maintainer <hideo_AT_lastamericanempire dot com>
2006-08-14 03:26:28 +00:00
Marcus Alves Grando
e544af77b2
- Update to 3.3.7
...
- portlint(1)
2006-08-13 22:52:33 +00:00
Martin Wilke
c242443a38
psycopg2 is a PostgreSQL database adapter for the Python programming language.
...
It was written from scratch with the aim of being small, fast and stable. It
supports the full Python DBAPI-2.0 and is thread safe.
psycopg2 is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of cursors
and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open
Python connection keeps a pool of real (UNIX or TCP/IP) connections to the
database. Every time a new cursor is created, a new connection does not need to
be opened; instead one of the unused connections from the pool is used. That
makes psycopg very fast in typical client-server applications that create a
servicing thread every time a client request arrives.
WWW: http://initd.org/projects/psycopg2
Approved by: krion (mentor)
2006-08-10 19:35:17 +00:00
Pav Lucistnik
3b1e57565a
- Fix build with OpenSSL
...
PR: ports/101647
Submitted by: Dan Lukes <dan@obluda.cz>, Sergey Mokryshev <mokr@mokr.net>
Obtained from: http://bugs.mysql.com/bug.php?id=21327
Approved by: ale's vacation
2006-08-10 08:36:41 +00:00
Lars Balker Rasmussen
db07827903
- When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}
...
PR: 101708
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2006-08-09 21:26:03 +00:00
Lars Balker Rasmussen
7f4bcdb0f6
- When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}
...
PR: 101707
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2006-08-09 21:24:43 +00:00
Lars Balker Rasmussen
04849cbcd5
When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}
...
PR: 101705
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2006-08-09 21:22:54 +00:00
Michael Johnson
8cd9132e89
- Update to 1.8.66
2006-08-09 12:45:07 +00:00
Palle Girgensohn
3859cb1344
Update to 2.6.7
2006-08-09 10:36:43 +00:00
Jean Milanez Melo
0a9f8dd1df
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
...
Approved by: portmgr (erwin)
2006-08-08 11:35:27 +00:00
Erwin Lansing
b70a31b4c2
- Eliminate a patch
...
- Respect DESTDIR
PR: 101567
Submitted by: gabor (maintainer)
2006-08-08 08:11:09 +00:00
Cheng-Lung Sung
2f7c47dbaa
- Update to 0.35
...
PR: ports/101635
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-08 07:47:33 +00:00
Martin Wilke
de94f525a3
- Update to 3.1.1
...
PR: ports/100788
Submitted by: Robert Gogolok <gogo(at)cs.uni-sb.de>
Approved by: krion (mentor), maintainer timeout
2006-08-07 10:07:22 +00:00
Hye-Shik Chang
f0f91e6954
Make setup not to install an egg info file which isn't needed for
...
standard modules.
2006-08-07 02:23:05 +00:00
Pav Lucistnik
cf48b90ff6
- Update to 5.0.24
...
Approved by: ale's vacation
2006-08-06 19:43:47 +00:00
Pav Lucistnik
7d91ad8582
- Update to 4.1.21
...
Approved by: ale's vacation
2006-08-06 18:53:11 +00:00
Rong-En Fan
182ebbde04
- Use wxgtk2.6-unicode, bump PORTREVISION
...
- Some cleanup
PR: ports/101369
Submitted by: dindin <dindin at freebsd.org.ua> (maintainer)
2006-08-06 05:35:32 +00:00
Martin Wilke
a6f9551ae0
RRD::Simple provides a simple interface to RRDTool's RRDs module. This
...
module does not currently offer fetch method that is available in the RRDs
module.
It does however create RRD files with a sensible set of default RRA (Round
Robin Archive) definitions, and can dynamically add new data source names to
an existing RRD file.
This module is ideal for quick and simple storage of data within an RRD file
if you do not need to, nor want to, bother defining custom RRA definitions.
WWW: http://search.cpan.org/dist/RRD-Simple/
PR: ports/101073
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Approved by: krion (mentor)
2006-08-05 10:53:21 +00:00
Erwin Lansing
50513d5d52
Add support for DESTDIR part I.
...
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Rong-En Fan
73e5c64e35
- Update to 2.8.2.1
...
PR: ports/101315
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
2006-08-04 05:12:03 +00:00
Michael Johnson
3221f953e0
- Update to 1.8.65
2006-08-02 23:32:43 +00:00
Cheng-Lung Sung
d1c7be93ca
- Update to 0.04
...
PR: ports/101212
Submitted by: maintainer (Gea-Suan Lin)
2006-08-01 22:35:18 +00:00
Joe Marcus Clarke
a752e7027d
Update to 1.6.3.
2006-07-31 22:56:43 +00:00
Andrew Pantyukhin
c36ad3d129
- Provide additional mirrors where needed
...
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00
Martin Wilke
29ab7a801e
- Fix pkg-plist
...
PR: ports/100828
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor), maintainer
2006-07-30 21:07:12 +00:00
Martin Wilke
62be640d2e
- Fix pkg-plist
...
PR: ports/100827
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor)
2006-07-29 19:54:12 +00:00
Erwin Lansing
1f2cd7d6db
DBIx::Log4perl is a wrapper over DBI which adds logging of your DBI activity
...
via a Log::Log4perl handle. Log::Log4perl has many advantages for logging
but the ones probably most attractive are:
The ability to turn logging on or off or change the logging you see without
changing your code.
Different log levels allowing you to separate warnings, errors and fatals
to different files.
WWW: http://search.cpan.org/dist/DBIx-Log4perl/
PR: ports/100610
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-07-29 19:39:49 +00:00
Ion-Mihai Tetcu
50870dfa80
Update to 0.95
...
PR: ports/100971
Submitted by: Jin-Shan Tseng
Approved by: maintainer
2006-07-29 06:11:38 +00:00
Jose Alonso Cardenas Marquez
c8f8bcdfe0
- Added post-extract on Makefiles.units. It remove the svn directories from
...
some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file
Approved by: garga (mentor)
2006-07-29 02:48:26 +00:00
Lars Balker Rasmussen
749918b334
Update to 0.03007
2006-07-28 08:29:43 +00:00
Erwin Lansing
8248b37516
- Update to 0.08 [1]
...
- Mark for perl 5.6.0 or higher.
Heavily modified from:
PR: 100948 [1]
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2006-07-28 08:27:36 +00:00
Akinori MUSHA
c37ffc9619
Update to 1.1.0.
2006-07-28 07:47:56 +00:00
Ion-Mihai Tetcu
23b0729231
Routine update to the latest stable version. The big delta in the
...
version numbers is apparently mostly an exercise by MySQL AB to have
all their products with "matching" version numbers. There are some
shiny new bits of extra functionality to justify the new major version
numbers though.
Quoting the release message:
"This is the first generally-available, production release of
Connector/J 5.0. Notice that Connector/J 3.1 has supported all
MySQL-5.0 features other than XA, but this is the first
generally-available release that "synchronizes" version numbers
with the server (as well as adding support for XA).
Version 5.0.3 is suitable for use with any MySQL version including
MySQL-4.1, MySQL-5.0 or MySQL-5.1 beta."
The complete release announcement is at:
http://lists.mysql.com/announce/382
On-line changelog is at:
http://dev.mysql.com/doc/refman/5.0/en/cj-news.html
Upgrade notes:
http://dev.mysql.com/doc/refman/5.0/en/cj-upgrading.html
PR: ports/100931
Submitted by: Matthew Seaman (maintainer)
2006-07-28 05:34:16 +00:00
Alex Dupre
0a7ad47758
Set correct maintainer.
2006-07-27 05:50:33 +00:00
Michael Johnson
59c857a2a3
- Update to 1.8.63
2006-07-27 02:01:22 +00:00
Thierry Thomas
b86c9d3018
No functional change: just add "-v" to investigate a linkage failure
...
reported by linimon on pointyhat.
2006-07-26 17:13:19 +00:00
Lars Balker Rasmussen
11147e3bd2
Update to 0.03006
...
- no test depends
PR: 100850
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-07-26 08:03:58 +00:00
Cheng-Lung Sung
03c77dfc3b
Add p5-Class-Inflate 0.03, inflate HASH Object from Values in Database.
...
PR: ports/100619
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-07-25 03:38:30 +00:00
Aaron Dalton
ed993d6b00
Adding port databases/ocaml-sqlite3, OCaml bindings for databases/sqlite3.
...
PR: ports/93920
Submitted by: Meikel Brandmeyer <ocaml-sqlite3-port@kotka.de>
2006-07-24 21:19:44 +00:00
Lars Balker Rasmussen
df04301502
Update to 0.9.6.0
...
- get in sync with xapian-core again...
2006-07-24 19:14:18 +00:00
Lars Balker Rasmussen
6db98f8296
Update to 0.9.6
...
PR: 100710
Submitted by: lbr
Approved by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
2006-07-24 19:08:46 +00:00
Max Khon
ed4b775ed0
Use bsd.wx.mk.
2006-07-24 18:39:12 +00:00
Jean Milanez Melo
05e9d24c70
- Remove bad site:
...
* http://ftp.rtfm.no/pub/mysql/Downloads/Contrib/
2006-07-24 17:17:42 +00:00
Jean Milanez Melo
2a096c6c52
- Fix mastersite.
2006-07-24 17:14:47 +00:00
Jean Milanez Melo
dfd59670fe
- Remove bad site:
...
* http://initd.org/pub/software/psycopg/PSYCOPG-1-1/
2006-07-24 17:07:56 +00:00
Jean Milanez Melo
a19b4c8781
- Remove bad site:
...
* http://web.tryc.on.ca/mysql/Downloads/Contrib/
2006-07-24 17:03:34 +00:00
Jean Milanez Melo
92046d7869
- Remove bad site:
...
* ftp://ftp.hanse.de
- Add new mastersite.
2006-07-24 16:09:17 +00:00
Jose Alonso Cardenas Marquez
995ae8b1bd
- The big change on ports of freepascal, now all ports are compiled
...
- Adding entry for lang/fpc-utils
Approved by: garga (mentor)
2006-07-24 11:21:27 +00:00
Sergey Matveychuk
219a32864d
- Update to 0.8.1
2006-07-23 13:28:50 +00:00
Lars Balker Rasmussen
ff2e4ab4d0
- Update to 0.07000
...
- Remove p5-Scalar-List-Utils and p5-Storable because they are already
in Perl 5.8.x base.
- Remove test-dependency
PR: 100741
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2006-07-23 09:39:46 +00:00
Cheng-Lung Sung
16acd8f56c
Add p5-Cache-BDB 0.04, an object caching wrapper around BerkeleyDB.
...
PR: ports/100711
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-07-23 06:51:04 +00:00
Rong-En Fan
b9b0e40b73
- Update to 0.742
...
PR: ports/100699
Submitted by: maintainer
2006-07-23 00:37:30 +00:00
Rong-En Fan
4707f8b756
- Update to 0.722
...
PR: ports/100699
Submitted by: maintainer
2006-07-23 00:37:06 +00:00
Lars Balker Rasmussen
035c77d22c
Update to 0.03005
...
Dump some depends that are already in 5.8 base.
2006-07-19 23:43:04 +00:00
Renato Botelho
4da180cc34
- Use USE_LDCONFIG
...
- Silent portlint
- Bump PORTREVISION
PR: ports/99389
Approved by: maintainer timeout (23 days)
2006-07-19 15:39:52 +00:00
Michael Johnson
036f89dd95
- Update to 1.8.61
2006-07-19 06:59:41 +00:00
Sergey Matveychuk
c88bfc265f
- Fix the last commit: --with-db-lib -> --with-db-version
...
Reported by: remko
2006-07-15 19:31:45 +00:00
Sergey Matveychuk
39f2c6ea3b
- Fix a bug when databases/ruby-bdb port links only with highest version of
...
databases/db* ports. If user sets other version with WITH_BDB_VER
ruby-bdb builds with a port that user set, but links with
highest version. it's caused ruby-bdb unworkable.
PR: ports/99697
Submitted: Matthias Andree <matthias.andree_at_gmx.de>
2006-07-15 19:03:05 +00:00
Rong-En Fan
b3d5bee6e7
- Update to 0.741
...
PR: ports/100321
Submitted by: maintainer
2006-07-15 16:53:31 +00:00
Rong-En Fan
6a6afd49f9
- Update to 0.721
...
PR: ports/100321
Submitted by maintainer
2006-07-15 16:53:10 +00:00
Mark Linimon
ad592bf50b
Mark broken: gets coredump on install on pointyhat (all archs).
2006-07-15 07:07:11 +00:00
Mathieu Arnold
8496f97a7c
Update to 0.09
2006-07-14 10:52:58 +00:00
Cheng-Lung Sung
48fce79858
- Update to version 3.1.
...
PR: ports/100125
Submitted by: Robert Gogolok <gogo_AT_cs dot uni-sb dot de>
Approved by: maintainer (Choe, Cheng-Dae)
2006-07-14 01:56:52 +00:00
Thierry Thomas
f8b42e1da3
- Upgrade to 1.1.16-1;
...
- Unbreak;
- Add mirrors.
2006-07-13 22:26:44 +00:00
Thierry Thomas
0a4efb89d6
Upgrade to JasperReports 1.2.5.
...
Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=36382&release_id=431260 >
2006-07-11 21:45:07 +00:00
Lars Balker Rasmussen
c6903ef43f
Update to 0.03004.
2006-07-11 18:39:37 +00:00
Renato Botelho
bc04aff095
Add databases/php5-oci8:
...
This port adds support for OCI8 PHP shared extension. It replaces the old
Oracle shared extension which is obsolete and will be dropped (moved to
PECL) in PHP 5.1. This patch also corrects dependency for the Oracle shared
extension (added Oracle client in RUN_DEPENDS).
PR: ports/86580
Submitted by: Simun Mikecin <numisemis at yahoo.com>
2006-07-11 13:21:54 +00:00
Sergey A. Osokin
9a15142fc3
Unbreak size mismatch by update to 3.29.
...
Submitted by: chinsan aka chinsan dot tw at gmail dot com
PR: 100059
2006-07-11 06:32:43 +00:00
Marcus Alves Grando
f844d449b6
* databases/Makefile
...
Add py-pysqlite23 entry
* databases/py-PySQLite10
Litte modification in CONFLICTS
* databases/py-PySQLite11
Litte modification in CONFLICTS
* databases/py-pysqlite20
Fix CONFLICTS
* databases/py-pysqlite21
Fix CONFLICTS
* databases/py-pysqlite22
Fix CONFLICTS
* databases/py-pysqlite23
Update to 2.3.2
Repocopy by: marcus
2006-07-10 03:07:30 +00:00
Ion-Mihai Tetcu
1f4401a28f
OpenDBX is an extremely lightweight but extensible C library for
...
accessing databases with a single API. It provides a clean and simple
interface across all supported databases that leads to an elegant
code design automatically. Currently MySQL, PostgreSQL and SQLite are
supported and backends for more native database APIs can be written
easily. If you want your application to support different databases
with little effort, this is definitively the right thing for you!
License: LGPL
WWW: http://www.linuxnetworks.de/opendbx/
PR: ports/95005
Submitted by: tremere at cainites.net
2006-07-09 14:26:40 +00:00
Rong-En Fan
23749ec2f6
- Update to 2.5.1
...
Approved by: delphij (mentor, implicit)
2006-07-08 05:29:20 +00:00
Rong-En Fan
08fdf7d9ad
- Update to 1.1.3
...
- Use GCC 3.2+ to build on 4.x
- Remove duplicate logic of detecting PGSQL_VER
PR: 99820
Submitted by: maintainer
Approved by: delphij (mentor, implicit)
2006-07-06 16:29:04 +00:00
Cheng-Lung Sung
04a2c39f6d
- currently mark BROKEN on 4.X
2006-07-05 22:48:01 +00:00
Marcus Alves Grando
77cf256612
- Fix LIB_DEPENDS
...
Pointy hat to: seanc
2006-07-05 13:49:49 +00:00
Mark Linimon
fb0914231a
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
...
PR: ports/92445
Hat: portmgr
2006-07-05 02:30:58 +00:00
Sean Chittenden
bafa34008a
Apply performance patch to memcached to reduce latency when a response is
...
being sent over two packets.
http://citrin.ru/stuff/memcached/read.png
http://citrin.ru/stuff/memcached/write.png
Also fix a libevent versioning type-o, I'm not aware of 1.2.1 having been
released. :) Bump port version.
PR: ports/94997
Submitted by: Anton Yuzhaninov <citrin@rambler-co.ru>
2006-07-03 20:10:58 +00:00
Martin Wilke
792d580430
- Update to 2.8.2 which fixes several vulnerabilities
...
PR: ports/99682
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by: markus (co-mentor)
Security: http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2006-4
2006-07-03 12:28:00 +00:00
Cheng-Lung Sung
ec47cd2bb3
- update to 0.29
2006-07-03 00:46:35 +00:00
Cheng-Lung Sung
bd664e6a35
- update to 0.74
...
PR: ports/99694
Submitted by: maintainer (hideo)
2006-07-01 17:10:23 +00:00
Cheng-Lung Sung
0d78f52fdc
- update to 0.72
...
PR: ports/99694
Submitted by: maintainer (hideo)
2006-07-01 17:05:36 +00:00
Aaron Dalton
7793233f5c
- Update to 0.96
...
PR: ports/99060
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
2006-07-01 16:13:07 +00:00
Yen-Ming Lee
f16517a483
- update dependencies for libevent-1.2
2006-06-30 02:53:12 +00:00
Cheng-Lung Sung
9ae477f22f
- update to 1.18
...
- prune WWW.
2006-06-29 02:01:20 +00:00
Maxim Sobolev
f782d82915
There is no point in setting mode of rc.d file to be 554, set it to 555.
...
Otherwise there could be problems with the service not starting up in the
case when owner of the file has been changed.
2006-06-26 22:24:10 +00:00
Erwin Lansing
eb2ac88bce
Change non-existent USE_PERL to a working USE_PERL5
...
Approved by: maintainer timeout
2006-06-26 10:27:59 +00:00
Andrew Pantyukhin
0cbae16890
- Require perl from ports
...
PR: ports/99054 (part of)
Submitted by: Aaron Dalton <aaron@freebsd.org>
2006-06-25 16:23:16 +00:00
Cheng-Lung Sung
c43be3147b
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
...
- this commit modified ports maintained by ports@
PR: ports/98755
Submitted by: rafan (the fresh committer)
2006-06-25 15:29:12 +00:00
Thierry Thomas
21b8e05512
Upgrade JasperReports to 1.2.4.
...
Changelog at:
<https://sourceforge.net/project/shownotes.php?release_id=427038&group_id=36382 >
2006-06-23 21:18:26 +00:00
Shaun Amott
1f05758e2c
Fix plist: don't remove nls/en_US.US-ASCII or nls/POSIX
...
PR: ports/99337
Submitted by: shaun (me)
Approved by: Bartek Rutkowski <r@robakdesign.com> (maintainer),
ahze (mentor)
2006-06-23 13:46:06 +00:00
Hye-Shik Chang
41a65d90c0
Add new port for python sqlite3 module.
...
This port installs a Python "standard" library version of pysqlite
which is provided by databases/py-pysqlite22 already. Because
sqlite3 module was introduced in Python 2.5, this port plays only
for 2.5 or laters.
See Also: http://docs.python.org/dev/lib/module-sqlite3.html
2006-06-23 03:54:01 +00:00
Mathieu Arnold
aaa7bad306
Fixup the distfile shortage
2006-06-22 14:53:06 +00:00
Erwin Lansing
8740ce5b57
Update to 1.15
...
PR: 99299
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
2006-06-22 13:21:39 +00:00
Alex Dupre
fcfd4c734b
Remove the temporary hack to use the new USE_LDCONFIG feature.
2006-06-22 10:23:04 +00:00
Lars Balker Rasmussen
29d5891fc6
Update to 0.15
...
PR: 99087
Submitted by: aaron
Approved by: erwin (mentor, implicit)
2006-06-21 20:51:59 +00:00
Renato Botelho
b06153abd6
- Update fpc to 2.0.2
...
PR: 98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652,
98654, 98656, 98657, 98658, 98720, 98724
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 16:52:57 +00:00
Renato Botelho
eb0d782f33
Add fpc-sqlite , free Pascal interface to SQLite.
...
PR: ports/98655
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:45:29 +00:00
Renato Botelho
cc8cdb83e5
Add fpc-gdbm , free Pascal interface to the GNU database system.
...
PR: ports/98666
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:43:54 +00:00
Michael Johnson
13b3cd9bfe
- Update to 1.8.60
2006-06-20 20:17:52 +00:00
Erwin Lansing
9c2df873e3
Update to 0.24
...
PR: 99201
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
2006-06-20 16:00:06 +00:00
Shaun Amott
5361678373
Switch to my @FreeBSD.org address.
...
Approved by: ahze (mentor)
2006-06-19 20:06:59 +00:00
Lars Thegler
814d1e06b7
Update to 0.07
...
PR: ports/99113
Submitted by: aaron
2006-06-19 18:37:38 +00:00
Mathieu Arnold
3c47d55ef1
Update to 1.07
2006-06-19 12:18:05 +00:00
Alex Dupre
20dac73485
Update to 5.1.11 release:
...
- use recommended yaSSL library
- build as max-no-ndb or max profiles
2006-06-19 09:08:56 +00:00
Aaron Dalton
c98680c13f
- Update from v0.04 to v1.00
...
- Restrict to Perl 5.6+ due to dependencies
PR: ports/98179
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
2006-06-19 07:36:47 +00:00
Ion-Mihai Tetcu
05cdb31dfd
- unquote IGNORE
...
- install .la files and bump PORTVERSION for plist change
PR: ports/99020
Submitted by: maintainer
2006-06-17 11:15:43 +00:00
Jun Kuriyama
bedde79b26
Add p5-Class-DBI-Plugin-Senna 0.01, add Instant Fulltext Search
...
Capability With Senna to Class::DBI.
2006-06-17 11:11:36 +00:00
Andrew Pantyukhin
2fb353ab55
- Update to 0.33
2006-06-17 08:22:05 +00:00
Aaron Dalton
9562727647
- Update to 0.93
...
- Restricted to Perl 5.8+ due to dependency upon devel/p5-Exception-Class
PR: ports/99022
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
2006-06-16 12:53:38 +00:00
Anton Berezin
86a381b881
Update to 0.23.
2006-06-16 07:28:03 +00:00
Cheng-Lung Sung
34a54ff938
- update to 0.28
2006-06-15 03:44:47 +00:00
Cheng-Lung Sung
69793a9b74
- Update databases/p5-Rose-DB from version 0.70 to 0.71
...
PR: ports/98945
Submitted by: maintainer (hideo)
2006-06-15 01:19:25 +00:00
Mark Linimon
aacf833278
Reset simuran@shaw.ca due to 5 months of no activity, maintainer-timeouts,
...
and no response to email.
Hat: portmgr
2006-06-14 21:46:20 +00:00
Erwin Lansing
9d9fb13098
Update to 0.731
...
PR: 98920
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
2006-06-14 19:32:13 +00:00
Sergey Skvortsov
a4d70e6aa6
Fix dependencies list.
...
PR: ports/98931
Submitted by: Denis Barov <dindin xx freebsd.org.ua> (maintainer)
2006-06-14 14:34:49 +00:00
Vasil Dimov
5662d9da5b
Remove expired leaf ports:
...
2006-06-07 databases/arcexplorer
2006-06-07 www/linux-flashplugin6
2006-06-14 10:45:35 +00:00
Aaron Dalton
6c1d55ba97
- Update from v0.028 to v0.93
...
- Restrict to Perl 5.6+ due to make test problems
PR: ports/98183
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
2006-06-14 04:54:08 +00:00
Sergey A. Osokin
71683f6af8
Update to 3.49.
2006-06-13 10:20:47 +00:00
Erwin Lansing
251331e604
Remove non-existent knob USE_FFTW.
...
Approved by: maintainer
2006-06-12 18:41:13 +00:00
Norikatsu Shigemura
5af3874176
Update to 10.2.0.2.
...
Requested by: many people
2006-06-12 16:04:07 +00:00
Sergey Skvortsov
8c88427820
Update to 3.0006
...
Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0006/ChangeLog
2006-06-12 11:35:34 +00:00
Marcus Alves Grando
c78adb8a81
- Update to 3.3.6
2006-06-11 21:43:25 +00:00
Erwin Lansing
c31f6f3db9
Update to 0.74
...
PR: 98818
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
2006-06-11 16:27:18 +00:00
Erwin Lansing
b985cab0ea
Update to 0.70
...
PR: 98817
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
2006-06-11 16:24:49 +00:00
Pav Lucistnik
33216e375b
- Update to 1.0.3
...
PR: ports/98358
Submitted by: Dan Langille <dan@langille.org> (maintainer)
2006-06-10 11:27:48 +00:00
Erwin Lansing
a7d2f98382
Rose::DB::Object is a base class for objects that encapsulate a single row
...
in a database table.
WWW: http://search.cpan.org/dist/Rose-DB-Object/
PR: ports/98767
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
2006-06-10 10:47:38 +00:00
Erwin Lansing
cf69935f05
Rose::DB is a wrapper and abstraction layer for DBI-related functionality.
...
WWW: http://search.cpan.org/dist/Rose-DB/
PR: ports/98767
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
2006-06-10 10:46:49 +00:00
Mark Linimon
ca5fd41bfa
Reset bouncing maintainer address.
2006-06-09 21:18:38 +00:00
Aaron Dalton
5044e973f6
- Update from v0.96 to v0.983
...
- Update plist
PR: ports/98189
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
2006-06-09 19:20:57 +00:00
Vanilla I. Shu
0305da6e87
Fix build on 4.x.
...
Submitted by: kris@ via email.
2006-06-09 02:44:50 +00:00
Jun Kuriyama
c60de118ac
- Update to 0.95.
...
- Switch to CPAN.
- Remove USE_GETTEXT (it's required by libnmz)
- Add patch for perl 5.005_03 (however, it still can't pass "make test")
PR: ports/98382
Submitted by: leeym
2006-06-09 01:46:24 +00:00
Anton Berezin
5c73cb2a4e
Update to 0.51.
...
Submitted by: hideo <hideo@lastamericanempire.com>
PR: 98635
2006-06-08 06:52:49 +00:00
Erwin Lansing
17de8cc81e
Update to 1.14
...
PR: 98621
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
2006-06-07 20:43:36 +00:00
Edwin Groothuis
7cde130159
add SHA256 checksum
2006-06-07 13:53:59 +00:00
Edwin Groothuis
5c1963b34f
Add SHA256 checksums
2006-06-07 13:46:48 +00:00
Erwin Lansing
4a1c0ea7a2
This is a simple module for doing very very simple quick tests on a
...
database, primarily designed to test if a row exists with the correct
details in a table or not. For more advanced testing (joins, etc) it's
probably easier for you to roll your own tests by hand than use this
module.
WWW: http://search.cpan.org/~mark/Test-DatabaseRow-1.04/
PR: ports/98608
Submitted by: Joshua D. Abraham <jabra@ccs.neu.edu>
2006-06-07 10:44:40 +00:00
Akinori MUSHA
e5e80b2536
Update to 0.998.
2006-06-07 06:12:12 +00:00
Akinori MUSHA
40f0e41f59
Add SHA256 sums. I'll upgrade my 4.x box to 6 soon...
2006-06-07 06:07:32 +00:00
Akinori MUSHA
338501299e
Update to 2.7.1.
2006-06-07 06:02:21 +00:00
Akinori MUSHA
163105ed64
- Update to 0.5.9, which now supports bdb 4.4.
...
- Make good use of USE_BDB instead of tedious WITH_BDB* knobs.
- Use 'PORTDOCS=*' to avoid maintaining a list of automatically
generated document files that are renumbered on every release.
PR: ports/98059 (update to 0.5.8)
Submitted by: skv
2006-06-07 05:57:47 +00:00
Michael Johnson
c15633ed3e
- Update to 1.8.59
2006-06-07 01:42:10 +00:00
Sergey Skvortsov
79861d5a2e
Add flamerobin 0.7.2, an GUI administration tool for Firebird database.
...
PR: ports/95468
Submitted by: Denis Barov <dindin xxx freebsd.org.ua>
2006-06-06 18:10:01 +00:00
Erwin Lansing
ff52c8e2a3
Update to 0.05
...
PR: 97626
Submitted by: miwi
Approved by: maintainer timeout
2006-06-06 10:24:49 +00:00
Sergey Matveychuk
96420a7e04
- NOT_FOR_ARCH=ia64. Does not build.
...
Reported by: kris mail
2006-06-06 09:01:20 +00:00
Lars Balker Rasmussen
99637198dd
Update to 0.03003
...
Approved by: erwin (mentor, implicit)
2006-06-06 06:12:02 +00:00
Aaron Dalton
7274ae2aaf
Add erlang-mysql 1.0, native MySQL driver for Erlang.
...
PR: ports/96803
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: tobez
2006-06-05 20:06:06 +00:00
Pav Lucistnik
d4c81595f2
- Fix build on !i386
...
PR: ports/98386
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
2006-06-05 13:10:29 +00:00
Marcus Alves Grando
758243aad5
- Add secondary master site
...
Notified by: krismail
2006-06-04 21:19:44 +00:00
Jeremy Messenger
631d51a28e
Fix the plist, bump the PORTREVISION.
...
Reported by: krismail
2006-06-04 21:17:26 +00:00
Sergey Matveychuk
7177ab1684
- Update to 0.6.1
...
PR: ports/98482
Submitted by: Martin Wilke <freebsd at unixfreunde.de>
2006-06-04 17:45:25 +00:00
Vanilla I. Shu
380fdb26af
Fix pkg-plist.
...
Submitted by: kris@ via email
2006-06-03 13:57:08 +00:00
Cheng-Lung Sung
58f9946c7a
- use USE_MYSQL
...
- take maintainership
PR: ports/98389
Submitted by: maintainer (Thomas Abthorpe)
2006-06-03 13:46:50 +00:00
Vanilla I. Shu
8074d478f1
Add libzdb, it's a thread-safe connection pool library.
2006-06-03 03:02:17 +00:00
Sergey Skvortsov
9fe3cba801
* update to 2.10
...
* assign maintainership to perl@
PR: ports/98190
Submitted by: aaron
2006-06-02 15:36:28 +00:00
Lars Balker Rasmussen
f93513ab2a
- Update from v0.32 to v0.33
...
- Clean up Makefile and portlint errors
- Update pkg-plist to respect NOPORTDOCS
0.33
- Implement the 'require' parameter. Suggested by esh at exile.ru
PR: 98181
Submitted by: aaron
Approved by: erwin (mentor, implicit, seeing spots)
2006-06-02 13:50:42 +00:00
Yen-Ming Lee
14dc2a08d5
- update to 1.02
...
- assign to perl@
2006-06-02 05:27:33 +00:00
Marcus Alves Grando
e80287dc93
- Update to 5.0.22
...
PR: 98280
Approved by: ale
Security: http://lists.mysql.com/announce/365
2006-06-01 17:55:56 +00:00
Marcus Alves Grando
cb07c139a7
- Update to 4.1.20
...
PR: 98280
Approved by: ale
Security: http://lists.mysql.com/announce/364
2006-06-01 17:55:36 +00:00
Dmitry Sivachenko
950fa4829f
Update to 1.43.
...
PR: 98185
Submitted by: aaron
2006-06-01 10:34:09 +00:00
Herve Quiroz
2189ec6af9
Update to 3.1.13 (bugfix release)
...
PR: 98225
Submitted by: maintainer
2006-05-31 23:19:32 +00:00
Jeremy Messenger
336ae3953d
- Add header in these *-reference ports.
...
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
2006-05-31 22:18:51 +00:00
Aaron Dalton
0ae3dc3b3a
- Update from v1.01 to v1.02
...
- Update pkg-plist
1.02 Thu Sep 15 2005 Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
* Switched from ExtUtils::MakeMaker to Module::Build.
* Added dependencies on Class::DBI 0.96 (thanks to MJH
<mjh@liminalflux.net for the suggestion)
* Updated the README documentation.
* Changed the environment variables used for testing.
* Fixed testing so that tests are skipped when optional
prerequisites are not installed.
* Removed Class::DBI::DDL::mysql as it did nothing.
PR: 98180
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
2006-05-31 17:47:09 +00:00
Vasil Dimov
7fcd3b36c7
Add new port databases/pgtop - Display PostgreSQL performance info like top(1)
...
pgtop was inspired by mytop (http://mytop.sourceforge.net/ [1]), which in turn
was inspired by the system monitoring tool top.
pgtop will connect to a PostgreSQL server and periodically run queries against
the pg_stat* relations and attempt to summarize the information from them in a
useful format.
http://search.cpan.org/~cosimo/pgtop-0.04/pgtop
[1] this site is not available, the correct one is:
http://jeremy.zawodny.com/mysql/mytop/
PR: ports/98204
Submitted by: r@robakdesign.com <r@valinor.amu.edu.pl>
2006-05-31 12:36:20 +00:00
Aaron Dalton
00d556cf82
Adding port databases/p5-Data-Pageset, a module for manipulating multiple pages of returned data as well as sets of pages.
...
Approved by: tobez (implicit)
2006-05-30 21:36:32 +00:00
Thierry Thomas
c46be8e47c
Upgrade to JasperReports 1.2.3.
...
Changelog available at
<https://sourceforge.net/project/shownotes.php?release_id=421105 >.
2006-05-30 20:56:34 +00:00
Cheng-Lung Sung
05b4531bc7
- Update to 0.0.20
...
PR: ports/98123
Submitted by: Nils Vogels <nivo+kw+ports.bfa274_AT_is-root dot com>
2006-05-30 09:34:37 +00:00
Joe Marcus Clarke
b21d25cd99
Update to 1.6.2.
2006-05-30 03:50:07 +00:00
Marcus Alves Grando
f9bcbd7065
- Update to 1.31
2006-05-30 02:49:44 +00:00
Palle Girgensohn
62d24c8673
Update to 2.6.6.
...
Security: http://thaiopensource.org/development/libpqxx/
2006-05-28 16:50:24 +00:00
Pav Lucistnik
14dd14b714
- Fix syntax error in pkg-message's Apache configuration example
...
PR: ports/98045
Submitted by: Brian Gourlie <bgourlie@gmail.com>
Approved by: maintainer
2006-05-28 15:02:02 +00:00
Pav Lucistnik
b47ad7a943
- Renamed port graphics/libart_lgpl2 -> graphics/libart_lgpl
2006-05-28 13:37:06 +00:00
Jeremy Messenger
9fd86ed460
Change the PORTNAME:
...
gnomemag -> gnome-mag
gnomespeech -> gnome-speech
fileroller -> file-roller
gnomeaudio -> gnome-audio
gnomemedia2 -> gnome-media
gnomedb -> gnome-db
gnomeblog -> gnome-blog
gnomepim -> gnome-pim
gnomeutils2 -> gnome-utils
bugbuddy -> bug-buddy
gnomebuild -> gnome-build
gnomecommon -> gnome-common
gnomecrash -> gnome-crash
2006-05-28 04:06:27 +00:00
Jeremy Messenger
0da70991cd
databases/gnomedb -> databases/gnome-db
...
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
PR: ports/97985
Repocopy by: marcus
2006-05-28 02:53:21 +00:00
Marcus Alves Grando
ec51640623
- Update to 2.0.4
...
PR: 97986
Approved by: maintainer
2006-05-27 17:53:24 +00:00
Pav Lucistnik
75ff8591bb
- Move to better category
...
devel/p5-Encode -> converters/p5-Encode
devel/p5-Encode-compat -> converters/p5-Encode-compat
PR: ports/97644
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
2006-05-27 17:51:11 +00:00
Michael Nottebrock
d10a5375ee
Update to KOffice 1.5.1
2006-05-27 10:26:19 +00:00
Sam Lawrance
3ec2eee0e4
Put back the correct master site.
...
Reported by: grog
2006-05-27 01:30:15 +00:00
Pav Lucistnik
4059a91be8
- Point MASTER_SITES to submitter's mirror
...
- Remove WWW
PR: ports/97824
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
2006-05-26 18:46:30 +00:00
Andrew Pantyukhin
b33965b337
Add port databases/p5-DBIx-SQLite-Simple:
...
DBIx::SQLite::Simple - easy access to SQLite databases using objects
WWW: http://search.cpan.org/dist/DBIx-SQLite-Simple/
Approved by: krion (mentor)
2006-05-26 10:34:31 +00:00
Pav Lucistnik
5786c6dd2e
- Fix plist
...
Reported by: krismail
2006-05-26 08:45:31 +00:00
Michael Johnson
38b74ddeb6
- Update to 1.8.57
2006-05-25 12:08:53 +00:00
Michael Johnson
9881b0413b
- Fix fetch by using MASTER_SITE_PERL_CPAN
...
PR: 97854
Submitted by: Shaun Amott <shaun@inerd.com>
2006-05-24 22:03:27 +00:00
Renato Botelho
a481869221
Make it fetchable again
...
PR: ports/97629
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
2006-05-24 12:15:12 +00:00
Palle Girgensohn
bf0da7dba4
Update to 8.1-407
2006-05-24 10:45:52 +00:00
Lars Balker Rasmussen
bfacb6ff19
Update to 0.03000
...
Approved by: erwin (mentor)
2006-05-24 10:40:25 +00:00
Sergey Skvortsov
4ea9382b73
Update to 0.26
...
Changes: http://search.cpan.org/src/RDB/POE-Component-DBIAgent-0.26/Changes
2006-05-24 07:26:56 +00:00
Sergey Skvortsov
6ff36bce8f
Update to 3.0004
...
Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0004/ChangeLog
PR: ports/97677
Submitted by: leeym
2006-05-24 07:09:03 +00:00
Pav Lucistnik
0414bf912d
- Bump PORTREVISION for yesterday's directory fixes
2006-05-23 21:47:55 +00:00
Alex Dupre
d1d5102caa
Remove BROKEN flag.
2006-05-23 21:25:06 +00:00
Palle Girgensohn
85e4e49806
Update all PostgreSQL to fix a security flaw
...
The PostgreSQL Global Development Group today released versions 8.1.4, 8.0.8,
7.4.13 and 7.3.15. This is an urgent update to close a security hole which
can permit a SQL injection attack on some applications running PostgreSQL.
Users are urged to apply the update as soon as reasonably possible. Since the
update affects client functionality, most driver projects will be updating
this week as well.
Because the security issue involved is complex, we have added a section in
Techdocs to explain it: http://www.postgresql.org/docs/techdocs.52 . Please
read this first before applying the updates.
Also, fix rc_subr startup problems on FreeBSD-7.x.
Security: http://www.postgresql.org/docs/techdocs.50
PR: ports/95154
2006-05-23 21:18:58 +00:00
Alex Dupre
f27d84df7c
Fix pkg-plist.
2006-05-22 19:36:47 +00:00
Cheng-Lung Sung
2de262a385
- now it builds
2006-05-22 08:53:01 +00:00
Pav Lucistnik
bfc2b6667d
- This is fixed now after changes to ruby-dbi port
2006-05-21 22:56:42 +00:00
Pav Lucistnik
b31e1bd34c
- This is fixed now after changes to ruby-dbi port
2006-05-21 22:43:10 +00:00
Pav Lucistnik
6b716ac72c
- Create empty directories when installed from package
2006-05-21 22:38:06 +00:00
Kris Kennaway
6a9acb210a
BROKEN: Incomplete pkg-plist
2006-05-21 22:08:31 +00:00
Kris Kennaway
676e78bb22
BROKEN: Does not build
2006-05-21 22:07:49 +00:00
Kris Kennaway
01ffad2eff
BROKEN: Incorrect pkg-plist
2006-05-21 21:46:47 +00:00
Kris Kennaway
24434565b7
BROKEN: Does not compile
2006-05-21 21:40:41 +00:00
Kris Kennaway
a34a0f7a61
BROKEN: Installs files prior to 'make install'
2006-05-21 21:31:18 +00:00
Max Khon
1aa4a57b1c
Fix some portlint -A errors.
...
PR: 97353 (partially)
Submitted by: Martin Wilke
2006-05-21 14:04:42 +00:00
Marcus Alves Grando
2d105f63ee
- Update to 4.0.27
...
PR: 97502
Approved by: maintainer timeout (security bypass by mnag with secteam hat)
Security: CVE-2006-1516, CVE-2006-1517
2006-05-21 03:18:03 +00:00
Marcus Alves Grando
a7a167893e
- Update to 2.8.1
...
PR: 97537
Submitted by: maintainer
Security: http://www.vuxml.org/freebsd/2ecd02e2-e864-11da-b9f4-00123ffe8333.html
2006-05-21 01:03:25 +00:00
Sergey Matveychuk
d133ccf98b
- Update to 1.1.10
2006-05-20 17:40:09 +00:00
Lars Balker Rasmussen
6036ee2571
Update to 0.06003.
...
Approved by: erwin (mentor)
2006-05-20 10:58:55 +00:00
Ion-Mihai Tetcu
3cd188c8f6
- Update to 1.0.2 [1]
...
- drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2]
PR: ports/97435 [1]
Submitted by: maintainer [1], itetcu [2]
Approved by: lawrance (mentor)
2006-05-20 00:49:45 +00:00
Ion-Mihai Tetcu
6ce06f7ed4
- update to 1.0.3 [1]
...
- drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2]
PR: ports/97430 [1]
Submitted by: maintainer [1], itetcu [2]
Approved by: lawrance (mentor)
2006-05-19 08:13:32 +00:00
Ion-Mihai Tetcu
06418bc74e
- Update to 1.0.1
...
- drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2]
PR: ports/97436
Submitted by: maintainer [1]
itetcu [2]
Approved by: lawrance
2006-05-19 07:56:32 +00:00
Ion-Mihai Tetcu
46c526b0af
- Update to 1.0.1 [1]
...
- rop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2]
PR: ports/97438 [1]
Submitted by: maintainer [1]
itetcu [2]
Approved by: lawrance (mentor)
2006-05-19 07:55:01 +00:00
Ion-Mihai Tetcu
8282ee33e0
Update to 1.0.1 [1]
...
- drop USE_PHPIZE= yes since it has USE_PHPEXT= yes [2]
PR: ports/97436 [1]
Submitted by: maintanier
itetcu [2]
Approved by: lawrance (mentor)
2006-05-19 07:50:27 +00:00
Lars Balker Rasmussen
b706a5979b
Make dependencies added in 1.18 optional.
...
Submitted by: kuriyama
Approved by: erwin (mentor)
2006-05-19 07:36:08 +00:00
Erwin Lansing
f0f9ee964e
- Update to 0.23 [1]
...
- Hand maintainership to perl@
PR: 97423 [1]
Submitted by: Shaun Amott <shaun@inerd.com>
2006-05-18 20:37:45 +00:00
Michael Johnson
d3138e9a45
- Add pkg-descr
...
Requested by: Dan Langille <dan@langille.org> for freshports.org
2006-05-17 20:56:56 +00:00
Cheng-Lung Sung
f4895cc9b0
- A trivial error pointed out to me by Gerard Seibert -- it's
...
config.default.php not config.defaults.php, and the file is in the
libraries sub-directory
PR: ports/97334
Submitted by: maintainer (Matthew Seaman)
2006-05-16 06:43:23 +00:00
Jeremy Messenger
69b1d4f402
portlint:
...
-Use DOCSDIR in plist.
-Add INSTALLS_OMF, bump the PORTREVISION.
2006-05-16 04:02:04 +00:00
Jeremy Messenger
fdfcc55f2f
portlint:
...
-Use DOCSDIR in plist.
-Add INSTALLS_OMF, bump the PORTREVISION.
2006-05-16 03:56:05 +00:00
Jeremy Messenger
6486c7771f
Add USE_GETTEXT to appease portlint.
2006-05-15 22:23:04 +00:00
Dirk Meyer
fd1b75220b
- fix plist after apache update
2006-05-15 11:59:11 +00:00
Sam Lawrance
5b91ad41c4
Update to 3.0.1.
...
Run as 'nobody' rather than root.
PR: ports/96637
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
2006-05-15 09:14:34 +00:00
Yen-Ming Lee
6080471a6a
- update to 1.49
2006-05-14 17:19:16 +00:00
Tilman Keskinoz
2853472077
Update to 0.23
...
PR: 97204
Submitted by: hideo <hideo@lastamericanempire.com>
2006-05-14 16:59:28 +00:00
Ion-Mihai Tetcu
38fd3832df
Pass maintainership to Shaun Amott <shaun@inerd.com>
...
PR: ports/96289
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor)
2006-05-14 14:59:51 +00:00
Michael Johnson
ea94aa3271
- Update to 1.8.53
2006-05-14 03:56:26 +00:00
Cheng-Lung Sung
6965e56ee6
- update to 2.8.0.4
...
Release notes are at:
https://sourceforge.net/project/shownotes.php?release_id=416383&group_id=23067
i) Update to version 2.8.0.4 to patch some security holes. See CVE-2006-2031
http://secunia.com/advisories/19659
http://pridels.blogspot.com/2006/04/phpmyadmin-xss-vuln.html
ii) Provide a little guidance on how to get phpMyAdmin installed with PHP5
iii) Provide a little more guidance on how to configure Apache to work
with phpMyAdmin.
PR: 97185
Submitted by: matainer (Matthew Seaman)
2006-05-13 17:00:25 +00:00
Erwin Lansing
a4fef710fb
Update to 1.13 and require perl from ports.
...
PR: 97085
Submitted by: hideo <hideo@darwin.lastamericanempire.com> (maintainer)
2006-05-13 16:34:54 +00:00
Vasil Dimov
f5387617c9
Remove whitespace from line endings in pkg-plist files.
...
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
2006-05-12 14:28:19 +00:00
Edwin Groothuis
0f12b488a5
Remove USE_REINPLACE from all categories starting with N
2006-05-11 22:49:56 +00:00
Jean-Yves Lefort
276f8c1c63
Move the libgnomedb programming reference to the libgnomedb-reference port.
2006-05-11 16:21:18 +00:00
Cheng-Lung Sung
bc7e6e38bd
- update to 0.997
2006-05-11 09:28:31 +00:00
Alex Dupre
076d936ef8
Update to 5.1.9 release.
2006-05-11 06:14:25 +00:00
Jean-Yves Lefort
89ab2589ac
Move the libgda3 programming reference to the libgda3-reference port.
2006-05-11 05:58:48 +00:00
Jean-Yves Lefort
fc0591a423
Move the libgda2 programming reference to the libgda2-reference port.
2006-05-11 05:42:57 +00:00
Anton Berezin
6bd56a8e8a
Fix CAN-2005-0077. Assign maintainer to perl@.
...
The fix was obtained from Debian
(http://www.debian.org/security/2005/dsa-658 ).
Reported by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>
2006-05-10 10:16:36 +00:00
Andrey Slusar
8ad5c1dd58
Add SHA256.
...
Noticed by: sem
2006-05-10 09:21:10 +00:00
Andrey Slusar
e3bc5a4162
Add SIZE and SHA256.
...
Noticed by: sem
2006-05-10 09:19:08 +00:00
Cheng-Lung Sung
c68e5b1645
- I forgot to reset PORTREVISION
...
PR: ports/97006
2006-05-09 07:48:24 +00:00
Cheng-Lung Sung
22dc4b7ce4
- Update to ruby-dbi-0.1.0, and
...
- take over maintainership.
PR: ports/97010
Submitted by: maintainer (Christopher Boumenot)
2006-05-09 07:46:44 +00:00
Cheng-Lung Sung
de3780399a
- Update to ruby-dbi-0.1.0, and
...
- take over maintainership.
- maintainer suggest to remove the
@dirrmtry from pkg-plist because
this is explicity removed by the master port - ruby-dbi.
PR: ports/97009
Submitted by: maintainer (Christopher Boumenot)
2006-05-09 07:46:00 +00:00
Cheng-Lung Sung
eef579d54a
- Update to ruby-dbi-0.1.0, and
...
- take over maintainership.
- maintainer suggest to remove the
@dirrmtry from pkg-plist because
this is explicity removed by the master port - ruby-dbi.
- reset PORTREVISION
PR: ports/97008
Submitted by: maintainer (Christopher Boumenot)
2006-05-09 07:44:52 +00:00
Cheng-Lung Sung
31dc39f04c
- Update to ruby-dbi-0.1.0, and
...
- take over maintainership.
- maintainer suggest to remove the
@dirrmtry from pkg-plist because
this is explicity removed by the master port - ruby-dbi.
PR: ports/97007
Submitted by: maintainer (Christopher Boumenot)
2006-05-09 07:40:16 +00:00
Cheng-Lung Sung
c9b1c96821
- Update to ruby-dbi-0.1.0, and
...
- take over maintainership.
- maintainer suggest to remove the
@dirrmtry from pkg-plist because
this is explicity removed by the master port - ruby-dbi.
PR: ports/97006
Submitted by: maintainer (Christopher Boumenot)
2006-05-09 07:37:57 +00:00
Cheng-Lung Sung
b5131c6c75
- Update to ruby-dbi-0.1.0, and
...
- take over maintainership.
- maintainer suggest to remove the
@dirrmtry from pkg-plist because
this is explicity removed by the master port - ruby-dbi.
PR: ports/97005
Submitted by: maintainer (Christopher Boumenot)
2006-05-09 07:32:50 +00:00
Cheng-Lung Sung
3315828203
- Update to ruby-dbi-0.1.0, and
...
- take over maintainership.
PR: ports/97004
Submitted by: maintainer (Christopher Boumenot)
2006-05-09 07:29:12 +00:00
Michael Johnson
058e04ba53
- Update to 1.8.51
2006-05-07 22:49:47 +00:00
Michael Johnson
1c52216fc9
- Update to 1.8.50
...
Spotted on: portscout
2006-05-07 22:42:54 +00:00
Sergey Matveychuk
51569f5da6
- Mark DEPRECATED. Download unavailable for long time.
...
Set EXPIRATION_DATE.
2006-05-07 11:30:36 +00:00
Marcus Alves Grando
3096269526
- Update to 0.14
...
PR: 96619
Submitted by: "Martin Wilke" <freebsd___unixfreunde.de>
Approved by: maintainer
2006-05-06 23:09:53 +00:00
Pav Lucistnik
98710b87f8
- Update to 4.1.19
...
Approved by: ale (maintainer)
2006-05-06 20:52:55 +00:00
Marcus Alves Grando
f40e498bac
- Fix segmentation fault when server are restarted ( http://pecl.php.net/bugs/bug.php?id=7331 ).
...
- Use USE_DOS2UNIX.
- Bump PORTREVISION.
PR: 96730
Approved by: maintainer
2006-05-06 16:32:14 +00:00
Roman Bogorodskiy
b6baf72cb0
Chase security/libtasn1 shlib version bump.
2006-05-05 16:02:27 +00:00
Sergey Skvortsov
af53d0518e
Update to 3.0003
...
Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0003_1/ChangeLog
2006-05-05 11:10:35 +00:00
Edwin Groothuis
2406d49a61
Remove USE_REINPLACE from all categories starting with D
2006-05-04 21:41:12 +00:00
Thierry Thomas
6d91f4e2df
Register missing dependency on p5-DBD-Pg when WITH_PERLTOOLS is defined.
...
PR: ports/96721
Submitted by: Vivek Khera <vivek (at) khera.org>
2006-05-04 09:02:30 +00:00
Anton Berezin
5727b592ef
Update to 0.21.
2006-05-04 07:56:57 +00:00
Thierry Thomas
d69d52cbc0
Upgrade to v. 4.7.2.
2006-05-03 19:59:01 +00:00
Marcus Alves Grando
44237f3989
* Makefile
...
- Add databases/py-pysqlite22 entry
* databases/py-pysqlite22
- Update to 2.2.2 (new port)
* databases/py-pysqlite21
- Fix LATEST_LINK
* databases/py-pysqlite20
- Define LATEST_LINK
PR: 96635
Submitted by: Edwin Groothuis <edwin___mavetju.org>
Repocopy by: marcus
2006-05-03 15:14:07 +00:00
Alex Dupre
c832f0f348
Update to 5.0.21 release.
2006-05-02 19:20:04 +00:00
Kirill Ponomarev
21d3a2dca0
Version bump to keep in sync with lang/gauche.
...
PR: ports/95750
Submitted by: maintainer
2006-05-01 18:23:30 +00:00
Norikatsu Shigemura
5e32881ada
o Add support MeCab.
...
o Portlint happy.
o Bump PORTREVISION, accordingly.
PR: ports/96588
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
2006-05-01 15:13:35 +00:00
Lars Balker Rasmussen
e7dc7669c7
Changing email-address on my 80 ports.
...
Approved by: erwin (mental)
2006-05-01 13:52:00 +00:00
Yen-Ming Lee
330849ebe5
- update to 1.17
2006-05-01 01:46:55 +00:00
Lars Balker Rasmussen
1ff797de16
Up to 0.06002
...
Approved by: erwin (mentor)
2006-04-30 19:25:39 +00:00
Lars Balker Rasmussen
cad43c1b16
Fix breakage. Third time's the charm.
...
Approved by: erwin (mentor)
2006-04-30 14:43:21 +00:00
Lars Balker Rasmussen
d800fb1328
Whitespace snuck in after \..
...
Approved by: erwin (mentor)
2006-04-30 13:04:48 +00:00
Lars Balker Rasmussen
9d9a63ee1e
add missing dependencies
...
PR: ports/96423
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Approved by: erwin (mentor)
2006-04-30 12:59:32 +00:00
Joe Marcus Clarke
798e9bed2a
Presenting GNOME 2.14.1 for FreeBSD! Checkout
...
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
2006-04-30 00:47:21 +00:00
Michael Nottebrock
88b16273ed
Update to KOffice 1.5.0
...
Approved by: portmgr (kris)
cVS: arabic/koffice-i18n/distinfo arabic/koffice-i18n/pkg-descr
2006-04-29 15:36:44 +00:00
Markus Brueffer
ab3cdd4086
Update to version 0.1.4
2006-04-29 13:21:23 +00:00
Thierry Thomas
5975981add
Upgrade to JasperReports 1.2.2.
...
Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=412293&group_id=36382 >
2006-04-28 22:25:28 +00:00
Sergey Matveychuk
c954f55cc4
- Add a shabang to run script
...
PR: ports/96372
Submitted by: Matthew Holder <sixxgate@hotmail.com>
2006-04-28 20:44:10 +00:00
Ying-Chieh Liao
1e432d5686
upgrade to 0.9.5
...
PR: 96311
Submitted by: maintainer
2006-04-28 03:32:08 +00:00
Ying-Chieh Liao
aa540f429d
upgrade to 2.1.1
...
PR: 96434
Submitted by: maintainer
2006-04-28 02:36:32 +00:00
Erwin Lansing
4f1e3e7d25
Update to 1.11
...
PR: 96363
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
2006-04-26 14:28:24 +00:00
Pav Lucistnik
3ddc49f5e5
- Update the ruby on rails suite to 1.1.2
...
PR: ports/95688
Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer)
2006-04-25 20:35:51 +00:00
Marcus Alves Grando
502affb309
- Bump PORTREVISION, to show message for users about newer databases/py-MySQLdb
2006-04-25 18:05:04 +00:00
Yen-Ming Lee
243231e1b0
- update to 1.11
...
PR: 96269
Submitted by: Frank Laszlo <laszlof at vonostingroup.com>
2006-04-24 23:58:56 +00:00
Erwin Lansing
6d8d3ffd5b
Update WWW
...
PR: 96257
Submitted by: Soeren Straarup <xride@x12.dk>
2006-04-24 12:41:41 +00:00
Erwin Lansing
e3f9c476fc
Add WWW: and cleanup pkg-plist
...
PR: 96254
Submitted by: Soeren Straarup <xride@x12.dk>
2006-04-24 11:35:11 +00:00
Michael Johnson
55628d9ff7
- Update to 1.8.49
2006-04-23 14:23:33 +00:00
Marcus Alves Grando
8f598d443a
- Convert to OPTIONS
...
- Mark as IGNORE while py-MySQLdb > py-MySQLdb-devel
2006-04-23 00:36:05 +00:00
Marcus Alves Grando
b94d3286c7
- Install README too.
2006-04-23 00:28:58 +00:00
Marcus Alves Grando
1c007c5a6a
- Update to 1.2.1_p2 [1]
...
- Use OPTIONS
PR: 96117 [1]
Submitted by: Soeren Straarup <xride___x12.dk>
2006-04-23 00:25:03 +00:00
Kris Kennaway
6b3ef6c36e
BROKEN: Size mismatch
2006-04-22 21:52:52 +00:00
Anton Berezin
a5ce072801
Update to 0.20.
2006-04-22 09:18:07 +00:00
Hye-Shik Chang
51aeff263d
- Utilize BDB macros from bsd.database.mk.
...
- This resolves a version problem reported in [1].
PR: 91801 [1]
Submitted by: Rob B <rbyrnes@mailshack.com> [1]
2006-04-22 04:39:05 +00:00
Hye-Shik Chang
2b8ec0fb3d
- Update to 4.4.2
...
- Utilize bsd.databases.mk
2006-04-22 04:32:29 +00:00
Yen-Ming Lee
dec321fb26
- update to 1.48
2006-04-20 18:26:25 +00:00
Thierry Thomas
9b30968418
Re-add files/patch-cliplibs_clip-gtk2_treestore.c to fix build on 4.x.
...
Reported by: Ports-i386 via Kris
2006-04-19 21:46:55 +00:00
Renato Botelho
f94ab36da3
- Update to 0.1.4.1
...
- Add a static pkg-plist
- Use USE_PYTHON facilities
- Pass maintainership to submitter
PR: ports/96041
Submitted by: Soeren Straarup <xride@x12.dk>
2006-04-19 15:38:58 +00:00
Sergey Matveychuk
44e1a837db
MySQL Query Browser is a database querying tool that combines the simplicity
...
of a Web-browser-like interface with powerful features like multiple result
sets on tab sheets, query history, storing query "bookmarks", editing and
comparing resultsets, SQL script debugging, and more.
WWW: http://www.mysql.com/products/tools/query-browser/
PR: ports/95530
Submitted by: Rainer Alves <rainer.alves@gmail.com>
2006-04-18 17:35:29 +00:00
Michael Johnson
7afd2102b3
- Update to 1.8.48
2006-04-17 11:17:24 +00:00
Sergey A. Osokin
169370204d
Update to 3.48.
2006-04-17 09:25:36 +00:00
Thierry Thomas
1c64e698a2
Upgrade to 1.1.15-1 and unbreak.
2006-04-16 13:46:03 +00:00
Edwin Groothuis
05366d301e
[PATCH] databases/py-axiom: fix pkg-plist
...
Stupid mistake in pkg-plist..
PR: ports/95845
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-16 10:56:43 +00:00
Marcus Alves Grando
21fad01b32
- Update to 3.3.5
...
- Teach sqlite{,3}.pc to use ${PTHREAD_LIBS} when select PTHREAD OPTIONS.
- Building docs via ALL_TARGET instead of post-build
2006-04-16 03:29:40 +00:00
Sam Lawrance
d572445a8e
Update to 6.0.2.
...
- Add OPTIONS for selecting database support.
- Set USE_LDCONFIG to handle ldconfig startup script.
PR: ports/93830
Submitted by: Laurent Courty <lrntct@gmail.com> (maintainer)
2006-04-15 23:33:02 +00:00
Mark Linimon
428ee0bc4b
Reset petef due to no response to email. We hope to see him back sometime.
...
Hat: portmgr
2006-04-14 20:45:44 +00:00
Marcus Alves Grando
15b73f9e08
- Add rc.d script.
...
- Bump PORTREVISION
PR: 94137
Submitted by: Chris St Denis <chris___ctgameinfo.com>
Approved by: maintainer timeout, 39 days
2006-04-14 18:40:59 +00:00
Sergey A. Osokin
054fac3657
Update to 3.47.
2006-04-14 10:24:57 +00:00
Sergey A. Osokin
9aed3ee523
Update to 3.27.
2006-04-14 10:00:28 +00:00
Edwin Groothuis
a4e557cd7c
[NEW PORT] databases/py24-axiom: Axion is an object database in python using sqlite3
...
Axiom is an object database, or alternatively, an
object-relational mapper.
Its primary goal is to provide an object-oriented layer
with what we consider to be the key aspects of OO, i.e.
polymorphism and message dispatch, without hindering the
power of an RDBMS. It is designed to "feel pythonic", without
encouraging the typical ORM behavior such as potato
programming.
Axiom provides a full interface to the database, which
strongly suggests that you do not write any SQL of your
own. Metaprogramming is difficult and dangerous (as many,
many SQL injection attacks amply demonstrate). Writing your
own SQL is still possible, however, and Axiom does have
several methods which return fragments of generated schema
if you wish to use them in your own queries.
WWW: http://divmod.org/trac/wiki/DivmodAxiom
PR: ports/95724
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-14 06:21:23 +00:00
Marcus Alves Grando
4de078ed33
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to 2006.
...
- portlint(1)
PR: 95623
Submitted by: maintainer
2006-04-14 03:44:08 +00:00
Jean Milanez Melo
63922f37a4
- Update to 1.1.2.
...
PR: ports/95486
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Approved by: mnag (mentor)
2006-04-12 18:14:47 +00:00
Anton Berezin
3c138ad3d7
Update to 1.12.
2006-04-12 10:12:45 +00:00
Mathieu Arnold
bb52ff8209
Update to 0.31
2006-04-11 14:45:32 +00:00
Mathieu Arnold
275a8562c2
Update to 0.08
2006-04-11 14:39:32 +00:00
Renato Botelho
26fb42abf2
- Bump PORTREVISION for last commit
...
Asked by: maintainer
2006-04-10 18:24:34 +00:00
Renato Botelho
c33cc2df25
- Update to 0.06001
...
PR: ports/95571
Submitted by: maintainer
2006-04-10 16:01:46 +00:00
Renato Botelho
8ca92ed278
- Fix RUN_DEPENDS. It had fallen out, breaking package-deployment.
...
PR: ports/95576
Submitted by: maintainer
2006-04-10 16:01:36 +00:00
Emanuel Haupt
b3ec61cada
Update to 0.21
...
PR: 93877
Submitted by: maintainer
2006-04-10 10:31:29 +00:00
Alex Dupre
18da83a9dc
Update to 5.0.20 release.
2006-04-10 06:28:56 +00:00
Thierry Thomas
98e1f194e2
Upgrade to JasperReports 1.2.1.
...
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=407888 >.
2006-04-08 21:25:50 +00:00
Thierry Thomas
fc995a5522
Mark broken on FreeBSD-4.
...
Reported by: Ports-i386 via Kris
2006-04-08 19:39:47 +00:00
Anton Berezin
0d0150dd2f
Update to 0.19.
2006-04-07 13:28:22 +00:00
Marcus Alves Grando
fd1aebd1b6
- Update to 2.8.0.3
...
PR: 95411
Submitted by: maintainer
Security: VuXML fba75b43-c588-11da-9110-00123ffe8333
2006-04-06 16:41:48 +00:00
Yen-Ming Lee
334c286de9
- utilize USE_BDB
...
PR: 89023
Submitted by: swhetzel at gmail.com
Approved by: maintainer
2006-04-06 12:37:39 +00:00
Edwin Groothuis
1ab3a2fc56
databases/dbf2mysql: add distfile mirrors
...
Remove dead mirrors, add some working mirrors
PR: ports/95374
Submitted by: Lars Engels <lars.engels@0x20.net>
2006-04-06 00:04:34 +00:00
Marcus Alves Grando
ce30c40b34
- Update to 4.80
...
PR: 95213
Submitted by: Joseph Scott <joseph__randomnetworks.com>
Approved by: maintainer
2006-04-05 01:26:33 +00:00
Erwin Lansing
ff0bc21c1f
Require perl from ports. Do not bump PORTREVISION as it doesn't affect
...
already installed versions.
PR: 95195
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-04-03 08:13:07 +00:00
Lars Thegler
19d70df1a6
Update to 1.00
...
PR: ports/93861
Submitted by: lth
Approved by: maintainer
2006-04-02 14:40:34 +00:00
Joe Marcus Clarke
b042b2385f
Glom is horribly out-of-date, and broken with current versions of bakery
...
and libgdamm. I am assigning this port back to ports@ in hopes that some
GNOME Postgres user will pick it up, and update it to 1.0.
If there's anything gnome@ can do to help facilitate that, please let us know.
2006-04-02 07:35:51 +00:00
Pav Lucistnik
c8e7bdc6df
- Pass maintainership to Dan Langille
...
- Update pkg-descr
PR: ports/95201
Submitted by: Dan Langille <dan@langille.org>
Suggested by: gioria (maintainer)
2006-04-01 22:42:42 +00:00
Vanilla I. Shu
453be82884
Upgrade to 1.0.5.007.
2006-04-01 17:24:57 +00:00
Max Khon
ca6b545720
Update to 1.4.2
2006-04-01 17:05:42 +00:00
Edwin Groothuis
d2d0202a45
Use SUB_FILES for pkg-message
2006-04-01 12:58:18 +00:00
Edwin Groothuis
d8ca7f2259
Use SUB_FILES
2006-04-01 11:57:25 +00:00
Edwin Groothuis
e178206f03
re-add databases/mantis
2006-04-01 05:02:20 +00:00
Edwin Groothuis
7c19b4ecfc
[resurrect port] databases/mantis
...
I've been using mantis for some time, but didn't know it
was in the tree. I did some research and found that the
bugs reported have been fixed.
See my post to the vuxml list for details:
http://docs.freebsd.org/cgi/mid.cgi?442DB5D7.30037.301FFEF
One major change to the Makefile: do not overwrite the
existing config_inc.php
PR: ports/95189
Submitted by: Dan Langille <dan@langille.org>
2006-04-01 05:01:42 +00:00
Joe Marcus Clarke
0e78d56a59
Fix build on 4.X.
...
PR: 94941
Submitted by: Tod McQuillin <devin@spamcop.net>
2006-03-31 23:43:04 +00:00
Mark Linimon
d4f3519bed
Remove databases/mantis; has been marked FORBIDDEN for more than 3 months.
...
Hat: portmgr
2006-03-31 08:26:28 +00:00
Mark Linimon
abd81f8dcc
Remove databases/mantis, it has been marked FORBIDDEN for more than 3 months.
...
Hat: portmgr
2006-03-31 08:25:00 +00:00
Marcus Alves Grando
46b90e5687
- Update to 1.2.1c8
2006-03-29 15:42:37 +00:00
Joe Marcus Clarke
80855a21fe
Update to 1.3.7.
...
Approved by: bland
2006-03-29 07:37:43 +00:00
Joe Marcus Clarke
fbc73d1a66
Chase the bakery shared lib name.
2006-03-29 06:50:19 +00:00
Sergey Matveychuk
646659641d
- Update to 0.9.2.4
...
PR: ports/93707
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-03-28 17:13:45 +00:00
Lars Thegler
a467f16a03
- Update to 0.32
...
- Assign maintainership to submitter
PR: ports/92865
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Approved by: mat
2006-03-28 14:25:16 +00:00
Alexander Nedotsukov
b4a034c1d4
- Plug .la file to plist. [1]
...
- Remove obsolete USE_REINPLACE.
Reported by: krismail [1]
2006-03-28 02:20:27 +00:00
Herve Quiroz
270d84ea51
- Update to bsd.java.mk 2.0
...
- Remove deprecated USE_REINPLACE
2006-03-27 23:28:59 +00:00
Sergey Matveychuk
d7337730a1
- Update to 0.06000
...
PR: ports/93822
Submitted by: maintainer
2006-03-27 08:25:14 +00:00
Jeremy Messenger
e5385e79f9
With marcus's recently committed of bring libgda2 back to 1.2.3 and now it is
...
buildable. This doesn't build with libgda3, so still depend on libgda2.
2006-03-27 05:14:21 +00:00
Joe Marcus Clarke
6114a5a784
Fix PLIST_SUB after the libgda2 --> libgda3 move.
2006-03-27 00:29:13 +00:00
Joe Marcus Clarke
93c1887853
This port is no longer broken now that libgda2-1.2.x is back.
2006-03-26 23:26:20 +00:00
Joe Marcus Clarke
444b4f454f
This port conflicts with libgda2.
2006-03-26 23:25:03 +00:00
Joe Marcus Clarke
afd8a000b6
Switch to using a libgda3 dependency.
2006-03-26 23:22:27 +00:00
Joe Marcus Clarke
57b756aa2e
Add USE_GETTEXT to make portlint happy.
2006-03-26 23:21:03 +00:00
Joe Marcus Clarke
7a6e429220
Bring back libgda2-1.2.x as libgda2-1.2.3.
2006-03-26 23:16:59 +00:00
Joe Marcus Clarke
c3bb3f3beb
Repocopy libgda2 to libgda3 in order to resurrect the 1.2.x version of
...
libgda needed by ports such as planner, libdamm, and glom.
2006-03-26 23:15:39 +00:00
Sergey Matveychuk
9014178e93
- Update to 0.05007
...
PR: ports/93822
Submitted by: maintainer
2006-03-26 21:08:18 +00:00
Sergey Matveychuk
648d55d812
This module wraps most methods of most Xapian classes.
...
WWW: http://search.cpan.org/dist/Search-Xapian/
PR: ports/93707
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
2006-03-26 20:52:53 +00:00
Sergey Matveychuk
74039dcf16
- Update to 0.02007
...
PR: ports/94967
Submitted by: maintainer
2006-03-26 19:44:58 +00:00
Sergey Matveychuk
ea6d4992c2
- Update to 1.21
...
PR: ports/94965
Submitted by: maintainer
2006-03-26 19:39:16 +00:00
Pav Lucistnik
3903809d51
- Allow build against mysql-client 4.X
...
PR: ports/83373
Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net>
2006-03-26 19:32:28 +00:00
Michael Johnson
551f18d60b
- Update to 1.8.47
2006-03-25 20:40:43 +00:00
Joe Marcus Clarke
54c77ff507
* Add USE_GETTEXT
...
* Remove USE_REINPLACE
* Mark BROKEN with new libgnomedb
2006-03-25 17:55:18 +00:00
Joe Marcus Clarke
c88c6ddf8c
Bump PORTREVISION for libgnomedb update.
2006-03-25 04:08:46 +00:00
Joe Marcus Clarke
558937276c
Update to 1.9.102.
2006-03-25 04:07:34 +00:00
Mark Linimon
b6d0b8d7fa
Reset jedgar as maintainer; has not responded to email about status.
...
Hat: portmgr
2006-03-24 06:23:46 +00:00
Thierry Thomas
78ccd3a2b9
Since we have a native Net8, resurrect TOra.
2006-03-22 20:48:37 +00:00
Anton Berezin
1c6c0f63e2
Switch to always using sqlite library from databases/sqlite3 port as
...
opposed to using the version of the library bundled with this port.
Rationale: the recent versions of databases/sqlite3 introduced
incompatible changes to the DB file format, and we'd like to keep
interoperability between this port and databases/sqlite3.
Reported by: edwin
PR: 94668
2006-03-22 14:54:15 +00:00
Anton Berezin
45564f10fa
Register .packlist instead of just deleting it.
...
Also some whitespace fixes in plist.
Bump portrevision.
PR: 93699
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Approved by: maintainer timeout (2 weeks)
2006-03-22 12:11:22 +00:00
Anton Berezin
d223f2cf8c
Update to 0.16.
2006-03-22 11:01:47 +00:00
Jun Kuriyama
3ccaa1333f
Add p5-Class-DBI-Plugin-Iterator 0.13, new iterator for p5-Class-DBI.
2006-03-22 09:55:08 +00:00
Jun Kuriyama
89bea34e89
Add php5-creole 1.0.2, database abstraction layer for PHP5.
2006-03-22 09:16:14 +00:00
Jun Kuriyama
0b2ccff9e3
Add php5-propel 1.1.1, full-service object persistence and query toolkit
...
for PHP.
2006-03-22 08:49:47 +00:00
Vasil Dimov
fbff65b098
Update from 1.0 to 1.0.1
...
PR: ports/94824
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
2006-03-22 08:37:16 +00:00
Marcus Alves Grando
d628e8055d
- Fix OPTIONSFILE include
...
PR: 94749
Submitted by: maintainer
2006-03-21 14:32:29 +00:00
Pav Lucistnik
c56ff84cee
Oops, missed files.
2006-03-20 21:25:07 +00:00
Pav Lucistnik
566dab8f8d
Contained herein are bindings to allow you to interface php scripts with RRD
...
tool directly via RRD tool's 'librrd' library, thus avoiding the need to use
system() calls to the rrdtool binary.
WWW: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/php_rrdtool.txt
PR: ports/94704
Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
2006-03-20 21:24:44 +00:00
Marcus Alves Grando
509cd5f3ad
- Update to 1.32
...
PR: 94445
Submitted by: maintainer
2006-03-18 19:32:51 +00:00
Dirk Meyer
746c32645c
- update to 4.0.1
...
- some cleanups
PR: 94636
Submitted by: Andrew Pantyukhin
2006-03-18 16:07:21 +00:00
Lars Thegler
a5d0eb60c4
Add p5-DBIx-MySQLSequence 1.00, proper and correct (emulated) sequence
...
support for MySQL.
2006-03-18 15:13:32 +00:00
Vanilla I. Shu
5bc56cf877
Upgrade to 1.0.5.006.
2006-03-18 04:22:38 +00:00
Marcus Alves Grando
9b9aad3d5e
- Update to 2.8.0.2
...
Changelog https://sourceforge.net/project/shownotes.php?release_id=402223
PR: 94611
Submitted by: maintainer
2006-03-18 03:16:33 +00:00
Sergey Skvortsov
07e0d9ced2
Update to 1.5.3
...
* move "intl/" and "UDF/" from "/var/db/firebird"
into "libexec/firebird/"
* add support for amd64 (UNSTABLE)
2006-03-17 10:23:32 +00:00
Alex Dupre
8ae88a3aa7
Update to 5.0.19 release:
...
- add mysql_upgrade script to update the databases from an earlier (even minor) release
2006-03-17 07:06:39 +00:00
Alex Dupre
de8cbc09e1
Update to 5.1.7 beta release:
...
- add mysql_upgrade script to update the databases from an earlier (even minor) release
2006-03-17 07:06:04 +00:00
Sergey Matveychuk
c99def19e5
- Update to 2.8.0.1
...
PR: ports/94145
Submitted by: maintainer
2006-03-16 06:24:05 +00:00
Marcus Alves Grando
966761f399
- Update to 1.2.1c7
2006-03-16 02:04:04 +00:00
Marcus Alves Grando
f536ad1842
- Update to 2.0.1
...
- Update maintainer's email
- portlint(1)
PR: 93867
Submitted by: maintainer
2006-03-15 15:27:19 +00:00
Thierry Thomas
9edeb338bd
- Add an optional dependency towards databases/hsqldb;
...
- fix Oracle 9i dependency.
2006-03-15 14:37:26 +00:00
Michael Johnson
dde47c3ced
- Update to 1.8.46
2006-03-15 12:06:00 +00:00
Renato Botelho
11fe22638c
- Update to 0.02005
...
PR: ports/93933
Submitted by: maintainer
2006-03-15 10:15:19 +00:00
Renato Botelho
c5888634f9
- Update to 0.21
...
PR: ports/93932
Submitted by: maintainer
2006-03-15 10:14:34 +00:00
Sergey A. Osokin
0964bebf6a
Update to 3.25.
2006-03-15 09:01:46 +00:00
Sergey A. Osokin
ce3bb7b15a
Update to 3.46.
2006-03-15 08:55:49 +00:00
Lars Thegler
6fe2455b32
Update to 1.15
2006-03-15 08:51:38 +00:00
Vasil Dimov
fccaacba2b
Cosmetic: remove two unused variables
...
Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer, in a ports/93031 followup)
2006-03-15 07:48:12 +00:00
Jun Kuriyama
3f694099cc
Upgrade to 2.0.16.
...
Security: Fixes directory travarsal problem (especially serious in Windows environment)
2006-03-15 04:55:53 +00:00
Alex Dupre
8140074797
Fix rcNG startup ordering for MySQL daemon.
...
Bump PORTREVISION for mysql-server ports.
Approved by: portmgr (clement)
2006-03-07 16:25:01 +00:00
Ade Lovett
fe279f0df8
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
...
Discussed with: kris
Approved by: portmgr (implicit)
2006-03-07 08:28:06 +00:00
Ade Lovett
0f26085429
Fix up PORTREVISION breakage
...
Approved by: portmgr (implicit)
2006-02-23 15:32:54 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Palle Girgensohn
4fb811ec87
Accidentally removed portepoch, believing it was portrevision.
...
Pointy hat to: me
2006-02-23 08:04:04 +00:00
Palle Girgensohn
157067734b
Update to 3.8
...
PR: 93701
2006-02-22 22:39:46 +00:00
Marcus Alves Grando
2c18eda11c
- Update to 1.2_tummy6
2006-02-22 13:51:19 +00:00
Sean Chittenden
b271422bf1
Clean up memcached startup script: no functional changes.
...
PR: ports/93645
Submitted by: mnag@
2006-02-21 19:37:31 +00:00
Sean Chittenden
2025c30c8f
Update to 1.4.0rc2 and kill off the last vestages of the 1.2 series as well
...
as my former interest in pmk(1) as an auto* replacement.
2006-02-21 09:17:03 +00:00
Sean Chittenden
09e4d41a99
Unbork for non-slave builds.
2006-02-21 07:55:35 +00:00
Sean Chittenden
32be164d05
Update ruby-cdb to 0.5a and kill off patch now incorporated in upstream
...
repo. Also fix on amd64 by compiling subport, cdb, with -fPIC. Given
this is required for other amd64 ports that could potentially link against
cdb, fix this in databases/cdb instead of just ruby-cdb.
2006-02-21 07:29:43 +00:00
Bill Fenner
83764e1daa
Update search.cpan.org WWW: entries to have a trailing slash.
...
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in.
2006-02-20 20:50:22 +00:00
Doug Barton
c49d1a3273
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
...
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Erwin Lansing
bdad22b346
Update to 0.02003
...
PR: 93588
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-20 08:12:21 +00:00
Sergey A. Osokin
5b6e2143fd
Fix build depended port (i.e. www/oops) by install addition header.
...
Bump PORTREVISION.
No cookie for: author
Notice about broken build from: az, kris
2006-02-20 07:47:18 +00:00
Joe Marcus Clarke
8fd1dade69
Fix path to source file.
2006-02-19 22:13:44 +00:00
Joe Marcus Clarke
3185a5b9a5
Fix e-d-s so that it does not try to allocate all available memory on 64-bit
...
platforms. The fix committed is different from that in the PR since the
purpose of this memory was not clarified by the Evolution developers. The
fix committed casts the require memory size to an unsigned 32-bit integer.
Since the memory required should never exceed the maximum capacity of an
uint32_t, this is not a problem.
Thanks to anholt for tracking down this problem.
See http://bugzilla.gnome.org/show_bug.cgi?id=331099 for more details.
PR: 93215
2006-02-19 22:12:27 +00:00
Erwin Lansing
4fb3432556
Oryx is an object persistence framework which supports both object-relational
...
mapping as well as DMB style databases and as such is not coupled with any
particular storage back-end. In other words, you should be able to
swap out an RDMBS with a DBM style database (and vice versa) without
changing your persistent classes at all.
WWW: http://search.cpan.org/dist/Oryx/
PR: ports/93533
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
2006-02-19 20:07:41 +00:00
Erwin Lansing
5aae0beb00
Update to 0.02002
...
PR: 93556
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-19 09:30:48 +00:00
Aaron Dalton
adf55c7962
- added RUN_DEPENDS
...
Approved by: tobez (implicit)
2006-02-18 22:24:31 +00:00
Aaron Dalton
f0798c9693
Adding port databases/p5-Iterator-DBI, An iterator for returning DBI query results.
...
Committed by: aaron
Approved by: tobez (implicit)
2006-02-18 21:55:07 +00:00
Marcus Alves Grando
35b8bf16d2
- Update to 5.0.20
...
- portlint(1)
PR: 93510
Submitted by: maintainer
2006-02-18 16:12:53 +00:00
Palle Girgensohn
ab5d98d05b
Security patch, update to version 7.4.12.
...
Security: http://www.postgresql.org/docs/8.1/static/release-7-4-12.html
2006-02-18 15:45:58 +00:00
Palle Girgensohn
f56421aa5b
Security patch, update to version 7.3.14.
...
Security: http://www.postgresql.org/docs/8.1/static/release-7-3-14.html
2006-02-18 12:48:53 +00:00
Palle Girgensohn
48795c3f36
Security patch, update to version 8.0.7.
...
Security: http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-0-7
2006-02-18 12:36:05 +00:00
Erwin Lansing
2ba9d6a644
Update to 0.02001
...
PR: 93514
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-18 11:08:22 +00:00
Erwin Lansing
6668068cd4
Update to 0.05006
...
PR: 93513
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-18 11:06:42 +00:00
Sergey Matveychuk
0f8fd211a0
- Does not build on amd64
...
Reported by: krismail
2006-02-17 20:39:03 +00:00
Palle Girgensohn
2466e8fe26
Minor release 8.1.3 patches security issue
...
Release Note: http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-3
PR: ports/93440
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
2006-02-17 20:12:14 +00:00
Renato Botelho
4957a8e25c
- Update to 1.4.1
...
PR: ports/93456
Submitted by: maintainer
2006-02-17 16:37:42 +00:00
Herve Quiroz
653b4bf541
HSQLDB is the leading SQL relational database engine written in Java. It has a
...
JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus
SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version
for applets), fast database engine which offers both in-memory and disk-based
tables and supports embedded and server modes. Additionally, it includes tools
such as a minimal web server, in-memory query and management tools (can be run
as applets) and a number of demonstration examples.
WWW: http://hsqldb.org/
PR: 93320
Submitted by: Michael Winking <mwfp@foldl.net>
2006-02-16 16:06:00 +00:00
Herve Quiroz
db81573b3e
DbUtils is a small set of classes designed to make working with JDBC easier.
...
JDBC resource cleanup code is mundane, error prone work so these classes
abstract out all of the cleanup tasks from your code leaving you with what
you really wanted to do with JDBC in the first place: query and update data.
WWW: http://jakarta.apache.org/commons/dbutils/
PR: 93324
Submitted by: Michael Winking <mwfp@foldl.net>
2006-02-16 15:45:51 +00:00
Alex Dupre
b10e49f920
Update to 5.1.6 release.
2006-02-15 21:22:14 +00:00
Erwin Lansing
e2e5fbc57f
Update to 0.20
...
PR: 93375
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-15 13:39:25 +00:00
Sergey A. Osokin
9c896d58a7
Update to 3.45.
2006-02-15 10:23:51 +00:00
Sergey A. Osokin
71cbe65edd
Update to 3.24.
2006-02-15 10:22:40 +00:00
Renato Botelho
10041af751
- Update to 0.05005
...
PR: ports/93319
Submitted by: maintainer
2006-02-14 15:07:22 +00:00
Renato Botelho
aa1a0456a4
Paradox is an extension to read and write Paradox .DB and .PX files.
...
It can handle almost all field types and binary large objects stored
in .MB files.
WWW: http://pecl.php.net/package/paradox
PR: ports/93211
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-02-14 14:54:30 +00:00
Alex Dupre
83015f7ae3
MySQL 4.1 doesn't need newer zlib.
...
Reported by: mnag
2006-02-13 19:44:19 +00:00
Marcus Alves Grando
5fa7679490
- Update to 3.3.4
...
- Add THREADS, DEBUG and DOCS in OPTIONS
- Fix build when select WITH_TCLWRAPPER and NOPORTDOCS
- Reorganize Makefile
2006-02-13 16:53:11 +00:00
Marcus Alves Grando
7e622c6803
- Migrate all knobs to OPTIONS
...
- Add threads support [1] (mostly part)
- Reorganize Makefile
- Bump PORTREVISION
PR: 93101 [1]
Submitted by: Henry Miller <hank@millerfarm.com> [1]
2006-02-13 14:57:51 +00:00
Alex Dupre
ae8be5ee13
Update to 4.1.18 release.
2006-02-13 12:25:06 +00:00
Erwin Lansing
35aeab397d
Update to 0.02000
...
PR: 93267
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-13 09:41:29 +00:00
Erwin Lansing
1cd9878463
Update to 0.19
...
PR: 93266
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-13 09:31:39 +00:00
Kris Kennaway
aa897eb95a
Try to remove cgi-bin directory
2006-02-12 22:22:34 +00:00
Sergey Matveychuk
be6baed375
- distinfo was accidently not committed with a last update
...
Reported by: krismail
2006-02-12 19:26:43 +00:00
Marcus Alves Grando
5e3ee7055f
- Fix removing of build_docs
2006-02-12 04:04:47 +00:00
Marcus Alves Grando
026711f634
- Temporary disable build of html docs.
...
- Fix NOPORTDOCS build.
- Bump PORTREVISION
Reported by: Tobias Roth <roth@iam.unibe.ch>, Al Arzaga <freebsd@arzaga.net>
2006-02-12 03:44:45 +00:00
Erwin Lansing
c923f72f2b
Add p5-DBIx-Class-WebForm 0.02, CRUD methods for DBIx::Class.
...
PR: ports/93188
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
2006-02-11 17:51:24 +00:00
Anton Berezin
0229d7f559
Make it always use bundled sqlite source, since it does not work well if
...
it finds and uses installed databases/sqlite library.
2006-02-11 13:36:53 +00:00
Sergey Matveychuk
77fe8f706d
* Update of pxlib to 0.6.0
...
* Reorganization of MAN section in alphabetical order
with addition of new man pages
* BUILD_DEPENDS line correction in WITH_DOCS branch
* LDCONFIG_DIRS addition with appropriate lines in pkg-plist
PR: ports/93161
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-02-11 11:43:52 +00:00
Renato Botelho
5d63054c79
- Update to 1.09
...
PR: ports/93126
Submitted by: maintainer
2006-02-10 14:55:36 +00:00
Marcus Alves Grando
d979f53099
- Update to 1.1.7
2006-02-10 14:33:04 +00:00
Marcus Alves Grando
74cca54936
- Update to 2.0.7
2006-02-10 14:32:52 +00:00
Marcus Alves Grando
8ecc997bcb
- Update to 2.1.3
...
Submitted by: Herbert J. Skuhra
2006-02-10 14:32:39 +00:00
Erwin Lansing
04d8b6dab7
Update to 0.05003
...
PR: 93120
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-10 09:07:01 +00:00
Marcus Alves Grando
300435f077
- Update to 3.3.3 [1]
...
- Reorganize Makefile
Submitted by: cokane [1]
2006-02-10 00:07:20 +00:00
Vasil Dimov
ab5f3d74a6
Update to 4.4.20.2
...
PR: ports/93031
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by: garga (mentor)
2006-02-09 10:05:01 +00:00
Erwin Lansing
4e31dc991e
Update to 0.01004
...
PR: 93029
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-08 09:48:53 +00:00
Michael Johnson
94e09bf590
- Update to 1.8.45
...
- Make portlint happy
2006-02-08 00:27:38 +00:00
Pav Lucistnik
21c0047acd
- Fix plist
...
PR: ports/92922
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2006-02-07 21:36:50 +00:00
Sergey Matveychuk
2d249e8ce0
- Remove USE_REINPLACE from my ports
2006-02-07 17:56:16 +00:00