Commit graph

193460 commits

Author SHA1 Message Date
Mathieu Arnold
ed5e5a57a4 Update to 0.13 2008-03-20 10:47:17 +00:00
Mathieu Arnold
4b99a4a844 Update to 0.107 2008-03-20 10:47:03 +00:00
Pav Lucistnik
42d5e27865 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:09:36 +00:00
Pav Lucistnik
6f8a3dbfb1 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:03:51 +00:00
Pietro Cerutti
a1807bcfe5 Red5 is an Open Source Flash Server written
in Java that supports streaming Audio/Video
(FLV and MP3),Recording Client Streams,
Live Stream Publishing, etc.

WWW: http://www.red5.fr/

PR:		121696
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	miwi (mentor)
2008-03-20 10:00:37 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Sergey Skvortsov
59ffb51d2c Update to 0.6.0
Changes:	http://search.cpan.org/src/BSCHMAL/parrot-0.6.0/NEWS
2008-03-20 09:54:05 +00:00
Pav Lucistnik
026e7e59d0 - Remove USE_GETOPT_LONG which is a no-op since March 200 2008-03-20 09:37:21 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Alexey Dokuchaev
edc067f59b - Update to version 1.4
- Install examples
- Clean up Makefile
- Pacify portlint
2008-03-20 09:15:57 +00:00
Sergey A. Osokin
c181d52fb9 Update from 0.6.28 to 0.6.29.
Add knob GOOGLE_PERTOOLS.

<ChangeLog>

    *) Feature: the ngx_google_perftools_module.

    *) Bugfix: the ngx_http_perl_module could be not built on 64-bit
       platforms; bug appeared in 0.6.27.

</ChangeLog>
2008-03-20 08:42:41 +00:00
Yen-Ming Lee
469bf51d78 - use CPAN macro
- simplify dependency
- add OPTIONS for optional supports
- bump PORTREVISION

Submitted by:	leeym
Approved by:	clsung
2008-03-20 02:05:25 +00:00
Marcelo Araujo
c0927ae86e - Pass maintainership to submitter.
PR:		ports/121876
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2008-03-20 01:39:02 +00:00
Yen-Ming Lee
9b438ebf03 - Update to 1.00
PR:		121210
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 01:08:31 +00:00
Yen-Ming Lee
1e57ec7858 - use CPAN macro
- fix dependency
- bump PORTREVISION

PR:		121206
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 00:40:07 +00:00
Yen-Ming Lee
1940fb7fdd - use CPAN macro
- simplify dependency
- bump PORTREVISION

PR:		121199
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 00:35:48 +00:00
Yen-Ming Lee
f7f94dce80 - use CPAN macro
- ignore the dependency in core perl list
- bump PORTREVISION

PR:		121198
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 00:33:10 +00:00
Yen-Ming Lee
9a3a29a293 - use CPAN macro
- simplify dependency
- bump PORTREVISON

PR:		121183
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 00:27:53 +00:00
Pav Lucistnik
5af80870ed - Update to 3.0.9b 2008-03-19 23:33:01 +00:00
Pietro Cerutti
f14dc6a069 - Update to 2.2.6
- Refactor NOPORTDOCS

Approved by:	miwi (mentor)
2008-03-19 23:26:24 +00:00
Marcelo Araujo
178fb9d17b - Update to 2.1.6. 2008-03-19 22:22:08 +00:00
Pietro Cerutti
99b845d752 - Update to 0.7.5
- Adopt maintainship
- Cleanup Makefile

Approved by:	miwi (mentor)
2008-03-19 22:15:01 +00:00
Doug Barton
f50961d10a Update for version 2.2 2008-03-19 21:47:36 +00:00
Doug Barton
8bc50bccf4 New Implementation
==================
The previous code tried to handle moved ports in much the same way
as it handled replacing a port with the -o option, but this would
sometimes create problems if we are deep in a dependency graph.
So rather than re-implement only a portion of the -o code, use the
whole thing instead.

We accomplish this by either exec'ing ourselves with the proper -o
options if we are in the dependency tree, or by asking the user to
restart with the proper -o options if they specified the moved port
on the command line. The latter is necessary to avoid having to
duplicate all the "initialize the parent process" code.  This allows
me to simplify the code in a few places since -o is now the only
special case.

Bug Fixes
=========
1. Don't try to derive $portdir from $upg_port if using -o
2. Don't try to build a port with an +IGNOREME file if we are doing
the dependent ports in -r mode

Minor tweak: Add some whitespace after a warning message
2008-03-19 21:47:16 +00:00
Alexander Botero-Lowry
d31dd82e40 - fix pkg-plist issues
Reported by:	pointyhat via erwin
2008-03-19 21:31:34 +00:00
Felippe de Meirelles Motta
a810aac36b - Fix race condition to work on all plataforms/archs.
- Unbroken on CURRENT.

Reviewed by:	pav
Approved by:	araujo (mentor)
2008-03-19 21:11:49 +00:00
Felippe de Meirelles Motta
6b3848c201 - bump PORTREVISION.
- Use SF macro.
- Add missing dependency.

