1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
Commit Graph

212283 Commits

Author SHA1 Message Date
Ion-Mihai Tetcu
a4c74b09e6 Update to 3.2 release. This release offers no changes over Release Candidate 3.
Here is a summary of changes from Tinderbox 3.1.2 to 3.2:
* A new tc function, ``tbversion'' has been added to print the version
of Tinderbox.  This command relies on a ${pb}/.version file which is
generated when the Tinderbox release distribution is created.  Be sure
to copy this file if you copy the contents of the Tinderbox release to
another location.
* Log file markup support has been added.  Log files can be viewed with
certain patterns colorized to make them easier to spot (e.g. GCC
warnings).  Currently, the list of patterns is not easily changeable,
but a facility to add new patterns is forthcoming.
* A new tc function, ``copyBuild'' has been added which allows one to
copy attributes (e.g. env files, ports, packages, etc.) from one Build
to another.
* Quiet tinderd if a port in the queue does not exist.
* The log file header lines in port build logs have been reordered for
easier (human) reading.  If this changes causes too much consternation
for existing scripts, it can be reverted.
* Fix a bug with Postgres in that psql wants to output space-delimited
results by default, and this can mess up upgrades.
* A -u argument has been added to ``addBuildPortsQueueEntry'' so that a
username can be set for a queue entry.
* The ``addBuildPortsQueueEntry'' command now looks up users by both
name and ID.  This fixes a bug where tinderd doesn't send Build
completion mail.
* The error spit out by ``listBuildPortsQueue'' when the queue is empty
has been removed.
* Two new inc_tinderbox config variables have been added:
reload_interval_latest and reload_interval_current which allow one to
set the reload interval for the ``Current and Latest Builds'' page while
no port is building and while a port is building respectively.
* Some additional error checking has been added to the webui.
* A search interface has been added for searching for ports in the
webui.
* Canonical PHP tags are now used instead of short tags.  This makes it
easier to deploy Tinderbox in various configurations.
* The tinderd queue view has been changed.  The field for adding new
ports is now first.
* A favicon.ico file is now shipped for the webui.
* Some other bugs have been fixed in the webui.
* The ``tbversion'' command usage has been added.
* An bug in the log file parsing code which could result in fetch
failure false positives has been fixed.
* The search interface has been added to the top of the homepage.
* The Delete buttons have been moved to the top of the page.
* Some migration issues have been fixed.

The contributors to Tinderbox 3.2's development and testing are Beat
Gätzi, Martin Wilke, Matt, Ion-Mihai Tetcu, Frank Wall, Boris
Samorodov, Cory R. King, and Aron Schlesinger.

Add conflicts with ports-mgmt/tinderbox.

MFC after:	3 days
2009-02-26 02:11:43 +00:00
David Thiel
ead45e27e8 Updating to 3.1.2, adding a mirror.
PR:		ports/131479
Submitted by:	Nikos Ntarmos (maintainer)
2009-02-26 02:08:44 +00:00
Robert Noland
896fe624dc Use the new PCIOCGETBAR if it is available, rather than frob the
BARs ourself.

Submitted by:	Nathan Whitehorn <nwhitehorn@freebsd.org>
2009-02-26 02:05:29 +00:00
Mark Linimon
3f8859a4ae Catch up with master 1.611. 2009-02-26 01:40:07 +00:00
Michael Landin
e95893814f - update to -> 1.11
PR:		ports/131305
Submitted by:	Pieter de Boer <pieter@thedarkside.nl>
2009-02-26 00:48:30 +00:00
Pav Lucistnik
5d47f330ec - Unbreak: needs perl to build, and fix plist
PR:		ports/132095
Submitted by:	Matt Dawson <matt@chronos.org.uk>
With hat:	portmgr (blocks 134 ports)
2009-02-26 00:21:23 +00:00
Brooks Davis
203175ca91 Correctly have run depends on perl and python so clang works.
switch from #!/usr/bin/env p* to actually specifying the path.

Reported by:	Pawel Worach
2009-02-26 00:04:25 +00:00
Wesley Shields
96a39e7c0f - Update to 3.1.0
- Switch to SF macro
- Add dependency on PHP
- Update conflicts
- Add new options: EVENT_BROKER and UNHANDLED_HACK (both off by default)
- Be more specific about perl version required

