Commit graph

271839 commits

Author SHA1 Message Date
Steve Wills
85b68f0cc1 - Add TEST_DEPENDS to enable testing
PR:		ports/164260
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 16:51:57 +00:00
Juergen Lock
c066234ed2 - Go back to previous version, 6.0.3.2197, as the new one, 6.2.0.5905,
not only still crashes on 9.x/amd64 [1] but now also on 8.x with
  Radeon Graphics: (using Xorg drivers as there is no fglrx for FreeBSD)

	http://people.freebsd.org/~nox/tmp/google-earth-6.2.0.5905/8-radeon-amd64/crashlog-4f24bff5.txt

  Port shar for 6.2.0.5905 for testing:

	http://people.freebsd.org/~nox/tmp/google-earth-6.2.0.5905/google-earth-6.2.0.5905.shar

  Crashlog for 6.2.0.5905 on 9.x/amd64 with Nvidia Graphics:

	http://people.freebsd.org/~nox/tmp/google-earth-6.2.0.5905/9-nvidia-amd64/crashlog-4f24c0d5.txt

  Crashlog for 6.1.0.5001 on 9.x/amd64 with Nvidia Graphics for comparison:

	http://people.freebsd.org/~nox/tmp/google-earth-6.1.0.5001/9-nvidia-amd64/crashlog-4f16ff57.txt

- Bump PORTEPOCH.

PR:		ports/160422 [1]
Submitted by:	"Hartmann, O." <ohartman@zedat.fu-berlin.de> [1]
2012-01-29 16:27:58 +00:00
Eitan Adler
54a8b690ac Add file I forgot to add in the last commit 2012-01-29 15:57:53 +00:00
Eitan Adler
76b29f23b6 - Enable XINERAMA by default - it has no extra depends
- Enable Beastie by default - daemon > no daemon
- Add a LITE option - untested
- Include MenuIconSize not yet upstreamed

PR:		ports/164386
Submitted by:	Gabor Fischer <Gabor.Fischer@gmx.net>
2012-01-29 15:57:27 +00:00
Eitan Adler
33606d6fc2 Pet MOVEDlint 2012-01-29 15:44:24 +00:00
Eitan Adler
21ff032244 Port was removed, not renamed to itself.
Found with:	MOVEDlint
2012-01-29 15:40:40 +00:00
Alberto Villa
0923e1b7ab - Update to 1.8.
- Add option to build Cython bindings.
- Add two patches to fix build with Clang.
2012-01-29 15:32:56 +00:00
Steve Wills
08a8dde3ff - Add TEST_DEPENDS to enable testing
PR:		ports/164257
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 15:25:08 +00:00
Steve Wills
868eb8b52a - Add TEST_DEPENDS to enable testing
PR:		ports/164247
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 15:14:40 +00:00
Dennis Herrmann
132a7451a3 - Update to 4.1.2 2012-01-29 14:52:44 +00:00
Dennis Herrmann
de84fdebe5 - Update to 2012.01.28 2012-01-29 14:50:33 +00:00
Steve Wills
894d507260 - Add TEST_DEPENDS to enable testing
PR:		ports/164241
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 14:48:58 +00:00
Jun Kuriyama
3ac07b457f - Fix build on 10-current (i386) [1]
- Fix build with clang by using CFLAGS+=-std=c89.

PR:		ports/163898 [1]
Submitted by:	swills [1]
2012-01-29 14:44:06 +00:00
Juergen Lock
6fb53f02ba - Fix pkg-plist.
- Bump PORTREVISION.

