1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
Commit Graph

253387 Commits

Author SHA1 Message Date
Cheng-Lung Sung
887aee55a8 - Update to 2.5.20 2011-03-18 02:20:23 +00:00
Martin Wilke
ab44c29293 - Fix spelling
PR:		ports/155195
Submitted by:	Warren Block <wblock@wonkity.com>

- Remove sanity check for X_WINDOW_SYSTEM
- Remove check for USE_XPM
PR:		ports/155502 ports/155504
Submitted by:	Eitan Adler <lists@eitanadler.com>
2011-03-18 01:43:49 +00:00
Jun Kuriyama
b42aba98db This module provides methods for working with nested set trees. The
nested tree model is a way of representing hierarchical information in
a database.  This takes a different approach to the Adjacency List
implementation.  (see DBIx::Class::Tree::AdjacencyList which uses
parent relationships in a recursive manner).

WWW: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/
2011-03-18 01:23:39 +00:00
Jun Kuriyama
abb6952193 This module provides methods for working with adjacency lists. The
adjacency list model is a very common way of representing a tree
structure.  In this model each row in a table has a prent ID column
that references the primary key of another row in the same table.
Because of this the primary key must only be one column and is usually
some sort of integer.  The row with a parent ID of 0 is the root node
and is usually the parent of all other rows.  Although, there is no
limitation in this module that would stop you from having multiple
root nodes.

WWW: http://search.cpan.org/dist/DBIx-Class-Tree/
2011-03-18 01:22:11 +00:00
Cheng-Lung Sung
5ae8b2a249 - Update to 1.1.8 2011-03-18 00:59:02 +00:00
Cheng-Lung Sung
8084a2b150 - Update to 1.13 2011-03-18 00:53:49 +00:00
Cheng-Lung Sung
50dac70128 - Update to 0.21 2011-03-18 00:45:00 +00:00
Cheng-Lung Sung
478197ba93 - Update to 0.14 2011-03-18 00:44:03 +00:00
Cheng-Lung Sung
92f67eb15c - Update to 1.08 2011-03-18 00:32:14 +00:00
Cheng-Lung Sung
5c6ef5134a - Update to 1.07 2011-03-18 00:25:52 +00:00
Cheng-Lung Sung
f542d594b2 - Update to 0.16 2011-03-18 00:24:56 +00:00
Pav Lucistnik
52791be6de - Mark BROKEN: fails to package
Reported by:	pointyhat
2011-03-17 23:49:53 +00:00
Pav Lucistnik
ddd4afb2b3 - Fix build on -CURRENT
PR:		ports/153153
Submitted by:	Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
2011-03-17 23:35:25 +00:00
Rene Ladan
c32e22812c Add archivers/xz as a build dependency on systems which do not have it
in the base system.  This fixes the package build.

Submitted by:	pointyhat via pav
2011-03-17 23:28:09 +00:00
Baptiste Daroussin
24d8c3bc2f - update to 0.07
- add licenses
- changes: http://cpansearch.perl.org/src/BRICAS/DBIx-Class-DateTime-Epoch-0.07/Changes
2011-03-17 22:56:52 +00:00
Rene Ladan
6c8c90625a Chase rerolled distfile and bump PORTREVISION.
Some prototypes in NXCDefs.h and NXTDefs.h are now properly declared as
only available in the enhanced firmware.
Submitted by:	pointyhat via pav
2011-03-17 22:55:28 +00:00
Baptiste Daroussin
2a677c9947 - update to 1.616
- add licenses
- changes: http://search.cpan.org/dist/DBI/Changes
2011-03-17 22:48:22 +00:00
Baptiste Daroussin
e4e51d5957 - update 2.17
- add licenses
- changes: http://cpansearch.perl.org/src/SCHWIGON/Class-MethodMaker-2.17/Changes
2011-03-17 22:34:51 +00:00
Max Brazhnikov
6e07ebdc1b Fix dependency on povray31 after renaming the binary
Remove md5 sum

