non port: devel/Makefile |
Number of commits found: 11333 (showing only 100 on this page) |
Tuesday, 10 Feb 2015
|
11:17 rm
A library for parsing ISO 8601 strings.
WWW: https://bitbucket.org/nielsenb/aniso8601/
|
Sunday, 8 Feb 2015
|
21:30 pi
New port: devel/p5-Router-R3
R3 is an URL router library with high performance, thus, it's
implemented in C. It compiles your route paths into a prefix trie.
By using the constructed prefix trie in the start-up time, you can
dispatch routes with efficiency.
WWW: http://search.cpan.org/dist/Router-R3/
PR: 194230
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Reviewed by: marino
|
12:02 demon
New port: Apache Hive.
The Apache Hive data warehouse software facilitates querying and managing
large datasets residing in distributed storage. Hive provides a mechanism
to project structure onto this data and query the data using a SQL-like
language called HiveQL. At the same time this language also allows
traditional map/reduce programmers to plug in their custom mappers and
reducers when it is inconvenient or inefficient to express this logic in HiveQL.
WWW: http://hive.apache.org/
|
10:06 pi
New port: devel/statik
statik allows you to embed a directory of static files into your
Go binary to be later served from an http.FileSystem. Is this a
crazy idea? No, not necessarily. If you're building a tool that
has a Web component, you typically want to serve some images, CSS
and JavaScript. You like the comfort of distributing a single binary,
so you don't want to mess with deploying them elsewhere. If your
static files are not large in size and will be browsed by a few
people, statik is a solution you are looking for.
WWW: https://github.com/rakyll/statik
PR: 194987
Submitted by: cheffo@freebsd-bg.org
|
Saturday, 7 Feb 2015
|
23:54 jbeich
Add new port: devel/onscripter and devel/onscripter-1byte
PR: 196654
Differential Revision: https://reviews.freebsd.org/D1800
Approved by: bapt (mentor)
Open source clone of NScripter, a game engine used to create and
perform visual novels.
WWW: http://onscripter.sourceforge.jp/onscripter.html
|
Friday, 6 Feb 2015
|
08:34 bofh
devel/ntopng-zmq: remove port
Removed as no longer required after ntopng 1.1. Updated upstream version
is in the ports tree net/libzmq4. No ports depend on this anymore. It
only existed to support net/ntopng 1.1.
Differential Revision: https://reviews.freebsd.org/D1779
Approved by: marino(mentor)
|
Thursday, 5 Feb 2015
|
22:19 brd
Add new port devel/p5-JIRA-REST for interfacing with the JIRA API.
PR: 197106
Approved by: swills
|
Tuesday, 3 Feb 2015
|
18:43 jbeich
Add new port devel/renpy
PR: 195768
Differential Revision: https://reviews.freebsd.org/D1577
Reviewed by: games (amdmi3, earlier version)
Approved by: flo (mentor, earlier version)
Approved by: bapt (mentor)
Ren'Py is a visual novel engine that helps you use words, images, and
sounds to tell stories with the computer. These can be both visual
novels and life simulation games. The easy to learn script language
allows you to efficiently write large visual novels, while its Python
scripting is enough for complex simulation games.
WWW: http://www.renpy.org/
|
Monday, 2 Feb 2015
|
15:43 skreuzer
Joblib is a set of tools to provide lightweight pipelining in Python. In
particular, joblib offers:
* transparent disk-caching of the output values and lazy re-evaluation
* easy simple parallel computing
* logging and tracing of the execution
Joblib is optimized to be fast and robust in particular on large data and has
specific optimizations for numpy arrays.
WWW: https://github.com/joblib/joblib
|
Sunday, 1 Feb 2015
|
20:25 adamw
Redo r378267, adding devel/p5-Input-Validator.
|
20:24 adamw
Shoot. r378267 contained changes to a bunch of ports that I didn't mean to
commit.
Back it out, and bump PORTEPOCH on all the ports that I accidentally changed.
|
19:55 adamw
Add devel/p5-Input-Validator. This is an input validation system, similar
to HTTP::Validate, Data::Validator, Brannigan, etc. Input::Validator doesn't
really do anything other than input validation, so it's much lighter-weight than
some of the others.
WWW: https://metacpan.org/pod/Input::Validator
|
15:12 antoine
New port: devel/libsigscan
libsigscan is a library for binary signature scanning.
WWW: https://github.com/libyal/libsigscan
|
Friday, 30 Jan 2015
|
13:19 jbeich
Add new port devel/rlvm
PR: 195964
Differential Revision: https://reviews.freebsd.org/D1696
Reviewed by: bapt
Approved by: bapt (mentor)
rlvm is a Free Software reimplementation of VisualArt's KK's RealLive
interpreter, used in the games Kanon, Air, CLANNAD, Planetarian,
Tomoyo After and Little Busters, among many others.
WWW: http://www.elliotglaysher.org/rlvm/
|
Wednesday, 28 Jan 2015
|
16:18 rene
Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months
2015-01-26 audio/wmauda: Broken for more than 6 months
2015-01-26 audio/x11amp: Broken for more than 6 months
2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into
devel/p5-Log-Any by upstream
2015-01-26 ftp/rexx-curl: Broken for more than 6 months
2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months
2015-01-26 www/lifetype: Broken for more than 6 months
2015-01-26 www/ump: Broken for more than 6 months
|
Tuesday, 27 Jan 2015
|
06:13 koobs
[NEW] devel/py-sh: Python subprocess interface
sh (previously pbs) is a full-fledged subprocess replacement for Python
2.6 - 3.4 that allows you to call any program as if it were a function.
WWW: https://github.com/amoffat/sh
PR: 197086
Submitted by: Maxim Filimonov <che bein.link>
|
03:45 vanilla
Add godot 1.0, game engine and development environment.
PR: ports/197114
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz>
|
Sunday, 25 Jan 2015
|
23:21 gblach
Add devel/py-efl
Python bindings for Enlightenment Foundation Libraries and for Elementary.
|
13:59 kuriyama
The Slices package provides implementations of slice-based datatypes
for all of Go's basic types, as well as two separate implementations
for handling slices in the context of reflection values. Currently
there's no documentation but the extensive test suite includes
numerous examples of how to use slices to solve common tasks.
WWW: https://github.com/feyeleanor/slices/
|
00:10 bapt
This is a line editing library. It can be linked into almost any program to
provide command-line editing and history. It is call-compatible with the FSF
readline library, but is a fraction of the size (and offers fewer features).
The editline library was created by Simmule Turner and Rich Salz back in 1992.
At the time they chose to distribute the code under a "C News-like" copyright,
see the file LICENSE for details.
The small size (<30k), lack of dependencies (no ncurses needed!) and the free
license should make this library interesting to many embedded developers
WWW: https://github.com/troglobit/editline
|
Wednesday, 21 Jan 2015
|
23:47 brooks
Add ports of llvm/clang 3.6.0rc1.
|
17:07 amdmi3
- Add devel/rubygem-travis
CLI and Ruby client library for Travis CI
WWW: https://github.com/travis-ci/travis.rb
|
09:29 kwm
Add libical-glib 1.0.0.
This port provides introspection bindings for libical.
|
03:24 amdmi3
- Add devel/rubygem-gh
Multi-layer client for the github api v3
WWW: http://rubygems.org/gems/gh/
|
Monday, 19 Jan 2015
|
19:13 trasz
New port: devel/efivar
Tools and library to manipulate EFI variables.
Sponsored by: The FreeBSD Foundation
|
15:07 vanilla
1: move actor-framework to caf.
2: pass maintainer bit to submitter.
3: add some options.
PR: 196809
Submitted by: Matthias Vallentin <vallentin at icir.org>
|
13:04 sunpoet
- Move devel/p5-perlbrew to devel/p5-App-perlbrew
- Update to 0.72
- Sort PLIST
- Update pkg-descr
Changes: http://search.cpan.org/dist/App-perlbrew/Changes
|
Sunday, 18 Jan 2015
|
22:47 sunpoet
- Add p5-Pod-Usage 1.64
Pod::Usage provides the function "pod2usage()" to print usage messages for a
Perl script based on its embedded pod documentation. Pod::Usage is a subclass of
Pod::PlainText. Please see the POD documentation for this module (embedded in
the file "Usage.pm") for more details. The pod2usage() function is probably the
most generally useful function in this entire distribution since it is useful to
just about any Perl5 script that is invoked from the command-line.
WWW: http://search.cpan.org/dist/Pod-Usage/
|
10:28 sunpoet
- Add p5-Types-Core 0.1.4
Types::Core provides syntax symplifier for type checking. It allows easy,
non-quoted usage of types as literals, and allows the standard type names to be
used as true/false check routines of references.
For the most basic functions, they take either 0 or 1 arguments. If 1 parameter,
then they test it to see if the ref is of the given type (blessed or not). If
false, undef is returned, of true, the ref, itself is returned.
For no args, they return literals of themselves, allowing the named strings to
be used as Literals without quotes.
WWW: http://search.cpan.org/dist/Types-Core/
|
10:27 sunpoet
- Add p5-Xporter 0.1.2
Xporter provides EXPORT functionality similar to Exporter with some different
rules to simplify common cases.
The primary difference, in Xporter is that the default EXPORT list remains the
default EXPORT list unless the user specifically asks for it to not be included,
whereas in Exporter, asking for any additional exports from the EXPORT_OK list,
clears the default EXPORT list.
Xporter makes it easy to reset or clear the default so that choice is left to
the user.
To reset the default EXPORT list to empty, a bare minus ('-') or logical-not
sign ('!') is placed as the first parameter in the client's import list.
WWW: http://search.cpan.org/dist/Xporter/
|
10:26 sunpoet
- Add p5-mem 0.4.5
mem is a trivial pragma to either allow defining the module it is included from
as being defined so that later classes or packages in the same file can use the
package to pull in a reference to it, or to be able to call its import routine
from a different package in the same file.
With parameter assignments or other actions, it forces those assignments to be
done, immediately, at compile time instead of later at run time. It can be use,
for example, with Exporter, to export typed-sub's among other usages.
WWW: http://search.cpan.org/dist/mem/
|
Thursday, 15 Jan 2015
|
15:51 rpaulo
Add devel/gitinspector.
gitinspector is a statistical analysis tool for git repositories. The
defaut analysis shows general statistics per author, which can be
complemented with a timeline analysis that shows the workload and
activity of each author. Under normal operation, it filters the
results to only show statistics about a number of given extensions and
by default only includes source files in the statistical analysis.
Differential Revision: https://reviews.freebsd.org/D1529
Reviewed by: bapt
Approved by: bapt
|
09:55 trasz
New port: devel/gnu-efi
SDK for developing EFI applications for ARM-64, ARM-32, x86_64,
IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain
and the EFI development environment.
Sponsored by: The FreeBSD Foundation
|
Tuesday, 13 Jan 2015
|
02:51 vanilla
Add pecl-propto.
|
02:49 vanilla
Add pecl-raphf.
|
Monday, 12 Jan 2015
|
09:23 vanilla
Add actor-framework.
|
05:52 sunpoet
- Connect devel/p5-File-Tail-Multi
|
Sunday, 11 Jan 2015
|
17:31 olgeni
Sort category Makefiles.
|
Friday, 9 Jan 2015
|
11:45 demon
This port contains the core of BrowserScope's original user agent string
parser: data collected over the years by Steve Souders and numerous other
contributors, extracted into a separate YAML file so as to be reusable as is
by implementations in any programming language.
This port itself does not contain a parser: only the necessary data to build
one. There exists a ref implementation, along with multiple, production-ready
implementations in various programming languages.
WWW: https://github.com/ua-parser/uap-core
|
10:06 vanilla
Add p5-IPC-PerlSSH 0.16, class for executing remote perl code over an
SSH link.
PR: ports/196587
Submitted by: Niels Kristensen <niels@kristensen.io>
|
00:34 kuriyama
RAW is a high-level interface to Go's unsafe and reflection packages,
designed to ease both generic programming and low-level memory access.
WWW: https://github.com/feyeleanor/raw
|
Wednesday, 7 Jan 2015
|
17:55 sunpoet
- Add rubygem-notiffany 0.0.2
Notiffany is a notification library supporting popular notifiers, such as:
Growl, libnotify, TMux, Emacs, rb-notifu, notifysend, gntp, TerminalNotifier.
Features:
- most popular notification libraries supported
- easy to override options at any level (new(), notify())
- using multiple notifiers simultaneously
- child processes reuse same configuration
WWW: https://github.com/guard/notiffany
RG: https://rubygems.org/gems/notiffany
|
Monday, 5 Jan 2015
|
23:00 adamw
Add the McBain web framework system, including p5-Brannigan (a text validation
and parsing system),
p5-McBain (an API-driven self-documenting web framework), and
p5-McBain-WithPSGI, a Plack/PSGI adapter for McBain.
See:
https://metacpan.org/pod/Brannigan
https://metacpan.org/pod/McBain
https://metacpan.org/pod/McBain-WithPSGI
|
19:30 sunpoet
- Add rubygem-bones 3.8.1
Mr Bones is a handy tool that creates new Ruby projects from a code skeleton.
The skeleton contains some starter code and a collection of rake tasks to ease
the management and deployment of your source code. Several Mr Bones plugins are
available for creating git repositories, creating GitHub projects, running
various test suites and source code analysis tools.
WWW: https://github.com/TwP/bones
RG: https://rubygems.org/gems/bones
|
19:30 sunpoet
- Respect rubygems naming: rename devel/rubygem-little_plugger to
devel/rubygem-little-plugger
- Add LICENSE
- Remove DISTNAME and GEM_NAME
- Update WWW
- Bump PORTREVISION for dependency change
|
17:35 sunpoet
- Add rubygem-retryable 2.0.0
Retryable uns a code block, and retries it when an exception occurs. It's great
when working with flakey webservices (for example).
It's configured using four optional parameters :tries, :on, :sleep, :matching,
:ensure, :exception_cb and runs the passed block. Should an exception occur,
it'll retry for (n-1) times.
Should the number of retries be reached without success, the last exception will
be raised.
WWW: https://github.com/nfedyashev/retryable
RG: https://rubygems.org/gems/retryable
|
Sunday, 4 Jan 2015
|
17:11 sunpoet
- Add p5-Log-Report-Optional 1.01
Log::Report::Optional will allow libraries (helper modules) to have a dependency
to a small module instead of the full Log-Report distribution. The full power of
Log::Report is only released when the main program uses that module. In that
case, the module using the 'Optional' will also use the full Log::Report,
otherwise the dressed-down Log::Report::Minimal version.
WWW: http://search.cpan.org/dist/Log-Report-Optional/
|
12:02 sunpoet
- Add p5-Perl-osnames 0.11
Perl::osnames contains $data which lists possible values of $^O along with
description for each. It also provides some helper functions.
WWW: http://search.cpan.org/dist/Perl-osnames/
|
10:33 bapt
Add p5-Perl4-CoreLibs
This is a collection of .pl files that have historically been bundled with the
Perl core but are planned not to be so distributed with core version 5.15 or
later.
WWW: http://search.cpan.org/~zefram/Perl4-CoreLibs-0.003/
|
Saturday, 3 Jan 2015
|
19:30 sunpoet
- Add p5-Test-TempDir-Tiny 0.002
Test::TempDir::Tiny works with Test::More to create temporary directories that
stick around if tests fail.
It is loosely based on Test::TempDir, but with less complexity, greater
portability and zero non-core dependencies. (Capture::Tiny is recommended for
testing.)
WWW: http://search.cpan.org/dist/Test-TempDir-Tiny/
|
18:44 pi
New port: devel/p5-Object-Import
This module lets you call methods of a certain object more easily
by exporting them as functions to a package. The exported functions
are not called as methods and do not receive an object argument,
but instead the object is fixed at the time you import them with
this module.
WWW: http://search.cpan.org/dist/Object-Import/
|
07:11 sunpoet
- Add p5-Inline-C 0.71
Inline::C is a module that allows you to write Perl subroutines in C. Since
version 0.30 the Inline module supports multiple programming languages and each
language has its own support module. This document describes how to use Inline
with the C programming language. It also goes a bit into Perl C internals.
WWW: http://search.cpan.org/dist/Inline-C/
|
Thursday, 1 Jan 2015
|
18:53 sunpoet
- Add p5-Log-Dispatch-FileWriteRotate 0.02
Log::Dispatch::FileWriteRotate functions similarly to Log::Dispatch::FileRotate,
but uses File::Write::Rotate as backend, thus interoperates more easily with
other modules which use File::Write::Rotate as backend, e.g.
Tie::Handle::FileWriteRotate or Process::Govern.
WWW: http://search.cpan.org/dist/Log-Dispatch-FileWriteRotate/
|
16:08 sunpoet
- Add p5-Pegex 0.59
Pegex is an Acmeist parser framework. It allows you to easily create parsers
that will work equivalently in lots of programming languages! The inspiration
for Pegex comes from the parsing engine upon which the postmodern programming
language Perl 6 is based on. Pegex brings this beauty to the other justmodern
languages that have a normal regular expression engine available.
Pegex gets it name by combining Parsing Expression Grammars (PEG), with Regular
Expessions (Regex). That's actually what Pegex does.
PEG is the cool new way to elegantly specify recursive descent grammars. The
Perl 6 language is defined in terms of a self modifying PEG language called Perl
6 Rules. Regexes are familiar to programmers of most modern programming
languages. Pegex defines a simple PEG syntax, where all the terminals are
regexes. This means that Pegex can be quite fast and powerful.
Pegex attempts to be the simplest way to define new (or old) Domain Specific
Languages (DSLs) that need to be used in several programming languages and
environments. Things like JSON, YAML, Markdown etc. It also great for writing
parsers/compilers that only need to work in one language.
WWW: http://search.cpan.org/dist/Pegex/
|
16:07 sunpoet
- Add p5-Log-Dispatch-ArrayWithLimits 0.03
Log::Dispatch::ArrayWithLimits functions similarly to Log::Dispatch::Array, with
a few differences:
- only the messages (strings) are stored
- allow specifying array variable name (e.g. "My::array" instead of \@My:array)
This makes it possible to use in Log::Log4perl configuration, which is a text
file.
- can apply some limits
Currently only max_elems (the maximum number of elements in the array) is
available. Future limits will be added (see "TODO").
Logging to an in-process array can be useful when debugging/testing, or when you
want to let users of your program connect to your program to request viewing the
ogs being produced.
WWW: http://search.cpan.org/dist/Log-Dispatch-ArrayWithLimits/
|
16:07 sunpoet
- Add p5-File-Write-Rotate 0.25
File::Write::Rotate can be used to write to file, usually for logging, that can
rotate itself. File will be opened in append mode. Locking will be done to avoid
conflict when there are multiple writers. Rotation can be done by size (after a
certain size is reached), by time (daily/monthly/yearly), or both.
WWW: http://search.cpan.org/dist/File-Write-Rotate/
|
16:06 sunpoet
- Add p5-File-Flock-Retry 0.59
File::Flock::Retry is yet another flock module. It is a more lightweight
alternative to File::Flock with some other differences:
- OO interface only
- Autoretry (by default for 60s) when trying to acquire lock
WWW: http://search.cpan.org/dist/File-Flock-Retry/
|
16:05 sunpoet
- Add p5-Rinci 1.1.70
Rinci is a set of extensible, language-neutral metadata specifications for your
code (functions/methods, variables, packages, classes, and so on). It allows
various helper tools, from code generator to web middleware to documentation
generator to other protocols, to act on your code, making your life easier as a
programmer. Rinci also allows better interoperability between programming
languages. It is geared towards dynamic scripting languages like Perl, Python,
Ruby, PHP, JavaScript, but is not limited to those languages.
WWW: http://search.cpan.org/dist/Rinci/
|
16:04 sunpoet
- Add p5-DefHash 1.0.8
DefHash is a specification for using hashes to define things. It was born out of
several other projects/specifications like Sah, Rinci, Riap, Module::Patch.
WWW: http://search.cpan.org/dist/DefHash/
|
16:03 sunpoet
- Add p5-ExtUtils-CppGuess 0.07
ExtUtils::CppGuess attempts to guess the system's C++ compiler that is
compatible with the C compiler that your perl was built with.
It can generate the necessary options to the Module::Build constructor or to
ExtUtils::MakeMaker's WriteMakefile function.
WWW: http://search.cpan.org/dist/ExtUtils-CppGuess/
|
01:13 rene
Remove expired ports:
2015-01-01 biology/boinc-simap: Project shutting down, see
http://boincsimap.org/boincsimap/forum_thread.php?id=88
2015-01-01 security/openssh-portable-base: Overwrite-base option/port/pkg will
be removed. There is no real need for foot-shooting.
2015-01-01 devel/cedet: Fails to build, use Emacs' builtin cedet package instead
2015-01-01 devel/ecb: does not work with newer Emacs versions, use the elpa
package instead
|
Monday, 29 Dec 2014
|
09:46 mva
Automated Reasoning Engine and Flow Based Programming Framework
IoFlo is a magically powerful open interoperable software framework that
enables non experts to intelligently automate their own programmable world.
WWW: http://ioflo.com
WWW: http://github.com/ioflo/ioflo
PR: 194891
Submitted by: Christer Edwards (christer.edwards@gmail.com)
|
05:54 koobs
devel/py-checkmanifest: Rename port, Update to 0.22
- Move py-checkmanifest to py-check-manifest [1] ala upstream name.
- Update devel/Makefile
- Add MOVED entry
While I'm here:
- Update to 0.22
- Add LICENSE_FILE
- Add TEST_DEPENDS and regression-test: target
- Use a single line for PORTDOCS
- Update (prettify) pkg-descr
Changes:
* https://github.com/mgedmin/check-manifest/blob/0.22/CHANGES.rst
[1] https://pypi.python.org/pypi/check-manifest
Approved by: maintainer (via IRC)
|
04:40 kuriyama
The uuid package generates and inspects UUIDs based on RFC 4122 and
DCE 1.1: Authentication and Security Services.
WWW: https://code.google.com/p/go-uuid/
|
Wednesday, 24 Dec 2014
|
21:29 antoine
Unbreak INDEX
|
Tuesday, 23 Dec 2014
|
04:04 koobs
[NEW] devel/py-filemagic: Python API for libmagic
filemagic provides a Python API for libmagic, the library behind Unix file
command. It enables the Python developer to easilty test for file types from
the extensive identification library that is shipped with libmagic.
Features:
* Simple, Python API
* Identifies named files or strings
* Return a textual description, mime type or mime encoding
* Provide custom magic files to customize file detection
* Support for both Python2 and Python3
* Support for both CPython and PyPy
WWW: https://filemagic.readthedocs.org
|
Monday, 22 Dec 2014
|
10:59 koobs
[NEW] devel/py-future: Clean single-source support for Python 3 and 2
future is the missing compatibility layer between Python 2 and Python 3.
It allows you to use a single, clean Python 3.x-compatible codebase to
support both Python 2 and Python 3 with minimal overhead.
WWW: https://python-future.org/
PR: 193094
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes)
|
Saturday, 20 Dec 2014
|
22:17 antoine
New port: devel/libfwsi
Library to access the Windows Shell Item format.
WWW: https://github.com/libyal/libfwsi
|
18:26 demon
New port: Apache Spark.
Apache Spark is a fast and general-purpose cluster computing system. It
provides high-level APIs in Java, Scala and Python, and an optimized engine
that supports general execution graphs. It also supports a rich set of
higher-level tools including Spark SQL for SQL and structured data processing,
MLlib for machine learning, GraphX for graph processing, and Spark Streaming.
WWW: http://spark.apache.org/
|
18:15 sunpoet
- Add rubygem-nenv 0.1.1
Using ENV in Ruby is like using raw SQL statements - it feels wrong, because it
is. If you agree, this gem is for you.
The benefits over using ENV directly:
- much friendlier stubbing in tests
- you no longer have to care whether false is "0" or "false" or whatever
- NO MORE ALL CAPS EVERYWHERE!
- keys become methods
- namespaces which can be passed around as objects
- you can subclass!
- you can marshal/unmarshal your own types automatically!
- strict mode saves you from doing validation yourself
- and there's more to come...
- it's designed to be as lightweight and as fast as possible compared to ENV
- designed to be both hackable and convenient
WWW: https://github.com/e2/nenv
RG: https://rubygems.org/gems/nenv
|
00:08 amdmi3
This library provides C++11 bindings/wrapper over a subset of SDL2
functions with extra features proided with modern C++ such as:
* RAII-style initialization and destruction
* Full error checking: exception is thrown if any SDL function
fails. Exception itself allows to retrieve SDL error string
* C++11 move semantics support, which allow you to store SDL objects
in containers and pass/return them by value with no overhead
WWW: https://github.com/AMDmi3/libSDL2pp
|
Thursday, 18 Dec 2014
|
23:36 brooks
Remove ports of obsolete and unmaintained upstream llvm/clang 3.2.
Mark pure as BROKEN by this removal. It should be updated to a recent
release that supports llvm 3.5, but has seen no substantive updates in
over a year.
|
Tuesday, 16 Dec 2014
|
20:01 brooks
Add a port of libxo:
libxo - A Library for Generating Text, XML, JSON, and HTML Output
The libxo library allows an application to generate text, XML, JSON,
and HTML output using a common set of function calls. The application
decides at run time which output style should be produced. The
application calls a function "xo_emit" to product output that is
described in a format string. A "field descriptor" tells libxo what
the field is and what it means.
Sponsored by: DARPA, AFRL
|
Monday, 15 Dec 2014
|
19:29 rene
Remove expired ports:
2014-12-15 devel/preps-gui: upstream disappeared
2014-12-15 devel/prepstools: upstream disappeared
|
Saturday, 13 Dec 2014
|
18:37 pawel
The strict extension introduces support for strict scalar parameter type hints
without changing Zend. Support for the following types is introduced:
* string
* integer, int
* float, double
* boolean, bool
* resource
Variadic support for all of the above types is also included.
WWW: http://pecl.php.net/package/strict
PR: 195425
Submitted by: Gasol Wu <gasol.wu@gmail.com>
|
Wednesday, 10 Dec 2014
|
19:02 dvl
Add devel/py-anyconfig to category Makefile
Approved by: wg (mentor)
|
Saturday, 6 Dec 2014
|
03:09 rpaulo
pructl is an utility to interface with PRUs.
It uses libpru (devel/libpru) and currently supports the BeagleBone
(white/black).
Differential Revision: https://reviews.freebsd.org/D1271
Reviewed by: bapt
Approved by: bapt
|
Friday, 5 Dec 2014
|
18:07 rpaulo
Add a new port: devel/libpru.
libpru is a library to interface with Programmable Realtime Units on
FreeBSD. Currently only the Texas Instruments PRUs are
supported. Those can be found in the AM18XX and AM33XX (BeagleBone
Black) SoCs.
Differential Revision: https://reviews.freebsd.org/D1266
Reviewed by: bapt
Approved by: bapt
|
13:35 antoine
Remove devel/rubygem-rb-readline, it's not needed
PR: ports/192636
|
10:13 antoine
New port: devel/rubygem-rb-readline
The readline library provides a pure Ruby implementation of the GNU readline C
library, as well as the Readline extension that ships as part of the standard
library.
WWW: https://github.com/luislavena/rb-readline
|
Thursday, 4 Dec 2014
|
15:25 sunpoet
- Add p5-Module-Runtime-Conflicts 0.001
Module::Runtime::Conflicts provides conflicts checking for Module::Runtime,
which had a recent release that broke some versions of Moose. It is called from
Moose::Conflicts and moose-outdated.
WWW: http://search.cpan.org/dist/Module-Runtime-Conflicts/
|
15:24 sunpoet
- Add p5-Devel-OverloadInfo 0.002
Devel::OverloadInfo returns information about overloaded operators for a given
class (or object), including where in the inheritance hierarchy the overloads
are declared and where the code implementing it is.
WWW: http://search.cpan.org/dist/Devel-OverloadInfo/
|
15:22 sunpoet
- Add rubygem-CFPropertyList 2.2.8
CFPropertyList implements class to read, manipulate and write both XML and
binary property list files (plist(5)) as defined by Apple. Have a look at
CFPropertyList::List for more documentation.
WWW: https://github.com/ckruse/CFPropertyList
RG: https://rubygems.org/gems/CFPropertyList
|
Tuesday, 2 Dec 2014
|
09:37 arved
Add Websocketpp a C++ implementation of the Websocket protocol
|
Monday, 1 Dec 2014
|
19:21 rene
Remove expired ports:
2014-11-30 ports-mgmt/pkg-plist: Generate incorrect plists
2014-11-30 sysutils/rubygem-hiera-puppet: Has been incorporated into hiera
2014-11-30 sysutils/rubygem-hiera-json: Has been incorporated into hiera
2014-11-30 databases/memcachedb: Depends on deprecated Berkeley DB version,
needs porting to DB_SITE
2014-12-01 games/djgame2: Online servers gone, game is not playable
2014-12-01 devel/creduce: Unmaintained and depends on ancient LLVM 3.2
2014-12-01 lang/clay: No development since July 2013, depends on obsolete
clang-3.2
|
Saturday, 29 Nov 2014
|
18:32 antoine
Hook gettext-runtime and gettext-tools to the build
|
14:46 bapt
Add an external toolchain suitable for amd64 target
|
14:33 rene
Remove expired ports:
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
|
Friday, 28 Nov 2014
|
12:02 marino
Add new port devel/libr3
PR: 194212
Submitted by: Gasol Wu
R3 is an URL router library with high performance implemented in C. It
compiles route paths into a prefix trie. By using the constructed prefix
trie in the start-up time, you can dispatch routes with efficiency.
|
10:35 danfe
Add two new ports: bbfreeze and bbfreeze-loader (helper script).
bbfreeze creates standalone executables from Python scripts. It's similar
in purpose to the well known py2exe for Windows, py2app for OS X, PyInstaller
and cx_Freeze (in fact ancient versions were based on cx_Freeze.
And it uses the modulegraph package, which is also used by py2app).
It has the following features:
- ZIP/Egg file import tracking
- Binary dependency tracking (e.g. shared libraries)
- Multiple script freezing support
- Python interpreter included (named 'py')
- Automatic pathname rewriting (pathnames in tracebacks are relative)
- New distutils command: bdist_bbfreeze
WWW: https://pypi.python.org/pypi/bbfreeze/
|
10:32 danfe
Fix the order of existing entries (prior to addind couple of new ones).
|
Wednesday, 26 Nov 2014
|
23:12 antoine
Remote duplicate port
|
22:57 delphij
New port: american fuzzy lop.
American fuzzy lop is a fuzzer that employs a novel type of compile-time
instrumentation and genetic algorithms to automatically discover clean,
interesting test cases that trigger new internal states in the targeted
binary.
|
Tuesday, 25 Nov 2014
|
10:47 makc
Add new port devel/cmake-modules-webos:
CMake modules from FreeWebOS project.
WWW: http://freewebos.github.io/
PR: 194706
Submitted by: Petr Penzin
|
03:07 gblach
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage
Reviewed by: crees, antoine
|
Monday, 24 Nov 2014
|
10:45 bapt
Abandoned upstream, incomplete, not depend on
|
06:50 antoine
Hook some ports to the build
|
Sunday, 23 Nov 2014
|
16:23 thierry
Resurrect devel/mico, in order to restore OpenFOAM.
- Update to version 2.3.13
- Port to clang.
- Support staging.
PR: ports/194559
Submitted by: Pedro F. Giffuni <pfg (at) FreeBSD.org>
|
Thursday, 20 Nov 2014
|
10:13 kuriyama
POSIX::strftime::Compiler provides GNU C library compatible
strftime(3). But this module will not affected by the system locale.
This feature is useful when you want to write loggers, servers and
portable applications.
For generate same result strings on any locale,
POSIX::strftime::Compiler wraps POSIX::strftime and converts some
format characters to perl code.
WWW: http://search.cpan.org/dist/POSIX-strftime-Compiler/
|
09:41 kuriyama
Scalar::Util::LooksLikeNumber contains looks_like_number() like
Scalar::Util's looks_like_number(), except it returns the raw value
from the C function. Scalar::Util used to do this also, but it
returns a booleanized value since 1.39.
WWW: http://search.cpan.org/dist/Scalar-Util-LooksLikeNumber/
|
Number of commits found: 11333 (showing only 100 on this page) |