notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: devel/Makefile

Number of commits found: 12514 (showing only 100 on this page)

[First Page]  «  68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78  »  [Last Page]

Sunday, 2 Nov 2014
15:06 marino search for other commits by this committer
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.
Original commitRevision:372073 
Friday, 31 Oct 2014
14:26 bapt search for other commits by this committer
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
Original commitRevision:371830 
Tuesday, 21 Oct 2014
16:53 thierry search for other commits by this committer
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
Original commitRevision:371327 
14:01 andrew search for other commits by this committer
New port devel/arm-none-eabi-gcc for ARM bare metal programming.

Differential Revision:	https://reviews.freebsd.org/D974
Approved by:	bapt
Original commitRevision:371322 
Monday, 20 Oct 2014
19:59 thierry search for other commits by this committer
- Recopy devel/omniORB to devel/omniORB-4.1

- Downgrade it to 4.1.7

- Unbreak devel/omniNotify

- Add CONFLICTS

CR:		D970
Approved by:	pfg
Original commitRevision:371295 
17:23 andrew search for other commits by this committer
New port devel/arm-none-eabi-binutils for ARM bare metal programming.

Differential Revision:	https://reviews.freebsd.org/D973
Approved by:	bapt
Original commitRevision:371286 
Saturday, 18 Oct 2014
09:28 sunpoet search for other commits by this committer
- Sort SUBDIRs
Original commitRevision:371103 
08:53 robak search for other commits by this committer
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)
Original commitRevision:371101 
Friday, 17 Oct 2014
16:52 antoine search for other commits by this committer
- Follow upstream name change
- Update to 0.40
Original commitRevision:371066 
12:07 culot search for other commits by this committer
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>
Original commitRevision:371049 
10:37 rene search for other commits by this committer
Remove expired port:
2014-10-17 devel/rubygem-rspec-spies: Same syntax available in rspec 2.14 and
later
Original commitRevision:371041 
Saturday, 11 Oct 2014
17:28 riggs search for other commits by this committer
- Initial import of Embedded Multicore Building Blocks (EMBB)
Original commitRevision:370653 
Thursday, 9 Oct 2014
20:51 swills search for other commits by this committer
devel/rubygem-oj: create port

The fastest JSON parser and object serializer.

WWW: http://www.ohler.com/oj
Original commitRevision:370558 
12:58 vg search for other commits by this committer
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/
Original commitRevision:370523 
09:42 bapt search for other commits by this committer
Add pre seeded toolchain configuration for powerpc64 and sparc64
Original commitRevision:370511 
06:54 bapt search for other commits by this committer
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
Original commitRevision:370506 
06:23 bapt search for other commits by this committer
Add cross binutils for mips and sparc64
Original commitRevision:370503 
Wednesday, 8 Oct 2014
22:41 bapt search for other commits by this committer
Add a cross binutils for powerpc64
Original commitRevision:370493 
Tuesday, 7 Oct 2014
13:27 bapt search for other commits by this committer
Import liborcus07
Make sure it does not conflicts with liborcus
Original commitRevision:370331 
12:27 gahr search for other commits by this committer
- 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
Original commitRevision:370320 
03:23 swills search for other commits by this committer
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
Original commitRevision:370267 
03:14 swills search for other commits by this committer
devel/rubygem-message_bus: create port

A message bus for rack

WWW: https://github.com/SamSaffron/message_bus
Original commitRevision:370266 
Monday, 6 Oct 2014
23:10 marino search for other commits by this committer
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.
Original commitRevision:370259 
21:13 swills search for other commits by this committer
devel/rubygem-pry-rails: create port

Use Pry as your rails console

WWW: https://github.com/rweng/pry-rails
Original commitRevision:370230 
03:29 swills search for other commits by this committer
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
Original commitRevision:370140 
03:16 swills search for other commits by this committer
devel/rubygem-lru_redux: create port

An efficient implementation of an lru cache

WWW: https://github.com/SamSaffron/lru_redux
Original commitRevision:370139 
02:48 swills search for other commits by this committer
devel/rubygem-logster: create port

UI for viewing logs in Rack

WWW: https://github.com/discourse/logster
Original commitRevision:370138 
01:47 swills search for other commits by this committer
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
Original commitRevision:370136 
Sunday, 5 Oct 2014
21:12 swills search for other commits by this committer
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
Original commitRevision:370125 
21:07 swills search for other commits by this committer
devel/rubygem-fast_stack: create port

Fast method for collecting stack traces

WWW: https://github.com/SamSaffron/fast_stack
Original commitRevision:370123 
20:48 swills search for other commits by this committer
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
Original commitRevision:370116 
14:50 wen search for other commits by this committer
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
Original commitRevision:370092 
14:10 antoine search for other commits by this committer
New port: devel/py-codegen

