aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous GH_ACCOUNTkrion2017-04-091-1/+0
| | | | Approved by: mat (mentor)
* Update net/zerotier to 1.2.2krion2017-04-093-37/+8
| | | | | | | PR: 217838 Submitted by: dch@skunkwerks.at Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10079
* Update www/py-cachecontrol to 0.12.1krion2017-04-092-4/+4
| | | | | | | PR: 217937 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10078
* Update security/py-pynacl to 1.1.1krion2017-04-092-4/+4
| | | | | | | PR: 217938 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10077
* Update math/py-yt to 3.3.5krion2017-04-092-4/+4
| | | | | | | PR: 217942 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10076
* Update net-im/qTox to 1.9.0krion2017-04-092-4/+4
| | | | | | | PR: 217941 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10075
* Add py-elasticsearch2-dsl-py, a high level Python client for Elasticsearchdvl2017-04-094-0/+46
| | | | Based on svn cp of textproc/py-elasticsearch-dsl-py but for ElasticSearch2
* Upgrade to 0.0.11dvl2017-04-092-3/+4
|
* Add an upstream patch to fix a crash in the tika FTS plugin.adamw2017-04-092-1/+31
| | | | | Submitted by: ler Obtained from: https://github.com/dovecot/core/commit/3751b61dfbc6c141731a740d982fc59918db2482.patch
* update to 3.0.4 and fix 32 bit build on PHP 7.0vanilla2017-04-093-4/+39
| | | | | | PR: 217443 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: maintainer
* emulators/open-vm-tools: Update to 10.1.0swills2017-04-0936-2143/+91
| | | | PR: 212471
* Assign new maintainertobik2017-04-091-1/+1
| | | | | | | PR: 217991 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10092
* devel/awscli: update 1.11.61 -> 1.11.63robak2017-04-092-5/+5
| | | | | PR: 217819 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
* devel/py-botocore: update 1.5.24 -> 1.5.26robak2017-04-092-4/+4
| | | | | PR: 217818 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
* print/cups-filters: update 1.11.4 -> 1.13.4robak2017-04-095-7/+36
| | | | | | | | | | | | * Add LICENSE * Add dependency to mupdf * Update distinfo * Update pkg-plist * Add patches to filter/gstoraster.c and filter/mupdftoraster.c due to execvpe() not existing under FreeBSD PR: 217848 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Update to version 4.6-12skreuzer2017-04-092-5/+5
| | | | | | Add 'compile' to USES Reported by: Jason Bacon <bacon4000@gmail.com>
* net/py-matrix-synapse: Update to 0.19.3feld2017-04-092-8/+8
| | | | | | - Make both SQLITE and PGSQL options Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.19.3
* Forgotten to remove BUILD_DEPENDS on my latest commit.araujo2017-04-091-2/+0
| | | | | Pintyhat to: myself Approved by: wg@ (maintainer implicit)
* security/zeronet: update 0.5.2 -> 0.5.3robak2017-04-093-4/+18
| | | | | PR: 217828 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
* Create a python3 version of devel/py-libzfs.araujo2017-04-093-1/+14
| | | | Approved by: wg@ (maintainer)
* This port currently installs as minio-client, which is a bit long.araujo2017-04-091-4/+17
| | | | | | | | | Also, most examples of usage show mc. I intentionally used minio-client to avoid a naming collision with mc (midnight commander). I would like to give users the option to install as mc if desired. PR: ports/217858 Submitted by: John Hixson <jhixson@gmail.com> (maintainer)
* sysutils/ttyd: update 1.3.0 -> 1.3.1robak2017-04-092-4/+4
| | | | | PR: 217837 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* x11/xkb-switch: update 1.4.0.20170217 -> 1.5.0robak2017-04-092-5/+4
| | | | | PR: 217851 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Create a python3 version of lang/cython.araujo2017-04-093-1/+7
|
* Update to 0.2.2romain2017-04-094-4/+32
| | | | | | | While here, add two patches: 1. Fix application startup which was broken by a dependency update (fixed in master); 2. Fix boolean facts graph (#356).
* sysutils/node_exporter: update 0.13.0 -> 0.14.0robak2017-04-092-4/+4
| | | | | PR: 217989 Submitted by: Jev Bjorsell <ports@ecadlabs.com> (maintainer)
* devel/py-canonicaljson: fix missing dependenciesrobak2017-04-091-0/+3
| | | | | | | PR: 217986 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: blanket MFH: 2017Q1
* New port: www/rubygem-kubeclienttz2017-04-095-0/+45
| | | | | | | | | A Ruby client for Kubernetes REST API. The client supports GET, POST, PUT, DELETE on all the entities available in kubernetes in both the core and group apis. The client currently supports Kubernetes REST API version v1. WWW: https://github.com/abonas/kubeclient
* New port: recursive-open-structtz2017-04-094-0/+26
| | | | | | | OpenStruct subclass that returns nested hash attributes as RecursiveOpenStructs. WWW: https://github.com/aetherknight/recursive-open-struct
* Update misc/boxes to version 1.2.olgeni2017-04-092-3/+4
|
* - Fix LICENSEamdmi32017-04-092-2/+3
| | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket
* - Pass maintainership to submitteramdmi32017-04-091-1/+1
| | | | | PR: 217674 Submitted by: mshirk@daemon-security.com
* news/sabnzbdplus: Update to 1.2.3tdb2017-04-092-5/+5
| | | | | PR: 217936 Submitted by: joshruehlig@gmail.com (maintainer)
* Fix build on FreeBSD 12, where structs inpcb and tcpcb are no longer exportedglebius2017-04-091-0/+17
| | | | | | | | to userland, unless explicitly asked for. Don't bump PORTREVISION, since this particular port needs to be recompiled basicly anytime base is upgraded. It has too much knowledge about kernel structures.
* net-mgmt/pmacct: fix build for GEOIP option by adding USES=pkgconfigpi2017-04-091-0/+1
| | | | Submitted by: mat
* - Fix plist when PGPLOT and CFITSIO options are enableddanilo2017-04-092-7/+3
| | | | Reported by: db
* Update to 3.0-2100-g2613baeb.bdrewery2017-04-093-5/+6
| | | | | | | | | | | | | | | | | | | | - Add a 'logclean' command that cleans build logs older than N days, or builds over a certain count, by filter. - Store temp and lock files in $(mktemp -dt poudriere), and remove on exit. - Change SHASH_VAR_PATH out of umounting MASTERMNT on exit - USE_TMPFS=yes: extend to data as well as wrkdirs - JSON jail: Ignore broken builds rather than corrupting the data - HTML JSON: Fix not writing on exit, and writing to /.data.json[.mini] - blacklist: Fix loading of JAIL-SETNAME-blacklist - Don't bother statting or creating pkg cache dirs when deleting them at startup. - pkgclean: Clean cache files as well - poudriere.8: Fix reference to native-xtools and document use of /usr/src - jail -d: Fix not cleaning up jail's temporary mountpoint directory - jail -uc: Don't leak host /etc/src-env.conf into jail builds - timestamp: Fix not exiting when stdin closes. - timestamp: Fix not properly handling newlines. - Fix umounting when using MDMFS - Make jail -k try harder to cleanup any messes left behind.
* Update hostapd on two older entries.junovitch2017-04-091-3/+12
| | | | | | | | | | | | Fixes were not backported prior. Recent update is v2.6 as noted in advisory. Security: CVE-2015-5310 Security: CVE-2015-5315 Security: CVE-2015-5316 Security: CVE-2016-4476 Security: CVE-2016-4477 Security: https://vuxml.FreeBSD.org/freebsd/967b852b-1e28-11e6-8dd3-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/976567f6-05c5-11e6-94fa-002590263bf5.html
* mail/thunderbird-i18n: update to 52.0jbeich2017-04-093-124/+122
|
* Update included git to 2.12.1 and bump PORTREVISION.adamw2017-04-093-5/+155
|
* Update to 1.11.0.203.adamw2017-04-095-224/+311
| | | | | PR: 217959 Approved by: maintainer (loic blot unix-experience fr)
* Fix MASTER_SITES (should've been part of r436656).danfe2017-04-091-1/+1
|
* mail/thunderbird: switch to build4 (no functional changes)jbeich2017-04-092-4/+4
| | | | Changes: https://hg.mozilla.org/releases/comm-esr52/shortlog
* mail/thunderbird-i18n: temporarily block build after r436667jbeich2017-04-091-0/+2
| | | | | | | =======================<phase: stage >============================ ===> thunderbird-i18n-45.8.0 cannot install: thunderbird versions mismatch: thunderbird-52 is installed and wanted version is thunderbird-. *** Error code 1
* mail/thunderbird: update to 52.0jbeich2017-04-0931-1801/+723
| | | | Changes: https://www.mozilla.org/thunderbird/52.0/releasenotes/
* Fix build.mat2017-04-091-1/+1
| | | | Sponsored by: Absolight
* Fixup some more Perl build problems.mat2017-04-091-0/+2
| | | | Sponsored by: Absolight
* Horde package update:mm2017-04-0928-53/+56
| | | | | | | | | | | | | | | | | devel/pear-Horde_Cli 2.0.7 -> 2.1.0 devel/pear-Horde_Core 2.27.8 -> 2.28.1 www/pear-Horde_Form 2.0.15 -> 2.0.16 dns/pear-Horde_Idna 1.0.4 -> 1.1.0 graphics/pear-Horde_Image 2.3.6 -> 2.4.0 textproc/pear-Horde_Text_Diff 2.1.2 -> 2.2.0 www/horde-ansel 3.0.5 -> 3.0.6 www/horde-base 5.2.13 -> 5.2.14 mail/horde-imp 6.2.17 -> 6.2.18 mail/horde-ingo 3.2.13 -> 3.2.14 deskutils/horde-kronolith 4.2.19 -> 4.2.20 deskutils/horde-mnemo 4.2.12 -> 4.2.13 deskutils/horde-nag 4.2.13 -> 4.2.14 mail/horde-turba 4.2.18 -> 4.2.19
* Fix build with LibreSSL 2.5.1.mandree2017-04-091-0/+44
| | | | | | PR: 217140 Submitted by: brnrd@ Obtained from: Olivier Wahrenberger, via upstream maintainers review
* Update to -test4 release, forward port IPSET [1]mandree2017-04-092-10/+10
| | | | | | | | | | | | | | Changes since -test3 release (edited diff from CHANGELOG): * Improve logging of upstream servers when there are a lot of "local addresses only" entries. * Implement RFC 6842. * Make --bogus-priv apply to IPv6, for the prefixes specified in RFC6303. Forward port IPSET option from ../dnsmasq port, to permit build on PF-less systems. PR: 217900 [1] Submitted by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
* Correct placement of option helpers.mandree2017-04-091-2/+2
| | | | | Related to: PR: 217900
* Allow build on PF-less (NO_IPSET) systems.mandree2017-04-091-5/+5
| | | | | | | | | | This adds a new ports option, IPSET, defaulting to on. Use the opportunity to use the options helpers OPT_CFLAGS[_OFF] on the trivial options. PR: 217900 Submitted by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
* - Add USES=samba to handle dependency on sambaantoine2017-04-0994-3241/+229
| | | | | | | | | | | Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919
* Upgrade to 1.5.29.thierry2017-04-093-4/+5
| | | | | Changelog at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.29
* Update wine-devel to Wine 2.4. This includes the following changes:gerald2017-04-095-12/+12
| | | | | | | | | | | - Built-in implementation of cryptographic hashes. - More Direct3D command stream work. - Simulated bold and italic in DirectWrite. - Improvements to the XML reader. - Various bug fixes. Also the Mono engine (wine-mono-devel) is updated with upstream fixes to version 4.7.0.
* - Update `net-mgmt/softflowd' to version 0.9.9danfe2017-04-093-12/+15
| | | | | | | | | | - Sort the knobs, defined LICENSE (BSD2CLAUSE), fix COMMENT and pkg-descr, use options helper target - TIMESTAMP (softflowd-0.9.9.tar.gz) = 1329097555 PR: 217954 Submitted by: Paul Godard Approved by: maintainer
* New port: graphics/guetzlitobik2017-04-095-0/+58
| | | | | | | | | | | | | | | Guetzli is a JPEG encoder that aims for excellent compression density at high visual quality. Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg. Guetzli generates only sequential (nonprogressive) JPEGs due to faster decompression speeds they offer. WWW: https://github.com/google/guetzli PR: 217872 Approved by: lme (mentor) Submitted by: Yuri Victorovich <yuri@rawbw.com> Differential Revision: https://reviews.freebsd.org/D10074
* New port: sysutils/lsoptobik2017-04-094-0/+39
| | | | | | | | | | | | | | | lsop is a FreeBSD utility to list all processes running with outdated binaries or shared libraries (that is, binaries or shared libraries that have been upgraded or simply deleted). lsop does not currently work when started in a FreeBSD jail! WWW: https://github.com/606u/lsop PR: 213340 Submitted by: 606u@dir.bg Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10083
* Update `www/mini_httpd' to version 1.27. Changes since 1.26:danfe2017-04-092-14/+23
| | | | | | | | | | | | | Fixed bug that prevented binary CGI results from working. This bug was introduced in 1.23. Noticed and diagnosed by Qipeng Zhang. While here, wrap the lines that exceed 80-character limit. TIMESTAMP (mini_httpd-1.27.tar.gz) = 1488912725 PR: 217932 Submitted by: maintainer
* Update emulators/wine-mono to version 4.6.4 and switch to new MASTER_SITES.gerald2017-04-093-6/+7
| | | | | Switch emulators/wine to this (from emulators/wine-mono-devel) and bump PORTREVISION accordingly.
* - fix conflict with mesa-demosdinoex2017-04-092-2/+4
|
* Add THREADS optionsunpoet2017-04-091-2/+5
| | | | | PR: 217976 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com>
* Update to 3.9.1sunpoet2017-04-092-4/+4
| | | | Changes: https://github.com/fonttools/fonttools/releases
* Update to 3.1.9sunpoet2017-04-092-4/+4
| | | | Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md
* Update to 2.0.7sunpoet2017-04-092-5/+5
| | | | | | - Add LICENSE_FILE Changes: https://github.com/rtomayko/tilt/blob/master/CHANGELOG.md
* Update to 0.8.22sunpoet2017-04-092-4/+4
| | | | Changes: https://github.com/Dynflow/dynflow/commits/master
* Update to 2.8.8sunpoet2017-04-092-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 2.8.8sunpoet2017-04-092-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 2.8.8sunpoet2017-04-092-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
* Update to 5.20170320sunpoet2017-04-092-4/+4
| | | | Changes: http://search.cpan.org/dist/Module-CoreList/Changes
* Update to 6.04sunpoet2017-04-092-4/+4
| | | | Changes: http://search.cpan.org/dist/Minion/Changes
* Update to 1.821sunpoet2017-04-092-4/+4
| | | | Changes: http://search.cpan.org/dist/MCE/Changes
* Update to 3.0.5sunpoet2017-04-093-17/+5
| | | | Changes: https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md
* Update to 0.000070sunpoet2017-04-092-4/+4
| | | | Changes: http://search.cpan.org/dist/Test2-Suite/Changes
* Update to 1.0.2sunpoet2017-04-092-6/+5
| | | | Changes: https://git.gnome.org/browse/gupnp/tree/NEWS?h=gupnp-1.0
* Add BUILD_DEPENDSsunpoet2017-04-091-1/+2
|
* - Update `games/manaplus' to version 1.7.3.18danfe2017-04-093-16/+5
| | | | | | | | - Upstream had removed PhysicsFS dependency and applied our local patch - TIMESTAMP (manaplus-1.7.3.18.tar.xz) = 1489855191 PR: 217925 Submitted by: maintainer
* Update to the 20170319 development snapshot of GCC 7.gerald2017-04-093-4/+5
| | | | | This brings a new little utility program gcov-dump7 to dump code coverage data (unfortunately without a man page or documentation).
* - update to 1.3.1jgh2017-04-093-6/+7
| | | | | | | - while here regenerated patch file (portlint warning) PR: 217964 Reported by: Marcelo Moreira Martins <m3systemmm@gmail.com>
* Update to 0.9.1.rakuco2017-04-092-6/+7
| | | | While here, set LICENSE.
* net-mgmt/pmacct: provide plabel configure flags if option is selectedpi2017-04-091-5/+13
|
* net-mgmt/pmacct: update 0.14.3 -> 1.6.1pi2017-04-097-124/+227
| | | | | | | | | | | | | | - take maintainership - MongoDB support is still broken. Version 1.6.1 as well as 0.14.3 requires legacy 0.8.1 mongo-c-driver which is no longer available in ports tree. - nflog support requires missing libraries, so it is disabled. - Other features like RabbitMQ or Kafka should work. PR: 217448 Changes: http://www.pmacct.net/ChangeLog-1.6.1 Submitted by: Alexander Shikov <a.shikov@itcons.net.ua> Approved by: zi (maintainer)
* - Update to 20170314amdmi32017-04-092-5/+5
|
* Remove expired port:rene2017-04-0911-283/+1
| | | | 2016-12-31 www/node012: Upstream has placed 0.12.x in maintenance mode, see https://github.com/nodejs/LTS
* Update to 4.0.0 RELEASE.brooks2017-04-092-16/+16
|
* Update net/hostapd to 2.6 and fix multiple vulnerabilitieskrion2017-04-094-83/+4
| | | | | | | PR: 217907 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10051
* - update to version 5.51jgh2017-04-093-10/+15
| | | | | | | | | | | - address issue with fortune [1] - address master_sites for distribution as main site is no longer operational - attach xorg library dependencies - attach license - adjust make_args for destdir support PR: 217182 [1] Reported by:>>>>Richard Narron <comet.berkeley@gmail.com>
* Update databases/kbibtex to 0.6.2tcberner2017-04-093-16/+94
| | | | | | Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10061
* update emulators/winetricks to 20170316lifanov2017-04-092-7/+6
| | | | This version uses more native tools on FreeBSD.
* add sysutils/docker-machinelifanov2017-04-094-0/+40
| | | | | | | | Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them. Note: this can be used with sysutils/docker
* add sysutils/dockerlifanov2017-04-096-1/+40
| | | | | | | | | | | Docker is the world's leading software container platform. Developers use Docker to eliminate "works on my machine" problems when collaborating on code with co-workers. Operators use Docker to run and manage apps side-by-side in isolated containers to get better compute density. Enterprises use Docker to build agile software delivery pipelines to ship new features faster, more securely and with confidence for both Linux and Windows Server apps. Note: this port contains Docker client only.
* Delete npm012 port.jpaetzel2017-04-097-2745/+1
| | | | | | | | | | | The node package manager 012 port depends on node 0.12, which was released over 24 months ago....an eternity in the Javascript world. This house cleaning is the equivilent to deleting a 16 bit C compiler for those who are not javascript-aware. PR: 217965 Submitted by: bradleythughes@fastmail.fm
* www/gitlab: fix wrong detection of running Sidekiqtz2017-04-092-1/+12
| | | | | | | | | | Sidekiq is detected as "not running" because when checking with "ps" it does not account for column truncation PR: 209487 Submitted by: Chris Stankevitz <chris-freebsd-bugs@stankevitz.com> Reported by: otacilio.neto@bsd.com.br Reviewed by: Matthias Fechner <idefix@fechner.net>
* Add two patches to lang/go14.glebius2017-04-093-0/+157
| | | | | | | | | | | | | | | | | | | | | | - patch-syscall Use SYSCALL assembly instead of INT 0x80 for syscalls on amd64. Using INT 0x80 as syscall gate on amd64 is an accidential and undocumented feature of COMPAT_FREEBSD32. It allows to use 64-bit ABI, but run syscalls through i386 gate. Go used this "feature" to workaround a bug in FreeBSD 8, which is no longer relevant. The patch is exact e9ce76b0eca8fa95dddb90b0a72aadab58de2ffc from go repo. Now lang/go14 doesn't need COMPAT_FREEBSD32 to build and run. - patch-pipe2 The pipe2 syscall is present in all supported versions of FreeBSD, but pipe was removed from FreeBSD 11. With the patch go14 can be built and run on a system without COMPAT_FREEBSD10. Reviewed by: jlaffaye
* - Update to 1.0.12vsevolod2017-04-093-13/+14
| | | | | PR: 217979 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
* - Fix typo in option descamdmi32017-04-091-1/+1
| | | | Approved by: portmgr blanket
* - Update to 2.0.0.0b2lwhsu2017-04-092-4/+4
|
* devel/py-libzfs: update to 1.0.20170319wg2017-04-092-5/+5
|
* Add a python 3 variant of tabulateskreuzer2017-04-093-1/+9
|
* Fix issue preventing patch from applying cleanlyskreuzer2017-04-092-4/+5
| | | | Reported by: pkg-fallout
* devel/py-fastentrypoints: make entry_points specified in setup.py load more ↵wg2017-04-094-0/+25
| | | | | | quickly WWW: https://github.com/ninjaaron/fast-entry_points
* german/mediathek:lme2017-04-092-4/+9
| | | | | | - Update to 13.0.2 - Add NO_ARCH - Add LICENSE
* Update to version 0.9.0demon2017-04-092-4/+4
|
* security/lynis: Update to 2.4.6lme2017-04-092-4/+4
|
* net-mgmt/pnp:lme2017-04-097-5/+70
| | | | | | - Add patches for templates.dist to work with newer versions of rrdtool - Switch from WANT_PHP_WEB to USES= php and php:web - Bump PORTREVISION
* www/varnish4: Update to 4.1.5feld2017-04-093-5/+6
| | | | | | Changelog: http://www.varnish-cache.org/releases/rel4.1.5.html#rel4-1-5 PR: 217952
* multimedia/mpc-qt: update to 0.0.0.s20170321jbeich2017-04-092-5/+5
| | | | Changes: https://github.com/cmdrkotori/mpc-qt/compare/e9be455...30b2294
* Update textproc/erlang-fast_xml to version 1.1.22.olgeni2017-04-093-7/+7
|
* - Update to 4.7.2zi2017-04-092-4/+4
|
* - Update to 0.6.3amdmi32017-04-092-4/+4
|
* - Update to 3.0.13zi2017-04-093-5/+8
|
* - Update to 2.0.2zi2017-04-092-4/+4
|
* - Update to 0.3.2zi2017-04-092-4/+4
|
* - Force use of base OpenSSL for now (libpkg links against this) to resolve ↵zi2017-04-091-2/+2
| | | | | | | | build failures under 10.3 i386 PR: 210299 Submitted by: Michael Osipov Reported by: software@bertram-scharpf.de
* - Add the 'premerge' tag to the portscout ignore listzi2017-04-091-0/+1
|
* devel/git-cinnabar: update to 0.4.0.5jbeich2017-04-093-19/+5
| | | | | Changes: https://github.com/glandium/git-cinnabar/compare/0.4.0...cd0e1bb MFH: 2017Q1 (requires r433742 to chase r436592)
* multimedia/vapoursynth: update to R37jbeich2017-04-092-5/+4
| | | | | Changes: http://www.vapoursynth.com/2017/03/r37-maintaining-things-again/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R37/ChangeLog
* - Update devel/git to 2.12.1garga2017-04-094-64/+43
| | | | | | | | | - Replace git-send-email patch by a version that works [1] PR: 214335 [1] Submitted by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> [1] MFH: 2017Q1 Sponsored by: Rubicon Communications (Netgate)
* update games/tome4 to 1.5.2lifanov2017-04-092-4/+4
| | | | | | This is mostly a balancing update. Changes: https://te4.org/blogs/darkgod/2017/03/news/tales-majeyal-152-forever-and-more-out
* New port: devel/rubygem-google-api-clienttz2017-04-094-0/+34
| | | | | | Client for accessing Google APIs. WWW: https://github.com/google/google-api-ruby-client
* - Add SNDIO optiontobik2017-04-096-10/+823
| | | | | | | | | | | - Reset maintainer after 4 consecutive maintainer timeouts - Use *_CONFIGURE_WITH options helper - Do not install tests by default PR: 217385 Obtained from: OpenBSD Approved by: lme (mentor), maintainer timeout (3 weeks) Differential Revision: https://reviews.freebsd.org/D10072
* - Update to 2.12.0amdmi32017-04-093-4/+11
|
* New port: textproc/rubygem-representabletz2017-04-094-0/+31
| | | | | | | | Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more. WWW: https://github.com/trailblazer/representable
* Add a DOT_INC option to allow people to build unsafe versions of Perlmat2017-04-091-2/+4
| | | | | | with '.' in @INC. Sponsored by: Absolight
* '.' has been removed from @INC in Perl 5.25.7 and it prevented manymat2017-04-091-1/+2
| | | | | | | ports from building starting in 5.25.10, add this hack here to make those ports buildable again. Sponsored by: Absolight
* New port: www/rubygem-hurleytz2017-04-094-0/+28
| | | | | | | | | Hurley is a ruby gem with no runtime dependencies that provides a common interface for working with different HTTP adapters. It is an evolution of Faraday, with rethought internals. WWW: https://github.com/lostisland/hurley
* New port: devel/rubygem-declarative-optiontz2017-04-094-0/+25
| | | | | | Dynamic options to evaluate at runtime. WWW: https://github.com/apotonick/declarative-option
* New port: devel/rubygem-declarativetz2017-04-094-0/+25
| | | | | | Declarative allows declaring nested schemas. WWW: https://github.com/apotonick/declarative
* New port: devel/rubygem-ubertz2017-04-094-0/+26
| | | | | | | Gem-authoring tools like class method inheritance in modules, dynamic options and more. WWW: https://github.com/apotonick/uber
* net-mgmt/p5-Data-Validate-IP: update 0.26 -> 0.27robak2017-04-092-4/+4
| | | | | PR: 217960 Submitted by: <freebsd-ports@t-b-o-h.net> (maintainer)
* Update to 0.3.6ehaupt2017-04-092-4/+4
|
* Use GH_TAGNAME properly.mat2017-04-094-10/+11
| | | | Sponsored by: Absolight
* - Fix fetchamdmi32017-04-092-6/+2
|
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-04-092-0/+47
| | | | stopped being exported.
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-04-092-1/+51
| | | | stopped being exported.
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-04-092-0/+87
| | | | stopped being exported.
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-04-092-0/+47
| | | | stopped being exported.
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-04-092-0/+19
| | | | stopped being exported.
* The patch file was missed in previous commit.glebius2017-04-091-0/+26
|
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-04-091-1/+1
| | | | stopped being exported.
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-04-092-5/+21
| | | | stopped being exported.
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-04-092-5/+43
| | | | stopped being exported.
* Update to 1.1.2.hrs2017-04-092-4/+8
|
* Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-04-095-16/+122
| | | | stopped being exported.
* . This reportedly now supports openssl-devel, so remove the check thatglewis2017-04-091-4/+0
| | | | disables under those circumstances.
* Add timg 0.9.5, terminal Image Viewer.vanilla2017-04-096-0/+90
| | | | | PR: 217963 Submitted by: udvzsolt@gmail.com
* www/gitlab: apply upstream CVE-2017-0882 patch to 8.14.xjunovitch2017-04-092-1/+23
| | | | | | Reported by: Brian Neel <brian@gitlab.com> Approved by: ports-secteam (with hat) Security: CVE-2017-0882
* - Update to 1.2sbz2017-04-092-5/+4
| | | | PR: 217891
* Adopt portskreuzer2017-04-091-1/+1
|
* Remove duplicate port net/rubygem-signetantoine2017-04-095-30/+1
|
* Update maintainer email address.araujo2017-04-096-6/+6
| | | | Submitted by: John Hixson <jhixson@gmail.com> (maintainer)
* Update ucspi-ssl to Erwin Hoffman's version, which includes IPv6 and TLS ↵lx2017-04-096-56/+31
| | | | support. Deprecate ucspi-ssl-tls port.
* - Update to 3.3.11amdmi32017-04-096-83/+73
| | | | | | | | - While here, fix LICENSE and add LICENSE_FILE PR: 217550 Submitted by: rezny@freebsd.org Approved by: maintainer timeout (yuri@rawbw.com, 2 weeks)
* - Change USE_AUTOTOOLS to USES= autoreconfbdrewery2017-04-092-3/+2
| | | | | | | - Change @exec to @postexec in pkg-plist Submitted by: brnrd PR: 217962
* - Update to 2.51lwhsu2017-04-092-4/+4
|
* net/py-matrix-synapse: Add support for postgres database backendfeld2017-04-091-1/+7
|
* New port: audio/supercollidertobik2017-04-0922-0/+1985
| | | | | | | | | | | | | | | | | | | | | | | SuperCollider is a programming language for real time audio synthesis and algorithmic composition. The language interpreter runs in a cross platform IDE and communicates via Open Sound Control with one or more synthesis servers. The SuperCollider synthesis server runs in a separate process or even on a separate machine so it is ideal for realtime networked music. SuperCollider was developed by James McCartney and originally released in 1996. He released it under the terms of the GNU General Public License in 2002 when he joined the Apple Core Audio team. It is now maintained and developed by an active and enthusiastic community. It is used by musicians, scientists, and artists working with sound. WWW: http://supercollider.github.io/ PR: 208443 Submitted by: Tobias Brodel <brittlehaus@gmail.com> Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10043
* Fix order.jrm2017-04-091-1/+1
|
* New port: graphics/caffejrm2017-04-097-0/+281
| | | | | | | | | | | | | | Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and by community contributors. WWW: http://caffe.berkeleyvision.org/ PR: 217428 Submitted by: eric@camachat.org (maintainer) Reviewed by: mat Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10053
* Regular ${PORTSDIR}/ removal from dependencies.mat2017-04-091-2/+2
| | | | Sponsored by: Absolight
* New port: graphics/py-scikit-imagejrm2017-04-094-0/+54
| | | | | | | | | | | | Image processing SciKit (Toolbox for SciPy) WWW: http://scikit-image.org/ PR: 217427 Submitted by: eric@camachat.org (maintainer) Reviewed by: mat Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10053
* Update devel/geany to 1.30.1.madpilot2017-04-092-4/+4
|
* www/varnish5: Update to 5.1.1feld2017-04-093-12/+9
| | | | | | Changelog: http://www.varnish-cache.org/releases/rel5.1.1.html#rel5-1-1 PR: 217953
* Update to 0.6.3.vanilla2017-04-092-4/+4
|
* Update to v5.25.10-90-gffb91b6.mat2017-04-093-6/+6
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.10-64-gb498628...v5.25.10-90-gffb91b6 Sponsored by: Absolight
* New port: net/rubygem-signettz2017-04-094-0/+30
| | | | | | Signet is an OAuth 1.0 / OAuth 2.0 implementation WWW: https://rubygems.org/gems/signet
* - Fix fetchamdmi32017-04-092-15/+9
| | | | - Switch to options helpers
* - Update to 0.8.1wen2017-04-092-4/+4
|
* Upgrade to 7.4.7dvl2017-04-092-4/+4
| | | | | | | | We skipped 7.4.6. Both releases are minor bug fixes. No need to upgrade unless you're hit by one of them. Release announcements are below: 7.4.6 : http://marc.info/?l=bacula-users&m=148930849926451&q=p2 7.4.7 : http://marc.info/?l=bacula-users&m=148966065313348&q=p2
* Add immortal 0.10.2, unix cross-platform (OS agnostic) supervisor.vanilla2017-04-097-0/+130
| | | | | PR: 217947 Submitted by: nbari@tequila.io
* Update Erlang 19 ports to version 19.3.olgeni2017-04-098-89/+39
|
* - Update to 11639amdmi32017-04-092-4/+4
|
* xen: update to 4.7.2royger2017-04-0921-999/+500
| | | | | | | | | Apply build fixes for clang 4.0 (picked from upstream) and XSA-211. Reviewed by: bapt MFH: 2017Q1 Sponsored by: AsiaBSDCon Differential revision: https://reviews.freebsd.org/D9926
* New port: net/rubygem-omniauth-authentiqtz2017-04-094-0/+28
| | | | | | | Official OmniAuth strategy for authenticating with an Authentiq ID mobile app (iOS, Android). WWW: https://github.com/AuthentiqID/omniauth-authentiq
* Add UEFITool 40, UEFI images parser.vanilla2017-04-094-0/+41
| | | | | PR: 217832 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* - Switch to USES=localbaseamdmi32017-04-091-8/+7
| | | | - Switch to options helpers
* Update to 10.46.vanilla2017-04-093-4/+16
| | | | | PR: 217943 Submitted by: maintainer
* update to 20170310.vanilla2017-04-093-80/+92
| | | | | PR: 217917 Submitted by: maintainer
* - Introduce couple of useful mathematical options and debugging supportdanfe2017-04-091-3/+13
| | | | | | - Respect CFLAGS/CXXFLAGS (when building the port in release mode) PR: 204179
* Update to 2.1.0.vanilla2017-04-092-4/+6
| | | | | PR: 217926 Submitted by: maintainer
* portscout tuning for this Port.vanilla2017-04-091-0/+2
| | | | | PR: 217927 Submitted by: maintainer
* Add rubygem-inifile 3.0.0sunpoet2017-04-094-0/+25
| | | | | | | | | IniFile is a native Ruby package for reading and writing INI files. WWW: https://github.com/twp/inifile PR: 217912 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
* Add rubygem-simpleidn 0.0.7sunpoet2017-04-094-0/+27
| | | | | | | | | | SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode UTF-8 strings and visa versa. WWW: https://github.com/mmriis/simpleidn PR: 217910 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
* Add rubygem-adsf 1.2.1sunpoet2017-04-094-0/+31
| | | | | | | | | | adsf (A Dead Simple Fileserver) is a tiny static file server that you can launch instantly in any directory. WWW: https://github.com/ddfreyne/adsf PR: 217908 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
* Add rubygem-gemojione2 2.2.1 (copied from rubygem-gemojione) and update to 2.6.1sunpoet2017-04-094-0/+30
| | | | | | Changes: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md PR: 217833 Submitted by: Sir l33tname <sirl33tname@gmail.com>
* Update to 3.0sunpoet2017-04-093-53/+9
| | | | | | - Use USE_PYTHON=autoplist Changes: https://inigo.katxi.org/devel/lfm/NEWS
* Update to 0.14.1sunpoet2017-04-092-4/+4
| | | | Changes: https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md
* Shorten COMMENTsunpoet2017-04-091-1/+1
|
* Update to 1.9.0sunpoet2017-04-095-46/+5
| | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md
* Update to 0.008sunpoet2017-04-092-4/+4
| | | | Changes: http://search.cpan.org/dist/Term-Table/Changes
* Update to 1.0706sunpoet2017-04-092-4/+4
| | | | Changes: http://search.cpan.org/dist/Function-Parameters/Changes
* Update to 1.1.4sunpoet2017-04-092-4/+4
| | | | Changes: https://github.com/facebook/zstd/releases
* sysutils/samesame: unbreak with clang 4.0jbeich2017-04-092-0/+21
| | | | | | | | | | | | | src/mainAction.cpp:184:19: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and 'int') if (pipeLeafs < 0) ~~~~~~~~~ ^ ~ src/mainAction.cpp:197:21: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and 'int') if (outputLeafs < 0) ~~~~~~~~~~~ ^ ~ PR: 216636 Submitted by: akruijff@dds.nl Approved by: portmgr blanket
* net-p2p/bitmessage: Update to 0.6.2jrm2017-04-096-425/+49
| | | | | | | | | | | | | | Also: - add runtime dependencies on devel/py-qt4-core, net/py-qt4-network x11-toolkits/py-qt4-gui, devel/py-msgpack-python, and devel/py-pyopencl - use gmake - remove Makefile, src/bitmsghash_Makefile patches - add setup.py patch - add USE_PYTHON=distutils autoplist PR: 217856 Submitted by: yuri@rawbw.com (maintainer) Approved by: swills (mentor, implicit)
* - Update AzPainter to version 2.0.4danfe2017-04-096-129/+693
| | | | | | | - Include the latest translation fixes [*] - Improve port description in accordance with PHB Section 3.2.1 Obtained from: https://www.linux.org.ru/forum/multimedia/13223232 [*]
* Tool for performing OTA updates on Arduino boards and the ESP8266.bsam2017-04-094-0/+36
| | | | | | | WWW: https://www.arduino.cc PR: 217842 Submitted by: bsdports@kyle-evans.net
* Update to 3.1.16.bdrewery2017-04-092-4/+4
| | | | Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3116
* Update to 3.0-2067-g6593db39.bdrewery2017-04-092-6/+6
| | | | | | | | | | | - Add an ALLOW_NETWORKING_PACKAGES to allow networking for select packages - testport: Support -B - Only load linux64 if the host is newer than ~10.2 Current that had it - Determine UMOUNT_NONBUSY at startup, which allows jail -k to benefit - jail cleanup: Fix only the first 2 builders cleaning sometimes on older systems. - build_pkg: Assert that rollbackfs worked - Rework ZFS rollback race fix by creating the file at markfs time.
* - Update to version 3.2danfe2017-04-093-21/+23
| | | | | | | | | - Drop `iconv' and `makeinfo' from USES list, they are not needed - When linking against Guile, explicitly depend on libgmp.so:math/gmp (per `stage-qa' warning) - Do not hardcode library version in pkg-plist, use PLIST_SUB mechanism Reported by: maintainer
* Update devel/erlang-katana to version 0.4.0.olgeni2017-04-093-6/+6
|
* Update devel/elixir-quantum to version 1.9.1.olgeni2017-04-092-4/+4
|
* - Update devel/doxygen to 1.8.13antoine2017-04-0910-73/+49
| | | | | | - Adjust ports depending on it PR: 217801
* Upgrade to 1.5.28.thierry2017-04-093-11/+14
| | | | | Changelog at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.28
* Import some fixes from upstreamdemon2017-04-092-21/+118
| | | | Obtained from: haproxy ML
* fixes for net-mgmt/seafile-serverlifanov2017-04-094-9/+143
| | | | | | | | | Fix the setup scripts changing the generated configuration files to the correct uid/gid. The directions were also fixed for how to start and setup seafile/seahub correctly. This should fix any confusion when setting up seafile. This also augments pkg-message with better directions for setup. PR: 217873 Submitted by: ultima1252@gmail.com (maintainer)
* Pass maintainership to python@rm2017-04-0911-11/+11
|
* Take up maintainershiprm2017-04-092-2/+2
|
* Assign new maintainertobik2017-04-091-1/+1
| | | | | | | PR: 217866 Submitted by: chuck@tuffli.net Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10054
* www/py-flexget: update to 2.10.18jbeich2017-04-092-4/+4
| | | | Changes: https://github.com/Flexget/Flexget/compare/2.10.12...2.10.18
* Change EXTRACT_SUFX to USES.vanilla2017-04-091-3/+2
|
* Update to 1.2.1.vanilla2017-04-092-3/+4
|
* Update to 0.52.20.vanilla2017-04-092-3/+4
|
* Reset maintainer on his request.rene2017-04-091-1/+1
| | | | With hat: portmgr-secretary
* Take in olivierd@'s commit bit on his request.rene2017-04-0974-74/+74
| | | | | Submitted by: olivierd@ With hat: portmgr-secretary
* databases/mariadb55-server: Fix vulnerabilitiesbrnrd2017-04-093-3/+251
| | | | | | | | | | | | - Add vulnerability patch from upstream - Improve OQGraph BROKEN message - Take maintaintership MFH: 2017Q1 Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: CVE-2017-3313 Security: CVE-2017-3302
* devel/py-django-rq: update to 0.9.5rene2017-04-092-4/+4
| | | | Submitted by: portscout
* Update to 1.3.8.vanilla2017-04-092-4/+4
| | | | | PR: 217790 Submitted by: maintainer
* Remove expired port:rene2017-04-0921-389/+1
| | | | 2017-03-17 archivers/macutils: Not maintained in 16 years, many missing header inclusions
* - update to 20170319dinoex2017-04-096-66/+27
|
* Update to upstream version 1.16.0riggs2017-04-095-149/+21
|
* sysutils/passwordsafe: Mark broken on 10.xbrnrd2017-04-091-1/+7
| | | | - clang segfaults on 10.x
* Update calibre to 2.82.0.madpilot2017-04-092-4/+4
|
* update owncloudclient to 2.3.0.madpilot2017-04-095-28/+11
| | | | | | PR: 217805 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Yonas Yanfa <yonas@fizk.net> (maintainer)
* X11 looks for this driver with two names depending on the hardware, since ↵madpilot2017-04-091-1/+5
| | | | | | | linux has tow separate drivers. Having just one KMS driver in FreeBSD I create a symlink with the alternative name, so X11 can alys find the driver. PR: 217825 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
* - Unbreak port by using CHEESESHOP master site instead of GOOGLE_CODE as thisehaupt2017-04-092-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | port is still needed by ports (eg. mail/cleanup-maildir) - While here add LICENSE - The distfile checksums differ due to some minor changes [1], therefore also bump PORTREVISION [1] --- distfile changes begin here --- diff -Nur google/python-graph-core-1.8.2/PKG-INFO cheeseshop/python-graph-core-1.8.2/PKG-INFO --- google/python-graph-core-1.8.2/PKG-INFO 2012-07-14 23:12:33.000000000 +0200 +++ cheeseshop/python-graph-core-1.8.2/PKG-INFO 2015-03-26 22:07:53.000000000 +0100 @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: python-graph-core Version: 1.8.2 Summary: A library for working with graphs in Python diff -Nur google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py --- google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py 2012-02-19 20:36:08.000000000 +0100 +++ cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py 2014-03-11 00:04:22.000000000 +0100 @@ -132,6 +132,13 @@ # Shortest Path +def path(st, target): + if (target is None): + return [] + else: + return [target] + path(st, st[target]) + + def shortest_path(graph, source): """ Return the shortest path distance between source and all other nodes using Dijkstra's diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO --- google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO 2012-07-14 23:12:33.000000000 +0200 +++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO 2015-03-26 22:07:51.000000000 +0100 @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: python-graph-core Version: 1.8.2 Summary: A library for working with graphs in Python diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt --- google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt 2012-07-14 23:12:33.000000000 +0200 +++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt 2015-03-26 22:07:51.000000000 +0100 @@ -1,5 +1,5 @@ -pygraph/classes -pygraph/readwrite pygraph -pygraph/mixins pygraph/algorithms +pygraph/classes +pygraph/mixins +pygraph/readwrite --- distfile changes end here ---
* Add new port `editors/encryptpad', a minimalist secure text editor anddanfe2017-04-095-0/+72
| | | | | | | | | | | | | binary encryptor. WWW: http://evpo.net/encryptpad/ Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1484432907 which corresponds to commit c9e6636 tagged as this release. PR: 215639 Submitted by: Dmitri Goutnik
* - Add LICENSE_FILEamdmi32017-04-091-14/+11
| | | | - Switch to options helpers
* - Update to 2.0.0wen2017-04-092-4/+4
| | | | | PR: 217865 Submitted by: neel@neelc.org(maintainer)
* . Fix naming.glewis2017-04-092-0/+0
|
* Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.araujo2017-04-092-4/+0
| | | | When use RESTRICT it implies the former ones.
* Set NO_PACKAGE because we can't have pre-built packages.araujo2017-04-091-0/+2
| | | | Approved by: maintainer (implicit)
* Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.araujo2017-04-091-2/+0
| | | | When use RESTRICT it implies the former ones.
* . Update to 3.3.1.glewis2017-04-094-5/+27
| | | | | | . Make it work with LibreSSL [1] Submitted by: naddy@ [1]
* Change RUN_DEPENDS from rubygem-u2f to rubygem-u2f0sunpoet2017-04-091-2/+2
| | | | - Bump PORTREVISION for dependency change
* Update to 1.0.0sunpoet2017-04-092-4/+4
| | | | Changes: https://github.com/castle/ruby-u2f/releases
* Add rubygem-u2f0 0.2.1 (copied from rubygem-u2f)sunpoet2017-04-094-0/+31
| | | | - Add PORTSCOUT
* Add PORTSCOUTsunpoet2017-04-091-0/+2
|
* Add PORTSCOUTsunpoet2017-04-091-0/+2
|
* Add PORTSCOUTsunpoet2017-04-091-0/+2
|
* Add TEST_TARGETsunpoet2017-04-091-1/+2
|
* Clean up Makefilesunpoet2017-04-092-12/+9
| | | | | - Use BSD_INSTALL_* - Cosmetic change
* - Update to 1.9.170312wen2017-04-092-4/+4
| | | | | PR: 217897 Submitted by: cyberbotx@cyberbotx.com(maintainer)
* - Update to 4.5.15wen2017-04-092-4/+4
| | | | | PR: 217905 Submitted by: douglas@douglasthrift.net(maintainer)
* - Update to 3.3.1wen2017-04-093-13/+11
| | | | | PR: 217904 Submitted by: douglas@douglasthrift.net(maintainer)
* - Update to 1.00wen2017-04-092-4/+4
| | | | Changes: http://cpansearch.perl.org/src/BORISV/BibTeX-Parser-1.00/Changes
* - Remove dependency on math/openblas if other blas lib is selectedwen2017-04-092-6/+17
| | | | | PR: 215764 Submitted by: riggs@
* - Update to 0.19.0wen2017-04-092-8/+7
|
* Update to 3.0.2sunpoet2017-04-097-9/+50
| | | | | | | | | - Add pecl-mailparse2 2.1.6 (copied from pecl-mailparse) - Add UPDATING entry Changes: https://pecl.php.net/package-changelog.php?package=mailparse PR: 213319 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
* Update to 2.0.0sunpoet2017-04-097-7/+47
| | | | | | | | | - Add pecl-yaml1 1.3.0 (copied from pecl-yaml) - Add UPDATING entry Changes: https://pecl.php.net/package-changelog.php?package=yaml PR: 213317 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
* Add rubygem-googleauth 0.5.1sunpoet2017-04-095-0/+49
| | | | | | | | | | This is Google's officially supported ruby client library for using OAuth 2.0 authorization and authentication with Google APIs. It allows simple authorization for accessing Google APIs and provides support for Application Default Credentials, as described at https://developers.google.com/accounts/docs/application-default-credentials WWW: https://github.com/google/google-auth-library-ruby