- 19 Nov, 2016 2 commits
-
-
sunpoet authored
Ref::Util introduces several functions to help identify references in a faster and smarter way. WWW: http://search.cpan.org/dist/Ref-Util/
-
olivierd authored
of x11/qterminal). LXQt is the Qt port of and the upcoming version of LXDE, the Lightweight Desktop Environment. It is the product of a merge between the LXDE-Qt and Razor-qt projects. This work is based on the LXQt testing repo [1]. Importing is not complete due to missing pieces in KDE Frameworks (r426118). I would like to thank contributor and tester, Jesper Schmitz Mouridsen. [1] https://subversion.assembla.com/svn/lxqt/tags/0.11 Reviewed by: antoine, rakuco Obtained from: LXQt repository FC after: Differential Revision: https://reviews.freebsd.org/D5002
-
- 14 Nov, 2016 4 commits
-
-
tcberner authored
(missed in r426118). Reported by: antoine Approved by: antoine
-
tcberner authored
KDE Frameworks is a collection of libraries and software frameworks by KDE that serve as technological foundation for KDE Plasma 5 and KDE Applications distributed under the GNU Lesser General Public License (LGPL) [1]. The work is based on what we have in the KDE testing repo [2]. This is the next big step in updating the KDE Desktop and its Applications to anything less dusty. With this change, `USES=kde:5` is now a valid option. Ports that need to depend on KDE Framework can now set: USES=kde:5 USE_KDE=<framework1> <framework2> ... <frameworkX> For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via: KWALLET_USE= KDE=wallet I would like to thank Raphael and Adriaan for reviewing the ports in the testing repo :) [1] https://en.wikipedia.org/wiki/KDE_Frameworks [2] http://src.mouf.net/area51/log/branches/plasma5 Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (maintainer) Differential Revision: https://reviews.freebsd.org/D8329
-
tz authored
A Sprockets transformer that converts ES6 code into vanilla ES5 with Babel JS. WWW: https://github.com/TannerRogalsky/sprockets-es6 Approved by: junovitch (mentor)
-
pi authored
Getting the current time sometimes is not very helpful for testing scenarios. Instead, if you could obtain a known value during the runtime of a testcase will make your results predictable. Why another Date Mocker? I wanted something simple with a very concise usage pattern and a mocked date should only exist and stay constant inside a scope. After leaving the scope the current time should be back. This lead to this tiny module. This simple module allows faking a given date and time for the runtime of a subsequent code block. By default the on keyword is exported into the namespace of the test file. The date to get mocked must be in a format that is recognized by DateTime::Format::DateParse. WWW: http://search.cpan.org/dist/Test-MockDateTime/ PR: 214397 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
-
- 13 Nov, 2016 2 commits
-
-
kwm authored
Meson is a cross-platform build system designed to be both as fast and as user friendly as possible. It supports many languages and compilers, including GCC, Clang and Visual Studio. Its build definitions are written in a simple non-turing complete DSL. The main design point of Meson is that every moment a developer spends writing or debugging build definitions is a second wasted. So is every second spent waiting for the build system to actually start compiling code. Submitted by: Ting-Wei Lan
-
feld authored
WWW: https://github.com/stillson/pycapsicum2
-
- 12 Nov, 2016 4 commits
-
-
pi authored
A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. WWW: https://pypi.python.org/pypi/constantly PR: 214447 Submitted by: Yuri Victorovich <yuri@rawbw.com>
-
pi authored
A small library that versions your Python projects. WWW: https://pypi.python.org/pypi/incremental PR: 214446 Submitted by: Yuri Victorovich <yuri@rawbw.com>
-
mva authored
-
cpm authored
Nexus Repository Manager OSS provides you with an essential level of control over the external repositories you use and the internal repositories you create. It provides infrastructure and services for organizations that use repository managers to obtain and deliver software. If you create software libraries or applications for your end users, you can use Nexus Repository Manager OSS to distribute your software. If your software depends on open source software components, you can cache software components from remote repositories. Nexus Repository Manager OSS features: - Hosting repositories - Proxy remote repositories - Repository groups - Numerous repository formats - Hosting project websites - Fine-grained security model - Flexible LDAP integration - Component search - Scheduled rasks - REST services - Integration with m2eclipse WWW: https://www.sonatype.com/nexus-repository-oss PR: 203074 Submitted by: Dusan Vejnovic <freebsd@dussan.org>, Michael Osipov <1983-01-06@gmx.net> (maintainer) Reviewed by: feld, junovitch, koobs (mentors) Approved by: feld, junovitch, koobs (mentors)
-
- 11 Nov, 2016 1 commit
-
-
rene authored
2016-11-10 devel/py-pydasm: No more upstream and known bugs, use devel/py-capstone instead 2016-11-10 devel/libdasm: No more upstream and known bugs, use devel/capstone3 instead
-
- 07 Nov, 2016 2 commits
-
-
feld authored
WWW: https://pypi.python.org/pypi/zkpython/
-
olgeni authored
for gen_statem in OTP 19.
-
- 06 Nov, 2016 2 commits
-
-
sunpoet authored
-
sunpoet authored
Const::Exporter allows you to declare constants that can be exported to other modules. WWW: http://search.cpan.org/dist/Const-Exporter/
-
- 04 Nov, 2016 2 commits
- 03 Nov, 2016 5 commits
-
-
feld authored
Order (KIO: updates of values do not affect the position of the key), Key Value Insertion Order (KVIO, an existing key’s position is removed and put at the back). The standard library module OrderedDict, implemented later, implements a subset of ordereddict functionality. WWW: https://bitbucket.org/ruamel/ordereddict
-
feld authored
drawing inspiration from various sources to arrive at a powerful & clean feature set. WWW: https://github.com/pyinvoke/invoke/
-
feld authored
Apache Storm. With pystorm you can create Storm bolts and spouts in Python without having to write a single line of Java. It is meant to be used under-the-hood by Storm Python libraries that will provide the command-line tools for actually building/submitting the topologies (e.g., streamparse and pyleus). WWW: https://github.com/pystorm/pystorm
-
feld authored
The port still works with Python 2.7. WWW: https://github.com/mathiasertl/fabric/
-
feld authored
preservation of comments, seq/map flow style, and map key order WWW: https://bitbucket.org/ruamel/yaml
-
- 02 Nov, 2016 2 commits
-
-
feld authored
via Apache Storm. With streamparse you can create Storm bolts and spouts in Python without having to write a single line of Java. It also provides handy CLI utilities for managing Storm clusters and projects. WWW: https://github.com/Parsely/streamparse
-
feld authored
way. WWW: https://github.com/eleme/thriftpy
-
- 01 Nov, 2016 5 commits
-
-
rene authored
2016-11-01 math/octave-forge-octgpr: Broken for more than 6 months 2016-11-01 math/octave-forge-spline-gcvspl: Broken for more than 6 months 2016-11-01 www/pear-Services_SharedBook: Broken for more than 6 months 2016-11-01 devel/py-snackwich: Depends on broken and expiring devel/py-snack 2016-11-01 math/octave-forge-ad: Broken for more than 6 months 2016-11-01 math/octave-forge-xraylib: Broken for more than 6 months 2016-11-01 x11-toolkits/py-traitsbackendwx: Broken for more than 6 months 2016-11-01 x11-toolkits/py-traitsgui: Depends on broken and expiring x11-toolkits/py-traitsbackendwx 2016-11-01 security/lsh: Broken for more than 6 months 2016-11-01 devel/py-snack: Broken for more than 6 months 2016-11-01 security/massh: Broken for more than 6 months 2016-11-01 www/hydra: Broken for more than 6 months 2016-11-01 math/py-pyfst: Broken for more than 6 months 2016-11-01 archivers/ruby-zip: Broken will all supported versions of Ruby 2016-11-01 devel/ruby-langscan: Broken will all supported versions of Ruby
-
swills authored
gem-compare is a RubyGems plugin that helps to compare versions of the given gem. It searches for differences in metadata as well as in files. WWW: http://github.com/fedora-ruby/gem-compare
-
swills authored
Safely parse Gemfiles and gemspecs WWW: https://github.com/laserlemon/gemnasium-parser
-
jbeich authored
PR: 213956 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> libtuntap is a library for configuring TUN or TAP devices in a portable manner. TUN and TAP are virtual networking devices which allow userland applications to receive packets sent to it. The userland applications can also send their own packets to the devices and they will be forwarded to the kernel. https://github.com/LaKabane/libtuntap
-
swills authored
There are many finite state machine implementations for Ruby, and they all provide a nice DSL for declaring events, exceptions, callbacks, and all kinds of niceties in general. But if all you want is a finite state machine, look no further: this has less than 50 lines of code and provides everything a finite state machine must have, and nothing more. WWW: http://github.com/soveran/micromachine
-
- 29 Oct, 2016 8 commits
-
-
novel authored
PR: 213769 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
novel authored
of digital signatures. PR: 213769 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
novel authored
PR: 213769 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
novel authored
PR: 213769 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
novel authored
PR: 213769 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
novel authored
PR: 213769 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
jhale authored
While here: - Clean up if statements in the master port - Substitute the major.minor version in all gwenhywfar pkg-plists devel/gwenhywfar/files/patch-configure had to be reworked, but the changes only affect the new port and the other changes do not affect the packages, so no PORTREVISON bump.
-
sunpoet authored
Importer acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from any exporter that follows Exporters specification. The exporter modules themselves do not need to use or inherit from the Exporter module, they just need to set @EXPORT and/or other variables. WWW: http://search.cpan.org/dist/Importer/
-
- 28 Oct, 2016 1 commit
-
-
koobs authored
libfaketime intercepts various system calls which programs use to retrieve the current date and time. It can then report faked dates and times (as specified by you, the user) to these programs. This means you can modify the system time a program sees without having to change the time system-wide. libfaketime allows you to specify both absolute dates (e.g., 01/01/2004) and relative dates (e.g., 10 days ago). libfaketime might be used for various purposes, for example - Running legacy software with y2k bugs - Testing software for year-2038 compliance - Debugging time-related issues, such as expired SSL certificates - Running software which ceases to run outside a certain timeframe - Using different system-wide date and time settings, e.g., on OpenVZ- based virtual machines running on the same host - Deterministic build processes. WWW: https://github.com/wolfcw/libfaketime
-