1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

316457 Commits

Author SHA1 Message Date
Philippe Audeoud
9a5536a62b - Fix build
- Support STAGEDIR

PR:		ports/184238
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-27 13:16:47 +00:00
Max Brazhnikov
bd3f7b0f3e Update to 0.9.2 2013-11-27 12:54:54 +00:00
Philippe Audeoud
51e4bce18c - Update to 1.961
Sponsored by:	OBS
2013-11-27 12:35:47 +00:00
Rene Ladan
b56a1ac1e0 Remove expired port:
2013-11-27 devel/p5-MooseX-ChainedAccessors: Marked as depreciated upstream
2013-11-27 11:56:53 +00:00
Rusmir Dusko
350ea72560 - Change Makefile header
- Change maintainer email to @FreeBSD.org
- Add DOCS Option
- Add OPTIONS_SUB
- Change pkg-plist, remove mtree

Approved by:	pawel / wg (mentors, implicit)
2013-11-27 11:49:17 +00:00
Oliver Lehmann
c0a19567dd update to 3.4.2 2013-11-27 10:15:21 +00:00
Matthew Seaman
dc9d6449db Use the canonical ordering for PKGNAMEPREFIX
Reported by:	  az
2013-11-27 10:08:39 +00:00
Frederic Culot
f971e9447a - Update to 1.40
Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
2013-11-27 09:27:53 +00:00
Ganael LAPLANCHE
93f0a00553 - Use new LIB_DEPENDS format 2013-11-27 07:38:08 +00:00
Ganael LAPLANCHE
d9c172cebf - Enable staging
- Fix display of pkg-message not showing %%ETCDIR%%
- Always stage documentation
2013-11-27 07:36:27 +00:00
Ganael LAPLANCHE
a1bd522600 Fix pkg-message shown twice 2013-11-27 07:19:41 +00:00
Cy Schubert
256068fded Not parallal make safe. 2013-11-27 06:46:20 +00:00
Ruslan Makhmatkhanov
2cbb04c05e - update to 3.3.2
- add staging support
- update USE_PYTHON value
- drop BDB from options list, there is no such option (portlint warning)

changelog:
3.3.2 is primarily a bugfix release, with only very limited new features added.

- Tracks were sometimes selected incorrectly when searching a playlist
- Sometimes the main window wouldn't appear when minimizing to the system tray
- More tags supported for MP4/M4A/FLAC/OGG files
- Locale bugs when executing --help
- Updated Windows installer dependency download versions
- Fixed plugins: librivox

PR:		183843
Submitted by:	rm (myself)
Approved by:	jsa (maintainer, by mail)
2013-11-27 06:25:56 +00:00
Dirk Meyer
48cd131b62 - use STAGEDIR 2013-11-27 06:09:40 +00:00
Dirk Meyer
1ce2dea08b - use STAGEDIR 2013-11-27 05:58:14 +00:00
Dirk Meyer
89f933cbd6 - use STAGEDIR
- use option EXAMPLES
2013-11-27 05:41:11 +00:00
Dirk Meyer
acede174e0 - update to 2.0 2013-11-27 04:39:09 +00:00
Danilo Egea Gondolfo
9aab088627 - Update from 4.5 to 4.5.1
- Add stage support
- Use options helpers
(while here)
- Improve COMMENT

PR:		ports/184314
Submitted by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
2013-11-27 03:08:05 +00:00
Danilo Egea Gondolfo
d7ed8c8d14 - Add stage support
- Add one additional site in MASTER_SITES
- Add LICENSE
- Convert USE_GMAKE to USES

(while here)
- Remove the indefinite article from COMMENT

PR:		ports/184317
Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru>
2013-11-27 02:52:01 +00:00
Steve Wills
f723f75de5 - Update to new LIB_DEPENDS format as should have been done in previous commit
Reported by:	Gerald Pfeifer <gerald@pfeifer.com>
2013-11-27 01:56:47 +00:00
Gerald Pfeifer
862c8433d9 Change PORTNAME from gcc to gcc49 to match the actual name of this
port and avoid a package name collision with other GCC ports.  This
also allows us to remove LATEST_LINK.

On the way update to the 20131124 snapshot of GCC 4.9.0.
2013-11-27 01:10:25 +00:00
Steve Wills
40544c3809 - Remove unneeded variables
- Mark JOBS safe
2013-11-27 01:10:08 +00:00
Matthew Seaman
3dfdf64011 Fix CONFLICTS 2013-11-27 00:27:51 +00:00
Matthew Seaman
5c7761e54e Add conflict with newly committed www/rt42 port. 2013-11-27 00:14:57 +00:00
Matthew Seaman
0acb6b5877 RT is a battle-tested issue tracking system which thousands of
organizations use for bug tracking, help desk ticketing, customer
service, workflow processes, change management, network operations,
youth counselling and even more. Organizations around the world have
been running smoothly thanks to RT for over 10 years.

WWW: http://www.bestpractical.com/rt/
2013-11-27 00:11:22 +00:00
Matthew Seaman
73556b2356 Test::Email - Test Email Contents.
WWW: http://search.cpan.org/dist/Test-Email/
2013-11-27 00:09:28 +00:00
Matthew Seaman
12985b06ca Set::Tiny is a thin wrapper around regular Perl hashes to perform
often needed set operations, such as testing two sets of strings for
equality, or checking whether one is contained within the other.

WWW: http://search.cpan.org/dist/Set-Tiny/
2013-11-27 00:05:08 +00:00
Matthew Seaman
524b714cc6 Plack::Middleware::Test::StashWarnings is a Plack middleware component
to record warnings generated by your application so that you can test
them to make sure your application complains about the right things.

