Commit Graph

292773 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
2a544b0242 - Update to 0.1.20121012
- Cleanup Makefile header

Changes:	https://code.google.com/p/py-leveldb/source/list
2013-01-30 16:50:34 +00:00
Sunpoet Po-Chuan Hsieh
6972636b98 - Update to 1.9.0
Changes:	http://code.google.com/p/leveldb/source/list
2013-01-30 16:49:44 +00:00
Sunpoet Po-Chuan Hsieh
a0a5ddbe58 - Update to 1.2.0
Changes:	https://github.com/isaacs/npm/commits/master
2013-01-30 16:45:29 +00:00
Sunpoet Po-Chuan Hsieh
0b84ba0b98 - Update to 2.00.9
Changes:	http://tintin.sourceforge.net/news.php
2013-01-30 16:42:38 +00:00
Sunpoet Po-Chuan Hsieh
22410da943 - Update to 1.41.1
Changes:
- Rename configure.in to .ac, and revise use of AC_INIT/AC_OUTPUT macros to meet
  current autoconf guidelines.
- Add copyright headers to supporting files (GNU All-Permissive License).
- Fix section name comparisons ($sect is localised).
- Set filenames in italics (as suggested by Yann Soubeyrand).
- Suppress option/filename handling in EXAMPLES section.
2013-01-30 16:41:12 +00:00
Sunpoet Po-Chuan Hsieh
b90f1d112b - Add p5-IO-Prompt-Tiny 0.001
IO::Prompt::Tiny is an extremely simple prompting module, based on the extremely
simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need
and this module gives it to you without all the overhead of ExtUtils::MakeMaker
just to prompt for input.

It doesn't do any validation, coloring, menus, timeouts, or any of the wild,
crazy, cool stuff that other prompting modules do. It just prompts with a
default. That's it!

WWW: http://search.cpan.org/dist/IO-Prompt-Tiny/
2013-01-30 16:39:57 +00:00
Philippe Audeoud
67b18cfb1f - Fix build on sparc64
PR:		ports/172707
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
Approved by:	maintainer timed-out
2013-01-30 16:35:14 +00:00
Hajimu UMEMOTO
788cf256c7 Add new port -- User-space 6rd (RFC 5569) implementation 2013-01-30 16:29:16 +00:00
Sunpoet Po-Chuan Hsieh
20aa004a21 - Update to 3.1.14
- Add DOCS option
- Cleanup Makefile header

Changes:	http://pecl.php.net/package-changelog.php?package=APC
2013-01-30 16:24:11 +00:00
Niclas Zeising
07d27c9c2d Add patches to fix build with clang by replacing some inline assembly with
optimal code, and removing some unneded casts.

