1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

276170 Commits

Author SHA1 Message Date
Carlo Strub
e7521a8030 UltraGetopt is a versatile and customizable implementation of getopt() with
support for many common extensions, MS-DOS formatted option strings, and much
more.  It can function as a drop-in replacement for getopt() on systems with or
without existing vendor-provided implementations and also as a separate
co-existing function.

WWW: http://kevinlocke.name/programs/ultragetopt.php

PR:		ports/166288
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
Approved by:	wen@ (mentor)
Feature safe:	yes
2012-04-06 18:12:26 +00:00
Matthias Andree
582adbdb84 Bring in additional changes by ohauer to preserve LUA_LDIR/LUA_CDIR.
Submitted by: ohauer
PR:           ports/166540
Feature safe: yes
2012-04-06 17:50:44 +00:00
Matthias Andree
1e9d43d118 Update to bug-fix release 5.1.5.
Submitted by: ohauer
Feature safe: yes
PR:           ports/166540
2012-04-06 17:39:12 +00:00
Andrey A. Chernov
f0be3eb9b2 Upgrade to 2.8.8dev.12
Feature safe: yes
2012-04-06 17:32:44 +00:00
Alberto Villa
be0008ab0d - Add @dirrmtry.
No PORTREVISION bump needed.

Feature safe:	yes
2012-04-06 17:28:53 +00:00
Pawel Pekala
093dfb3e39 - Update to version 1.5.4
- Move LICENSE and OPTIONS to right places
- Switch to bsd.port.options.mk
- Project has new homepage
- Sort plist

Feature safe:	yes
2012-04-06 17:20:51 +00:00
Pawel Pekala
f8670f50d6 - Update to version 1.15.8.12 (squeeze stable branch)
- Disable compile warnings, it needs more recent gcc to work
- Move manpages declarations to Makefile.man
- Remove some useless dirrmtry's of locale dirs,
  they are now in /etc/mtree/BSD.local.dist
- Use dirrm instead of dirrmtry on dirs specific to this package

Feature safe:	yes
2012-04-06 17:09:06 +00:00
Matthias Andree
a98fe544ea Bugfix update. 1.19.4 has fixes for
getty (build fix for systems without CBAUD),
mdev (error in mdev.seq handling if sequence number is >999),
modinfo (made it select PLATFORM_LINUX),
wget (fixed use-after-free on redirect).

Feature safe: yes
2012-04-06 16:48:24 +00:00
Vanilla I. Shu
6cba425004 Upgrade to 3.3.0.
Feature safe:	yes
2012-04-06 16:26:27 +00:00
Juergen Lock
2039acdad0 - Fix vulnerability CVE-2011-1429.
- Add a patch to the mutt pager that handles non-breaking space
  characters (0xA0) in an UTF8 environment correctly.
- Bump PORTREVISION.

PR:		ports/166659
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Security:	http://www.freebsd.org/ports/portaudit/49314321-7fd4-11e1-9582-001b2134ef46.html
Feature safe:	yes
2012-04-06 16:07:06 +00:00
Alex Kozlov
c27f8ed8ed Fix build on FreeBSD 7 (work with old scandir prototype)
Submitted by:	pointyhat via pavmail
Approved by:	eadler (mentor), maintainer (implicit)
Feature safe:	yes
2012-04-06 16:06:32 +00:00
Max Brazhnikov
3d39c8e184 Update to 1.60.0
Pass maintainership to submitter

PR:		ports/166212
Submitted by:	Kevin Zheng <kevinz5000 at gmail.com>
Approved by:	Mark Reidel (former maintaier)
Feature safe:	yes
2012-04-06 15:12:29 +00:00
Max Brazhnikov
f6e8f31380 Update to 1.5.14
PR:		ports/166663
Submitted by:	David Naylor (maintainer)
Feature safe:	yes
2012-04-06 15:11:18 +00:00
Sofian Brabez
cef7312f01 - Update to 0.9.13
- Make happy portlint
- Take maintainership

PR:		ports/166692
Submitted by:	myself
Approved by:	jadawin@, miwi@ (mentors, implicit)
Feature safe:	yes
2012-04-06 14:47:50 +00:00
Michael Scheidell
e2e280ca6f Add New Port lang/urweb: Ur is a programming language in the tradition of ML and Haskell, but featuring
a significantly richer type system. Ur is functional, pure, statically-typed,
and strict. Ur supports a powerful kind of metaprogramming based on row types.

Ur/Web is Ur plus a special standard library and associated rules for parsing
and optimization. Ur/Web supports construction of dynamic web applications
backed by SQL databases.

PR:		ports/166657
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
Feature safe:	yes
2012-04-06 14:36:30 +00:00
Frederic Culot
3be13e4d84 - Add a patch to fix a memory leak [1]
- Bump PORTREVISION [1]
- Add LICENSE (Artistic 1 & GPL 2)