Thanks Pav for my new pointyhat
2011-03-17 22:20:35 +00:00
Florian Smeets
9290ae318f - update to 1.6.2.17.1
Security:	http://www.vuxml.org/freebsd/bfe9c75e-5028-11e0-b2d2-00215c6a37bb.html
2011-03-17 21:38:36 +00:00
Pav Lucistnik
ed978e7599 - Close a race condition that sometimes resulted in configure.in patches being
ignored
2011-03-17 21:36:57 +00:00
Florian Smeets
d35a1646c7 - update to 1.8.3.1
Security:	http://www.vuxml.org/freebsd/bfe9c75e-5028-11e0-b2d2-00215c6a37bb.html
2011-03-17 21:31:52 +00:00
Mikhail Teterin
b16610d258 Fix-up, convert to using USE_TK, accept maintainership, bump
PORTREVISION.

Leave "deprecated"...

Thrown by:	pav
2011-03-17 21:28:56 +00:00
Martin Matuska
ab2a72aedb Fix LIB_DEPENDS for lzma
Reported by:	pav
2011-03-17 21:12:46 +00:00
Dmitry Marakasov
0d334581c0 - Add PORTSCOUT variable 2011-03-17 20:51:53 +00:00
Wesley Shields
a9c78cc248 Update to 20110317. This rolls up the patch committed previously
and addresses a (now-fixed) problem when bsd.sites.mk was using Ftp://
instead of ftp://. [1]

Submitted by:	[1]: Gerard Seibert (private mail)
2011-03-17 20:47:56 +00:00
Jung-uk Kim
0ba14edc9b Rework the previous fix to sync. with upstream:
http://hg.openjdk.java.net/jdk7/jdk7/jdk/diff/441f88d39988/src/solaris/native/java/net/net_util_md.c

Note it has no functional change for FreeBSD because sizeof(socklen_t) is
luckily sizeof(int).  Actually, this commit is just to note that the regression
was acidentally pulled in from upstream because of my ignorance.  Specifically,
the following commit was the culprit:

http://hg.openjdk.java.net/jdk7/jdk7/jdk/diff/b7fce4bac617/src/solaris/native/java/net/net_util_md.c

FYI, it also triggered the following upstream PR:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6730740

Obtained from:	OpenJDK project
Pointyhat:	jkim
2011-03-17 20:40:49 +00:00
Jeremy Messenger
7e4ddfd44f Fix transmission-qt to avoid link with both libevent 1.x and 2.x libraries
or it will crashes. Remove a hardcore '-levent' (should be -levent-2.0) in
the qtr.pro and let pkg-config takes care of it. Bump the PORTREVISION.

PR:		ports/155600
Reported by:	Alexandr <prayer@list.ru>
2011-03-17 20:15:56 +00:00
Pav Lucistnik
5cf4d285db - Teach about python 2.7 2011-03-17 20:09:42 +00:00
Pav Lucistnik
baddaf4ee5 - Bump PORTREVISION to advertise recent plist fix
Reported by:	pointyhat
2011-03-17 20:05:36 +00:00
Juergen Lock
b0e9b6ff3a Update to 9.20.1
PR:		ports/155623
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
2011-03-17 19:56:29 +00:00
Frederic Culot
8d314305a4 - Update to 1.27
Changes:	http://search.cpan.org/dist/Devel-StackTrace/Changes
2011-03-17 18:29:08 +00:00
Martin Wilke
2425c90274 - Fix INDEX 2011-03-17 17:50:49 +00:00
Greg Larkin
9e2b68012b - Added patch to circumvent integer overflow in Content-Length header
parsing, until new upstream package is released.

