1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

215704 Commits

Author SHA1 Message Date
Ion-Mihai Tetcu
d624f8f687 Use MASTER_SITE_NETBSD to make it fetch.
Prompted by:	QAT QA run
2009-04-26 07:22:57 +00:00
Norikatsu Shigemura
55dd7fa614 Add xpi-jv 0.50, is a lightweight vim-like editor
for textareas.

WWW: http://code.google.com/p/jv-extension/
2009-04-26 07:15:27 +00:00
Ion-Mihai Tetcu
9b4b431219 Fix plist with -DNOPORTDOCS
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-26 07:00:46 +00:00
Norikatsu Shigemura
7176736c96 Add xpi-live_pagerank 0.9.6, is a firefox addons of
display PageRank for active URL.

WWW: http://livepr.raketforskning.com/firefox-extension.html
2009-04-26 06:44:43 +00:00
Rong-En Fan
80c81fd206 - Add support for 7.x
PR:		ports/133917
Submitted by:	Alexander Demin <support at spectrum.ru> (maintainer)
2009-04-26 06:18:43 +00:00
Rong-En Fan
cefc2a8ccf - Add support for 7.x
PR:		ports/133916
Submitted by:	Alexander Demin <support at spectrum.ru> (maintainer)
2009-04-26 06:18:14 +00:00
Rong-En Fan
08e67e35c1 - Update MASTER_SITES and WWW
PR:		ports/133885
Submitted by:	maintainer
2009-04-26 05:52:53 +00:00
Greg Larkin
0717bae3a9 - Add missing dependency and add RUN_DEPENDS so security/logcheck
builds successfully, as noted in:
  http://qat.tecnik93.com/logs/7-STABLE-FPT-NPD/logcheck-1.2.54_3.log
- Bump PORTREVISION

Reported by:	QAT
2009-04-26 03:49:27 +00:00
Thomas Abthorpe
2eb4d9f12b - Unconditionally sleep before HUP at start
- Bump PORTREVISION

PR:		ports/133384
Submitted by:	Jeffrey Goldberg <jeffrey goldmark.org>
2009-04-26 03:34:38 +00:00
Mario Sergio Fujikawa Ferreira
0b6cdd2ca2 Add proper PROJECTHOST tag to correct MASTER_SITE_GOOGLE_CODE 2009-04-26 00:21:27 +00:00
Hiroki Sato
5cd6916346 Update to 0.17.2. 2009-04-25 23:25:27 +00:00
Joe Marcus Clarke
8a7305b385 Correct the path to libxml++26. 2009-04-25 23:21:34 +00:00
Boris Samorodov
26858d81b5 Update to version 1.24.0.
Remove patches incorporated upstream.
2009-04-25 23:11:00 +00:00
Martin Wilke
fef9b9d2e0 - Update to Firefox 3.1 BETA3
Firefox 3.1 Beta 3 is based on the Gecko 1.9.1 rendering platform,
which has been under development for the past 9 months. Firefox 3.1
is an incremental release on the previous version with significant
changes to improve web compatibility, performance, and ease of use:

    * Improved the new Private Browsing Mode.
    * Improvements to web worker thread support.
    * Improved performance and stability with the new TraceMonkey
      JavaScript engine.
    * New native JSON support.
    * Improvements to the Gecko layout engine, including speculative parsing
      for faster content rendering.
    * Support for new web technologies such as the <video> and <audio> elements,
      the W3C Geolocation API, JavaScript query selectors, CSS 2.1 and 3 properties,
      SVG transforms and offline applications.

Thanks to:	beat@, nox@, gahr@, Florian Smeets,
2009-04-25 22:45:27 +00:00
Martin Wilke
e4baaf1d85 - Update to 0.7.2
PR:		133799
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2009-04-25 22:26:34 +00:00
Martin Wilke
da44ccc17d - Update to 1.41.5
PR:		133963
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2009-04-25 22:25:12 +00:00
Gerald Pfeifer
89393fe989 Mark ONLY_FOR_ARCHS=i386 due to build problems on amd64. 2009-04-25 22:17:39 +00:00
Martin Wilke
a9b8fdda24 - Force commit
repocopy from www/firefox-devel -> firefox3-devel
2009-04-25 22:15:14 +00:00
Ion-Mihai Tetcu
8f1b3ad7fb QGit is a git GUI viewer built on Qt/C++.
With qgit you will be able to browse revisions history, view patch content and
changed files, graphically following different development branches.

Features :
- View revisions, diffs, files history, files annotation, archive tree.
- Commit changes visually cherry picking modified files.
- Apply or format patch series from selected commits, drag and drop commits
between two instances of qgit.
- Associate commands sequences, scripts and anything else executable to a
custom action. Actions can be run from menu and corresponding output is grabbed
by a terminal window. qgit implements a GUI for the most common StGIT commands
like push/pop and apply/format patches. You can also create new patches or
refresh current top one using the same semantics of git commit,
i.e. cherry picking single modified files.