Extension to ast that allows ast to python code generation.

WWW: https://github.com/andreif/codegen
Original commitRevision:370083 
Saturday, 4 Oct 2014
18:17 demon search for other commits by this committer
Resurrect protobuf port as of rev. 369705 (last version before update to
2.6.0).  devel/hadoop2 needs that specific version.
Original commitRevision:369990 
Friday, 3 Oct 2014
17:45 swills search for other commits by this committer
devel/rubygem-rbtrace: create port

rbtrace shows you method calls happening inside another ruby process in real
time.

WWW: http://github.com/tmm1/rbtrace
Original commitRevision:369917 
16:14 gahr search for other commits by this committer
- 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/
Original commitRevision:369915 
Thursday, 2 Oct 2014
08:03 wen search for other commits by this committer
This module defines a few generally useful utility functions.

WWW: http://search.cpan.org/dist/Data-Munge/
Original commitRevision:369801 
Wednesday, 1 Oct 2014
07:12 vanilla search for other commits by this committer
Add py-google-apputils, it's small collections of utilities for building python
application.
Original commitRevision:369696 
Tuesday, 30 Sep 2014
19:13 skreuzer search for other commits by this committer
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
Original commitRevision:369656 
19:08 skreuzer search for other commits by this committer
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
Original commitRevision:369655 
16:02 skreuzer search for other commits by this committer
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
Original commitRevision:369641 
06:36 vanilla search for other commits by this committer
Add pecl-sync 1.0.1, named and unnamed synchronization objects in PHP.

PR:		ports/194026
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Original commitRevision:369573 
Sunday, 28 Sep 2014
21:10 antoine search for other commits by this committer
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
Original commitRevision:369500 
Saturday, 27 Sep 2014
16:14 xmj search for other commits by this committer
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)
Original commitRevision:369401 
15:14 xmj search for other commits by this committer
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)
Original commitRevision:369397 
15:08 xmj search for other commits by this committer
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)
Original commitRevision:369396 
14:58 xmj search for other commits by this committer
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)
Original commitRevision:369394 
14:00 xmj search for other commits by this committer
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)
Original commitRevision:369391 
08:34 mva search for other commits by this committer
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>
Original commitRevision:369380 
04:12 swills search for other commits by this committer
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
Original commitRevision:369356 
03:57 swills search for other commits by this committer
devel/rubygem-sidekiq: create port for rubygem-sidekiq

Simple, efficient background processing for Ruby

WWW: http://sidekiq.org/
Original commitRevision:369355 
Friday, 26 Sep 2014
16:03 zi search for other commits by this committer
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/
Original commitRevision:369329 
Monday, 22 Sep 2014
20:18 rene search for other commits by this committer
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
Original commitRevision:368995 
10:40 xmj search for other commits by this committer
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.
Original commitRevision:368845 
Sunday, 21 Sep 2014
14:58 dinoex search for other commits by this committer
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/
Original commitRevision:368765 
Saturday, 20 Sep 2014
09:45 rene search for other commits by this committer
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
Original commitRevision:368630 
Friday, 19 Sep 2014
11:40 kwm search for other commits by this committer
Add libclc.

Llvm libclc implements the library requirements of the OpenCL C programming
language, as specified by the OpenCL 1.1 spec.
Original commitRevision:368552 
Wednesday, 17 Sep 2014
19:54 swills search for other commits by this committer
devel/py-pyparsing15: create port of older pyparsing module for py-mwlib
Original commitRevision:368414 
15:27 zi search for other commits by this committer
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/
Original commitRevision:368384 
03:00 vanilla search for other commits by this committer
Add pecl-swoole, async framework of php.
Original commitRevision:368353 
Monday, 15 Sep 2014
02:11 vanilla search for other commits by this committer
Add py-tabulate 0.7.2.

PR:		ports/193574
Submitted by:	Nikolay Dachev (nikolay dachev info)
Original commitRevision:368238 
Sunday, 14 Sep 2014
02:06 swills search for other commits by this committer
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)
Original commitRevision:368156 
Thursday, 11 Sep 2014
17:49 amdmi3 search for other commits by this committer
- 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
Original commitRevision:367957 
Wednesday, 10 Sep 2014
13:28 swills search for other commits by this committer
devel/rubygem-hashie2: create port for older hashie gem

Needed by chef-zero

PR:		193501
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
Original commitRevision:367835 
13:11 bapt search for other commits by this committer
Welcome Mate Desktop 1.8

