| non port: devel/Makefile |
Number of commits found: 12514 (showing only 100 on this page) |
|
Sunday, 2 Nov 2014
|
15:06 marino
Add new port devel/libsearpc
PR: 193132
Submitted by: JingFeng Yan
Searpc is a simple C language RPC framework based on GObject system.
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.
The serialization/deserialization uses JSON format via json-glib
library. A serialized json object is returned from server to client
after executing the RPC function. Each RPC function defined in the
server side should take an extra GError argument to report error.
 |
|
Friday, 31 Oct 2014
|
14:26 bapt
BSD Owl Scripts
This collection of BSD Make directives aims at providing a highly
portable build system targetting modern UNIX systems and supporting
common or less command languages.
It can already be used to:
* Preparation and publication of TeX documents;
* Development of TeX macros with NOWEB;
* Development of OCaml software;
* Maintainance of a FreeBSD workstation configuration files;
* Preparation of a static website with ONSGMLS.
WWW: https://github.com/michipili/bsdowl
PR: 194625
Submitted by: Michael Grunewald
 |
|
Tuesday, 21 Oct 2014
|
16:53 thierry
In order to rescue the Salome's ports, devel/omniNotify and
devel/py-omniorb are needed. But since omniNotify depends on
devel/omniORB-4.1, a version of py-omniorb depending on the same omniORB
is needed, to avoid conflicts.
- Repocopy devel/py-omniorb to devel/py-omniorb-3
- Downgrade it to 3.7
- Set CONFLICTS.
CR: D970
 |
14:01 andrew
New port devel/arm-none-eabi-gcc for ARM bare metal programming.
Differential Revision: https://reviews.freebsd.org/D974
Approved by: bapt
 |
|
Monday, 20 Oct 2014
|
19:59 thierry
- Recopy devel/omniORB to devel/omniORB-4.1
- Downgrade it to 4.1.7
- Unbreak devel/omniNotify
- Add CONFLICTS
CR: D970
Approved by: pfg
 |
17:23 andrew
New port devel/arm-none-eabi-binutils for ARM bare metal programming.
Differential Revision: https://reviews.freebsd.org/D973
Approved by: bapt
 |
|
Saturday, 18 Oct 2014
|
09:28 sunpoet
- Sort SUBDIRs
 |
08:53 robak
devel/librevisa-vxi: NEW PORT
VISA is a multivendor standard for interfacing test and measurement equipment.
LibreVISA aims to be a compliant implementation of the VISA standard in a free
software library. Currently support for targets connected via USB, exposing
the USBTMC interface, and VXI-11 devices.
PR: 193199
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Approved by: mentors (implicit)
 |
|
Friday, 17 Oct 2014
|
16:52 antoine
- Follow upstream name change
- Update to 0.40
 |
12:07 culot
Test::Prereq is a Perl module for checking if Makefile.PL
has the right pre-requisites.
WWW: https://github.com/briandfoy/test-prereq
PR: ports/193711
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
 |
10:37 rene
Remove expired port:
2014-10-17 devel/rubygem-rspec-spies: Same syntax available in rspec 2.14 and
later
 |
|
Saturday, 11 Oct 2014
|
17:28 riggs
- Initial import of Embedded Multicore Building Blocks (EMBB)
 |
|
Thursday, 9 Oct 2014
|
20:51 swills
devel/rubygem-oj: create port
The fastest JSON parser and object serializer.
WWW: http://www.ohler.com/oj
 |
12:58 vg
PALM is a library for using Google's protocol buffers in Python. It has
a fast core written in C with a thin Cython binding to Python. The goal
of palm was to make improvements to the Google reference implementation,
namely:
* Make the library significantly faster
* Clean up the API
WWW: https://github.com/bumptech/palm/
 |
09:42 bapt
Add pre seeded toolchain configuration for powerpc64 and sparc64
 |
06:54 bapt
Add a cross version of gcc minimalistic and suitable enough to cross build world
Current targets: powerpc64 sparc64
Note that gcc 4.9.1 never heard of mips on freebsd neither of arm on freebsd
Note that this does not yet includes the freebsd extensions meaning it cannot
cross build the kernel yet
 |
06:23 bapt
Add cross binutils for mips and sparc64
 |
|
Wednesday, 8 Oct 2014
|
22:41 bapt
Add a cross binutils for powerpc64
 |