Submitted by:	dim
Approved by:	kwm, miwi (mentors, implicit)
2013-01-30 16:21:26 +00:00
Sunpoet Po-Chuan Hsieh
adac2b8bea - Update to 2.060
Changes:	http://search.cpan.org/dist/IO-Compress-Lzop/Changes
2013-01-30 16:20:39 +00:00
Sunpoet Po-Chuan Hsieh
f204b97e94 - Update to 2.060
Changes:	http://search.cpan.org/dist/IO-Compress-Lzma/Changes
2013-01-30 16:20:34 +00:00
Sunpoet Po-Chuan Hsieh
ca5ba62ee8 - Update to 2.060
Changes:	http://search.cpan.org/dist/IO-Compress-Lzf/Changes
2013-01-30 16:20:30 +00:00
Sunpoet Po-Chuan Hsieh
2da2a16960 - Update to 2.060
Changes:	http://search.cpan.org/dist/IO-Compress/Changes
2013-01-30 16:20:25 +00:00
Sunpoet Po-Chuan Hsieh
ff5b2e20eb - Update to 2.060
Changes:	http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
2013-01-30 16:20:20 +00:00
Sunpoet Po-Chuan Hsieh
4b3e83f704 - Update to 2.060
Changes:	http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
2013-01-30 16:20:15 +00:00
Sunpoet Po-Chuan Hsieh
3dcd1635d5 - Update to 2.060
Changes:	http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
2013-01-30 16:20:10 +00:00
Yen-Ming Lee
7ce8053589 - update to 3.40
Changes:	http://cpansearch.perl.org/src/SMUELLER/PathTools-3.40/Changes
2013-01-30 16:07:00 +00:00
Philippe Audeoud
cccc9fbc3e - Fix rc script for fprobe_flags
PR:		ports/174539
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
2013-01-30 16:01:32 +00:00
Yen-Ming Lee
c9eec2013e - update to 0.004007
Changes:	http://cpansearch.perl.org/src/DCONWAY/Contextual-Return-0.004007/Changes
2013-01-30 16:01:28 +00:00
Yen-Ming Lee
e6acee25e2 - update to 0.14
Changes:	http://cpansearch.perl.org/src/KAZEBURO/Log-Minimal-0.14/Changes
2013-01-30 15:37:19 +00:00
Wesley Shields
1e628289f4 Update to 1.8.1.2. 2013-01-30 15:21:37 +00:00
Baptiste Daroussin
840defd725 Mark as broken: does not build:
uibase.cpp: In constructor 'CMainFrameBase::CMainFrameBase(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)':
uibase.cpp:142: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
/usr/local/include/wx-2.9/wx/gtk/font.h:37: note: candidate 1: wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding)
/usr/local/include/wx-2.9/wx/gtk/font.h:70: note: candidate 2: wxFont::wxFont(int, wxFontFamily, int, const wxString&, wxFontEncoding)
uibase.cpp:165: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
/usr/local/include/wx-2.9/wx/gtk/font.h:37: note: candidate 1: wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding)
/usr/local/include/wx-2.9/wx/gtk/font.h:70: note: candidate 2: wxFont::wxFont(int, wxFontFamily, int, const wxString&, wxFontEncoding)
2013-01-30 14:56:52 +00:00
Philippe Audeoud
fbcd3adbe5 - Update to 1.2034
- Changelog: http://cpansearch.perl.org/src/JETTERO/Net-IMAP-Simple-1.2034/Changes
2013-01-30 14:44:54 +00:00
Wen Heping
db4c9fce2f - Update to 2.4.2 2013-01-30 14:22:20 +00:00
Wen Heping
d26db7043c - Update to 1.5.3.1
- Trim Makefile headers
2013-01-30 14:20:12 +00:00
Philippe Audeoud
f1070f8c4c Send SMS messages via the mollie.nl service
WWW:	http://search.cpan.org/dist/Net-SMS-Mollie-0.04/

PR:		ports/175700
2013-01-30 14:14:44 +00:00
Pietro Cerutti
a7caa28d30 - Update to 3.15.4
See: http://freeimage.sourceforge.net/news.html

Notified by:	danfe
2013-01-30 14:13:20 +00:00
Ryan Steinmetz
da0bf57cb2 - Update to 7.x-0.5.1
- Update/add MASTER_SITES

PR:		ports/175361
Submitted by:	Shawn Webb <lattera@gmail.com> (maintainer)
2013-01-30 13:41:56 +00:00
Romain Tartière
0dd4fbb526 - Update to 1.0.8.
- Add Gecko repos [1].

Requested by:	Jan Beich <jbeich@tormail.org> [1]
2013-01-30 11:54:46 +00:00
Florent Thoumie
53a189123d Update devel/rbtools to 0.4.3.
PR:		ports/175672
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-01-30 11:44:43 +00:00
Anton Berezin
dce5dabe63 Update to 0.05.
Changes:	http://search.cpan.org/dist/Net-AMQP/CHANGES
2013-01-30 11:31:32 +00:00
Anton Berezin
ed7cca161a Update to 3.19.
Changes:	http://search.cpan.org/dist/Apache-AuthCookie/Changes
2013-01-30 11:11:47 +00:00
Anton Berezin
692e699db3 Update to 1.90.
Changes:	http://search.cpan.org/dist/Apache-Session/CHANGES
2013-01-30 09:33:16 +00:00
Alexey Dokuchaev
789afae358 - Update to version 1.1.2
- Rename GLIBJSON option to FACEBOOK