PR:		ports/164571
Submitted by:	Jimmy Olgeni <olgeni@freebsd.org>
2012-01-29 14:43:45 +00:00
Steve Wills
34c7a0d328 - Add TEST_DEPENDS to enable testing
PR:		ports/164221
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 14:33:18 +00:00
TAKATSU Tomonari
9036df6b54 - Add a new port: devel/quickcheck++
QuickCheck++ is a tool for testing C++ programs automatically,
  inspired by QuickCheck, a similar library for Haskell programs.

  In QuickCheck++, the application programmer provides a specification
  of parts of its code in the form of properties which this code must
  satisfy. Then, the QuickCheck++ utilities can check that these
  properties holds in a large number of randomly generated test cases.

  Specifications, i.e. properties, are written in C++ by deriving
  from the quickcheck::Property class. This class contains members
  not only to express the specification but also to observe the
  distribution of test data and to write custom test data generators.

  The framework also allows the specification of fixed test data, as
  can be done with more traditional unit testing frameworks.

  WWW:	http://software.legiasoft.com/quickcheck/
2012-01-29 14:24:10 +00:00
Steve Wills
a44872f529 - Correct BUILD_DEPENDS
PR:		ports/164216
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 14:22:07 +00:00
Steve Wills
b7d282fead - Add TEST_DEPENDS to enable testing
PR:		ports/164213
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 14:15:22 +00:00
Adam Weinberger
1c615075c2 Update to 1.6.7. 2012-01-29 14:08:23 +00:00
Steve Wills
f6ee9a036d - Add missing BUILD_DEPENDS and RUN_DEPENDS
PR:		ports/164124
Submitted by:	swills (myself)
Approved by:	maintainer timeout (15 days)
2012-01-29 14:08:05 +00:00
Dennis Herrmann
7a63deb2a8 - Update to 1.8.5 2012-01-29 13:28:35 +00:00
Chris Rees
256806fe23 Update checksum for org.hamcrest.core_1.1.0.v20090501071000.jar using SHA256
and SIZE from eclipse-devel

Submitted by:	Matthew Seaman (m.seaman@infracaninophile.co.uk)
2012-01-29 13:19:47 +00:00
Martin Wilke
7cfbbef47d - Fix Build
PR:		162577
Submitted by:	maintainer
2012-01-29 13:11:51 +00:00
Sunpoet Po-Chuan Hsieh
aa704fd45d - Add USE_GMAKE=yes to ensure MAKE_JOBS_SAFE
PR:		ports/164589
Submitted by:	swills
2012-01-29 11:56:05 +00:00
Sunpoet Po-Chuan Hsieh
20062567dd - Update to 6.18
Changes:	http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
2012-01-29 11:54:58 +00:00
Jun Kuriyama
f295878073 Plack::Middleware::ServerStatus::Lite is a middleware that display
server status in multiprocess Plack servers such as Starman and
Starlet.  This middleware changes status only before and after
executing the application.  so cannot monitor keepalive session and
network i/o wait.

WWW: http://search.cpan.org/dist/Plack-Middleware-ServerStatus-Lite/
2012-01-29 11:42:52 +00:00
Florent Thoumie
75ae9506d2 Update net-p2p/rtorrent-devel to 0.9.0. 2012-01-29 11:27:44 +00:00
Florent Thoumie
a6e1f91015 Update net-p2p/libtorrent-devel to 0.13.0. 2012-01-29 11:27:07 +00:00
Florent Thoumie
e0dbf7bb03 - Backport upstream patch to fix high cpu load issues.
Submitted by:	Nicholas Smith
Obtained from:	http://libtorrent.rakshasa.no/ticket/2661
2012-01-29 11:26:25 +00:00
Li-Wen Hsu
ccf7addce4 - Update to 2.7.1
- Checking dependency with bin/erl, allows building while erlang
  (not -lite version) installed
- Pet portlint(1)

PR:		ports/164532
Submitted by:	lwhsu
Approved by:	Phillip Neumann <pneumann@gmail.com> (maintainer)
2012-01-29 11:04:36 +00:00
Alexander Logvinov
8c253efa55 - Fix broken binary caused by using INSTALL_SCRIPT on some architectures
- Use INSTALL_MAN for the man files and respect NO_INSTALL_MANPAGES knob
- Use INSTALL_DATA for PORTDOCS file
- Hide post-extract and post-patch procedure
- Bump PORTREVISION

