aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.1.35sunpoet2015-05-113-4/+6
| | | | | | | - Add LICENSE - Update WWW Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt
* - Update to 1.3.16sunpoet2015-05-112-4/+6
| | | | | | | - Add LICENSE - Update RUN_DEPENDS: use Rails 4 Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
* - Update to 0.15.15 and unbreak this port with Ruby 2.2sunpoet2015-05-114-49/+45
| | | | | - Add EXAMPLES option: use PORTEXAMPLES for RUBY_MODEXAMPLESDIR to pet portlint - Update WWW
* - Update RUN_DEPENDSsunpoet2015-05-111-2/+2
|
* - Update to 1.4.7sunpoet2015-05-112-4/+3
| | | | Changes: https://github.com/jruby/warbler/blob/master/History.txt
* - Update to 1.1.7sunpoet2015-05-113-4/+4
| | | | | | - Update WWW Changes: https://github.com/rubyzip/rubyzip/blob/master/Changelog.md
* - Update to 1.1.18sunpoet2015-05-113-3/+6
| | | | | | | - Add LICENSE - Add GitHub repository to WWW Changes: https://github.com/jruby/jruby-rack/blob/master/History.md
* - Update to 1.7.20sunpoet2015-05-113-4/+7
| | | | | - Add LICENSE - Update WWW
* - Update to 1.30.0sunpoet2015-05-112-3/+4
| | | | Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md
* - Add rubygem-fog-google 0.0.5sunpoet2015-05-114-0/+30
| | | | | | | | Fog currently supports two Google Cloud services (Google Compute Engine and Google Cloud Storage) via Fog::Google. WWW: https://github.com/fog/fog-google RG: https://rubygems.org/gems/fog-google
* - Update to 0.55sunpoet2015-05-113-15/+22
| | | | | | | Changes: http://joeyh.name/code/moreutils/news/version_0.55/ http://joeyh.name/code/moreutils/news/version_0.54/ PR: 200104 Submitted by: olgeni
* - Simplify MASTER_SITESamdmi32015-05-111-2/+6
| | | | | - Add LICENSE - Strip library
* - Add CPE infoamdmi32015-05-111-0/+2
| | | | Approved by: portmgr blanket
* Update to 3.4.0.rakuco2015-05-113-11/+41
| | | | Release notes: http://blog.qt.io/blog/2015/04/23/qt-creator-3-4-0-released/
* - Drop @dirrm* from plistamdmi32015-05-111-7/+0
|
* - fix build with LibreSSL [1]ohauer2015-05-1110-87/+94
| | | | | | | | | | | - install manpages into correct MANDIR - do not run ldconfig in stagedir! - adjust files/patch names so makepatch can be used in future - bump PORTREVISION PR: 198988 [1] Submitted by: Bernard Spil Approved by: joe _at_ thrallingpenguin.com (maintainer)
* textproc/sigil: update to 0.8.6 and improvejbeich2015-05-116-88/+109
| | | | | | | | | | | | | | - Convert to system minizip & utf8-cpp, which are newer - Prevent accidentally mixing bundled/system headers - Prefer ninja over make(1) to max out CPU during build - Turn off asserts in bundled tidyLib - Check actual compiler when disabling PCH and fix cmake warning - Drop some unused RUN_DEPENDS (qmake, moc, linguist*) - Sort LIB_DEPENDS according to port origin - Require devel/pcre with pcre16 support - Pet portlint (DATADIR, makepatch) Changes: https://github.com/user-none/Sigil/blob/0.8.6/ChangeLog.txt
* - Add LICENSEamdmi32015-05-111-1/+7
| | | | - Strip library
* Fix WWW in pkg-descr.olgeni2015-05-111-1/+1
| | | | | PR: 200103 Submitted by: pi
* - Strip libraryamdmi32015-05-112-7/+2
| | | | - Drop @dirrm* from plist
* - document postfix OPTIONS change (r385964, r385965)ohauer2015-05-101-0/+10
|
* - update to version 2.11.5ohauer2015-05-106-82/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename OPTIONS to match default name of most ports - SASL2 -> SASL - OPENLDAP -> LDAP - install main.cf and master.cf with the @sample macro - rework pkg-install - fix wrong permission for /var/db/postfix [1] - sets WANT_OPENLDAP_SASL option for openldap port when postfix LDAP_SASL option is set [2] - make usage of new ${opt}_DEPENDS notation Changelog: 20150324 Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps ignored the relayhost setting in the case of a DUNNO lookup result. It would use the recipient domain instead. Viktor Dukhovni. Wietse took the pieces of code that enforce the precedence of a sender-dependent relayhost, the global relayhost, and the recipient domain, and put that code together in once place so that it is easier to maintain. File: trivial-rewrite/resolve.c. 20150330 Bitrot: prepare for future changes in OpenSSL API. Viktor Dukhovni. File: tls_dane.c. 20150408 Portability: FreeBSD10 support. Files: makedefs, util/sys_defs.h. Incompatibility: specifying "make makefiles" with "CC=command" will no longer override the default WARN setting. PR: 198215 [1] 198857 [2]
* - update to version 3.0.1ohauer2015-05-104-70/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename OPTIONS to match default name of most ports - SASL2 -> SASL - OPENLDAP -> LDAP - install main.cf and master.cf with the @sample macro - rework pkg-install - fix wrong permission for /var/db/postfix [1] - sets WANT_OPENLDAP_SASL option for openldap port when postfix LDAP_SASL option is set [2] - make usage of new ${opt}_DEPENDS notation Release 3.0.1 or 3.0.2 is now a strong candidate to become the new default mail/postfix port (missing components are VDA and SPF). Changelog: 20150211 Cleanup: strncasecmp_utf8() streamlining. Files: util/stringops.h, util/allascii.c, util/strcasecmp_utf8.c. 20150214 Bugfix (introduced: Postfix 3.0): missing #ifdef USE_TLS inside #ifdef USE_SASL_AUTH. Viktor Dukhovni. File: smtpd/smtpd.c. 20150217 Cleanup: missing <string.h> include. File: util/allascii.c. 20150221 Bugfix (introduced: Postfix 3.0): don't append '.' to the DNS resource record value, when converting TXT records to the string form that is used used by xxx_dns_reply_filter. File: dns/dns_strrecord.c. 20150313 Documentation: incorrect Postfix version number for postscreen_dnsbl_timeout. Quanah Gibson-Mount. File: postscreen/postscreen.c. 20150324 Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps ignored the relayhost setting in the case of a DUNNO lookup result. It would use the recipient domain instead. Viktor Dukhovni. Wietse took the pieces of code that enforce the precedence of a sender-dependent relayhost, the global relayhost, and the recipient domain, and put that code together in once place so that it is easier to maintain. File: trivial-rewrite/resolve.c. 20150328 Bugfix (introduced: Postfix 1.1.0): post-install expanded macros in parameter values when trying to detect parameter overrides, causing unnecessary main.cf updates during Postfix start-up. Julian Reich, Viktor Dukhovni, and Wietse. File: conf/post-install. 20150330 Bitrot: prepare for future changes in OpenSSL API. Viktor Dukhovni. File: tls_dane.c. PR: 198215 [1] PR: 198857 [2]
* New port: sysutils/osquery:zi2015-05-1070-0/+3125
| | | | | | | | | | | | osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes. WWW: https://osquery.io/ Sponsored by: Beer from wxs@
* Upgrade net-mgmt/lldpd to 0.7.14rodrigo2015-05-103-5/+4
| | | | | PR: 199449 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
* Fix armv5 build.cy2015-05-102-1/+2
| | | | | PR: 200100 Submitted by: mikael.urankar@gmail.com
* - Add CPE infoamdmi32015-05-101-0/+2
| | | | Approved by: portmgr blanket
* misc/mdp: Update version 0.93.0=>1.0.0bofh2015-05-102-3/+3
| | | | | PR: 199786 Submitted by: neel@neelc.org
* - Un-break build; distfile is now fetchable again (new MASTER_SITES)riggs2015-05-106-12/+54
| | | | | | | | | | | | | | - New port maintainer: Chris Hutchinson <portmaster@bsdforge.com> - Add LICENSE - Use PLIST_FILES instead of pkg-plist - Bump PORTREVISION - Update pkg-descr - Pet portlint PR: 199468 Submitted by: portmaster@bsdforge.com (maintainer) Reviewed by: riggs MFH: 2015Q2
* devel/git-extras: update 2.2.0 -> 3.0.0robak2015-05-104-9/+38
| | | | | PR: 200090 Submitted by: Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
* sysutils/currtime: Update version 0.2.2=>0.2.3bofh2015-05-102-3/+3
| | | | | PR: 199777 Submitted by: neel@neelc.org
* databases/freetds: Update version 0.91.103=>0.91.112.0.0bofh2015-05-103-15/+16
| | | | | - Migrate to USES framework from USE_AUTOTOOLS - Move OPTIONS OPENSSL and GNUTLS under OPTIONS_SINGLE
* - Drop @dirrm* from plistamdmi32015-05-101-5/+0
| | | | Approved by: portmgr blanket
* new port: security/rubygem-omniauth-multipasswordmmoll2015-05-104-0/+27
| | | | | | | | | | | | Ruby gem that implements an OmniAuth strategy that allows to authenticate against different password strategies at once. WWW: https://github.com/jgraichen/omniauth-multipassword PR: 199755 Differential Revision: https://reviews.freebsd.org/D2504 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* - Cleanup CONFIGURE_ARGS: --localstatedir=/var was added by bsd.port.mk ↵sunpoet2015-05-101-1/+1
| | | | since r384380
* - Cleanup CONFIGURE_ARGS: --localstatedir=/var was added by bsd.port.mk ↵sunpoet2015-05-104-9/+8
| | | | | | since r384380 - Regenerate patch files with makepatch:
* - Cleanup CONFIGURE_ARGS: --localstatedir=/var was added by bsd.port.mk ↵sunpoet2015-05-105-24/+45
| | | | | | | since r384380 - Cleanup Makefile - Regenerate patch files with makepatch:
* - Fix --localstatedir: use /var instead of PREFIX/varsunpoet2015-05-102-2/+2
| | | | - Bump PORTREVISION for package change
* - Update to 1.5.0sunpoet2015-05-102-3/+3
| | | | Changes: https://github.com/progrium/ruby-jwt/commits/master
* - Update to 0.8.7sunpoet2015-05-102-3/+3
| | | | Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md
* - Add LICENSEsunpoet2015-05-101-1/+4
| | | | - Pass maintainership to perl@
* - Update to 2.9.1sunpoet2015-05-103-4/+19
| | | | Changes: https://github.com/npm/npm/releases
* - Reword GSSAPI_BASE_DESC for explicit Kerberos requirementsunpoet2015-05-101-1/+1
|
* New port: graphics/p5-feedgnuplotpi2015-05-104-0/+34
| | | | | | | | | This is a flexible, command-line-oriented frontend to Gnuplot. It creates plots from data coming in on STDIN or given in a filename passed on the commandline. Various data representations are supported, as is hardcopy output and streaming display of live data. WWW: http://search.cpan.org/dist/feedgnuplot/
* - Drop @dirrm* from plistamdmi32015-05-101-2/+0
|
* devel/lfcxml: simplifypi2015-05-101-4/+2
| | | | | | As suggested by tijl: - use INSTALL_TARGET=install-strip - remove USES=autoreconf
* - fix a second postfix entryohauer2015-05-101-5/+5
| | | | PR: 200089 (followup)
* databases/freetds-devel: Update version 0.92.1003=>0.96.3bofh2015-05-103-10/+21
| | | | - Migrate to new USES framework instead of USE_AUTOTOOLS
* Update to 0.19.5gblach2015-05-102-3/+3
|
* finance/sql-ledger: Update version 3.0.6=>3.0.8bofh2015-05-103-2989/+3085
| | | | | - Update MASTER_SITES as two of the mentioned mirrors do not resolve - Migrate Makefile ${CHMOD} to pkg-plist
* - Drop @dirrm* from plistamdmi32015-05-101-6/+0
|
* devel/lfcxml: remove USE_AUTOTOOLS, add USES=autoreconfpi2015-05-101-2/+1
|
* - Drop @dirrm* from plistamdmi32015-05-101-410/+54
| | | | | | - Add empty directories to plist Approved by: portmgr blanket
* Unbreakantoine2015-05-102-5/+2
|
* Correct version range.delphij2015-05-101-5/+5
| | | | PR: 200089
* Unbreak (devel/cld is now CLD1)demon2015-05-101-2/+0
|
* Fix deps after cld port renamedemon2015-05-101-1/+1
|
* Restore older version of CLD (aka CLD 1): pecl-cld still needs it.demon2015-05-106-0/+60
| | | | Requested by: Gasol Wu <gasol.wu@gmail.com> (pecl-cld port maintainer)
* - Add option to disable netpbm dependencyjohans2015-05-101-10/+11
| | | | | | | (no change for default package) - While here, sort options alphabetically Suggested by: adamw
* Rename cld --> cld2 (since it corresponds to version 2 of CLD).demon2015-05-105-1/+1
|
* - Add CPE infoamdmi32015-05-101-0/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-101-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-101-0/+3
| | | | Approved by: portmgr blanket
* - Drop @dirrm* from plistamdmi32015-05-101-1/+0
|
* - Add LICENSEamdmi32015-05-101-1/+4
| | | | - Strip library
* - Add CPE infoamdmi32015-05-101-1/+1
| | | | Approved by: portmgr blanket
* - Strip binariesamdmi32015-05-101-2/+4
|
* Update to 1.2.1db2015-05-1012-352/+50
| | | | | PR: ports/200043 Submitted by: takefu@airport.fm
* - Add CPE infoamdmi32015-05-101-1/+1
| | | | Approved by: portmgr blanket
* - Add missing svn propstota2015-05-100-0/+0
|
* - Add CPE infoamdmi32015-05-101-0/+2
| | | | Approved by: portmgr blanket
* games/chessx: update 1.2.2 -> 1.3.2robak2015-05-104-18/+13
| | | | | PR: 199988 Submitted by: Yamagi <yamagi@yamagi.org> (maintainer)
* devel/nspr: add support for mips/mips64jbeich2015-05-101-0/+113
| | | | | PR: 197577 Submitted by: sbruno
* new port: textproc/rubygem-rugmentsmmoll2015-05-104-0/+29
| | | | | | | | | | | Simple, easy to extend drop in replacement for pygments WWW: https://github.com/rumpelsepp/rugments PR: 199931 Differential Revision: https://reviews.freebsd.org/D2500 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* new port: devel/rubygem-newrelic_rpmmmoll2015-05-104-0/+30
| | | | | | | | | | | Performance management system which provides deep information about Ruby on Rails application performance while running in production. WWW: https://www.github.com/newrelic/rpm PR: 199920 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* new port: security/rubygem-omniauth-gitlabmmoll2015-05-104-0/+28
| | | | | | | | | | | | Ruby gem that implements the OmniAuth strategy of GitLab for usage in rubygem-onmiauth. WWW: https://github.com/linchus/omniauth-gitlab PR: 199779 Differential Revision: https://reviews.freebsd.org/D2502 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* Remove expired ports:rene2015-05-109-68/+2
| | | | | 2015-05-07 deskutils/libopensync-plugin-python: Unfetchable, devices are not produced anymore 2015-05-07 deskutils/msynctool: Unfetchable, devices are not produced anymore
* Upgrade to version 1.10.8.olgeni2015-05-105-28/+44
| | | | | | | | - Simplify RUN_DEPENDS. - Add support for DOCS and EXAMPLES. - Use pkg-plist for the docs (remove PORTDOCS). - Use PORTNAME in install code. - Update dependency on www/mochiweb-basho 2.9.0p1 (r385908).
* Upgrade to version 1.10.8.olgeni2015-05-103-16/+38
| | | | | | | - Simplify RUN_DEPENDS. - Add support for DOCS and EXAMPLES. - Use pkg-plist for the docs (remove PORTDOCS). - Use PORTNAME in install code.
* Update XS-httpd to 3.7 beta 34 (bugfix release)johans2015-05-102-3/+3
|
* Update to version 5.12.0pawel2015-05-103-4/+4
| | | | | | | | | Changelog: - Allow Content-Type application/sru+xml YAZ-840 - New yaz_xml_get_prop utility YAZ-839 - Fix zebrasrv [warn] ir_session (exception) YAZ-838 - Document itemorder-setname and list all ILL options
* Update to 3 May version of mawk 1.3.4 (bugfix release)johans2015-05-102-4/+4
|
* Reassign databases/ perl modules to perl@.adamw2015-05-1026-131/+126
| | | | | | | | | | | | | | | | | | Also: - Sort plists - Sort DEPENDS - Add TEST_DEPENDS where necessary - p5-Class-DBI-DDL: switch to USE_PERL5=configure - Remove unnecessary or unusual stuff from pkg-descr's - Regenerate patches using makepatch where necessary - Based on the description from p5-DBIx-Password (most of which I've excised), it isn't clear whether this module even works when it's built non-interactive - p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS as well - p5-T2: Fails 'make test' (as it did before). The module isn't even present on CPAN or Meta::CPAN, and should probably be considered for deletion
* new port: security/omniauth-bitbucketmmoll2015-05-104-0/+28
| | | | | | | | | | | Ruby gem to add an OmniAuth strategy for Atlassian Bitbucket. WWW: https://github.com/sishen/omniauth-bitbucket PR: 199780 Differential Revision: https://reviews.freebsd.org/D2467 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: swills (mentor), mat (mentor)
* Reassign converters/ perl modules to perl@.adamw2015-05-1020-31/+27
| | | | | | | | Also: - Sort plists - Fix p5-Convert-BER's bizarre pkg-descr - p5-Unicode-Map8 fails make test (and did so before) - p5-XML-WBXML fails make test (and did so before)
* - Enable all options by default to follow upstream and produce fully ↵amdmi32015-05-101-14/+19
| | | | | | | | | functional package - Add description for MNG option - Add X11 option - Simplify docs installation - Add LICENSE_FILE
* Update to 5.90091.adamw2015-05-092-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Catalyst-Runtime
* Update to 0.095.adamw2015-05-092-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Data-Munge
* new port: textproc/rubygem-wikiclothmmoll2015-05-094-0/+37
| | | | | | | | | | | Ruby parser for the MediaWiki markup language WWW: https://github.com/nricciar/wikicloth PR: 199925 Differential Revision: https://reviews.freebsd.org/D2495 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* new port: www/rubygem-unicorn-worker-killermmoll2015-05-094-0/+31
| | | | | | | | | | | Kill unicorn workers by memory and request counts WWW: https://rubygems.org/gems/unicorn-worker-killer PR: 199927 Differential Revision: https://reviews.freebsd.org/D2496 Submitted by: Michael Fausten <ports@michael-fausten.de> Approved by: mat (mentor)
* - Take maintainership: I'm going to update these and port another ↵amdmi32015-05-092-2/+2
| | | | stratagus-based project
* new port: www/rubygem-cal-heatmap-railsmmoll2015-05-094-0/+28
| | | | | | | | | | | | | Cal-Heatmap is a JavaScript module to create calendar heatmaps to visualize time series data. This gem packages it for the Rails asset pipeline. WWW: https://github.com/pavolzbell/cal-heatmap-rails PR: 199784 Differential Revision: https://reviews.freebsd.org/D2499 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* new port: security/rubygem-doorkeepermmoll2015-05-094-0/+35
| | | | | | | | | | | Doorkeeper is an OAuth 2 provider for Rails and Grape applications WWW: https://github.com/doorkeeper-gem/doorkeeper PR: 199817 Differential Revision: https://reviews.freebsd.org/D2494 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* Update to version 3.4.3.2015.05.09tijl2015-05-095-21/+22
|
* Cleanup GH_*mat2015-05-092-4/+4
| | | | | Approved by: zi Sponsored by: Absolight
* Upgrade to version 2.12.2.olgeni2015-05-093-13/+19
| | | | | | | - Simplify RUN_DEPENDS. - Add support for DOCS and EXAMPLES. - Use pkg-plist for the docs (remove PORTDOCS). - Use PORTNAME in install code.
* Use PORTNAME in install code.olgeni2015-05-091-7/+7
|
* Update 1.13.1 --> 1.13.2cy2015-05-092-4/+3
|
* Upgrade to version 2.10.3.olgeni2015-05-092-4/+3
| | | | | | PR: 199991 Submitted by: olgeni Approved by: maintainer
* - Add optional support for using newer libenet from portsamdmi32015-05-091-6/+19
| | | | | PR: 197605 Submitted by: lightside@gmx.com (maintainer)
* - Add CPE infoamdmi32015-05-091-1/+2
| | | | Approved by: portmgr blanket
* - Strip libraryamdmi32015-05-091-1/+2
|
* - Add CPE infoamdmi32015-05-091-1/+1
| | | | Approved by: portmgr blanket
* Update to 1.0.9jhale2015-05-093-11/+10
| | | | Rename TESTS option to the more standard TEST
* Upgrade to version 2.5.1.olgeni2015-05-092-3/+3
| | | | | | PR: 199992 Submitted by: olgeni Approved by: maintainer
* Cleanup.olgeni2015-05-094-19/+13
| | | | | | | - Simplify dependencies. - Use pkg-plist for the README (remove PORTDOCS). - Add support for DOCS. - Silence portlint warnings (make makepatch).
* - Add a new port: math/R-cran-minqatota2015-05-094-0/+25
| | | | | | | Derivative-free optimization by quadratic approximation based on an interface to Fortran implementations by M. J. D. Powell. WWW: http://cran.r-project.org/web/minqa/
* Update to 1.1.0jhale2015-05-092-3/+3
|
* - Remove icons package, no longer neededamdmi32015-05-092-5/+1
| | | | | PR: 200067 Submitted by: fidaj@ukr.net (maintainer)
* - Update to 3.4.1amdmi32015-05-095-12/+9
| | | | | | | | - Follow upstream versioning - Simplify ports PR: 199805 Submitted by: fidaj@ukr.net (maintainer)
* Do not let the build hostname creep into the sample configuration file.olgeni2015-05-092-0/+12
|
* dns/adns: pet PORTSCOUTpi2015-05-091-1/+1
|
* - Simplify MASTER_SITESamdmi32015-05-091-2/+8
| | | | | - Add LICENSE - Strip libraries
* - Drop @dirrm* from plistamdmi32015-05-091-2/+0
|
* - Strip libraryamdmi32015-05-091-1/+2
|
* - Fix LICENSEamdmi32015-05-091-3/+6
| | | | - Fix library installation
* - Add CPE infoamdmi32015-05-091-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-091-0/+2
| | | | Approved by: portmgr blanket
* - Drop @dirrm* from plistamdmi32015-05-091-5/+0
| | | | Approved by: portmgr blanket
* - Remove unused MASTER_SITE_SUBDIRamdmi32015-05-092-10/+3
| | | | | - Switch to @sample - Drop @dirrm* from plist
* - Drop @dirrm* from plistamdmi32015-05-091-1/+0
| | | | Approved by: portmgr blanket
* - Drop @dirrm* from plistamdmi32015-05-092-3/+3
| | | | | | - Pet portlint (fix statement order) Approved by: portmgr blanket
* * is not valid for version number, replace all instances with 0 and bumpdelphij2015-05-091-906/+1012
| | | | | | modification date. Submitted by: Chris Nehren <cnehren tenable com> (version number part)
* Update to Wine 1.7.42. This includes the following changes:gerald2015-05-094-6/+8
| | | | | | | | | | | - Support for dynamic timezone information. - Initial desktop shell window support. - Some more Direct2D support. - Various bug fixes. Do not set GNUTLS by default for wine-compholio any longer. [1] Discussed with: dbn, kmoore [1]
* - New port: devel/cpp-netlib:zi2015-05-095-0/+268
| | | | | | | | | | | | | | | | | | | | | | cpp-netlib is a collection of network related routines/implementations geared towards providing a robust cross-platform networking library. cpp-netlib offers the following implementations: * Common Message Type -- A generic message type which can be used to encapsulate and store message related information, used by all network implementations as the primary means of data exchange. * Network protocol message parsers -- A collection of parsers which generate message objects from strings. * Adapters and Wrappers -- A collection of Adapters and wrappers aimed towards making the message type STL friendly. * Network protocol client and server implementations -- A collection of network protocol implementations that include embeddable client and server types. WWW: https://github.com/cpp-netlib/cpp-netlib/
* - Strip libraryamdmi32015-05-091-1/+2
|
* - Add CPE infoamdmi32015-05-091-0/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-091-1/+1
| | | | Approved by: portmgr blanket
* - Add LICENSEamdmi32015-05-092-3/+5
| | | | | - Strip library - Drop @dirrm* from plist
* - Drop @dirrm* from plistamdmi32015-05-091-8/+0
| | | | Approved by: portmgr blanket
* - Fix stagedir referenced from installed files:amdmi32015-05-092-4/+114
| | | | | | | | | | | | | | | | Error: 'bin/bash-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage Error: 'bin/sh-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage - Don't use random and don't use /tmp for temporary files. It's unsafe, and netstat spews warnings from the jail: netstat: kvm not available: /dev/mem: No such file or directory - Depend on perl as pod2man is used during build - Fix path to pod2man PR: 199645 Submitted by: amdmi3 Approved by: maintainer timeout
* - Fix build on 10.x by using newer clangamdmi32015-05-091-1/+8
| | | | | | PR: 200037 Submitted by: amdmi3 Approved by: coder@tuxfamily.org (maintainer)
* - Create /var directories from plist, not rc.d scriptamdmi32015-05-093-5/+8
| | | | | | | | | - Strip binaries - Add LICENSE_FILE PR: 200050 Submitted by: amdmi3 Approved by: jaap@NLnetLabs.nl (maintainer)
* - Add LICENSE_FILEamdmi32015-05-091-1/+5
| | | | - Strip library
* - Add LICENSEamdmi32015-05-091-1/+5
| | | | - Strip libraries
* - Drop @dirrm* from plistamdmi32015-05-091-8/+0
| | | | Approved by: portmgr blanket
* - Drop @dirrm* from plistamdmi32015-05-091-7/+0
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-091-1/+1
| | | | Approved by: portmgr blanket
* - Don't install static libraries with INSTALL_LIB (part 2/2)amdmi32015-05-0917-27/+32
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Add missing files to plist and sort itamdmi32015-05-092-29/+35
| | | | Approved by: portmgr blanket
* - Add empty directory to plistamdmi32015-05-091-0/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-091-1/+3
| | | | | PR: 200058 Submitted by: cpm@fbsd.es (maintainer)
* - Add CPE infoamdmi32015-05-091-0/+1
| | | | Approved by: portmgr blanket
* Unbreak by providing temporary host for the iconsantoine2015-05-092-5/+4
|
* Unbreak INDEXantoine2015-05-091-1/+1
|
* japanese/xpdf: remove CPE info added by mistake in r385837robak2015-05-091-2/+0
| | | | PR: 199956
* Fix build on 10.x and later.jkim2015-05-091-1/+1
|
* Update to 0.8.4.jkim2015-05-099-162/+24
| | | | Approved by: oliver
* japanese/xpdf: add CPE inforobak2015-05-091-0/+2
| | | | | | PR: 199956 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* Update clang-devel and llvm-devel to r236894.brooks2015-05-0911-9/+98
| | | | | | Add a port of the Intel/LLVM OpenMP runtime library. Sponsored by: DARPA, AFRL
* Mark BROKEN againantoine2015-05-091-0/+2
|
* - Update to 0.43.jkim2015-05-092-6/+6
| | | | | | - Add LICENSE. Approved by: demon (maintainer)
* - Update to 0.9.6.3.jkim2015-05-095-58/+83
| | | | | | | - Replace the previous hack with a more generic fix for FreeBSD 8.x and 9.x. - Add LICENSE and NO_ARCH. Approved by: demon (maintainer)
* Use a newer C++ compiler to build. This is required by GLM 0.9.6 and later.jkim2015-05-091-1/+1
|
* Update to the 20150505 snapshot of GCC 5.gerald2015-05-092-3/+3
|
* multimedia/mpv: 0.8.3 -> 0.9.1pi2015-05-094-13/+56
| | | | | | | | | | | - Added CONFLICTS_BUILD variable to avoid ffmpeg build error - Cleanup Makefile (e.g. LIRC support was removed) ChangeLog https://github.com/mpv-player/mpv/releases/tag/v0.9.1 PR: 198758 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* - Use DISTVERSIONPREFIX instead of GH_TAGNAMEsunpoet2015-05-091-2/+2
| | | | | | - Remove GH_PROJECT Submitted by: mat
* - Update to 4.2.2sunpoet2015-05-092-3/+3
| | | | | | | | | Changes: https://tw.wordpress.org/2015/05/07/wordpress-4-2-2/ https://tw.wordpress.org/2015/04/29/wordpress-4-2-1/ https://tw.wordpress.org/2015/04/29/wordpress-4-2/ PR: 200030 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 4.2.1sunpoet2015-05-092-3/+3
| | | | | | | Changes: https://ja.wordpress.org/2015/04/28/wordpress-4-2-1/ PR: 200029 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Unbreak this portsunpoet2015-05-092-4/+3
| | | | Approved by: portmgr (blanket)
* - Update to 0.09sunpoet2015-05-093-19/+19
| | | | | | | | | - Add LICENSE - Remove DOCS option - Update pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/ExtUtils-CChecker/Changes
* - Add LICENSEsunpoet2015-05-093-11/+25
| | | | | | - Sort PLIST - Take maintainership - Update pkg-descr
* - Use DISTVERSIONPREFIX instead of GH_TAGNAMEsunpoet2015-05-092-5/+4
| | | | - Remove GH_PROJECT
* - Use DISTVERSIONPREFIX instead of GH_TAGNAMEsunpoet2015-05-091-3/+2
| | | | | | - Remove GH_PROJECT Submitted by: mat
* - Use DISTVERSIONPREFIX instead of GH_TAGNAMEsunpoet2015-05-092-5/+4
| | | | | | - Remove GH_PROJECT Submitted by: mat
* new port: devel/rubygem-get_process_memmmoll2015-05-094-0/+23
| | | | | | | | | | | Get memory usage of a process in Ruby WWW: https://github.com/schneems/get_process_mem PR: 199928 Differential Revision: https://reviews.freebsd.org/D2488 Submitted by: Michael Fausten <ports@michael-fausten.de> Approved by: mat (mentor)
* new port: textproc/rubygem-creolemmoll2015-05-094-0/+24
| | | | | | | | | | | | Creole-to-HTML converter implemented in Ruby for Creole, a lightweight markup language. WWW: http://github.com/minad/creole PR: 199816 Differential Revision: https://reviews.freebsd.org/D2486 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* VuXML: update sqlite3 entry with verbose descriptions. CVE-2015-341[4-6]jbeich2015-05-091-5/+31
| | | | PR: 199483
* Reassign to perl@.adamw2015-05-091-1/+1
|
* Reassign chinese/ perl modules to perl@.adamw2015-05-0911-12/+12
| | | | | | | Also: - sort plists - p5-Lingua-ZH-Keywords fails 'make test' but did so before - p5-Lingua-ZH-Summarize hangs during t/1-basic.t
* Reassign biology/ perl modules to perl@.adamw2015-05-098-21/+22
| | | | | | | | While here: Regenerate p5-AcePerl's patches using makepatch. Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the other way around. Bump PORTREVISION on those two ports.
* Update to the 20150503 snapshot of GCC 6.gerald2015-05-092-3/+3
|
* Update to 20150505.trociny2015-05-092-3/+3
|
* Reassign to perl@.adamw2015-05-091-1/+1
|
* Reassign audio/ perl modules to perl@.adamw2015-05-098-11/+19
| | | | | | | | While here: p5-Audio-MPD-Common: update to 2.002 p5-MP3-Find: Add a DB option to use the optional database backend p5-MP3-ID3v1Tag: Sort plist
* - Update to 1.5.4jhale2015-05-093-5/+5
|
* - Update to 1.2jhale2015-05-093-4/+4
|
* Reassign to perl@.adamw2015-05-091-1/+1
|
* Stop trying to be a parselmouth.adamw2015-05-091-1/+1
|
* Support fetching the GeoLite City and GeoLite ASN databases.adamw2015-05-092-4/+20
| | | | Requested by: Scott Loga
* Remove archivers/lz4, which has been marked DEPRECATED for 1 month.adamw2015-05-096-45/+1
| | | | | | | | archivers/liblz4 is essentially a newer version and installs the liblz4 library, headers, etc. PR: 198939 Submitted by: yuri@rawbw.com
* Update from 0.1.21 to 0.1.22.mi2015-05-093-5/+4
|
* - grap mail/postfix portsohauer2015-05-092-2/+2
| | | | (I have some rewrites for them)
* Convert back to NOT have GH_COMMIT.mat2015-05-092-5/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Unbreak portshaker-config slave portantoine2015-05-091-0/+1
|
* Update otter-browser to beta 5alonso2015-05-094-25/+76
| | | | | | | | | Additional to the changes made by otter's upstream development, this commit also addresses otter being incompletely installed by the current port/package. Approved by: rakuco (mentor) Differential: https://reviews.freebsd.org/D2361
* Resurrect the part of patch-i114430 that was not accepted upstream.truckman2015-05-092-1/+32
| | | | | | Submitted by: pfg Approved by: mat (mentor, implicit) MFH: 2015Q2
* Add a patch to fix the HWP filter vulnerability documented intruckman2015-05-082-1/+48
| | | | | | | | | | CVE-2015-1774 and <http://www.openoffice.org/security/cves/CVE-2015-1774.html> Approved by: mat (mentor) MFH: 2015Q2 Security: b13af778-f4fc-11e4-a95d-ac9e174be3af Differential Revision: https://reviews.freebsd.org/D2478
* new port: textproc/rubygem-twitter-textmmoll2015-05-084-0/+30
| | | | | | | | | | | Ruby gem for handling of Twitter texts WWW: https://github.com/twitter/twitter-text PR: 199924 Differential Revision: https://reviews.freebsd.org/D2484 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* - Update to 1.5.36danilo2015-05-082-3/+3
| | | | | | - The release covers a recently discovered XSS vulnerability MFH: 2015Q2
* Upgrade to version 1.99.olgeni2015-05-0810-405/+279
|
* - Don't install static libraries with INSTALL_LIBamdmi32015-05-081-3/+3
| | | | | | | - Whitespace fix Approved by: portmgr blanket MFH: 2015Q2
* - Don't install static libraries with INSTALL_LIB (part 1/2)amdmi32015-05-0819-31/+46
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Add LICENSEamdmi32015-05-081-2/+6
| | | | | - Add CPE info - Pet portlint
* - Add LICENSEamdmi32015-05-081-0/+3
|
* - Add LICENSEamdmi32015-05-081-0/+3
|
* new port: www/rubygem-browsermmoll2015-05-084-0/+23
| | | | | | | | | | | Web browser detection for Ruby, includes ActionController integration. WWW: https://github.com/fnando/browser PR: 199783 Differential Revision: https://reviews.freebsd.org/D2482 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* new port: math/rubygem-expression_parsermmoll2015-05-084-0/+22
| | | | | | | | | | | A mathematical expression parser for Ruby WWW: http://lukaszwrobel.pl/blog/math-parser-part-1-introduction PR: 199923 Differential Revision: https://reviews.freebsd.org/D2483 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* - Don't install static libraries with INSTALL_LIBamdmi32015-05-081-2/+3
| | | | | | | - Switch to USES=tar Approved by: portmgr blanket MFH: 2015Q2
* - Reassign to the heap after sahil@'s bit was taken in for safekeepingculot2015-05-0812-12/+12
|
* games/katawa-shoujo: update to 1.3jbeich2015-05-083-7/+7
| | | | | | | - Drop MANUAL_PACKAGE_BUILD for package size < 1G - List available languages in pkg-descr Changes: http://katawashoujo.blogspot.fi/2015/04/katawa-shoujo-japanese-translation.html
* Improve configuration and setup of vnstat through the rc scriptfeld2015-05-083-1/+34
| | | | PR: 199133
* A data backend for Hiera that can return the content of whole files.matthew2015-05-084-0/+24
| | | | WWW: https://github.com/adrienthebo/hiera-file
* - Update to 1.6.4.stephen2015-05-083-6/+5
|
* new port: www/rubygem-asanammoll2015-05-084-0/+28
| | | | | | | | | | | Ruby wrapper for the Asana REST API WWW: http://github.com/rbright/asana PR: 199782 Differential Revision: https://reviews.freebsd.org/D2481 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* - Add empty directory to plistamdmi32015-05-081-0/+1
| | | | Approved by: portmgr blanket
* - Drop @dirrm* from plistamdmi32015-05-081-4/+0
| | | | Approved by: portmgr blanket
* Drop @dirrm* from plist.ume2015-05-085-28/+0
|
* multimedia/libva-intel-driver: support DragonFly with USES=aliasmarino2015-05-081-1/+1
|
* - Update to 5.27.1wen2015-05-082-3/+3
| | | | | PR: 200027 Submitted by: udvzsolt@gmail.com(maintainer)
* - Add missing file to plistamdmi32015-05-081-0/+1
| | | | Approved by: portmgr blanket
* - Fix broken static library (INSTALL_LIB strips the symbols)zi2015-05-081-1/+2
| | | | - Bump PORTREVISION
* - Strip libraryamdmi32015-05-081-1/+4
|
* - Add empty directory to plistamdmi32015-05-081-0/+1
| | | | Approved by: portmgr blanket
* - Update to 8279amdmi32015-05-082-3/+3
|
* - Add CPE infoamdmi32015-05-081-3/+4
| | | | | | | - Add LICENSE_FILE - Whitespace fixes Approved by: portmgr blanket
* - Drop @dirrm* from plistamdmi32015-05-081-1/+0
| | | | Approved by: portmgr blanket
* dns/adns: Add another weird version number to PORTSCOUT, fix patchespi2015-05-088-75/+20
|
* Is_INTERACTIVE should not be used.mat2015-05-081-1/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix WWWamdmi32015-05-081-1/+1
|
* - Drop @dirrm* from plistamdmi32015-05-081-776/+0
| | | | Approved by: portmgr blanket
* Add another weird version number to PORTSCOUT.olgeni2015-05-081-1/+1
|
* - Add empty directory to plistamdmi32015-05-081-0/+1
| | | | Approved by: portmgr blanket
* - Drop @dirrm* from plistamdmi32015-05-081-2/+0
| | | | Approved by: portmgr blanket
* - Add missing file (%%DATADIR%%/cfg-data/Server-mode/smplayer2.cfg) to plistamdmi32015-05-082-492/+495
| | | | | | | | - Sort plist - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q2
* - Mark IS_INTERACTIVE, as it needs interactive license comfirmationamdmi32015-05-081-0/+1
| | | | Approved by: portmgr blanket
* textproc/rubygem-asciidoctor: update to 1.5.2mmoll2015-05-082-4/+6
| | | | | Differential Revision: https://reviews.freebsd.org/D2477 Approved by: swills (mentor)
* security/ruby-camellia: unbreak build for ruby 2.1+mmoll2015-05-084-8/+47
| | | | | | | PR: 199267 Differential Revision: https://reviews.freebsd.org/D2476 Submitted by: Yoshisato Yanagisawa <osho@pcc-software.org> (maintainer) Approved by: swills (mentor)
* - Fix build from non-root: don't allow post-build/test to touch real $HOMEamdmi32015-05-081-1/+1
| | | | Approved by: portmgr blanket
* - Fix shebangsamdmi32015-05-081-1/+4
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Fix shebangsamdmi32015-05-081-3/+4
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Fix shebangsamdmi32015-05-081-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Fix shebangsamdmi32015-05-081-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Add missing bash dependencyamdmi32015-05-081-2/+6
| | | | | | | | - Fix shebangs - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q2
* - Fix shebangsamdmi32015-05-081-1/+4
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Add missing perl dependency which results in broken shebang in plugin fileamdmi32015-05-081-1/+5
| | | | | | | - Add LICENSE Approved by: portmgr blanket MFH: 2015Q2
* - Fix build with clangamdmi32015-05-081-2/+7
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Drop @dirrm* from plistamdmi32015-05-081-3/+0
| | | | Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32015-05-081-2/+5
| | | | | | | - Add CPE info - Fix whitespace Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-081-1/+3
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-081-1/+2
| | | | Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32015-05-081-0/+3
| | | | | | - Add CPE info Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-081-1/+1
| | | | Approved by: portmgr blanket
* - Update iojs to 2.0.0wen2015-05-081-0/+7
|
* - Update to 2.0.0wen2015-05-083-3/+16
| | | | | | PR: 199985 Submitted by: linpct@gmail.com(maintainer) Thanks to: saper@saper.info
* databases/sqlrelay: 0.58.1 -> 0.59pi2015-05-088-72/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.59 - updated docs, removed some Cygwin-specific info added support for login warnings made bind variable buffers dynamic on the client side added maxbindvars parameter on the server side binding a NULL to an integer works with db2 now moved getting started with DB docs into the cloud added a semaphore to ensure that the listener doesn't hand off the client to the connection until the connection is ready, elimiating a race condition on the handoff socket that could occur if the connection timed out waiting for the listener just after the listener had decided to use that connection oracle temp tables that need to be truncated at the end of the session are truncated with "truncate table xxx" now rather than "delete from xxx" oracle temp tables that need to be dropped at the end of the session are truncated first, rather than the connection re-logging in an ora-14452 error (basically indicating that a temp table can only be dropped after being truncated, or if the current session ends) does not automatically trigger a re-login any more updated cachemanager to use directory::read() directly instead of directory::getChildName(index) added cache and opencache commands to sqlrsh made cache ttl a 64-bit number added enabled="yes"/"no" parameter to logger modules updated odbc connection code to use new/delete and rudiments methods rather than malloc/free and native calls retired Ruby DBI driver fixed command line client crash when using -id "instance" with an instance that uses authtier="database" fixed bugs that could make reexecuted db2 selects fail and cause a database re-login loop tweaked spec file to remove empty directories on uninstall fixed typo that could sometimes cause a listener crash postgresql and mdbtools return error code of 1 rather than 0 for all errors now tweaked odbc driver to work with Oracle Heterogenous Agent (dblinks) fixed bugs related to autocommit with db's that support transaction blocks implemented the ODBC driver-manager dialog for windows updated windows installer to install ODBC registry settings ODBC driver copies references now fixed various bugs in sqlrconfigfile that caused sqlr-start with no -id to crash or behave strangely sometimes refactored build process to use nmake and be compatible with many different versions of MS Visual Studio updated the slow query logger to show the date/time that the query was executed consolidated c, c++ and server source/includes down a few levels implemented column-remapping for get db/table/column commands to enable different formats for mysql, odbc, etc. odbc connection correctly returns database/table lists now added support for maxselectlistsize/maxitembuffersize to MySQL connection updated mysql connection to fetch blob columns in chunks and not be bound by maxitembuffersize fixed a misspelling in sqlrelay.dtd swapped order of init directory detection, looking for /etc/init.d ahead of /etc/rc.d/init.d to resolve conflict with dkms on SuSE Enterprise C# api and tests compile and work under Mono on unix/linux now sqlr-start spawns a new window on Windows now added global temp table tracking for firebird added droptemptables parameter for firebird added globaltemptables parameter for oracle and firebird updated mysql connection to allow mysql_init to allocate a mysql struct on platforms that support mysql_init, rather than using a static struct fixed subtle noon/midnight-related bugs in date/time translation updated mysql connection to get affected rows when not using the statement api updated mysql connection not to use the statement API on windows, for now disabled mysql_change_user, for now fixed blob-input binds on firebird
* devel/rudiments: 0.49 -> 0.50pi2015-05-0810-17/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.50 - added dictionary::detach and dictionary::getValue(key) added xmldom::getNullNode() improved xml printing for text nodes signalmanager::waitForSignal(NULL) works as expected now updated charstring::httpEscape not to escape legal symbols added flush() method to stdio classes added detection and support for vsnprintf_s fixed serviceentry, protocolentry and rpcentry on windows updated *entry classes for NULL and uninitialization safety implemented filesystem::initialize(fd) for Windows updated filesystem::initialize() with NULL and -1 to behave in predictable ways now, updated documentation for them too abstracted _get_osfhandle calls and added an invalid parameter callback updated filedescriptor to use bit fields for all of its flags implemented file::changeOwner() for windows removed xattrs stuff removed SSL-related ifdef's from headers and implemented degenerate SSL routines for when SSL isn't supported timezone conversion works on windows now refactored bytebuffer and stringbuffer to be extent-based fixed a subtle stringbuffer with initialcontents bug refactored stringbuffer to use bytebuffer::write/appendFormatted directly instead of charstring::parseNumber implemented dynamicarray and staticarray classes refactored build process to use nmake and be compatible with many different versions of MS Visual Studio updated vsnprintf_s calls for platforms where it's not defined added configure test for bool and true/false and definitions for platforms that don't define them updated timed semaphore waits - if seconds or nanoseconds are negative then the timed wait acts like an un-timed wait added support for getsockopt with size_t optlen parameter fixed strncasecmp on windows when str2 is longer than str1 xmlsax uses memorymap on Windows now fixed file::lockFile() and file::unlockFile() on Windows fixed charstring::printf on Solaris 2.5.1 fixed datetime::getSystemDateAndTime() for Windows without 64-bit integers fixed potential double-CloseHandle in thread class
* - Add CPE infoamdmi32015-05-081-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-081-1/+2
| | | | Approved by: portmgr blanket
* comms/seyon: update to 2.20cjbeich2015-05-084-19/+26
| | | | | - Switch to Debian distfile - Unbreak make -jN build