aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.Jung-uk Kim2013-06-116-94/+97
| | | | Notes: svn path=/head/; revision=320655
* Update to 11.2r202.291Eitan Adler2013-06-113-5/+31
| | | | | | | | PR: ports/179502 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=320654
* - update to version 1.2.1Olli Hauer2013-06-112-3/+3
| | | | | | | | | | | | | | | | | | | | | Changelog: Serf 1.2.1 [2013-06-03, from /tags/1.2.1] Fix issue 95: add gssapi switches to configure (r1864, r1900) Fix issue 97: skip mmap bucket if APR_HAS_MMAP is undefined (r1877) Fix issue 100: building against an old Windows Platform SDK (r1881) Fix issue 102: digest authentication failures (r1885) Improve error return values in SSPI authentication (r1804) Ensure serf-1.pc is constructed by serfmake (r1865) Optimize SPNego authentication processing (r1868) Reject certs that application does not like (r1794) Fix possible endless loop in serf_linebuf_fetch() (r1816) Windows build: dereference INTDIR in serf.mak (r1882) PR: ports/179274 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=320653
* - Fix leftover files [1]Guido Falsi2013-06-112-19/+717
| | | | | | | | | | - Convert port to use static plist - While here, convert port to use WWWDIR Reported by: miwi (exp-run) [1] Notes: svn path=/head/; revision=320652
* Update to new upstream release 1.11.10, fixing abort() when runningMatthias Andree2013-06-112-3/+3
| | | | | | | fetchnews in verbose mode. Notes: svn path=/head/; revision=320651
* Add missing build depend on python. I removed the run dependency tooBrooks Davis2013-06-111-0/+1
| | | | | | | | | firmaly. Submitted by: bdrewery Notes: svn path=/head/; revision=320650
* Respect CXXFLAGS when linking.Raphael Kubo da Costa2013-06-112-1/+27
| | | | | | | | | | | | | | | | hunspell's configure script seems to have been generated with a very old version of libtool. Specifically, it does not uses CFLAGS instead of CXXFLAGS when performing some tests related to the C++ compiler. This ends up making it add '-lstdc++' to the linker's command line even if one sets CXXFLAGS to -stdlib=libc++. The attached patch fixes the problem by "backporting" the appropriate libtool.m4 change to the configure script. PR: ports/178696 Approved by: maintainer timeout (office@, 28 days) Notes: svn path=/head/; revision=320649
* Update to 1.3.Raphael Kubo da Costa2013-06-113-3/+242
| | | | | | | | PR: ports/177958 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) Notes: svn path=/head/; revision=320648
* - update to 4.20Ruslan Makhmatkhanov2013-06-113-3/+4
| | | | Notes: svn path=/head/; revision=320647
* - update to 0.4.11Ruslan Makhmatkhanov2013-06-113-12/+61
| | | | Notes: svn path=/head/; revision=320646
* Update to 1.376.Raphael Kubo da Costa2013-06-112-3/+3
| | | | | | | | | | | Mostly this includes locale support for spelling and detection of more misspelled words. PR: ports/179498 Submitted by: Warren Block <wblock@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=320645
* Add a patch to stop crashing on amd64.Raphael Kubo da Costa2013-06-112-1/+16
| | | | | | | | PR: ports/179179 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer) Notes: svn path=/head/; revision=320644
* Fix MAN8 leftover.Raphael Kubo da Costa2013-06-111-1/+2
| | | | | | | | | PR: ports/179492 Submitted by: Anes Mukhametov <anes@anes.su> Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=320643
* - Document vulnerabilities in www/owncloudFrederic Culot2013-06-111-0/+62
| | | | | | | | Security: d7a43ee6-d2d5-11e2-9894-002590082ac6 Obtained from: http://owncloud.org/about/security/advisories/ Notes: svn path=/head/; revision=320642
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-112-14/+12
| | | | | | | | | | | | . trim Makefile headers; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . get use PLIST_FILES and PORTDOCS; . remove pkg-plist (4 lines); . ${PREFIX}/share/doc/spellcast -> ${DOCSDIR}; . use one install command instead of a .for loop. Notes: svn path=/head/; revision=320641
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-111-5/+3
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=320640
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-111-6/+4
| | | | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT. Notes: svn path=/head/; revision=320639
* Fix build with clang (CFLAGS+=-Wno-return-type).Boris Samorodov2013-06-111-0/+1
| | | | Notes: svn path=/head/; revision=320638
* Fix perl paths to LOCALBASE with shebangfix, manualy fix sh scripts withKoop Mast2013-06-111-4/+11
| | | | | | | | s,/bin/bash,/bin/sh,. Trim Makefile header. Notes: svn path=/head/; revision=320637
* - Update to 5.0.7Frederic Culot2013-06-112-3/+3
| | | | | | | | | | | | | | | Changes: http://owncloud.org/changelog/ Security: oC-SA-2013-[019-028] Security: CVE-2013-[2039-2045,2047-2048,2085-2086,2089,2149-2150] PR: ports/178628 PR: ports/179494 Submitted by: Loic Blot <loic.blot@unix-experience.fr> Approved by: kevlo@ (maintainer, timeout) Notes: svn path=/head/; revision=320636
* . fix build with clang;Boris Samorodov2013-06-112-7/+12
| | | | | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT; . use WRKSRC_SUBDIR instead of WRKSRC. Notes: svn path=/head/; revision=320635
* Unmark as BROKEN after r320633.Raphael Kubo da Costa2013-06-111-2/+0
| | | | | | | | | | | The checksum mismatch was caused by a mirror returning a file it should not. Kudos to John Marino <draco@marino.st> for bringing this up. PR: ports/179432 Notes: svn path=/head/; revision=320634
* Switch to using FTP for the ftp.ntu.edu.tw kernel.org mirror.Raphael Kubo da Costa2013-06-111-1/+1
| | | | | | | | | | | | | The HTTP counterpart does not return correct HTTP error codes when, for example, a file is not found, which causes checksum errors as described in ports/179432. The FTP mirror seems to behave as expected. Kudos to John Marino <draco@marino.st> for bringing this up. PR: ports/179432 Notes: svn path=/head/; revision=320633
* . fix build with clang;Boris Samorodov2013-06-112-8/+8
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=320632
* Update to 2l.Raphael Kubo da Costa2013-06-112-3/+3
| | | | | | | | PR: ports/179032 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) Notes: svn path=/head/; revision=320631
* Steven has graciously agreed to take over the Ganglia ports.Brooks Davis2013-06-112-7/+2
| | | | Notes: svn path=/head/; revision=320630
* - Update to 1.9.0. [1]Raphael Kubo da Costa2013-06-113-4/+5
| | | | | | | | | | | - Properly replace %%DSV_TOOLS%% when the SSL option is not selected. So was not being replaced at all. PR: ports/177739 [1] Submitted by: klm <klm@uidzero.org> (maintainer) Notes: svn path=/head/; revision=320629
* Add ports of clang and LLVM 3.3.rc3. Unlike previous ports theseBrooks Davis2013-06-1118-0/+2084
| | | | | | | | | | | install primarily in ${PREFIX}/llvm33 with wrapper scripts in ${PREFIX}/bin named clang33, llc33, etc. In an additional change, the clang static analyzer's python wrapper and web bits are not installed. Notes: svn path=/head/; revision=320628
* Update to 4.8S.5.Raphael Kubo da Costa2013-06-115-65/+10
| | | | | | | | PR: ports/179474 Submitted by: Kalten <kalten@gmx.at> (maintainer) Notes: svn path=/head/; revision=320627
* Update to 6.1.5.Raphael Kubo da Costa2013-06-113-7/+4
| | | | | | | | PR: ports/179472 Submitted by: Tim Čas <ports@stdrand.com> (maintainer) Notes: svn path=/head/; revision=320626
* - Update tcpflow to 1.4.0b1Antoine Brodin2013-06-114-56/+33
| | | | | | | | | | - Trim Makefile header - Maintain - Add LICENSE and install DOCS - Update pkg-descr Notes: svn path=/head/; revision=320625
* - Update to 0.6.1William Grzybowski2013-06-113-6/+7
| | | | | | | | | | | | Changes: http://redmine.yorba.org/projects/gexiv2/repository/revisions/master/entry/NEWS PR: ports/178012 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) Notes: svn path=/head/; revision=320624
* Update to 3.7.50.Raphael Kubo da Costa2013-06-112-3/+3
| | | | | | | | PR: ports/179467 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer) Notes: svn path=/head/; revision=320623
* - add rc.d scriptRuslan Makhmatkhanov2013-06-113-0/+135
| | | | | | | | | | | | | | | | - add the patch that fixes posix_fadvise64 linuxism: swift tries to call posix_fadvise64, which does not exists on FreeBSD and does not needed because off_t is 8 bytes on both 32 and 64-bit platforms, so posix_fadvise should be called instead. This has been reported upstream (#1179268) but there is no reaction so far. - bump PORTREVISION PR: 178738 Submitted by: trociny Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=320622
* ECDSA cryptographic signature library (pure python).Ruslan Makhmatkhanov2013-06-115-0/+58
| | | | | | | | | | WWW: http://github.com/warner/python-ecdsa PR: 179448 Submitted by: Neil Booth Neil Booth <kyuupichan@gmail.com> Notes: svn path=/head/; revision=320621
* Implementation of AES in pure Python.Ruslan Makhmatkhanov2013-06-114-0/+31
| | | | | | | | | | | | | | As such it will be slow (hence the project name) but still useful when faster ones are not available (for example, for JavaScript clients in browsers, and Python servers on Google App Engine). WWW: https://code.google.com/p/slowaes/ PR: 179447 Submitted by: Neil Booth <kyuupichan@gmail.com> Notes: svn path=/head/; revision=320620
* - trim Makefile header (other changes from PR were committed independently)Ruslan Makhmatkhanov2013-06-112-7/+3
| | | | | | | | | | | | while here: - whitespace fix in pkg-descr - change USE_PYTHON to just ``yes'' (we haven't python's lt 2.6 in the tree) PR: 179419 Submitted by: Michael Gmelin <freebsd@grem.de> Notes: svn path=/head/; revision=320619
* - Update to 2.5.7William Grzybowski2013-06-113-7/+10
| | | | | | | | | | | - Take maintainership PR: ports/179014 Submitted by: wg (myself) Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) Notes: svn path=/head/; revision=320618
* Apply some upstream patches to fix the build with recent versions of miniupnpc.Raphael Kubo da Costa2013-06-114-3/+166
| | | | | | | | | | While here, convert from NOPORTDOCS to the OptionsNG variant. PR: ports/177987 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) Notes: svn path=/head/; revision=320617
* - Update to 18.6Martin Wilke2013-06-113-5/+4
| | | | Notes: svn path=/head/; revision=320616
* - Update to 2.0.16Martin Wilke2013-06-112-3/+3
| | | | Notes: svn path=/head/; revision=320615
* - Update to 1.9Martin Wilke2013-06-112-3/+3
| | | | Notes: svn path=/head/; revision=320614
* - Update to 2.6.6.1Martin Wilke2013-06-112-3/+3
| | | | Notes: svn path=/head/; revision=320613
* - Update to 0.4.1.0Martin Wilke2013-06-113-26/+44
| | | | Notes: svn path=/head/; revision=320612
* - Update to 1.5.2Martin Wilke2013-06-112-3/+3
| | | | Notes: svn path=/head/; revision=320611
* - Fix plistMartin Wilke2013-06-111-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320610
* Fix build with clang (CPPFLAGS+=-Wno-return-type).Boris Samorodov2013-06-111-1/+1
| | | | Notes: svn path=/head/; revision=320609
* - Update to 0.003 [1]Frederic Culot2013-06-112-9/+6
| | | | | | | | | | | - Trim Makefile's header Changes: http://search.cpan.org/dist/Sub-Exporter-GlobExporter/Changes PR: ports/179476 [1] Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> (maintainer) Notes: svn path=/head/; revision=320608
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-112-7/+15
| | | | | | | | | | . remove ~80 warnings (CFLAGS+=-Wno-pointer-sign); . trim Makefile headers; . remove the indefinite article from COMMENT; . adopt WRKSRC_SUBDIR instead WRKSRC. Notes: svn path=/head/; revision=320607
* Python module for building and describing deterministic finite-state automata.Steven Kreuzer2013-06-115-0/+31
| | | | | | | WWW: http://code.google.com/p/python-fsm/ Notes: svn path=/head/; revision=320606