PR:		ports/175225
Submitted by:	dumbbell
2013-01-30 09:31:34 +00:00
Philippe Audeoud
7cb7ab190e - Update to 1.82
- Changelog: http://cpansearch.perl.org/src/SULLR/IO-Socket-SSL-1.82/Changes
2013-01-30 09:13:06 +00:00
Philippe Audeoud
03cbecd1c4 - Update to 1.59
- Changelog: http://cpansearch.perl.org/src/CDOLAN/CAM-PDF-1.59/CHANGES
2013-01-30 09:04:31 +00:00
Baptiste Daroussin
53cb6d680c Mark as deprecated: no more upstream, no more public distfiles
Submitted by:	gshapiro (maintainer)
2013-01-30 08:27:51 +00:00
Oliver Lehmann
ce199a95e1 update to 2.0.3
PR:		ports/175494
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2013-01-30 08:13:26 +00:00
Oliver Lehmann
2e981380a1 fix build when tbb, poco or ois is installed 2013-01-30 08:11:52 +00:00
Alexey Dokuchaev
c0d8e116ce Add herbstluftwm, a manual tiling window manager for X11 using Xlib and Glib.
PR:		ports/171378
Submitted by:	Christian Brassat
2013-01-30 06:31:40 +00:00
Xin LI
083d2da0ab Update to 3.5.1.
PR:		ports/175680
Approved by:	maintainer
Security:	559e00b7-6a4d-11e2-b6b0-10bf48230856
2013-01-30 06:30:12 +00:00
Frederic Culot
8cfad86267 - Update to 6.0.1 [1]
- Fix USE_MYSQL usage by explicitly depending on MySQL server [2]
- Reword COMMENT to remove leading article and package name

Changes:	http://typo3.org/news/article/typo3-cms-601-released/
PR:		ports/175683 [1]
		ports/175237 [2]
Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
2013-01-30 06:27:12 +00:00
Yen-Ming Lee
a5753d85f0 - update to 1.897
Changes:	http://cpansearch.perl.org/src/RJBS/Email-Address-1.897/Changes
2013-01-30 04:02:06 +00:00
Yen-Ming Lee
c959290519 - update to 0.28
Changes:	http://search.cpan.org/dist/Set-Array/CHANGES
2013-01-30 02:58:44 +00:00
Xin LI
b43fb45b4e Use OPTIONSng.
PR:		ports/175525
Submitted by:	Takefu <takefu airport fm>
2013-01-30 01:55:29 +00:00
Xin LI
a107fbed69 Update to 3.5.1. While I'm there, also change russian to use gzipped tarball,
make the port to use OptionsNG and fix installation permissions.

PR:		ports/175525 [1], ports/175632 [2], ports/175679 [3]
Submitted by:	Takefu <takefu airport fm> [1],
		Mihail Timofeev <miha_hard mail ru> [2],
		delphij [3]
Approved by:	maintainer, 9267096@gmail.com [1][2], ychsiao [1][3]
Security:	559e00b7-6a4d-11e2-b6b0-10bf48230856
2013-01-30 01:50:42 +00:00
Jason Helfman
62f582e043 - add new port: security/pam_yubico
The Yubico authentication device Yubikey generates one-time passwords that can
be used for authentication. This module allows you to use the Yubikey device to
authenticate to the PAM system.

WWW: https://code.google.com/p/yubico-pam/

PR:		175650
Submitted by:	matt@mjslabs.com
2013-01-30 00:58:22 +00:00
Xin LI
cdaa29f0ce Update to 3.5.1.
PR:		ports/175682
Approved by:	miwi (maintainer)
Security:	559e00b7-6a4d-11e2-b6b0-10bf48230856
2013-01-30 00:42:38 +00:00
Alex Kozlov
517b338ea6 - Update to 4.1.21
- Undeprecate
- Update MASTER_SITES
- Take maintainership
2013-01-30 00:14:17 +00:00