WWW: http://search.cpan.org/dist/Plack-Middleware-Test-StashWarnings/
2013-11-27 00:04:00 +00:00
Matthew Seaman
c58881a2ba Symbol::Global::Name takes a reference and optional package name. It
returns the name of the referenced variable as long as it's in the
package or sub-package and it's a global variable. Returned name is
prefixed with type sigil, eg. '$', '@', '%', '&' or '*'.

WWW: http://search.cpan.org/dist/Symbol-Global-Name/
2013-11-27 00:02:06 +00:00
Matthew Seaman
716fa524a5 Sometimes you want roles. You're not sure about Moose, Mouse, Moo and
what was that damned Squirrel thing anyway? Then there's Class::Trait,
but it has a funky syntax and the maintainer's deprecated it in favor
of Moose::Role and you really don't care that it handles overloading,
instance application or has a workaround for the SUPER:: bug. You
think a meta-object protocol sounds nifty, but you don't understand
it. Maybe you're not sure you want the syntactic sugar for object
declaration. Maybe you've convinced your colleagues that roles are a
good idea but they're leery of dragging in Moose (your author has had
this happen more than once and heard of others making the same
complaint). Sometimes you just want good old-fashioned roles which let
you separate class responsibility from code reuse.

WWW: http://search.cpan.org/dist/Role-Basic/
2013-11-27 00:00:54 +00:00
Matthew Seaman
4a4584b16c Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed
with Resent- (eg Resent-From) headers.

Mentioned headers are structured and contain lists of addresses. Most
of the time you want to parse such field from start to end keeping
everything even if it's an invalid input.

WWW: http://search.cpan.org/dist/Email-Address-List/
2013-11-26 23:56:58 +00:00
Matthew Seaman
dd02f66f10 2013-11-26 23:49:20 +00:00
Matthias Andree
1648447792 Update to new release candidate #4.
Upstream changes:
- Add missing malloc() return-code check.
- Do immediate RA when a prefix goes from old->current.
- Fixes to various compiler warnings.
2013-11-26 23:41:05 +00:00
Rusmir Dusko
d959829a25 - Update to 1.1
- Change CATEGORIES deskutils to emulators
- Adjust patches
- Change pkg-message

Approved by:	pawel (mentor)
2013-11-26 22:32:54 +00:00
Koop Mast
c65c74a5b5 Unbreak build with global unset NLS. 2013-11-26 21:42:18 +00:00
Thierry Thomas
fee06d414a - Upgrade to 1.0.4;
- Stagify;

- let the port use a specific python version (A).

Submitted by:	mva (A)
2013-11-26 21:30:22 +00:00
Koop Mast
ae5086aa84 Stageify. 2013-11-26 21:15:14 +00:00
William Grzybowski
c361883653 devel/ace: update to 6.2.3
PR:		ports/184230
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-26 21:05:21 +00:00
Rusmir Dusko
29f1dbc0d6 - Change maintainer email to @FreeBSD.org
- Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
2013-11-26 20:59:55 +00:00
Koop Mast
da3e448eb9 Update to 9.1.7.
Stagify, abuse stage dir and plist to only install files we want to install.
So we don't have to do complex do-install anymore, yay.

For the WITH_GALLIUM option we don't need llvm at run-time.

Obtained from:	xorg-dev repo
2013-11-26 20:58:53 +00:00
William Grzybowski
325d90157c devel/rudiments: update to 0.44.1
- Update to 0.44.1 [1]
- Bump dependent ports revision

PR:		ports/184228 [1]
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-26 20:42:34 +00:00
William Grzybowski
05bef17c55 games/xspacewarp: fix build on current
PR:		ports/184227
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-26 20:37:54 +00:00
Johan van Selst
3e909c9747 Update GNU Chess to 6.1.1 2013-11-26 20:37:47 +00:00
William Grzybowski
a056c1e1e4 print/xmbibtex: fix build on current
PR:		ports/184226
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-26 20:35:37 +00:00
Grzegorz Blach
ab04541320 - Update to 0.25
- Support staging
2013-11-26 20:35:14 +00:00
William Grzybowski
4268d65e13 editors/leo: update to 4.11
- Update to 4.11
- Allow staging
- USES shebangfix

PR:		ports/184225
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-26 20:25:32 +00:00
Koop Mast
2c977f1b91 Unbreak WITH_NEW_XORG patch stage. 2013-11-26 20:11:39 +00:00
Rusmir Dusko
049d9894fe - Update to 1.0.4
- Change Makefile header
- Remove master sites, use GitHub=yes
- Change maintainer email to @FreeBSD.org
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
- Add DOCS Option
- Change REINPLACE_CMD
- Change pkg-message

Approved by:	pawel / wg (mentors, implicit)
2013-11-26 19:59:55 +00:00
Rusmir Dusko
87c6815e84 You play Bouncy the Hungry Rabbit.
You're in a garden with yummy veggies and a farmer who's not keen on you
eating them. You can hide (and move around) under the ground.

Bouncy was written so it could be enjoyed by my daughter,
who is about to turn 3, and by older gamers. Hence it's not a violent game
and "easy" is really, really easy, and "hard" is challenging.

WWW: http://pyweek.org/e/bouncy/

PR:		ports/171224
Submitted by:	nemysis (self)
Approved by:	wg (mentor)
2013-11-26 18:44:26 +00:00
Sunpoet Po-Chuan Hsieh
77bb541270 - Update to 0.9.1
Changes:	https://github.com/grosser/parallel/commits/master
2013-11-26 18:40:10 +00:00