PR:		ports/132098
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2009-02-25 23:57:03 +00:00
Markus Brueffer
f38deea6f8 - Dolphin has a new projectsite and the old KDE3 distfiles weren't carried
over. Development of Dolphin for KDE3 is dead in favor of the KDE4 version.
  As it is still useful for KDE3 users, add another mirror instead of axing
  the port.
- Adjust WWW accordingly

Notified by:	pav
2009-02-25 23:29:48 +00:00
Mathieu Arnold
cef63907b7 Update to 0.20 2009-02-25 23:18:34 +00:00
Jun Kuriyama
8823694cd3 Upgrade to 2.14. 2009-02-25 22:58:42 +00:00
Jun Kuriyama
502c239223 - Remove dependencies which are included in modern perl.
- Grab maintainership.
2009-02-25 22:57:32 +00:00
Joe Marcus Clarke
97db28fb1b Properly initialize a variable to fix a crash when rendering certain
progress bars.

Obtained from:	http://cgit.freedesktop.org/cairo/commit/?id=efa9e1088cbf1b5331cc0bab3348520f3b91ae4b
2009-02-25 22:23:32 +00:00
Joe Marcus Clarke
a48caf676a Fix a bug with applications not behaving correctly after XRandR events.
Obtained from:	http://bugzilla.gnome.org/show_bug.cgi?id=561583
Submitted by:	Steve Polyack <spolyack@collaborativefusion.com>
2009-02-25 22:04:57 +00:00
Joe Marcus Clarke
4684488d86 Fix build on older versions of FreeBSD. 2009-02-25 21:39:13 +00:00
Joe Marcus Clarke
998408ec44 Clean up the PORTDOCS.
Reported by:	pav and erwin
2009-02-25 21:34:44 +00:00
Beech Rintoul
8950730a25 - Update to 20090224
PR:		ports/132105
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-02-25 20:58:28 +00:00
Brooks Davis
0ae799ff80 Update to a new snapshot.
Install a missing piece of scan-build. [1]

Submitted by:	Pawel Worach <pawel dot worach at gmail dot com> [1]
2009-02-25 20:49:35 +00:00
Martin Matuska
85689bc858 - Port does not support tk85, force 84
- Bump PORTREVISION

Reported by:	pointyhat (pav)
2009-02-25 20:41:06 +00:00
Gabor Kovesdan
aae0490af7 - Fix plist after DOCSDIR change
Reported by:	pointyhat (via pav)
2009-02-25 19:16:55 +00:00
Renato Botelho
2666b54c71 - Update to 20080912
PR:		ports/132061
Submitted by:	maintainer
2009-02-25 16:58:25 +00:00
Renato Botelho
cfe85bf93d - Update to 1.1.7
PR:		ports/132064
Submitted by:	maintainer
2009-02-25 15:01:39 +00:00
Renato Botelho
7089b30c68 - Update to 0.4.3
PR:		ports/132063
Submitted by:	maintainer
2009-02-25 14:55:39 +00:00
Renato Botelho
7776286b2d - Update to 2.01.1
PR:		ports/132062
Submitted by:	maintainer
2009-02-25 14:55:08 +00:00
Renato Botelho
ecb9aba10a CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular compression
library which typically compresses better (i.e., smaller resulting files) than
gzip.

Using CamlBZ2 you can read and write compressed "files", where files can be
anything offering an in_channel/out_channel abstraction (files, sockets, ...).

Also, with CamlBZ2 you can compress and decompress strings in memory using the
bzip2 compression algorithm.

Author:	Olivier Andreu <oandrieu@gmail.com> and
        Stefano Zacchiroli <zack@upsilon.cc>
WWW:	http://camlbz2.forge.ocamlcore.org

PR:		ports/132059
Submitted by:	Jaap Boender <jaapb at kerguelen.org>
2009-02-25 14:43:45 +00:00
Cheng-Lung Sung
e4934b4252 - Update to 2.2.2
PR:		ports/131282
Submitted by:	clsung
Approved by:	maintainer (Jonathan Weiss)
2009-02-25 14:33:34 +00:00
Erwin Lansing
5f145d2015 Update to 1.08, which includes the fix committed in the previous
revision.

Submitted by:	ed
2009-02-25 14:30:55 +00:00
Wesley Shields
29e4210013 - Unbreak on versions after strndup MFC
- Pass maintainership to submitter