PR:		ports/166198 [1]
Submitted by:	Zane C.B-H. <vvelox@vvelox.net>
Feature safe:	yes
2012-04-06 13:34:23 +00:00
Max Brazhnikov
b5876a0d5b Update to 0.8.0
Feature safe:	yes
2012-04-06 13:32:01 +00:00
Olli Hauer
35f04c5630 - new Port mod-myvhost
mod_myvhost is Apache module for dynamically configured name based mass virtual
hosting with PHP, virtual host's configurations and PHP settings are stored in
database.

No need to have every vhost in apache's configuration file, no need to restart
apache after configuration changed (vhost added|deleted, vhost rootdir changed,
vhost unblocked/unblocked...).

After all, it is capable to change settings of PHP4/5 dynamically (if php is
loadable module or it is linked with apache) for any vhost. By default, it sets
open_basedir as vhost's rootdir to prevent user from stoling files from other
users and from your server, but you have ability to change almost any parameter
that exists in php.ini, for example, you can turn on safe_mode or
register_globals for particular vhost, if it has old php scripts that use global
variables.

WWW: http://code.google.com/p/mod-myvhost/

requested on FreeBSD-apache list by Igor Popov <ipopovi@gmail.com> (Author)
http://lists.freebsd.org/pipermail/freebsd-apache/2012-March/002700.html

Feature safe:	yes
2012-04-06 13:31:48 +00:00
Olli Hauer
f62909ca37 Fix BUILD_DEPENDS: p5-Test-Tester>=s/0.107/0.10.7/
no revision bump, build is only broken in
case p5-Test-Tester is already installed

reported by tinderbox run

Feature safe:	yes
2012-04-06 13:02:12 +00:00
Johan van Selst
377795f82b Update rpm4 to 4.9.1.3
Feature safe:	yes
2012-04-06 12:58:24 +00:00
Gerald Pfeifer
b1c346d8b7 Update to Wine 1.5.1. This includes the following changes:
- Built-in JavaScript now preferred over Gecko in most cases.
 - Support for scalable font resources.
 - Fixes for audio and video playback.
 - Support for script decoding in JScript.
 - Various bug fixes.

On the way update the Makefile header and add a CONFLICTS with
emulators/wine, to complete the branching of this port.

Feature safe:	yes
2012-04-06 12:57:29 +00:00
Frederic Culot
ca8b19425e - Update to 8.85
Changes:	http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR:		ports/166407
Submitted by:	Tod McQuillin <devin@spamcop.net> (maintainer)
Feature safe:	yes
2012-04-06 12:26:23 +00:00
Johan van Selst
51b33de28e Update gnulib to stable release of 20120404
Feature safe:	yes
2012-04-06 12:22:31 +00:00
Johan van Selst
398687e26b - Change GnuPG dependency from gpg1 to gpg2 (already required indirectly)
to avoid depending on two conflicting ports
- Bump portrevision

