/net/pmf/

>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update WWW, resort to freshmeat.net, project page disappeared.ehaupt2011-06-063-3/+3
|
* Add CVE-2011-1947: fetchmail STARTTLS denial of service.mandree2011-06-061-0/+42
|
* Remove WWW. Project page disappeared.ehaupt2011-06-061-2/+0
|
* Update to 0.14ehaupt2011-06-062-3/+3
|
* - Restore accidentally-removed entriessunpoet2011-06-061-0/+16
|
* - Fix invalid define for WITH_TK86_MANmm2011-06-061-2/+2
| | | | | PR: ports/155993 Reported by: Trond Endrestøl <Trond.Endrestol@ximalas.info>
* Proper fix for gnutls.pc generation by ripping out 'zlib' partnovel2011-06-062-3/+16
| | | | | | | from configure as it was originally submitted by Fumiyuki Shimizu in ports/157647. Pointy hat to: novel
* - Install into PREFIX, not LOCALBASE.wxs2011-06-061-3/+3
| | | | Noticed by: pav@
* Update to 2.1.3mm2011-06-063-8/+8
| | | | | | | PR: ports/156951 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Updated by: mm Approved by: maintainer (timeout)
* Enable c, c++, and fortran (and only these) explicitly by default, andgerald2011-06-061-1/+3
| | | | | | Java when/where available. [1] Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> [1]
* Update to 0.5.3 release.ale2011-06-062-3/+3
|
* - Fix PLISTgahr2011-06-062-11/+37
| | | | Reported by: PH (via pav)
* String eval is often used for dynamic code generation. For instance, Moose usesaz2011-06-065-0/+53
| | | | | | | | | | | | | | | | it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it can be quite slow, especially if doing a large number of evals. This module attempts to solve both of those problems. It provides an eval_closure function, which evals a string in a clean environment, other than a fixed list of specified variables. It also caches the result of the eval, so that doing repeated evals of the same source, even with a different environment, will be much faster (but note that the description is part of the string to be evaled, so it must also be the same (or non-existent) if caching is to work properly).
* Update to 15.6.1ehaupt2011-06-062-3/+3
|
* Fix gnutls.pc file by stripping 'zlib' from Requires.private.novel2011-06-061-0/+3
| | | | | PR: 157647 (based on) Submitted by: Fumiyuki Shimizu
* All qbittorrent development has moved to the 2.8 branch, so introducedougb2011-06-0619-408/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | version 2.8.1, and remove the older versions. The 2.8 branch has support for uTP when combined with the upcoming libtorrent-rasterbar 0.16 release. Additional new features: Proxy can be disabled for peer connections Added support for secure SMTP connection (SSL) Added support for SMTP authentication Added UPnP/NAT-PMP port forward for the Web UI port qBittorrent can update dynamic DNS services (DynDNS, no-ip) Display peer connection type in peer list (BT, uTP, Web) Added full regex support to RSS downloader Added regex help and validation in RSS downloader Added HTTPS support to Web UI (Ishan Arora) Bug fixes: Change systray icon on the fly (no restart needed) Remember peer-level rate limits (requires libtorrent v0.16) Stop announcing to trackers an all tiers (more respectful) Stop sharing private trackers with other peers Tracker exchange extension can be disabled Cleaner program exit on system log out Fix possible magnet link parsing problems Fix possible RSS URL parsing problems COSMETIC: Added monochrome icon for light themes
* - Update MASTER_SITESculot2011-06-061-1/+1
| | | | | PR: ports/157627 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer)
* Update to 0.13.0martymac2011-06-063-9/+215
| | | | | | PR: ports/157336 Submitted by: martymac Approved by: avl (maintainer)
* Update to 0.13.0martymac2011-06-063-7/+27
| | | | | PR: ports/157292 Submitted by: Alex Keda <admin@lissyara.su> (maintainer)
* - Update to 1.02culot2011-06-062-3/+3
| | | | | | Changes: http://search.cpan.org/dist/SNMP-Trapinfo/Changes PR: ports/157626 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer)
* - remove some old code (unsused on supported OS) [1]bapt2011-06-061-27/+12
| | | | | | | | | - prevent some useless external program call (based on [2]) - simplify (in)valid category detection PR: ports/155629 [1], ports/65804 [2], ports/157273 [3] Submitted by: Eitan Adler <lists@eitanadler.com> [1], green@ [2], bapt@ (myself) [2] Exp-runs by: pav@
* - update mjpegtools to 2.0.0bapt2011-06-0613-68/+32
| | | | - chase library bump
* - update to 0.018bapt2011-06-062-3/+3
| | | | - changes: http://cpansearch.perl.org/src/RJBS/Config-INI-0.018/Changes
* Ports modules update at Monday 06 June 2011 at 00:09edwin2011-06-061-1/+1
| | | | Feature safe: yes
* - Fix install.wxs2011-06-061-1/+3
| | | | | Noticed by: pav@ (via pointyhat) Pointyhat to: wxs@
* . Specify a modern version of Java.glewis2011-06-064-11/+8
| | | | . Rename jconsole to j-jconsole to prevent conflict and remove CONFLICTS.
* Update to the 20110604 snapshot of GCC 4.7.0. Upstream now only providesgerald2011-06-064-32/+12
| | | | | | | | | a single tarball and this update brings a number of changes around that. Enable c, c++, and fortran (and only these) explicitly by default, and Java when/where available. [1] Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> [1]
* - Update to 0.43 [1]culot2011-06-062-5/+10
| | | | | | | | | | | - Add missing dependencies - Make use of the CPAN:USER macro - Add LICENSE Changes: http://search.cpan.org/dist/WWW-Contact/Changes PR: ports/157436 [1] Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: Fred Cox <sailorfred@yahoo.com> (maintainer)
* - Mark BROKEN: bad dependency objectpav2011-06-061-0/+2
| | | | Reported by: pointyhat
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-0696-126/+178
|
* Update to 2.4.5, change lzo dependency to lzo2.lx2011-06-063-24/+18
| | | | | PR: ports/156954 Submitted by: Matthias Andree <mandree@FreeBSD.org>
* Update to 2.12.6.1.novel2011-06-064-33/+136
|
* Update to 1.0.1.lx2011-06-063-5/+5
|
* - Add missing file to plist, forgot in the last commit.wxs2011-06-061-0/+1
|
* - Update to v3.20110431brix2011-06-062-3/+3
|
* - Update to 2.1.8swills2011-06-053-24/+16
| | | | | | PR: ports/155393 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> Approved by: maintainer timeout (>14 days)
* - Update to 1.0sunpoet2011-06-053-11/+27
| | | | Changes: http://search.cpan.org/dist/App-GitGot/Changes
* - Update zfSnap to 1.10.0tdb2011-06-053-4/+17
| | | | | | | | This includes a workaround for use with zpool v28. See UPDATING for more information. PR: ports/157621 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
* . update to version 1.24.4; changelog:bsam2011-06-0516-234/+130
| | | | | | | | | http://www.zoneminder.com/wiki/index.php/Change_History#Release_1.24.4_-_2011.2F05.2F30; . remove patches that were incorporated upstream; . add a patch to fix zm_stream.cpp (add one byte to the path length); [1] . add one more site to MASTER_SITES. Submitted by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email) [1]
* - Update to 2011.05.28dhn2011-06-053-8/+6
|
* - Update to 12.2dhn2011-06-052-4/+3
|
* Remove bogus blank line.linimon2011-06-051-1/+0
|
* Configuration improvements:cy2011-06-054-32/+80
| | | | | | | | | | - Add knobs for SVG and IMLIB. - Remove redundant MULTIBYTE option. - Add includes to args passed to configure script. - Fix libXcursor detection. PR: 157617 and 157618 Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
* Update to 2.7.6 which reverts 2.7.3, which broke -B mode.cracauer2011-06-05