|
Tuesday, 7 Oct 2014
|
13:27 bapt
Import liborcus07
Make sure it does not conflicts with liborcus
 |
12:27 gahr
- New port: devel/tclbsd
tclbsd provides a way for Tcl programs to exercise many interesting and useful
system calls and library routines available to C programs on versions of BSD
UNIX such as FreeBSD. Many of the interfaces also work with Linux and other
non-BSD UNIX variants as well.
WWW: https://github.com/flightaware/tclbsd
 |
03:23 swills
devel/rubygem-rack-mini-profiler: create port
Profiling toolkit for Rack applications with Rails integration. Client Side
profiling, DB profiling and Server profiling.
WWW: http://miniprofiler.com
 |
03:14 swills
devel/rubygem-message_bus: create port
A message bus for rack
WWW: https://github.com/SamSaffron/message_bus
 |
|
Monday, 6 Oct 2014
|
23:10 marino
Add new port devel/newtonsoft-json
PR: 194147
Submitted by: Muhammad Rahman
Popular high-performance JSON framework for .NET
* Flexible JSON serializer for converting between .NET objects and JSON
* LINQ to JSON for manually reading and writing JSON
* High performance, faster than .NET's built-in JSON serializers
* Write indented, easy to read JSON
* Convert JSON to and from XML
* Supports .NET 2, .NET 3.5, .NET 4, .NET 4.5, Silverlight, Windows Phone and
Windows 8 Store
The JSON serializer in Json.NET is a good choice when the JSON you are reading
or writing maps closely to a .NET class.
 |
21:13 swills
devel/rubygem-pry-rails: create port
Use Pry as your rails console
WWW: https://github.com/rweng/pry-rails
 |
03:29 swills
devel/rubygem-mustache: create port
Inspired by ctemplate, Mustache is a framework-agnostic way to render
logic-free views.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template
language.
Think of Mustache as a replacement for your views. Instead of views
consisting of ERB or HAML with random helpers and arbitrary logic,
your views are broken into two parts: a Ruby class and an HTML
template.
WWW: http://github.com/defunkt/mustache
 |
03:16 swills
devel/rubygem-lru_redux: create port
An efficient implementation of an lru cache
WWW: https://github.com/SamSaffron/lru_redux
 |
02:48 swills
devel/rubygem-logster: create port
UI for viewing logs in Rack
WWW: https://github.com/discourse/logster
 |
01:47 swills
devel/rubygem-guess_html_encoding: create port
Attempts to guess and then force encoding of HTML documents
WWW: http://github.com/cantino/guess_html_encoding
 |
|
Sunday, 5 Oct 2014
|
21:12 swills
devel/rubygem-fast_xor: create port
Provides a C-optimized method for in-place XORing of two (or three) strings
WWW: http://github.com/CodeMonkeySteve/fast_xor
 |
21:07 swills
devel/rubygem-fast_stack: create port
Fast method for collecting stack traces
WWW: https://github.com/SamSaffron/fast_stack
 |
20:48 swills
devel/rubygem-actionpack-action_caching: create port
Action caching for Action Pack (removed from core in Rails 4.0)
WWW: https://github.com/rails/actionpack-action_caching
 |
14:50 wen
vasm is a portable and retargetable assembler to create linkable
objects in various formats or absolute code.
Multiple CPU-, syntax and output-modules can be selected.
Currently the following CPUs are officially supported by vasm:
M680x0 family (including M6888x, M68851 and CPU32)
ColdFire family (all models of V2, V3, V4, V4e)
80x86 family (IA32 8/16/32 bit, using MIT-syntax)
PowerPC family (POWER, 40x, 6xx, 7xx, 7xxx, 860, e300)
ARM (architecture ARMv1 to ARMv4, including THUMB mode)
Jaguar RISC (GPU and DSP instruction sets)
Z80 family (Z80, 8080, GBZ80, 64180, RCM2/3/4k)
C16x/ST10
6502 family
6800 family (6800, 68HC11)
These syntax flavours are supported:
Standard MIT (GNU-as style) syntax
Motorola/Freescale 68k syntax (Devpac compatible)
Old 8-bit style syntax
WWW: http://sun.hasenbraten.de/vasm/
PR: 194152
Submitted by: uffe@uffe.org
 |
14:10 antoine
New port: devel/py-codegen
Extension to ast that allows ast to python code generation.
WWW: https://github.com/andreif/codegen
 |