PR:		ports/132070
Submitted by:	Florian Smeets <flo@kasimir.com>
2009-02-25 14:24:04 +00:00
Mathieu Arnold
e62e91a109 Update to 0.006 2009-02-25 13:51:09 +00:00
Renato Botelho
391d1d3413 - Fix CONFLICTS, the mask used conflict the port with cclive, and they can
co-exist
- Remove pkg-plist file, since Makefile has PLIST_FILES line

PR:		ports/132031
Submitted by:	maintainer
2009-02-25 13:49:58 +00:00
Renato Botelho
2aa0766b5d - Fix build on 7-stable and 8-current [1]
- Pacify portlint
- Change DOCSDIR and DATADIR to respect PKGNAMESUFFIX
- Remove CHMOD and CHOWN and add param on INSTALL command
- Move pkg-message to files/pkg-message.in
- Use PORTDOCS
- Remove old signature from pkg-descr
- Use %%DATADIR%% in pkg-plist
- Take maintainership

PR:		ports/131977 [1]
Submitted by:	Dmitry <dmitry2006@yandex.ru> [1]
2009-02-25 13:03:48 +00:00
Lars Thegler
63c035eed9 Add p5-MooseX-Log-Log4perl 0.31, a logging role for Moose based on
Log::Log4perl.
2009-02-25 12:55:16 +00:00
Lars Thegler
d9364ca404 Add p5-MooseX-SimpleConfig 0.03, a Moose role for setting attributes
from a simple configfile.
2009-02-25 12:13:30 +00:00
Renato Botelho
d63008fa88 - My last commit didn't fix the problem, actually, i was not reproducing it
accordingly, now real fix.

Reported by:	Yasuhiro KIMURA <yasu@utahime.org>
2009-02-25 11:31:20 +00:00
Lars Thegler
71e03e5714 Add p5-Text-Truncate 1.03, perl module with simple string truncating
routine.
2009-02-25 09:53:20 +00:00
Lars Thegler
cbd208d713 Add p5-LWP-UserAgent-POE 0.02, drop-in LWP::UserAgent replacement in POE
environments.
2009-02-25 09:44:46 +00:00
Mathieu Arnold
b864201cba Update to 0.64 2009-02-25 09:37:01 +00:00
Mathieu Arnold
039f715a21 Update to 2.005 2009-02-25 09:36:01 +00:00
Mathieu Arnold
0d1044f199 Update to 0.2.0 2009-02-25 09:34:27 +00:00
Mathieu Arnold
65367ec993 Update to 3.00.05 2009-02-25 09:33:52 +00:00
Mathieu Arnold
860a0a91c4 Update to 2.15 2009-02-25 09:33:24 +00:00
Mathieu Arnold
cba2d80f73 Update to 0.11 2009-02-25 09:32:49 +00:00
Lars Thegler
d62c5887d5 Updated p4web. Bugs fixed:
#186658
   Fix problem with line numbers being skipped when viewing a file.
   (Bug #031832)

 #185786
   P4Web no longer requires a client in browse only mode. (Bug #032227)

Complete release notes for p4web at:
http://www.perforce.com/perforce/doc.current/user/p4webnotes.html
2009-02-25 07:26:57 +00:00
Dirk Meyer
bd14297156 - update to 2.1.0
Reported by:	Eugen Zagorodniy
2009-02-25 06:49:26 +00:00
Maho Nakata
32d60176f4 Cosmetic changes by ports-mgmt/porttools. 2009-02-25 02:45:08 +00:00
Rong-En Fan
81a4189c53 - Update description to reflect reality 2009-02-25 02:30:35 +00:00
Mario Sergio Fujikawa Ferreira
118943144a Update to 3.0.0 2009-02-25 01:26:23 +00:00
Xin LI
cdeda2a7b9 Update to 2.4.15 2009-02-24 23:47:47 +00:00
Wesley Shields
ef2a37bea0 - Old MASTER_SITES are dead, switch to newer ones
- Move to using PLIST_FILES
- Update pkg-descr to use a more helpful URL

PR:		ports/132026
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
Approved by:	Glen Barber <glen.j.barber@gmail.com> (maintainer)
2009-02-24 21:14:10 +00:00
Stanislav Sedov
a074a1ab44 - Add astro/josm, a comprehencive OpenStreetMap.org maps editor.
WWW: http://wiki.openstreetmap.org/wiki/JOSM

Submitted by:	glebius@
2009-02-24 20:56:43 +00:00