- 02 Aug, 2017 4 commits
-
-
pawel authored
and Javascript source code. It builds upon the databases of cscope and Exuberant ctags. It can also work with Universal ctags, which is a drop-in replacement for Exuberant ctags. The databases of cscope and ctags would be processed by the cqmakedb tool to generate the CodeQuery database file. The CodeQuery database file can be viewed and queried using the codequery GUI tool. WWW: https://ruben2020.github.io/codequery/
-
culot authored
framework. This module was previously part of devel/p5-Paranoid but is now distributed independently since Paranoid v2.00. WWW: http://search.cpan.org/dist/Paranoid-Log-Syslog/
-
matthew authored
packages into a single module. The big idea here is to glue most of the source files in a package or subpackage together into a single module, called __amalgam__.py. Combined with some hooks in the __init__.py, this should dramatically reduce the number of files that are being searched for inside of the package. This is critical in larger projects where import times are the major startup time cost. WWW: https://github.com/xonsh/amalgamate PR: 220596
-
culot authored
framework. This module was previously part of devel/p5-Paranoid but is now distributed independently since Paranoid v2.00. WWW: http://search.cpan.org/dist/Paranoid-Log-Email/
-
- 01 Aug, 2017 1 commit
-
-
araujo authored
the new py3-iocage version. Approved by: portmgr (bdrewery) Differential Revision: https://reviews.freebsd.org/D11795
-
- 31 Jul, 2017 2 commits
-
-
ed authored
As of FreeBSD 11, the cloudabi-toolchain port uses the ELF-toolchain utilities for all the stuff not provided by LLVM. For FreeBSD 10 and lower, we still rely on Binutils. As CloudABI itself is only supported as of FreeBSD 11, there is hardly any interest in supporting a Binutils based toolchain. Let's kick out the CloudABI Binutils ports and symlink to the utilities in the base system unconditionally. Reviewed by: rene Differential Revision: https://reviews.freebsd.org/D11733
-
rene authored
2017-07-31 net/rubygem-oauth212: Only created for www/gitlab; please use net/rubygem-oauth2 instead 2017-07-31 textproc/rubygem-liquid3: Use textproc/rubygem-liquid instead 2017-07-31 mail/dovecot2-antispam-plugin: Use pigeonhole instead. See https://wiki2.dovecot.org/HowTo/AntispamWithSieve 2017-07-31 mail/dovecot-antispam: Dovecot-1.x is deprecated. Use dovecot2 and dovecot2-antispam-plugin instead 2017-07-31 mail/dovecot-sieve: Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead 2017-07-31 mail/dovecot-managesieve: Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead 2017-07-31 www/rubygem-jquery-ui-rails5-rails4: Only created for www/gitlab; please use www/rubygem-jquery-ui-rails-rails4 instead 2017-07-31 security/rubygem-omniauth13: Only created for www/gitlab; please use security/rubygem-omniauth instead 2017-07-31 devel/rubygem-health_check22: Only created for www/gitlab; please use devel/rubygem-health_check instead 2017-07-31 devel/rubygem-semantic_puppet0: Use devel/rubygem-semantic_puppet instead 2017-07-31 devel/rubygem-newrelic_rpm3: Only created for www/gitlab; please use devel/rubygem-newrelic_rpm instead 2017-07-31 lang/p5-Parse-Perl: does not build with Perl >= 5.22 2017-07-31 sysutils/rubygem-puppet_forge1: Use sysutils/rubygem-puppet_forge instead 2017-07-31 sysutils/rubygem-SyslogLogger: Project is EOL'd because it was merged into Ruby 2.0
-
- 30 Jul, 2017 1 commit
-
-
lwhsu authored
PR: 219840 Submitted by: Jov <amutu@amutu.com>
-
- 28 Jul, 2017 1 commit
-
-
ultima authored
PR: 220905 Submitted by: Jov <amutu@amutu.com> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11763
-
- 27 Jul, 2017 3 commits
-
-
jhb authored
Currently it only supports debugging of FreeBSD/amd64 kernels via kernel crashes (vmcores) or live systems via /dev/mem. It does not include a port of the in-kernel kmdb debugger. PR: 220891 Reviewed by: mat Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D11682
-
araujo authored
levels VERBOSE, NOTICE, and SPAM Sponsored by: iXsystems, Inc.
-
araujo authored
libraries such like libvncserver, freerdp and spice to be used in hypervisor implementation. With a basic data structure it is easy to implement any remote desktop protocol without dig into the protocol specification or third part libraries, you can check some of our examples. WWW: https://github.com/araujobsd/libhyve-remote Differential Revision: iXsystems, Inc.
-
- 25 Jul, 2017 3 commits
-
-
jrm authored
WWW: https://github.com/jsonapi-rb/jsonapi-renderer
-
matthew authored
svn cp from devel/maven33 Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. WWW: http://maven.apache.org/ Add CONFLICTS_INSTALL for devel/maven3, devel/maven31, devel/maven33[1] PR: 220959 Submitted by: jonc@chen.org.nz Approved by: [1] portmgr blanket
-
koobs authored
PyXB is a pure Python package that generates Python code for classes that correspond to data structures defined by XMLSchema. In concept it is similar to JAXB for Java and CodeSynthesis XSD for C++. WWW: http://pyxb.sourceforge.net PR: 219908 Submitted by: Jov <amutu amutu com>
-
- 23 Jul, 2017 6 commits
-
-
pi authored
Bear is a tool that generates a compilation database for clang tooling. The JSON compilation database is used in the clang project to provide information on how a single compilation unit is processed. With this, it is easy to re-run the compilation with alternate programs. One way to get a compilation database is to use cmake as the build tool. Passing -DCMAKE_EXPORT_COMPILE_COMMANDS=ON to cmake generates the compile_commands.json file into the current directory. For non-cmake projects, Bear generates the JSON file during the build process. The concept behind Bear is: to execute the original build command and intercept the exec calls issued by the build tool. To achieve that, Bear uses the LD_PRELOAD or DYLD_INSERT_LIBRARIES mechanisms provided by the dynamic linker. WWW: https://github.com/rizsotto/Bear PR: 220475 Submitted by: Jov <amutu@amutu.com>
-
acm authored
dfmt is a formatter for D source code. dfmt is beta quality. Make backups of your files or use source control when using the --inplace option. WWW: https://github.com/dlang-community/dfmt
-
acm authored
Cross platform GUI for D. Widgets, layouts, styles, themes, unicode, i18n, OpenGL based acceleration - Crossplatform (Win32, OSX, Linux, FreeBSD and Android are supported in current version) - Mostly inspired by Android UI API (layouts, styles, two phase layout, ...) - Supports highly customizable UI themes and styles - Supports internationalization - Hardware acceleration using OpenGL (when built with version USE_OPENGL) - Fallback to pure Win32 API / SDL / X11 when OpenGL is not available (e.g. opengl dynamic library cannot be loaded) - Actually it's a port (with major refactoring) of GUI library for cross platform OpenGL based implementation of Cool Reader app project from C++. - Non thread safe - all UI operations should be preformed in single thread - Simple 3d engine - allows to embed 3D scenes within GUI WWW: https://github.com/buggins/dlangui
-
acm authored
Dynamic bindings to SDL 2 version 2.0.5, SDL2_image, SDL2_mixer, SDL2_ttf, and SDL2_net for the D Programming Language. WWW: https://github.com/DerelictOrg/DerelictSDL2
-
acm authored
The base library for all Derelict packages WWW: https://github.com/DerelictOrg/DerelictUtil
-
acm authored
dlib is a growing collection of native D language libraries useful for various higher-level projects - such as game engines, rendering pipelines and multimedia applications. It is written in D2 and has no external dependencies aside D's standard library, Phobos. WWW: https://github.com/gecko0307/dlib
-
- 22 Jul, 2017 11 commits
-
-
sunpoet authored
PR: 220708
-
acm authored
DCD is not an IDE. DCD is designed to provide autocompletion for your favorite text editor. If you are looking for an IDE, try one of these. DCD consists of a client and a server. The client (dcd-client) is almost always used through a text editor script or plugin, though it can be used from the command line. The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it back to the client. WWW: https://github.com/dlang-community/DCD
-
acm authored
DCD is not an IDE. DCD is designed to provide autocompletion for your favorite text editor. If you are looking for an IDE, try one of these. DCD consists of a client and a server. The client (dcd-client) is almost always used through a text editor script or plugin, though it can be used from the command line. The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it back to the client. WWW: https://github.com/dlang-community/DCD
-
acm authored
D-Scanner is a tool for analyzing D source code WWW: https://github.com/dlang-community/D-Scanner
-
acm authored
MessagePack is a binary-based JSON-like serialization library. MessagePack for D is a pure D implementation of MessagePack. WWW: https://github.com/msgpack/msgpack-d
-
acm authored
Library for lexing and parsing D source code. WWW: https://github.com/dlang-community/libdparse
-
acm authored
D implementation of the DDoc macro system WWW: https://github.com/economicmodeling/libddoc
-
acm authored
iz is a general purpose library for the D programming language. It includes streams, containers, a serializer, property binder, Pascal-like sets, Pascal-like properties and more WWW: https://github.com/BBasile/iz
-
acm authored
A compile time ini file parser and writter generator for D. inifile.d takes annotated structs and create ini file parser and writer. The ini file format always comments and section and to some degree nesting. WWW: https://github.com/burner/inifiled
-
acm authored
Basic symbol lookup/resolution for libdparse WWW: https://github.com/dlang-community/dsymbol
-
acm authored
Containers backed on dlang by std.experimental.allocator WWW: https://github.com/economicmodeling/containers
-
- 20 Jul, 2017 1 commit
-
-
tz authored
Ruby bindings to re2, "an efficient, principled regular expression library". WWW: https://github.com/mudge/re2
-
- 16 Jul, 2017 4 commits
-
-
sunpoet authored
Mixlib::Archive is a simple interface to various archive formats. WWW: https://www.chef.io/ WWW: https://github.com/chef/mixlib-archive
-
sunpoet authored
RSpec JUnit Formatter is a formatter of RSpec results for Jenkins and probably a few other CI services. WWW: https://github.com/sj26/rspec_junit_formatter
-
sunpoet authored
ISO8601 is a simple implementation of the ISO 8601 (Data elements and interchange formats - Information interchange - Representation of dates and times) standard. WWW: https://github.com/arnau/ISO8601
-
sunpoet authored
IniParse is a pure Ruby library for parsing INI configuration and data files. WWW: https://github.com/antw/iniparse
-
- 15 Jul, 2017 2 commits
-
-
sunpoet authored
If you're using Rails 4 strong parameters, you will get a ForbiddenAttributesProtection exceptions when mass-assigning attributes. This gem allows mass assignment. It prevents Mash from responding to :permitted? and therefore triggering this behavior in ForbiddenAttributesProtection. WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes
-
sunpoet authored
- Add PORTSCOUT
-
- 13 Jul, 2017 1 commit
-
-
sunpoet authored
CLI Helpers is a Python package that makes it easy to perform common tasks when building command-line apps. It’s a helper library for command-line interfaces. Libraries like Click and Python Prompt Toolkit are amazing tools that help you create quality apps. CLI Helpers complements these libraries by wrapping up common tasks in simple interfaces. CLI Helpers is not focused on your app’s design pattern or framework – you can use it on its own or in combination with other libraries. It’s lightweight and easy to extend. What’s included in CLI Helpers? - Prettyprinting of tabular data with custom pre-processing - [in progress] config file reading/writing WWW: https://pypi.python.org/pypi/cli-helpers WWW: https://github.com/dbcli/cli_helpers
-