|
Saturday, 4 Oct 2014
|
18:17 demon
Resurrect protobuf port as of rev. 369705 (last version before update to
2.6.0). devel/hadoop2 needs that specific version.
 |
|
Friday, 3 Oct 2014
|
17:45 swills
devel/rubygem-rbtrace: create port
rbtrace shows you method calls happening inside another ruby process in real
time.
WWW: http://github.com/tmm1/rbtrace
 |
16:14 gahr
- New port: devel/tcllauncher
tcllauncher is a way to have Tcl programs run out of /usr/local/bin under their
own name, be installed in one place with their support files, and provides
commands to facilitate server-oriented application execution.
While there is another wrapper system that also does this, that system produces
a single executable that contains all the code and support files within a
built-in virtual filesystem wrapped inside the executable. Tcllauncher keeps
the support files distinct, typically in a subdirectory of /usr/local/lib
that's named after the application.
WWW: https://github.com/flightaware/tcllauncher/
 |
|
Thursday, 2 Oct 2014
|
08:03 wen
This module defines a few generally useful utility functions.
WWW: http://search.cpan.org/dist/Data-Munge/
 |
|
Wednesday, 1 Oct 2014
|
07:12 vanilla
Add py-google-apputils, it's small collections of utilities for building python
application.
 |
|
Tuesday, 30 Sep 2014
|
19:13 skreuzer
prompt_toolkit is a library for building powerful interactive command lines in
Python. It ships with a nice interactive Python shell (called ptpython) built
on top of the library.
prompt_toolkit could be a replacement for readline, but it can be much more
than that.
WWW: https://github.com/jonathanslenders/python-prompt-toolkit
 |
19:08 skreuzer
Jedi is an autocompletion tool for Python that can be used in IDEs/editors.
Jedi works. Jedi is fast. It understands all of the basic Python syntax
elements including many builtin functions.
Additionaly, Jedi suports two different goto functions and has support for
renaming as well as Pydoc support and some other IDE features.
WWW: https://github.com/davidhalter/jedi
 |
16:02 skreuzer
This API is mainly for Terminal Emulator implementors -- any python program
that attempts to determine the printable width of a string on a Terminal.
It is certainly possible to use your Operating System's wcwidth() and
wcswidth() calls if it is POSIX-conforming, but this would not be possible on
non-POSIX platforms, such as Windows, or for alternative Python
implementations, such as jython.
WWW: https://github.com/jquast/wcwidth
 |
06:36 vanilla
Add pecl-sync 1.0.1, named and unnamed synchronization objects in PHP.
PR: ports/194026
Submitted by: Gasol Wu <gasol.wu@gmail.com>
 |
|
Sunday, 28 Sep 2014
|
21:10 antoine
Remove expired ports
2014-09-28 archivers/rpm5: Broken for more than 6 months
2014-09-28 devel/cocaine-core: Broken for more than 6 months
2014-09-28 graphics/ruby-tgif: Broken for more than 6 months
 |
|
Saturday, 27 Sep 2014
|
16:14 xmj
devel/rubygem-nprogress_rails: create port
Rails implementation of nprogress progress bars library
WWW: https://github.com/caarlos0/nprogress-rails
Differential Revision: https://reviews.freebsd.org/D858
Approved by: swills (mentor)
 |
15:14 xmj
devel/rubygem-generator_spec-rails4: copy port for rails4
Test Rails generators with RSpec
WWW: https://github.com/stevehodgkiss/generator_spec
Differential Revision: https://reviews.freebsd.org/D856
Approved by: swills (mentor)
 |
15:08 xmj
devel/rubygem-gemnasium-gitlab-service: create port
Add Gemnasium support for Gitlab as a Project Service. It uploads dependency
files automatically on https://gemnasium.com API to track your project
dependencies.
WWW: http://gemnasium.org
Differential Revision: https://reviews.freebsd.org/D855
Approved by: swills (mentor)
 |
14:58 xmj
devel/rubygem-font-awesome-rails-rails4: create port
The font-awesome-rails provides the Font-Awesome web fonts and stylesheets as
a Rails engine for use with the asset pipeline.
WWW: https://github.com/bokmann/font-awesome-rails
Differential Revision: https://reviews.freebsd.org/D854
Approved by: swills (mentor)
 |