Reported by:	bapt
Feature safe:	yes
2012-04-06 12:17:28 +00:00
Frederic Culot
b872554668 Net::sFlow provides a mechanism to parse and decode sFlow datagrams.
It supports sFlow version 2/4 (RFC 3176 - http://www.ietf.org/rfc/rfc3176.txt)
and sFlow version 5 (Memo - http://sflow.org/sflow_version_5.txt).

WWW: http://search.cpan.org/dist/Net-sFlow/

PR:		ports/166636
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw>
Feature safe:	yes
2012-04-06 12:03:13 +00:00
Boris Samorodov
bdfd1b0b63 Update to version 1.135.
Beware (I've got an e-mail from the author):
1. This is the last free version of imaptools.
2. The author's intention is to release a new version with a modest fee.
3. All users who already get a copy of the program
   may use it without restrictions.
4. Further redistribution of already released versions will be forbidden.
5. The port should be removed from the portstree.
6. The dead line is Monday April 9th.

Feature safe:	yes
2012-04-06 11:58:52 +00:00
Frederic Culot
da9450753d - Update to 1.60
Changes:	http://search.cpan.org/dist/URI/Changes
Feature safe:	yes
2012-04-06 11:39:53 +00:00
TAKATSU Tomonari
0a926bf5cc - Update to 1.0.6
Feature safe:	yes
2012-04-06 10:12:42 +00:00
Dennis Herrmann
65c349ea28 - Update to 0.8.0
Feature safe:	yes
2012-04-06 08:00:19 +00:00
Pav Lucistnik
ab747f70f6 - pointyhat kludge - tetex drags in port-OpenSSL on 7.X, but only as a build
dependency. Yet this triggers autodetection code in bsd.openssl.mk and
  OpenSSL dependency is registered with the resulting package, creating a
  discord between INDEX and actual package. Work around by explicitly recording
  the dependency in a way that INDEX build will see.

OK'ed by:	cy (maintainer)
Feature safe:	yes
2012-04-06 07:41:20 +00:00
Frederic Culot
b99358be35 - Update to 2.12.5
Changes:	http://www.lemke-it.com/cego_blog.html
PR:		ports/166667
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Feature safe:	yes
2012-04-06 07:30:50 +00:00
Frederic Culot
c472391bcd - Update to 1.06 [1]
- Remove Module::Pluggable dependency which is in core since 5.8.9 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS

Changes:	http://search.cpan.org/dist/SMS-Send/Changes
PR:		ports/166633 [1]
Feature safe:	yes
2012-04-06 07:21:58 +00:00
Frederic Culot
cb1a05ee8c - Update to 0.5.4
- Pass maintainership to submitter

PR:		ports/166685
Submitted by:	Benjamin Washington-Yule <byu17@uclive.ac.nz>
Feature safe:	yes
2012-04-06 06:37:22 +00:00
Martin Wilke
26002f12a5 - Unbreak
Submitted by:	ports fury
Feature safe:	yes
2012-04-06 03:56:28 +00:00
Dirk Meyer
0c5977626a - new path on MASTER_SITES
- Security update to 1.4.11
Security: CVE-2011-3048
Feature safe:	yes
2012-04-05 23:48:52 +00:00
Gabor Kovesdan
e58926c164 - Update to 20120403
Feature safe:	yes
2012-04-05 22:29:44 +00:00
Rene Ladan
7e1991e935 - Update to 18.0.1025.151
- switch to gcc46 as compiler, clang appears to be too troublesome in practice
- add a patch to avoid fix SIGFPE crashes from protoc during the build [1]
Submitted by:	theraven via #bsdports [1]
Security:	http://www.vuxml.org/freebsd/057130e6-7f61-11e1-8a43-00262d5ed8ee.html
Feature safe:	yes
2012-04-05 22:06:38 +00:00
Rene Ladan
451d29f129 Mention vulnerabilities in www/chromium < 18.0.1025.151
Obtained from:	http://googlechromereleases.blogspot.com/search/label/Stable%20updates
Security:	CVE-2011-[3066-3077]
Feature safe:	yes
2012-04-05 20:59:08 +00:00
Gerald Pfeifer
f47e4ea737 Connect the new wine-devel port.
Feature safe:	yes
2012-04-05 20:40:00 +00:00
Gerald Pfeifer
b11f2e295d Update to Wine 1.5.0. This includes the following changes:
- New version of the Gecko engine.
 - Support for path gradients in GdiPlus.
 - Various MSXML improvements.
 - Fixes to 64-bit exception handling.
 - Various bug fixes.

Submitted by:	David Naylor <naylor.b.david@gmail.com>
Feature safe:	yes
2012-04-05 20:36:32 +00:00
Cy Schubert
c77bd58cd2 New distfile from our syslog-ng upline.
Submitted by:	Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
Feature safe:	yes
2012-04-05 20:29:58 +00:00
Felippe de Meirelles Motta
a7b264572b - Update to 0.17.
Feature safe:	yes
2012-04-05 19:16:35 +00:00
Dirk Meyer
e527371280 - set FROBIDDEN
Security: CVE-2011-3048
the updated versions 1.4.9 and 1.4.11 can not be build without disabling features.
Update to 1.5.x cant be done while porst are frozen.
Feature safe:	yes
2012-04-05 19:16:11 +00:00
Felippe de Meirelles Motta
567677c2e7 - Update to 1.04.
Feature safe:	yes
2012-04-05 19:11:23 +00:00
Felippe de Meirelles Motta
d1ce5eebe5 - Update to 0.08.
Feature safe:	yes
2012-04-05 19:10:26 +00:00
Felippe de Meirelles Motta
a6e7a2aaf5 - Update to 1.01.
Feature safe:	yes
2012-04-05 18:57:54 +00:00
Felippe de Meirelles Motta
08b6b7854c - Update to 1.43.
Feature safe:	yes
2012-04-05 18:56:24 +00:00
Felippe de Meirelles Motta
181c92518e - Update to 2.03.
Feature safe: yes
2012-04-05 18:55:20 +00:00
Felippe de Meirelles Motta
9135996ac0 - Update to 0.07.
- Update build depends.
- Fix plist.

Feature safe:	yes
2012-04-05 18:51:31 +00:00
Sunpoet Po-Chuan Hsieh
9b72af9045 - Update to 0.010
Changes:	http://search.cpan.org/dist/PerlIO-Layers/Changes
Feature safe:	yes
2012-04-05 18:42:13 +00:00