- 19 Mar, 2017 36 commits
-
-
vanilla authored
PR: 217790 Submitted by: maintainer
-
rene authored
2017-03-17 archivers/macutils: Not maintained in 16 years, many missing header inclusions
-
dinoex authored
-
riggs authored
-
brnrd authored
- clang segfaults on 10.x
-
madpilot authored
-
madpilot authored
PR: 217805 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Yonas Yanfa <yonas@fizk.net> (maintainer)
-
madpilot authored
X11 looks for this driver with two names depending on the hardware, since 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>
-
ehaupt authored
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 ---
-
danfe authored
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
-
amdmi3 authored
- Switch to options helpers
-
wen authored
PR: 217865 Submitted by: neel@neelc.org(maintainer)
-
glewis authored
-
araujo authored
When use RESTRICT it implies the former ones.
-
araujo authored
Approved by: maintainer (implicit)
-
araujo authored
When use RESTRICT it implies the former ones.
-
glewis authored
. Make it work with LibreSSL [1] Submitted by: naddy@ [1]
-
sunpoet authored
- Bump PORTREVISION for dependency change
-
sunpoet authored
Changes: https://github.com/castle/ruby-u2f/releases
-
sunpoet authored
- Add PORTSCOUT
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
-
sunpoet authored
- Use BSD_INSTALL_* - Cosmetic change
-
wen authored
PR: 217897 Submitted by: cyberbotx@cyberbotx.com(maintainer)
-
wen authored
PR: 217905 Submitted by: douglas@douglasthrift.net(maintainer)
-
wen authored
PR: 217904 Submitted by: douglas@douglasthrift.net(maintainer)
-
wen authored
Changes: http://cpansearch.perl.org/src/BORISV/BibTeX-Parser-1.00/Changes
-
wen authored
PR: 215764 Submitted by: riggs@
-
wen authored
-
sunpoet authored
- 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)
-
sunpoet authored
- 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)
-
sunpoet authored
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
-
sunpoet authored
Signet is an OAuth 1.0 / OAuth 2.0 implementation. WWW: https://github.com/google/signet
-
sunpoet authored
The OS gem allows for some easy telling if you're on windows or not, as well as some other helper utilities. WWW: https://github.com/rdp/os
-
- 18 Mar, 2017 4 commits
-
-
ak authored
- Remove unsused plist variables: COMPRESSED_FOLDERS, XML - Remove XML_NEEDED from COMPRESSED_FOLDERS, QUOTE_PATCH, SIDEBAR options. Only option that needs XML is NNTP - Remove unused RR_PATCH_VERSION variable - Update GREETING_PATCH to 1.8.0 - Remove COMPRESSED_FOLDERS option and make this feature enabled by default. PR: 217898 Approved by: dereks@lifeofadishwasher.com (maintiner)
-
tcberner authored
* hs-ncurses failed, as it does not understand c11 features, which is the default in modern compilers. By passing cpp-options: -std=c99 via its cabal file, this can be surpressed. * While here, also update the affected ports PR: 216843 Approved by: maintainer timeout (4weeks), rakuco (mentor)
-
sunpoet authored
- While I'm here, add NO_ARCH Changes: https://github.com/composer/composer/releases PR: 217804 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
-
sunpoet authored
-