14:00 xmj
devel/rubygem-default_value_for: create port
The default_value_for plugin allows one to define default values for
ActiveRecord models in a declarative manner
WWW: https://github.com/FooBarWidget/default_value_for
Approved by: swills (mentor)
 |
08:34 mva
characteristic is a Python package with class decorators that ease the
chores of implementing the most common attribute-related object protocols.
You just specify the attributes to work with and characteristic gives you
any or all of:
a nice human-readable __repr__,
a complete set of comparison methods,
immutability for attributes,
and a kwargs-based initializer
without writing dull boilerplate code again and again.
WWW: https://github.com/hynek/characteristic
PR: 193929
Submitted by: Axel Rau <Axel.Rau@Chaos1.DE>
 |
04:12 swills
devel/rubygem-slack-notifier: create port for rubygem-slack-notifier
A slim ruby wrapper for posting to slack webhooks
WWW: http://github.com/stevenosloan/slack-notifier
 |
03:57 swills
devel/rubygem-sidekiq: create port for rubygem-sidekiq
Simple, efficient background processing for Ruby
WWW: http://sidekiq.org/
 |
|
Friday, 26 Sep 2014
|
16:03 zi
New port: devel/py-oletools:
Python tools to analyze security characteristics of MS OLE2 files (also called
Structured Storage, Compound File Binary Format or Compound Document File
Format), such as Microsoft Office documents, for Malware Analysis and Incident
Response.
WWW: https://pypi.python.org/pypi/oletools/
 |
|
Monday, 22 Sep 2014
|
20:18 rene
Remove expired ports:
2014-09-22 graphics/libggi: Unmaintained upstream
2014-09-22 devel/libgii: Unmaintained upstream
2014-09-22 graphics/fpc-ggi: Unmaintained upstream
 |
10:40 xmj
Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
Additionally, please add the following line to /etc/sysctl.conf:
compat.linux.osrelease=2.6.18
Upgrading procedures are shown in /usr/ports/UPDATING.
This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.
Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,
PR: 186820
Differential Revision: https://reviews.freebsd.org/D793
Reviewed by: allanjude, antoine, bapt, rene
Approved by: portmgr (antoine, bapt)
Approved by: koobs (mentor)
Sponsored by: Perceivon Hosting Inc.
 |
|
Sunday, 21 Sep 2014
|
14:58 dinoex
This package allows Ruby developers to write their code using aspect-
oriented programming style. AspectR is somewhat similar to AspectJ.
WWW: http://aspectr.sourceforge.net/
 |
|
Saturday, 20 Sep 2014
|
09:45 rene
Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in
sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+
abandoned Mason UI technology in favor of FastCGI
 |
|
Friday, 19 Sep 2014
|
11:40 kwm
Add libclc.
Llvm libclc implements the library requirements of the OpenCL C programming
language, as specified by the OpenCL 1.1 spec.
 |
|
Wednesday, 17 Sep 2014
|
19:54 swills
devel/py-pyparsing15: create port of older pyparsing module for py-mwlib
 |
15:27 zi
New port: devel/py-nagioscheck:
pynagioscheck is a Python framework for Nagios plug-in developers.
pynagioscheck strives to conform to the practices described in the Nagios
Plug-in Development Guidelines and, more importantly, save valuable system
administrator time.
WWW: https://pypi.python.org/pypi/nagioscheck/
 |
03:00 vanilla
Add pecl-swoole, async framework of php.
 |
|
Monday, 15 Sep 2014
|
02:11 vanilla
Add py-tabulate 0.7.2.
PR: ports/193574
Submitted by: Nikolay Dachev (nikolay dachev info)
 |
|
Sunday, 14 Sep 2014
|
02:06 swills
www/rubygem-rails4: create port for rails4
This port required creating a number of new ports, old versions of existing
ports and other adjustments, so do all that while here too.
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.
WWW: http://www.rubyonrails.org
Submitted by: xmj (based on)
 |
|
Thursday, 11 Sep 2014
|
17:49 amdmi3
- Preserve devel/yaml-cpp as devel/yaml-cpp03 in preparation to update to 0.5
- Introduce changes necessary to allow both versions to coexist
PR: 192330
Submitted by: madpilot@FreeBSD.org
Approved by: maintainer timeout
 |