PR:		ports/155027
Submitted by:	C-S <c-s@c-s.li>
Security:	b13414c9-50ba-11e0-975a-000c29cc39d3
Security:	http://www.hiawatha-webserver.org/weblog/16
Security:	http://secunia.com/advisories/43660/
2011-03-17 17:45:41 +00:00
Greg Larkin
7dd7d929e6 - Documented integer overflow in hiawatha web server
Submitted by:	C-S <c-s@c-s.li>
2011-03-17 17:42:19 +00:00
Martin Wilke
9e0478e501 - Update to 2.2.0
Pr:		155151
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer
2011-03-17 17:36:18 +00:00
Martin Wilke
c06199448a hastmon is a monitoring daemon that allows a couple of hosts to run a
service providing automatic failover. Those machines will be called a
cluster and each machine is one cluster node. hastmon is designed for
clusters that work in Primary-Secondary configuration, which means
that only one of the cluster nodes can be active at any given time.

WWW: http://hastmon.googlecode.com/
Author: Mikolaj Golub <to.my.trociny@gmail.com>

PR:		ports/154036
Submitted by:	Mikolaj Golub <to.my.trociny at gmail.com>
2011-03-17 17:28:19 +00:00
Martin Wilke
46698bd4b8 - Add missing RUN_DEPS
PR:		154343
Submitted by:	Paul Schmehl <pauls@utdallas.edu>
2011-03-17 17:26:28 +00:00
Dennis Herrmann
2f4a631de0 - Update to 1.7
- Add LICENSE
- Remove MD5 checksum

PR:		ports/155494
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-03-17 17:26:26 +00:00
Martin Wilke
5ef1b35e1b - Fix dependency
- Cleanup a bit

PR:		154914
Submitted by:	maintainer
2011-03-17 17:25:38 +00:00
Max Brazhnikov
ae0b116944 Update to 2.7
PR:		ports/155584
Submitted by:	Rob Farmer (maintainer)
2011-03-17 17:24:59 +00:00
Martin Wilke
1b1aa9091a Another one sieve filter plugin for roundcube webmail.
WWW: http://www.tehinterweb.co.uk/roundcube/

PR:		ports/154962
Submitted by:	Anes Muhametov
2011-03-17 17:24:37 +00:00
Pav Lucistnik
cacee09125 - Update to 0.7.10
PR:		ports/152678
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
Approved by:	maintainer
2011-03-17 17:24:07 +00:00
Max Brazhnikov
3614912d5e Update to 1.0.3
PR:		ports/155624
Submitted by:	Raphael Kubo da Costa <kubito at gmail.com>
2011-03-17 17:23:34 +00:00
Martin Wilke
d350c97305 - Add gmake as RUN_DEP
PR:		148234
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2011-03-17 17:14:09 +00:00
Martin Wilke
17009f055b - Update to 20110205
- Cleanup

PR:		154542
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2011-03-17 17:12:16 +00:00
Baptiste Daroussin
1a3fc0ebff - update to 08.04.0200 [1]
- cleanup the Makefile

PR:		ports/144993 [1]
Submitted by:	Berend de Boer <berend _at_ pobox.com>
2011-03-17 17:07:24 +00:00
Matthias Andree
86dfe5c9b3 Take maintainership.
Leave DEPRECATED for the nonce awaiting further test input from the lists,
and possibly to look for alternatives such as TestDisk which might be
more portable or more up-to-date replacements.

Also see the current (March 2011) freebsd-ports@ discussion with subjects
'Deprecation campaign' and 'sysutils/gpart: deprecated port, anyone interested?'
2011-03-17 16:58:46 +00:00
Baptiste Daroussin
ec1d7466c7 - update to 1.25
- add licenses
- changes: http://cpansearch.perl.org/src/ADAMK/Class-Inspector-1.25/Changes
2011-03-17 16:45:45 +00:00
Baptiste Daroussin
898f0ddd62 - update to 0.13
- add licenses
- changes: http://cpansearch.perl.org/src/JJORE/B-Utils-0.13/Changes
2011-03-17 16:42:08 +00:00