aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Install into PREFIX, not LOCALBASE.Wesley Shields2011-06-061-3/+3
| | | | | | | Noticed by: pav@ Notes: svn path=/head/; revision=275126
* Update to 2.1.3Martin Matuska2011-06-063-8/+8
| | | | | | | | | | PR: ports/156951 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Updated by: mm Approved by: maintainer (timeout) Notes: svn path=/head/; revision=275125
* Enable c, c++, and fortran (and only these) explicitly by default, andGerald Pfeifer2011-06-061-1/+3
| | | | | | | | | Java when/where available. [1] Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> [1] Notes: svn path=/head/; revision=275124
* Update to 0.5.3 release.Alex Dupre2011-06-062-3/+3
| | | | Notes: svn path=/head/; revision=275123
* - Fix PLISTPietro Cerutti2011-06-062-11/+37
| | | | | | | Reported by: PH (via pav) Notes: svn path=/head/; revision=275122
* String eval is often used for dynamic code generation. For instance, Moose usesAndrej Zverev2011-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). Notes: svn path=/head/; revision=275121
* Update to 15.6.1Emanuel Haupt2011-06-062-3/+3
| | | | Notes: svn path=/head/; revision=275120
* Fix gnutls.pc file by stripping 'zlib' from Requires.private.Roman Bogorodskiy2011-06-061-0/+3
| | | | | | | | PR: 157647 (based on) Submitted by: Fumiyuki Shimizu Notes: svn path=/head/; revision=275119
* All qbittorrent development has moved to the 2.8 branch, so introduceDoug Barton2011-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 Notes: svn path=/head/; revision=275118
* - Update MASTER_SITESFrederic Culot2011-06-061-1/+1
| | | | | | | | PR: ports/157627 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer) Notes: svn path=/head/; revision=275117
* Update to 0.13.0Ganael LAPLANCHE2011-06-063-9/+215
| | | | | | | | | PR: ports/157336 Submitted by: martymac Approved by: avl (maintainer) Notes: svn path=/head/; revision=275116
* Update to 0.13.0Ganael LAPLANCHE2011-06-063-7/+27
| | | | | | | | PR: ports/157292 Submitted by: Alex Keda <admin@lissyara.su> (maintainer) Notes: svn path=/head/; revision=275115
* - Update to 1.02Frederic Culot2011-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) Notes: svn path=/head/; revision=275114
* - remove some old code (unsused on supported OS) [1]Baptiste Daroussin2011-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@ Notes: svn path=/head/; revision=275113
* - update mjpegtools to 2.0.0Baptiste Daroussin2011-06-0613-68/+32
| | | | | | | - chase library bump Notes: svn path=/head/; revision=275112
* - update to 0.018Baptiste Daroussin2011-06-062-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/RJBS/Config-INI-0.018/Changes Notes: svn path=/head/; revision=275111
* - Fix install.Wesley Shields2011-06-051-1/+3
| | | | | | | | Noticed by: pav@ (via pointyhat) Pointyhat to: wxs@ Notes: svn path=/head/; revision=275109
* . Specify a modern version of Java.Greg Lewis2011-06-054-11/+8
| | | | | | | . Rename jconsole to j-jconsole to prevent conflict and remove CONFLICTS. Notes: svn path=/head/; revision=275108
* Update to the 20110604 snapshot of GCC 4.7.0. Upstream now only providesGerald Pfeifer2011-06-054-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] Notes: svn path=/head/; revision=275107
* - Update to 0.43 [1]Frederic Culot2011-06-052-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) Notes: svn path=/head/; revision=275106
* - Mark BROKEN: bad dependency objectPav Lucistnik2011-06-051-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=275105
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-0596-126/+178
| | | | Notes: svn path=/head/; revision=275104
* Update to 2.4.5, change lzo dependency to lzo2.David Thiel2011-06-053-24/+18
| | | | | | | | PR: ports/156954 Submitted by: Matthias Andree <mandree@FreeBSD.org> Notes: svn path=/head/; revision=275103
* Update to 2.12.6.1.Roman Bogorodskiy2011-06-054-33/+136
| | | | Notes: svn path=/head/; revision=275102
* Update to 1.0.1.David Thiel2011-06-053-5/+5
| | | | Notes: svn path=/head/; revision=275101
* - Add missing file to plist, forgot in the last commit.Wesley Shields2011-06-051-0/+1
| | | | Notes: svn path=/head/; revision=275100
* - Update to v3.20110431Henrik Brix Andersen2011-06-052-3/+3
| | | | Notes: svn path=/head/; revision=275099
* - Update to 2.1.8Steve Wills2011-06-053-24/+16
| | | | | | | | | PR: ports/155393 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> Approved by: maintainer timeout (>14 days) Notes: svn path=/head/; revision=275098
* - Update to 1.0Sunpoet Po-Chuan Hsieh2011-06-053-11/+27
| | | | | | | Changes: http://search.cpan.org/dist/App-GitGot/Changes Notes: svn path=/head/; revision=275097
* - Update zfSnap to 1.10.0Tim Bishop2011-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) Notes: svn path=/head/; revision=275096
* . update to version 1.24.4; changelog:Boris Samorodov2011-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] Notes: svn path=/head/; revision=275095
* - Update to 2011.05.28Dennis Herrmann2011-06-053-8/+6
| | | | Notes: svn path=/head/; revision=275094
* - Update to 12.2Dennis Herrmann2011-06-052-4/+3
| | | | Notes: svn path=/head/; revision=275093
* Remove bogus blank line.Mark Linimon2011-06-051-1/+0
| | | | Notes: svn path=/head/; revision=275092
* Configuration improvements:Cy Schubert2011-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> Notes: svn path=/head/; revision=275091
* Update to 2.7.6 which reverts 2.7.3, which broke -B mode.Martin Cracauer2011-06-052-3/+3
| | | | | | | | I have a 3.0.0 version with IPV6 support for IPV6 day in case anyone is listening and would like to give it a spin. Notes: svn path=/head/; revision=275090
* Nimbus, the default theme of the OpenSolaris project.Steve Wills2011-06-055-0/+3385
| | | | | | | | | | WWW: http://www.opensolaris.org PR: ports/156255 Submitted by: Karsten Pedersen <kpedersen at opencde.org> Notes: svn path=/head/; revision=275089
* . Update ant bootstrap to 1.8.2.Greg Lewis2011-06-052-3/+3
| | | | Notes: svn path=/head/; revision=275088
* - Update to 0.42Steve Wills2011-06-052-5/+4
| | | | | | | | | | - Convert to CPAN:USERID - Remove MD5 Changes: http://cpansearch.perl.org/dist/Spreadsheet-Read/Changes Notes: svn path=/head/; revision=275087
* - Update to 0.103002Steve Wills2011-06-053-3/+5
| | | | | | | Changes: http://cpansearch.perl.org/dist/Software-License/Changes Notes: svn path=/head/; revision=275086
* - Update to 0.61Steve Wills2011-06-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Graphics-Primitive/Changes Notes: svn path=/head/; revision=275085
* - Update to 1.01Steve Wills2011-06-052-3/+4
| | | | | | | | | - Add build depend to silence build warning Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes Notes: svn path=/head/; revision=275084
* - Update to 1.7.5.4.Wesley Shields2011-06-053-13/+8
| | | | | | | Changes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.5.4.txt Notes: svn path=/head/; revision=275083
* - Remove --enable-polkit configure option, that doesn't exists anymoreJeremy Messenger2011-06-042-16/+6
| | | | | | | | | | | - Move CPPFLAGS out of CONFIGURE_ENV - Do a better way of patch for Python. PR: ports/157126 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=275081
* -Update to 0.7.2.Jeremy Messenger2011-06-044-9/+13
| | | | | | | | | | | -Add LICENSE. -Add WWW. PR: ports/155956 Submitted by: Maxim Samsonov <xors@mne.ru> Notes: svn path=/head/; revision=275080
* Fix the build with no Internet access by add textproc/docbook-sk buildJeremy Messenger2011-06-041-1/+2
| | | | | | | | | | depedency. PR: ports/157416 Reported by: joerg Notes: svn path=/head/; revision=275079
* Update to 2.32.2.Jeremy Messenger2011-06-042-3/+3
| | | | | | | | | | PR: ports/157113 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0904 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0905 Notes: svn path=/head/; revision=275078
* Add OpenSSL option if you want it instead of GnuTLS. The GnuTLS is default.Jeremy Messenger2011-06-041-7/+16
| | | | | | | | PR: ports/155969 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=275077
* -Turn libgnomeui into an optional.Jeremy Messenger2011-06-041-5/+15
| | | | | | | | | | | -Mark MAKE_JOBS_SAFE. -Remove gconf stuff. PR: ports/156712 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=275076
* -env -> ${SETENV}Jeremy Messenger2011-06-042-9/+3
| | | | | | | | | | -${MASTER_SITE_MOZILLA} -> MOZILLA in MASTER_SITES PR: ports/157373 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=275075