Commit graph

201342 commits

Author SHA1 Message Date
Anton Berezin
9c5be3a61f Update to 1.13.
Changes: http://search.cpan.org/dist/B-Generate/Changes
PR:	126203
Submitted by:	Wen heping <wenheping@gmail.com>
2008-08-05 17:27:31 +00:00
Timur I. Bakeyev
4d299540bf Rearranged Makefile to work better with new slave ports. 2008-08-05 17:23:36 +00:00
Felippe de Meirelles Motta
e9b7ad8840 - Connect ladvd to the build.
Approved by:	gabor (mentor, implicit)
2008-08-05 17:01:51 +00:00
Felippe de Meirelles Motta
9c1bf58953 ladvd is a minimal link layer advertisement sender which supports the
CDP and LLDP packet formats.

WWW: http://www.blinkenlights.nl/software/ladvd/

PR:		ports/126016
Submitted by:	Sten Spans <sten@blinkenlights.nl>
Approved by:	gabor (mentor, implicit)
2008-08-05 16:57:54 +00:00
Felippe de Meirelles Motta
6ba334cb13 - Update to 1.1.
PR:		ports/126052
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Approved by:	gabor (mentor, implicit)
2008-08-05 16:52:27 +00:00
Felippe de Meirelles Motta
22f93a1645 - Update to 1.2.
- Enable amd64 build.

PR:		ports/126051
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Approved by:	gabor (mentor, implicit)
2008-08-05 16:49:40 +00:00
Martin Blapp
c0e00cbca7 Change the vmware-checkvm path in this script too.
Submitted by:	Angelo Turetta <aturetta@bestunion.it>
2008-08-05 16:36:38 +00:00
Felippe de Meirelles Motta
993a2523a7 - Now really fix NOPORTDOCS case, handling it using an extra patche called when NOPORTODCS is set.
- Bump PORTREVISION.

Discussed with:	gabor
Approved by:	gabor (mentor, implicit)
2008-08-05 15:27:49 +00:00
Felippe de Meirelles Motta
8ed5fa2059 - Connect ypsilon to the build.
Approved by:	gabor (mentor, implicit)
2008-08-05 15:23:27 +00:00
Felippe de Meirelles Motta
546f8ca251 Ypsilon is an implementation of Scheme programming language for real-time
applications, which conforms to the latest standard R^6RS.
Ypsilon features mostly concurrent garbage collector optimized for systems
with multiple CPUs, and an easy to use FFI.

WWW: http://code.google.com/p/ypsilon/

PR:		ports/126015
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
Approved by:	gabor (mentor, implicit)
2008-08-05 15:19:14 +00:00
Erwin Lansing
a3fdd158a8 Mark BROKEN: leaves files behind on deinstall 2008-08-05 14:54:39 +00:00
Renato Botelho
59e03e8f1a - Update to 20080805 2008-08-05 14:41:36 +00:00
Philippe Audeoud
5ba0ef5750 - Update to 0.17
PR:		ports/126269
Submitted by:	maintainer (markun onohara.to)
2008-08-05 14:19:13 +00:00
Pietro Cerutti
16d8ba08ff - Update to 05_20080803
- Partially remove makefile's patch (committed upstream)
2008-08-05 14:10:46 +00:00
Ade Lovett
ca8d18b176 As per http://cr.yp.to/distributors.html, effective 2008-08-05,
remove RESTRICTED on these ports - they are free to roam wild.
2008-08-05 13:51:31 +00:00
Martin Wilke
d709dd9c30 - Add update note for devel/qt4 users. 2008-08-05 12:09:41 +00:00
Martin Wilke
4a5bb19dc2 - Restore PORTREVISION 2008-08-05 11:46:06 +00:00
Martin Wilke
3c32d2526e - Add options for Qt configuration utility and qt tools (qmake, uic, ...)
Integrate phonon-gst with phonon
2008-08-05 11:44:35 +00:00
Martin Wilke
22f37f4bf8 Soprano (formerly known as QRDF) is a library which provides a highly usable
object-oriented C++/QT4 framework for RDF data. It uses different RDF storage
solutions as backends through a simple plugin system. Soprano is targetted at
desktop applications that need a RDF data storage solution. It has been
optimized for easy usage and simplicity.

WWW:	http://soprano.sourceforge.net/
2008-08-05 11:21:38 +00:00
Martin Wilke
3535825075 Strigi is a daemon which uses a very fast and efficient crawler that can index
data on your harddrive. Indexing operations are performed without hammering
your system, this makes Strigi the fastest and smallest desktop searching
program.
Strigi can index different file formats, including the contents of the archive
files.

WWW:	http://www.vandenoever.info/software/strigi/
2008-08-05 11:15:31 +00:00
Martin Wilke
e51e6fe1e6 - Restore USE_XORG
Reported by:	danfe
2008-08-05 10:24:39 +00:00
Alexey Dokuchaev
a7c3ce8941 Fix the build by resolving conflict between local macro and hexdump(3)
function in our libutil.

Prodded by:	pav
2008-08-05 10:11:45 +00:00
Martin Wilke
e4ad483acd - Update distinfo to 4.4.1
Reported by:	ionbot
2008-08-05 09:51:54 +00:00
Dirk Meyer
4c06dc72b1 - improve detection installed openssl port
With about 1000 ports installed,
  there is a perormance gain about 50% with emty cache
  and about 25% when files are in cache.
Submitted by: Vladimir Chukharev, Doug Barton