|
Wednesday, 10 Sep 2014
|
13:28 swills
devel/rubygem-hashie2: create port for older hashie gem
Needed by chef-zero
PR: 193501
Submitted by: Renaud Chaput <renchap@cocoa-x.com>
 |
13:11 bapt
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon
(ericturgeon@ghostbsd.org)
 |
|
Tuesday, 9 Sep 2014
|
21:05 marino
Restore devel/cross-binutils (needed for devel/mingw64-binutils)
 |
20:32 marino
Remove unstaged devel/arm-eabi-gcc and cascade remove four others
Without devel/arm-eabi-gcc, unstaged cross-gcc has no purpose, nor
does either of the -binutils ports. The sysutils/u-boot-beaglebone-eabi
was staged, but is a casualty of the arm-eabi-gcc removal.
 |
18:51 swills
devel/rubygem-gems: add port for rubygem-gems
Ruby wrapper for the RubyGems.org API
WWW: https://github.com/rubygems/gems
 |
|
Monday, 8 Sep 2014
|
11:45 culot
Test::CleanNamespaces lets you check your module's namespaces for imported
functions you might have forgotten to remove with namespace::autoclean or
namespace::clean and are therefore available to be called as methods, which
usually isn't want you want.
WWW: http://search.cpan.org/dist/Test-CleanNamespaces/
 |
|
Sunday, 7 Sep 2014
|
18:16 marino
Removed unstaged devel/flex-sdk2 and staged dependent flex_compiler_shell
 |
17:48 marino
Remove unstaged lang/otcl and three staged ports that depend it
 |
15:56 adamw
Remove devel/baz and devel/pybaz.
devel/pybaz was staged, but devel/baz (its dependency) wasn't.
devel/baz is unstaged, the distfiles no longer exist, and it has been
obsolete for many, many years. GNU bazaar lives in devel/bzr.
 |
|
Saturday, 6 Sep 2014
|
21:23 marino
Remove unstaged devel/semantic and two of it's unstaged dependencies
 |
20:51 swills
devel/rubygem-tzinfo: update to 1.2.2
While here, create a port for the older 0.3 version for the ports that need it,
hook it up to the build, set those ports to use the older version and bump
portrev on those ports.
 |
17:31 swills
devel/rubygem-plist: create port for rubygem-plist
All-purpose Property List manipulation library
WWW: https://github.com/bleything/plist
PR: 193342
Submitted by: Renaud Chaput <renchap@cocoa-x.com>
 |
14:17 pi
New port: devel/p5-Connector
The Connector provides a generic connection to a data set, typically
configuration data in a hierarchical structure. Each connector
object accepts the get(KEY) method, which, when given a key, returns
the associated value from the connector's data source. Typically,
a connector acts as a proxy to a simple data source like YAML,
Config::Std, Config::Versioned, or to a more complex data source
like an LDAP server or Proc::SafeExec. The standard calling convention
via get(KEY) makes the connectors interchangeable.
WWW: http://search.cpan.org/dist/Connector/
PR: 192735
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
 |
08:01 tota
- Use devel/rubygem-memoize instead of this
 |
|
Friday, 5 Sep 2014
|
21:15 cs
logutils is a Go package that augments the standard library "log"
package to make logging a bit more modern, without fragmenting
the Go ecosystem with new logging packages.
PR: ports/192964
Submitted by: Thomas Bartelmess <thomas@bartelmess.io>
 |
|
Thursday, 4 Sep 2014
|
14:24 ale
Import PHP 5.6 branch!
 |
|
Wednesday, 3 Sep 2014
|
13:19 madpilot
Courier library which implements several algorithms related to the
Unicode Standard:
- Look up uppercase, lowercase, and titlecase equivalents of a
unicode character.
- Implementation of grapheme and work breaking rules.
- Implementation of line breaking rules.
- Several ancillary functions, like looking up the unicode character
that corresponds to some HTML 4.0 entity (such as "&", for
example), and determining the normal width or a double-width status
of a unicode character. Also, an adaptation of the iconv(3) API
for this unicode library.
This library also implements C++ bindings for these algorithms.
WWW: http://www.courier-mta.org/unicode/
 |
|
Tuesday, 2 Sep 2014
|
23:22 wg
devel/Makefile: forgot to hook up py-path.py
 |
15:43 bapt
Add a mips64 cross binutils
 |
12:45 bapt
Second run at cleaning out non staged ports without pending PR
 |