WWW:	https://sourceforge.net/projects/qgit
2009-04-25 22:10:01 +00:00
Joe Marcus Clarke
8ab5ae898d Update to 0.7.1. 2009-04-25 21:37:05 +00:00
Gerald Pfeifer
e10e1b929f Mark for deprecation, since de facto unmaintained, failing to work with
current versions of GCC, mostly dead upstream, and requiring gcc295 which
fails to build itself (and does not support current version of FreeBSD
nor most primary targets).

EXPIRATION_DATE=2009-05-25

Approved by:	maintainer timeout
2009-04-25 21:27:22 +00:00
Joe Marcus Clarke
a244beeb98 Update to 0.23. 2009-04-25 21:23:46 +00:00
Joe Marcus Clarke
d08cf3e8f9 Add an autostart condition on whether or not
/apps/nautilus/preferences/show_desktop is set.

Reported by:	Dave Hayes <dave@jetcafe.org>
2009-04-25 21:20:41 +00:00
Pav Lucistnik
ab0a332ddb - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-04-25 21:20:25 +00:00
Gerald Pfeifer
23753d527f Break dependency on lang/gcc295.
PR:		132652
Submitted by:	carl shapiro <carl.shapiro@gmail.com>
Approved by:	maintainer (Erik Greenwald <erik.greenwald@gmail.com>)
2009-04-25 21:16:14 +00:00
Joe Marcus Clarke
ee9ed2fdf1 Make Perl support optional.
PR:		131436
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (based on)
2009-04-25 20:50:53 +00:00
Max Brazhnikov
6526752ad7 Fix options handling [1].
Minor cleanups.

PR:		ports/131538 [1]
Reported by:	Alex Keda <admin at lissyara.su>
2009-04-25 20:43:19 +00:00
Gerald Pfeifer
2543006224 Add a note on KVA_PAGES settings (as recommended by some ZFS tuning
guides) being incompatible with Wine.

PR:		123526
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2009-04-25 20:35:52 +00:00
Max Brazhnikov
313fc7c227 Delete emulators/cpmtools27 2009-04-25 20:34:36 +00:00
Max Brazhnikov
f387e5adc9 Move emulators/cpmtools27 to emulators/cpmtools2 2009-04-25 20:32:23 +00:00
Max Brazhnikov
b4c21e2fa0 Update to 2.8.
Change maintainer's email.

PR:		ports/131256
Submitted by:	Sven Klose (maintainer)
2009-04-25 20:30:34 +00:00
Max Brazhnikov
8f89f4289d Forced commit to note repocopy emulators/cpmtools27 -> emulators/cpmtools2 2009-04-25 20:27:31 +00:00
Joe Marcus Clarke
3381c856ea Add support for NO_INSTALL_MANPAGES.
PR:		130597
Submitted by:	Dmitry <dmitry2006@yandex.ru>
2009-04-25 20:22:29 +00:00
Robert Noland
c9df379227 It looks like most all drivers are starting to require libXi, not just
video drivers.

Reported by:	QAT (via xf86-input-synaptics)
2009-04-25 19:49:16 +00:00
Marcus Alves Grando
41c9daba7c - Update to 1.33 2009-04-25 19:39:48 +00:00
Marcus Alves Grando
39faf68f76 - Update to 2009.6 2009-04-25 19:39:09 +00:00
Robert Noland
c63f4c9546 Update to 1.1.0
PR:		133998
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-04-25 19:20:00 +00:00
Marcus Alves Grando
ce77fbe569 - Update to 1.4.10 2009-04-25 18:41:59 +00:00
Marcus Alves Grando
55a477d62b - Update to 1.2.8 2009-04-25 18:40:51 +00:00
Marcus Alves Grando
fbd5ba1b72 - Update to 1.2.3c1 2009-04-25 18:40:07 +00:00
Marcus Alves Grando
17d9ebc368 - Update to 2.4.6 2009-04-25 18:39:41 +00:00
Herve Quiroz
e9248cca02 Update to 1.301 2009-04-25 17:17:35 +00:00
Max Brazhnikov
a9e9ec3d00 Minor cleanups,
Mark MAKE_JOBS_SAFE.
2009-04-25 17:00:05 +00:00
Max Brazhnikov
dc3f9d4d6f Fix linking when previous version is installed.
Bump PORTREVISION for dependent ports.

PR:		ports/133826
Submitted by:	Alberto Villa (maintainer)
2009-04-25 16:16:40 +00:00
Dmitry Marakasov
5ae24e3e68 - Update to 0.93 (now it's possible to list currenly loaded charsets) 2009-04-25 13:00:35 +00:00
Andrej Zverev
1592414502 - Update to 0.04003 2009-04-25 11:59:08 +00:00
Ion-Mihai Tetcu
7fe85f33bc - Fix .pc file location
- fix plist
- bump PORTREVISION

Prompted by:	QAT
2009-04-25 08:46:10 +00:00
Rong-En Fan
9aaa435453 - Update to 1.1.0 2009-04-25 08:22:51 +00:00
Rong-En Fan
ba10136ffe - Update to 0.992 2009-04-25 08:22:24 +00:00
Maho Nakata
351b531a41 Update to OOO310_m11. This is OOo 3.1.0rc2. 2009-04-25 07:07:59 +00:00