PR:		ports/121819
Submitted by:	"Mark D. Foster" <mark@foster.cc>
Approved by:	araujo (mentor), Dan Langille <dan@langille.org> (maintainer)
2008-03-19 21:09:19 +00:00
Jean-Marc Zucconi
5d547c3cd3 Mark the German version broken 2008-03-19 20:46:14 +00:00
Doug Barton
8a0263d32e In the example about using portmaster to do a complete re-install of
your ports, I had:
pkg_delete *
which works for me because of a local bash completion, but doesn't
work for most users. So, correct that to be:
pkg_delete '*'
instead.
2008-03-19 20:25:01 +00:00
Cy Schubert
14ff4ec24c Fixes for multiple vulnerabilities.
Security:	US-CERT Technical Cyber Security Alert TA08-079B --
			MIT Kerberos Updates for Multiple Vulnerabilities
		US-CERT Vulnerability Note VU#895609,
		US-CERT Vulnerability Note VU#374121
		MIT krb5 Security Advisory 2008-001
		MIT krb5 Security Advisory 2008-002
2008-03-19 19:26:53 +00:00
Pietro Cerutti
0bb15272c5 - Use USE_GL instead of depending directly on glut
- USE_X_PREFIX --> USE_XORG

Approved by:	miwi (mentor)
2008-03-19 18:55:47 +00:00
Dirk Meyer
4b69c3fa7b - add xext to USE_XORG 2008-03-19 18:43:04 +00:00
Pietro Cerutti
c77585b6f7 - Update to 1.5.30a
- Adopt maintainship
- USE_XLIB --> USE_XORG

Approved by:	miwi (mentor)
2008-03-19 18:39:37 +00:00
Edward Tomasz Napierala
9c1067fc82 - Update to 2.3. 2008-03-19 18:08:09 +00:00
Andrew Pantyukhin
cbe7661af2 - Update to 13.3 2008-03-19 17:32:43 +00:00
Michael Johnson
fd3ad0c98e Update to 5.1.7 2008-03-19 17:25:14 +00:00
Michael Johnson
c618a3d927 Fix build with new libebml
PR:		ports/121707
Reported by:	Howard Goldstein <hg@cally.queue.to>
Submitted by:	Jonathan Lennox <lennox@cs.columbia.edu>
2008-03-19 17:22:37 +00:00
Pietro Cerutti
b641f21b7d - Update Tcl/Tk dependenceis to 8.4
- Remove useless USE_XLIB variable
- Adopt maintainship

Approved by:	miwi (mentor)
2008-03-19 16:42:50 +00:00
Thierry Thomas
f4359488f1 Upgrade to 3.6.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=584869>.

Note: LLVM support is disabled ATM.
2008-03-19 16:33:17 +00:00
Pietro Cerutti
370f9d841b - Get rid of useless USE_XLIB variable
- Adopt maintainship

Approved by:	miwi (mentor)
2008-03-19 16:21:26 +00:00
Vanilla I. Shu
6082f3ac80 Integrate with maintainer's patch. 2008-03-19 16:20:31 +00:00
Alexey Dokuchaev
aa587fb32d - Update to version 2.51
- Use SF macro
2008-03-19 15:36:19 +00:00
Gabor Kovesdan
a6d4fe71fc - Update to 2.5.4
PR:		ports/121666
Submitted by:	garga
2008-03-19 15:20:26 +00:00
Rong-En Fan
6c3898f6ad Tig is a git repository browser that additionally
can act as a pager for output from various git
commands.

When browsing repositories, it uses the underlying
git commands to present the user with various views,
such as summarized revision log and showing the
commit with the log message, diffstat, and the diff.

Using it as a pager, it will display input from stdin
and colorize it.

WWW: http://jonas.nitro.dk/tig/

PR:		ports/121805
Submitted by:	Denise H. G. <darcsis at gmail.com>
2008-03-19 15:14:47 +00:00
Nicola Vitale
0d2bc5a9b3 - Update to 0.4.7
- Add databases/py-sqlite3 to OPTIONS (caching visited URLs)
- Remove files/patch-setup.py
- Remove www/py-urlgrabber as run dependency
- Turn off WITH_XCLIP option
- Use now GNU_CONFIGURE (instead of USE_PYDISTUTILS), and USE_BZIP2
2008-03-19 14:33:49 +00:00
Rong-En Fan
69e1dbe1e3 - USE_GETTEXT should defined only when WITH_NLS
PR:		ports/121098
Submitted by:	Philip M. Gollucci <pgollucci at p6m7g8.com>
Approved by:	Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
2008-03-19 14:31:02 +00:00
David E. O'Brien
22057eb296 Update to Vim 7.1 patchlevel 282. 2008-03-19 14:20:37 +00:00
Philippe Audeoud
7f65d2c4e1 - Update to 2.0.5
- Add RESTRICTED due to non-commercial use licence.

PR:		ports/121794
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	thierry and tabthorpe (mentors)
2008-03-19 14:01:13 +00:00
Philippe Audeoud
f13b5e7699 - Remove duplicate entry
Noticed by:	miwi
Approved by:	tabthorpe
2008-03-19 13:49:36 +00:00
Rong-En Fan
12d695efde Add missing patch from PR:
- Build and install old versions of bzip2 which are needed by dtu's
- Patch for properly detecting and using GNU gzip (our gzip does not fit)
- Add missing dependency on misc/xdelta

PR:		ports/121517
Submitted by:	Yarodin <yarodin at gmail.com>
Approved by:	novel (maintainer, implicit)
2008-03-19 13:48:33 +00:00