|
Monday, 1 Sep 2014
|
17:36 adamw
Add devel/p5-Term-ProgressBar-Simple, a simpler interface to
Term::ProgressBar.
Progress bars are handy - they tell you how much work has been done, how much
is left to do and estimate how long it will take. But they can be fiddly! This
module does the right thing in almost all cases in a really convenient way.
It wraps Term::ProgressBar::Quiet so there is no output unless the code is
running interactively - lets you put them in cron scripts.
It deals with minor updates - only refreshes the screen when it will change
what the user sees so it is efficient.
It completes the progress bar when the progress object is destroyed (explicitly
or by going out of scope) - no more '99%' done.
WWW: http://search.cpan.org/dist/Term-ProgressBar-Simple/
 |
17:24 antoine
Hook phabricator to the build
 |
14:51 bapt
Last commit I missed that
 |
|
Sunday, 31 Aug 2014
|
19:55 riggs
- Import storm - A distributed realtime computation system used at twitter
version 0.9.2
PR: 191633
Submitted by: hsn@sendmail.cz (maintainer)
 |
05:09 swills
re-connect rubygem-builder32 to the build, removing it shouldn't have been
committed yet
Pointy hat to: swills
 |
04:35 swills
devel/rubygem-rugged: add port for rubygem-rugged
Rugged is a Ruby bindings to the libgit2 linkable C Git library.
WWW: https://github.com/libgit2/rugged
 |
|
Friday, 29 Aug 2014
|
23:28 bapt
New arm-gnueabi-binutils cross binutils support FreeBSD arm
 |
|
Thursday, 28 Aug 2014
|
17:40 antoine
2014-08-28 devel/rubygem-json146: Old version no longer required by dependencies
 |
03:05 koobs
[NEW] devel/py-riak_pb: Riak Protocol Buffers Messages
Message definitions for the Protocol Buffers-based interface to Riak and
various Erlang-specific utility modules for the message types.
WWW: https://github.com/basho/riak_pb
 |
|
Monday, 25 Aug 2014
|
20:03 pi
New port: devel/p5-Config-Merge
Config::Merge - load a configuration directory tree containing
YAML, JSON, XML, Perl, INI or Config::General files
WWW: http://search.cpan.org/dist/Config-Merge/
PR: 192818
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
 |
20:00 swills
devel/rubygem-sigdump: add port to be used by updated fluentd
Setup signal handler which dumps backtrace of running threads and number of
allocated objects per class.
WWW: https://github.com/frsyuki/sigdump
 |
18:49 swills
devel/rubygem-classifier-reborn: add port to be used by Jekyll update
A general classifier module to allow Bayesian and other types of
classifications.
WWW: https://github.com/jekyll/classifier-reborn
PR: 192973
Submitted by: Michael Moll <kvedulv@kvedulv.de>
 |
18:29 pgj
- Update pandoc to 1.13.0.1
- Update gitit to 0.10.5
- Update texmath to 0.8
- Update zip-archive to 0.2.3.4
- Add haddock-library: Library exposing some functionality of Haddock
- Add hoauth2: Haskell OAuth2 authentication
- Add JuicyPixels: Picture loading/serialization
Obtained from: FreeBSD Haskell
 |
11:10 koobs
Move picosat and py-pycosat from devel -> math
- Remove from devel/Makefile
- Add to math/Makefile
- Update CATEGORIES for both ports
- Add MOVED entries
While I'm here, sort MOVED entries causing MOVEDlint.awk error [1]
after r365599 [2]
[1] 6470: date going backwards from 2014-08-20 to 2014-08-15
[2] https://svnweb.freebsd.org/changeset/ports/365599
Suggested by: vsevolod
 |
|
Sunday, 24 Aug 2014
|
17:21 swills
devel/rubygem-power_assert: add port for rubygem-power_assert
Power Assert for Ruby
WWW: https://github.com/k-tsj/power_assert
 |
16:31 swills
devel/rubygem-rspec-support: add port for rubygem-rspec-support
Support utilities for RSpec gems
WWW: https://github.com/rspec/rspec-support
 |
03:07 swills
devel/rubygem-bson1: add port for 1.x ver of rubygem-bson, for rubygem-mongo
rubygem-mongo requires rubygem-bson at the same version as rubygem-mongo, so
add a port for the older version of rubygem-bson
 |
Number of commits found: 12514 (showing only 100 on this page) |