- OPENSSL_INSTALLED could now be set by bsd.port.subdir.mk for further caching.
2008-08-05 09:33:07 +00:00
Sergey A. Osokin
e9c5dcbe0d Update from 0.7.7 to 0.7.8.
Add new module knob WITH_HTTP_XSLT_MODULE.

<ChangeLog>

*) Feature: the ngx_http_xslt_module.

*) Feature: the "$arg_..." variables.

*) Feature: Solaris directio support.
   Thanks to Ivan Debnar.

*) Bugfix: now if FastCGI server sends a "Location" header line without
   status line, then nginx uses 302 status code.
   Thanks to Maxim Dounin.

</ChangeLog>
2008-08-05 08:11:06 +00:00
Sergey Skvortsov
d7ea231793 Update to 0.02
Changes:	http://search.cpan.org/src/BASHLOV/WWW-Yandex-TIC-0.02/Changes
2008-08-05 07:52:17 +00:00
Erwin Lansing
51f7aabb5f Mark BROKEN: does not build. 2008-08-05 07:22:02 +00:00
Erwin Lansing
fcfe5d26b4 Mark BROKEN: does not build after the latest opera upgrade. 2008-08-05 07:21:03 +00:00
Erwin Lansing
2e80e2c548 To avoid this port building on pointyhat, use IGNORE and not NO_PACKAGE 2008-08-05 07:19:31 +00:00
Volker Stolz
d937f9d585 Fix "invalid argument" error on startup of x0vncserver
PR:		ports/116567
Submitted by:	Naram Qashat
Approved by:	maintainer timeout
2008-08-05 06:40:04 +00:00
Jeremy Messenger
77e0fd4c4a Fix compat headers installation, bump the PORTREVISION.
PR:		ports/126061
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	marcus
2008-08-05 03:02:39 +00:00
Kevin Lo
e669c35af7 Update to 1.4 2008-08-05 01:24:46 +00:00
Wesley Shields
ae56c4bf11 Note switch from cvsps-devel to cvsps with git. 2008-08-05 01:19:46 +00:00
Wesley Shields
e3b28d09d1 - Update to 1.5.6.4
- Cleanup MAKE_ENV [0]
- Switch to devel/cvsps from devel/cvsps-devel (the former is all that is
  needed and is maintained) [1]
- Pick up devel/p5-subversion when SVN is wanted [2]

PR:		ports/125645 [1]
Submitted by:	pav [0], Yarema <yds@CoolRat.org> [1], Justin Forest [2]
2008-08-05 01:18:55 +00:00
Martin Wilke
6182ae0b35 - Update qt 4.4.1 2008-08-05 00:46:16 +00:00
Martin Wilke
098a2242e4 - Update to 4.4.1
Reported by:	ionbot
2008-08-05 00:20:35 +00:00
Martin Wilke
7e45300e38 Taking a hint from the similarly-named Java Cryptography Architecture,
QCA aims to provide a straightforward and cross-platform crypto
API, using Qt datatypes and conventions. QCA separates the API from
the implementation, using plugins known as Providers. The advantage
of this model is to allow applications to avoid linking to or
explicitly depending on any particular cryptographic library. This
allows one to easily change or upgrade crypto implementations
without even needing to recompile the application. QCA should work
everywhere Qt does, including Windows/Unix/MacOSX.

Capabilities:
TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0,
SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160,
Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5,
RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1)

WWW: http://delta.affinix.com/qca/
2008-08-05 00:12:57 +00:00
Martin Wilke
5596362958 - Fix Build after qt4 update
- Pass maintainership to Max Brazhnikov (makc@issp.ac.ru)
2008-08-04 23:34:15 +00:00
Martin Wilke
16d82841ce - Fix build after qt 4.4.1 update 2008-08-04 23:33:44 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Edwin Groothuis
98813eadd2 Chase changes in distinfo too! 2008-08-04 22:27:00 +00:00
Martin Wilke
e8dc67ddef - Unbreak and fix build
PR:		125747 (based on)
Reported by:	many
Submitted by:	Martin Neubauer <m.ne@gmx.net>
No response from: maintainer (obrien, 14 days)
2008-08-04 21:30:25 +00:00
Pietro Cerutti
e5f228be0e - Chase math/R upgrade
- Bump PORTREVISION

Reported by:	pointyhat (via pav)
Approved by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-08-04 20:04:42 +00:00
Martin Blapp
2492484834 Keep share/pixmaps in pkg lists. 2008-08-04 18:51:14 +00:00
Erwin Lansing
42ea94ba8e Mark BROKEN: does not build 2008-08-04 18:51:07 +00:00
Joe Marcus Clarke
3bff7559dd Allow gcompris to find its prefix without binary relocation enabled.
Reported by:	Ernest Sales <ersaloz@gmail.com>
2008-08-04 18:28:51 +00:00
Erwin Lansing
6b1aa59554 Mark BROKEN: does not build. 2008-08-04 18:25:43 +00:00
Diane Bruce
7832a2a883 This little program helps one with monitoring the beacons of the
International Beacon Project, by continuously showing which beacon is
transmitting on which frequency, along with the distance and
antenna directions.
2008-08-04 18:24:53 +00:00
Erwin Lansing
37ff2af04a Mark BROKEN: does not patch after the upgrade of www/webalizer 2008-08-04 18:23:45 +00:00
Joe Marcus Clarke
64abaf8aec Update to 0.3.13. 2008-08-04 17:34:05 +00:00