The porting work as been done by gnome@ (kwm) and Eric Turgeon
(ericturgeon@ghostbsd.org)
Original commitRevision:367830 
Tuesday, 9 Sep 2014
21:05 marino search for other commits by this committer
Restore devel/cross-binutils (needed for devel/mingw64-binutils)
Original commitRevision:367781 
20:32 marino search for other commits by this committer
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.
Original commitRevision:367778 
18:51 swills search for other commits by this committer
devel/rubygem-gems: add port for rubygem-gems

Ruby wrapper for the RubyGems.org API

WWW: https://github.com/rubygems/gems
Original commitRevision:367765 
Monday, 8 Sep 2014
11:45 culot search for other commits by this committer
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/
Original commitRevision:367616 
Sunday, 7 Sep 2014
18:16 marino search for other commits by this committer
Removed unstaged devel/flex-sdk2 and staged dependent flex_compiler_shell
Original commitRevision:367593 
17:48 marino search for other commits by this committer
Remove unstaged lang/otcl and three staged ports that depend it
Original commitRevision:367590 
15:56 adamw search for other commits by this committer
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.
Original commitRevision:367560 
Saturday, 6 Sep 2014
21:23 marino search for other commits by this committer
Remove unstaged devel/semantic and two of it's unstaged dependencies
Original commitRevision:367475 
20:51 swills search for other commits by this committer
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.
Original commitRevision:367472 
17:31 swills search for other commits by this committer
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>
Original commitRevision:367458 
14:17 pi search for other commits by this committer
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>
Original commitRevision:367439 
08:01 tota search for other commits by this committer
- Use devel/rubygem-memoize instead of this
Original commitRevision:367405 
Friday, 5 Sep 2014
21:15 cs search for other commits by this committer
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>
Original commitRevision:367391 
Thursday, 4 Sep 2014
14:24 ale search for other commits by this committer
Import PHP 5.6 branch!
Original commitRevision:367268 
Wednesday, 3 Sep 2014
13:19 madpilot search for other commits by this committer
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 "&amp;", 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/
Original commitRevision:367191 
Tuesday, 2 Sep 2014
23:22 wg search for other commits by this committer
devel/Makefile: forgot to hook up py-path.py
Original commitRevision:367135 
15:43 bapt search for other commits by this committer
Add a mips64 cross binutils
Original commitRevision:367042 
12:45 bapt search for other commits by this committer
Second run at cleaning out non staged ports without pending PR
Original commitRevision:366995 
Monday, 1 Sep 2014
17:36 adamw search for other commits by this committer
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/
Original commitRevision:366909 
17:24 antoine search for other commits by this committer
Hook phabricator to the build
Original commitRevision:366906 
14:51 bapt search for other commits by this committer
Last commit I missed that
Original commitRevision:366880 
Sunday, 31 Aug 2014
19:55 riggs search for other commits by this committer
- Import storm - A distributed realtime computation system used at twitter
  version 0.9.2

PR:		191633
Submitted by:	hsn@sendmail.cz (maintainer)
Original commitRevision:366824 
05:09 swills search for other commits by this committer
re-connect rubygem-builder32 to the build, removing it shouldn't have been
committed yet

Pointy hat to:	swills
Original commitRevision:366724 
04:35 swills search for other commits by this committer
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
Original commitRevision:366722 
Friday, 29 Aug 2014
23:28 bapt search for other commits by this committer
New arm-gnueabi-binutils cross binutils support FreeBSD arm
Original commitRevision:366583 
Thursday, 28 Aug 2014
17:40 antoine search for other commits by this committer
2014-08-28 devel/rubygem-json146: Old version no longer required by dependencies
Original commitRevision:366442 
03:05 koobs search for other commits by this committer
[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
Original commitRevision:366370 
Monday, 25 Aug 2014
20:03 pi search for other commits by this committer
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>
Original commitRevision:366145 
20:00 swills search for other commits by this committer
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
Original commitRevision:366142 
18:49 swills search for other commits by this committer
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>
Original commitRevision:366128 
18:29 pgj search for other commits by this committer
- 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
Original commitRevision:366123 
11:10 koobs search for other commits by this committer
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
Original commitRevision:366063 
Sunday, 24 Aug 2014
17:21 swills search for other commits by this committer
devel/rubygem-power_assert: add port for rubygem-power_assert

Power Assert for Ruby

WWW: https://github.com/k-tsj/power_assert
Original commitRevision:365977 
16:31 swills search for other commits by this committer
devel/rubygem-rspec-support: add port for rubygem-rspec-support

Support utilities for RSpec gems

WWW: https://github.com/rspec/rspec-support
Original commitRevision:365957 
03:07 swills search for other commits by this committer
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
Original commitRevision:365881 

Number of commits found: 12514 (showing only 100 on this page)

[First Page]  «  68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78  »  [Last Page]