PR:		ports/163942 [1]
Submitted by:	Garrett Cooper <yanegomi AT gmail.com> [1]
Approved by:	maintainer via private mail
2012-01-29 10:56:06 +00:00
Frederic Culot
bfbb7e8f97 - Update to 2.09
Changes:	http://search.cpan.org/dist/Term-Menus/ChangeLog
2012-01-29 09:15:32 +00:00
Frederic Culot
8952d904cc - Update to 3.88
Changes:	http://search.cpan.org/dist/Object-InsideOut/Changes
PR:		ports/164590
Submitted by:	sunpoet@
Approved by:	culot@ (myself, maintainer)
2012-01-29 08:57:02 +00:00
Martin Wilke
8f0c89110b bjoern, is a fast and ultra-lightweight asynchronous HTTP/1.1 WSGI server. It
uses Marc Lehmann's hight performance libev event loop and Ryan Dahl's
http-parser.

WWW:	https://github.com/jonashaag/bjoern

PR:		ports/164582
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2012-01-29 06:53:34 +00:00
Martin Wilke
39ee2064d8 - Update to 0.95
PR:		164176
Submitted by:	Ports Fury
2012-01-29 06:50:43 +00:00
Martin Wilke
16b1f27094 - Add support for build with clang
PR:		164146
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2012-01-29 06:49:28 +00:00
Martin Wilke
cbc1192436 - Fix build when perl symlink is missing
PR:		163188
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer timeout
2012-01-29 06:48:26 +00:00
Martin Wilke
bc72ac5442 - Add missing dependency
- Update MASTER_SITES

PR:		Gea-Suan Lin <gslin@gslin.org>
Approved by:	maintainer
2012-01-29 06:45:34 +00:00
Michael Scheidell
290a6cd7fb - patching *.pl files to remove deprecated use of defined(%a_hash) statements
- committer is now maintainer

PR:		ports/164560
Submitted by:	Rickie Kerndt <kerndtr@kerndt.com> (maintainer)
Approved by:	maintainer, gabor (mentor, implicit)
2012-01-29 06:34:59 +00:00
Daichi GOTO
7812b1361d Simplified LOCALBASE and INCLUDEDIR replacement treatment 2012-01-29 06:26:52 +00:00
Daichi GOTO
d450c174c7 Simplified LOCALBASE replacement treatment 2012-01-29 06:26:01 +00:00
Daichi GOTO
9083803e53 Update to 1.3.975.102 2012-01-29 05:22:57 +00:00
Sunpoet Po-Chuan Hsieh
c72cfb1443 - Update to 2.22
- Add BUILD_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/MogileFS-Utils/Changes
2012-01-29 01:18:20 +00:00
Sunpoet Po-Chuan Hsieh
6834621364 - Update to 2.56
- Add BUILD_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/MogileFS-Server/CHANGES
2012-01-29 01:17:56 +00:00
Sunpoet Po-Chuan Hsieh
a1eaf30248 - Update to 1.15
- Add BUILD_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/MogileFS-Client/CHANGES
2012-01-29 01:17:26 +00:00
Sunpoet Po-Chuan Hsieh
197bff2c6e - Update to 0.13
Changes:	http://search.cpan.org/dist/PocketIO/Changes
2012-01-29 01:16:03 +00:00
Sunpoet Po-Chuan Hsieh
3c3e7df5a3 - Update to 0.04
Changes:	http://search.cpan.org/dist/Protocol-SocketIO/Changes
2012-01-29 01:15:40 +00:00
Ryan Steinmetz
625f8b2a41 - Mark BROKEN under FreeBSD 10 2012-01-29 00:33:31 +00:00
Greg Lewis
1b82ba5935 . Fix a crash when opening the internal web browser.
PR:		164554
Submitted by:	Jimmy Kelley <jimmy.kelley@charter.net>
2012-01-29 00:05:11 +00:00
Raphael Kubo da Costa
bb58f34740 Add a .desktop file for the port. An upstream version will show up in the 2.1.x
series. Based on some initial work done by Denny Lin [1].

PR:		164076 [1]
Submitted by:	Denny Lin <dennylin93@hs.ntnu.edu.tw>
Reviewed by:	avilla
2012-01-29 00:03:17 +00:00