| non port: devel/Makefile |
Number of commits found: 12245 (showing only 100 on this page) |
|
Sunday, 30 Jun 2013
|
15:54 antoine
New port: py-olefileio_pl
A python module to read Microsoft OLE2 files
 |
14:51 antoine
New port: py-binplist
A binary property list parser module written in python
 |
|
Friday, 28 Jun 2013
|
04:04 swills
Context framework extracted from Shoulda
WWW: http://thoughtbot.com/community/
 |
04:04 swills
Making tests easy on the fingers and eyes
WWW: http://thoughtbot.com/community/
 |
|
Thursday, 27 Jun 2013
|
06:59 miwi
This is an implementation of Daniel Berger's proposal of structured warnings
for Ruby. They provide dynamic suppression and activation, as well as,
an inheritance hierarchy to model their relations. This library preserves
the old warn signature, but additionally allows a raise-like use.
WWW: https://github.com/schmidt/structured_warnings
PR: ports/179251
Submitted by: Mikhail T. <m.tsatsenko@gmail.com>
 |
|
Tuesday, 25 Jun 2013
|
13:31 koobs
devel/concurrencykit: [NEW PORT] Lock-free data structures for high performance
concurrent systems
Concurrency Kit provides a plethora of concurrency primitives, safe memory
reclamation mechanisms and non-blocking data structures designed to aid in
the design and implementation of high performance concurrent systems.
WWW: http://concurrencykit.org
Reviewed by: Samy Bahra
 |
|
Monday, 24 Jun 2013
|
14:32 ale
Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
 |
|
Sunday, 23 Jun 2013
|
13:30 swills
Docile turns any Ruby object into a DSL. Especially useful with the Builder
pattern.
WWW: http://ms-ati.github.com/docile/
 |
|
Saturday, 22 Jun 2013
|
22:32 wg
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3.
WWW: http://www.pygit2.org
 |
03:41 sunpoet
- Add p5-experimental 0.005
This pragma provides an easy and convenient way to enable or disable
experimental features.
WWW: http://search.cpan.org/dist/experimental/
 |
02:39 swills
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
the same name
WWW: http://rubyforge.org/projects/ascii85/
 |
02:38 swills
The Hashery is a tight collection of Hash-like classes. Included among its many
offerings are the auto-sorting Dictionary class, the efficient LRUHash, the
flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass
of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash
making it a snap to subclass and augment to fit any specific use case.
WWW: http://rubyworks.github.com/hashery
 |
|
Thursday, 20 Jun 2013
|
22:21 ohauer
New ports for bugzilla44
- devel/bugzilla44
- japanese/bugzilla44
- german/bugzilla44
Release Notes:
http://www.bugzilla.org/releases/4.4/release-notes.html
 |
13:52 wg
PEAR channel for the doctrine project
WWW: http://pear.doctrine-project.org/
 |
13:30 wg
Symfony Console Component
WWW: http://pear.symfony.com/
 |
|
Wednesday, 19 Jun 2013
|
21:13 ohauer
- restore subversion-1.7.x as subversion17
I will take the port
OK per PM by Lev@
 |
18:00 crees
Add fmake from head, as of r250982.
This is almost the same as the one from stable/9, except with a few comment
changes, so it is a good drop-in replacement.
Reviewed by: bapt, brooks, obrien (all briefly)
 |
|
Tuesday, 18 Jun 2013
|
17:58 tj
New port for devel/p5-constant
This pragma allows you to declare constants at compile-time.
WWW: http://search.cpan.org/dist/constant/
 |
11:03 koobs
devel/py-d2to1: Distutils2-like setup.cfg files for setuptools [NEW PORT]
d2to1 (the 'd' is for 'distutils') allows using distutils2-like
setup.cfg files for a package's metadata with a distribute/setuptools
setup.py script.
It works by providing a distutils2-formatted setup.cfg file containing
all of a package's metadata, and a very minimal setup.py which will
slurp its arguments from the setup.cfg.
WWW: https://github.com/iguananaut/d2to1
 |
10:54 koobs
Add libqxt to devel/Makefile
Approved by: gahr (maintainer)
 |
|
Sunday, 16 Jun 2013
|
19:54 amdmi3
Efficient conversion of values into readable byte strings
WWW: http://code.haskell.org/~dolio/
 |
14:29 bdrewery
New port: devel/kyua-atf-compat:
Kyua (pronounced Q.A.) is a testing framework for both developers and
users. Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else. There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.
This module, kyua-atf-compat, provides tools to ease the transition from
ATF to Kyua. In particular, this includes is a tool to convert Atffile
files to Kyuafile files in an automated manner, and drop-in replacement
wrappers for atf-run and atf-report.
WWW: https://code.google.com/p/kyua/
PR: ports/177640
Submitted by: asomers
Reviewed by: Garrett Cooper <yaneurabeya@gmail.com>
 |
14:22 bdrewery
New port: devel/kyua:
Kyua (pronounced Q.A.) is a testing framework for both developers and
users. Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else. There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.
At the moment, Kyua is focused on implementing a solid foundation and a
powerful command-line tool to run tests implemented with the Automated
Testing Framework (ATF). Later on, Kyua will also provide a set of
language bindings (C, C++ and shell, at the least) to ease the
implementation of test cases in a variety of programming languages.
In effect, Kyua is intended to be a replacement for ATF.
WWW: https://code.google.com/p/kyua/
PR: ports/177641
Submitted by: asomers
Reviewed by: Garrett Cooper <yaneurabeya@gmail.com>
 |
14:10 bdrewery
New port: devel/kyua-testers:
Kyua (pronounced Q.A.) is a testing framework for both developers and
users. Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else. There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.
This module, kyua-testers, provides scriptable interfaces to interact
with test programs of various kinds. The interface of such testers
allows the caller to execute a single test case of a single test program
in a controlled and homogeneous manner.
WWW: https://code.google.com/p/kyua/
PR: ports/177637
Submitted by: asomers
Reviewed by: Garrett Cooper <yaneurabeya@gmail.com>
 |
10:37 sbz
GUI Viewer for Python profiling runs. Provides explorability and overall
visualization of the call tree and package/module structures.
WWW: http://www.vrplumber.com/programming/runsnakerun/
 |
|
Thursday, 13 Jun 2013
|
23:02 sbz
Meliae is a library meant to help people understand how their memory is being
used in Python.
WWW: http://launchpad.net/meliae
 |
|
Tuesday, 11 Jun 2013
|
18:50 brooks
Add ports of clang and LLVM 3.3.rc3. Unlike previous ports these
install primarily in ${PREFIX}/llvm33 with wrapper scripts in
${PREFIX}/bin named clang33, llc33, etc.
In an additional change, the clang static analyzer's python wrapper and
web bits are not installed.
 |
15:41 skreuzer
Python module for building and describing deterministic finite-state automata.
WWW: http://code.google.com/p/python-fsm/
 |
10:55 bapt
tradcpp is a traditional (K&R-style) preprocessor.
It has the particular property that it doesn't (for the most part)
trash whitespace, so it can be used on makefiles.
This is only release 0.1; it is missing some features and doubtless
has quite a few bugs, but it's capable of building at least some
packages when used with imake.
 |
|
Monday, 10 Jun 2013
|
22:47 wg
librest is a library that was designed to make it easier to access RESTful
web services.
It comprises of two parts: the first aims to make it easier to make requests
by providing a wrapper around libsoup, the second aids with XML parsing by
wrapping libxml2.
WWW: https://live.gnome.org/Librest
PR: ports/178013
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by: culot (mentor)
 |
14:36 rene
Remove expired port:
2013-03-05 devel/linuxthreads: Broken for more than 6 month
 |
09:16 rene
Remove expired port:
2013-06-10 devel/gprbuild-aux: Deprecated in favour of devel/gprbuild
 |
00:26 swills
Parse YAML safely, without that pesky arbitrary object deserialization
vulnerability
WWW: http://dtao.github.io/safe_yaml/
 |
00:22 swills
pygments.rb exposes the pygments syntax highlighter to Ruby
WWW: https://github.com/tmm1/pygments.rb
 |
00:20 swills
The complete solution for Ruby command-line executables.
Commander bridges the gap between other terminal related libraries you know and
love (OptionParser, HighLine), while providing many new features, and an
elegant API.
WWW: http://visionmedia.github.io/commander/
 |
|
Sunday, 9 Jun 2013
|
18:51 swills
Ruby/CairoGObject is a Ruby binding of cairo-gobject.
WWW: http://ruby-gnome2.sourceforge.jp/
 |
18:47 swills
Ruby/GIO2 is a Ruby binding of gio-2.x.
WWW: http://ruby-gnome2.sourceforge.jp/
 |
18:46 swills
Ruby binding for GObjectIntrospection
WWW: http://ruby-gnome2.sourceforge.jp/
 |
18:41 swills
Ruby/GLib2 is a Ruby binding for GLib2.
WWW: http://ruby-gnome2.sourceforge.jp/
PR: ports/173384
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
 |
|
Friday, 7 Jun 2013
|
13:35 wg
tvrage is a python based object oriented client interface for tvrage.com's
XML based api feeds.
The tvrage package consists of three modules:
- feeds module provides a wrapper function for each of tvrage's XML-feeds
- api module provides an clean and object oriented interface on top of those
services
- quickinfo module is a simple pythonic wrapper for tvrage's quickinfo api.
Values are returned as python dictionaries rather than dedicated objects
for tv shows and episodes
WWW: https://github.com/ckreutzer/python-tvrage
Approved by: culot (mentor)
 |
|
Thursday, 6 Jun 2013
|
22:05 mandree
Link lua-lunit to the devel/ subtree.
 |
12:56 wg
jsonschema is an implementation of JSON Schema for Python
- Full support for Draft 3 and Draft 4 of the schema.
- Lazy validation that can iteratively report all validation errors.
- Small and extensible
- Programmatic querying of which properties or items failed validation.
WWW: http://github.com/Julian/jsonschema
Approved by: culot (mentor)
 |
12:35 culot
Devel::GlobalDestruction::XS is an XS backend for Devel::GlobalDestruction.
WWW: http://search.cpan.org/dist/Devel-GlobalDestruction-XS/
 |
|
Tuesday, 4 Jun 2013
|
21:54 bapt
2013-03-05 devel/linux-js: Broken for more than 6 month
emulators/osmose: depends on expired devel/linux-js
 |
18:53 pgj
- Update The Glorious Glasgow Haskell Compiler to version 7.6.3
- Update Haskell Platform to version 2013.2.0.0
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some highlights of the update:
- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk
New ports (11):
devel/hs-asn1-types 0.1.3
devel/hs-data-default-class 0.0.1
devel/hs-data-default-instances-base 0.0.1
devel/hs-data-default-instances-containers 0.0.1
devel/hs-data-default-instances-dlist 0.0.1
devel/hs-data-default-instances-old-locale 0.0.1
devel/hs-extensible-exceptions 0.1.1.4
devel/hs-mmorph 1.0.0
devel/hs-quickcheck-io 0.1.0
x11-toolkits/hs-GLURaw 1.3.0.0
x11-toolkits/hs-OpenGLRaw 1.3.0.0
Updated ports (104):
archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1
databases/hs-persistent 1.1.5.1 --> 1.2.0.1
databases/hs-persistent-sqlite 1.1.5 --> 1.2.0
databases/hs-persistent-template 1.1.2.4 --> 1.2.0
devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2
devel/hs-IORefCAS 0.2_3 --> 0.2.0.1
devel/hs-MonadRandom 0.1.8 --> 0.1.9
devel/hs-QuickCheck 2.5.1.1_1 --> 2.6
devel/hs-abstract-deque 0.1.6_1 --> 0.2
devel/hs-alex 3.0.2_1 --> 3.0.5
devel/hs-async 2.0.1.3_1 --> 2.0.1.4
devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0
devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1
devel/hs-byteorder 1.0.3_4 --> 1.0.4
devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2
devel/hs-classy-prelude 0.5.3 --> 0.5.7
devel/hs-cmdargs 0.10.2 --> 0.10.3
devel/hs-conduit 1.0.2 --> 1.0.5
devel/hs-data-default 0.5.0_1 --> 0.5.3
devel/hs-fsnotify 0.0.6 --> 0.0.11
devel/hs-generic-deriving 1.4.0 --> 1.5.0
devel/hs-git-annex 4.20130323_1 --> 4.20130601
devel/hs-haddock 2.11.0_1 --> 2.13.2
devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1
devel/hs-hlint 1.8.43 --> 1.8.45
devel/hs-hspec 1.4.4 --> 1.5.4
devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2
devel/hs-largeword 1.0.4 --> 1.0.5
devel/hs-lens 3.8.7.3 --> 3.9.0.2
devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5
devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1
devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1
devel/hs-monad-par 0.3.4.1 --> 0.3.4.2
devel/hs-pool-conduit 0.1.1_1 --> 0.1.2
devel/hs-profunctors 3.3 --> 3.3.0.1
devel/hs-reflection 1.1.7 --> 1.3.2
devel/hs-resourcet 0.4.5 --> 0.4.7.1
devel/hs-show 0.5 --> 0.6
devel/hs-split 0.2.1.1_1 --> 0.2.2
devel/hs-stm 2.4_1 --> 2.4.2
devel/hs-syb 0.3.7_1 --> 0.4.0
devel/hs-tagged 0.4.4_1 --> 0.6
devel/hs-text 0.11.2.3_1 --> 0.11.3.1
devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1
devel/hs-unix-time 0.1.5 --> 0.1.8
devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1
devel/hs-utility-ht 0.0.8_3 --> 0.0.9
devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3
devel/hs-uuid 1.2.9 --> 1.2.13
devel/hs-void 0.5.11 --> 0.6
math/hs-NumInstances 1.2 --> 1.3
math/hs-comonad-transformers 3.0.1_1 --> 3.0.2
math/hs-semigroups 0.9 --> 0.9.1
math/hs-statistics 0.10.2.0_2 --> 0.10.3.1
net/hs-network 2.3.1.0_1 --> 2.4.1.2
net/hs-publicsuffixlist 0.0.3 --> 0.1
net/hs-socks 0.5.0 --> 0.5.1
security/hs-certificate 1.3.5_1 --> 1.3.7
security/hs-cipher-aes 0.1.7 --> 0.1.8
security/hs-clientsession 0.8.1_1 --> 0.9
security/hs-crypto-api 0.11 --> 0.12.1
security/hs-crypto-conduit 0.5.0 --> 0.5.2
security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3
security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2
security/hs-cryptocipher 0.4.0_1 --> 0.5.0
security/hs-cryptohash 0.8.3_1 --> 0.9.0
security/hs-skein 0.1.0.12 --> 1.0.3
textproc/hs-HaXml 1.23.3_2 --> 1.24
textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1
textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1
textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5
textproc/hs-case-insensitive 1.0 --> 1.0.0.2
textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9
textproc/hs-hs-bibutils 4.17 --> 5.0
textproc/hs-polyparse 1.8_3 --> 1.9
textproc/hs-texmath 0.6.1.3 --> 0.6.1.5
textproc/hs-xml 1.3.12_4 --> 1.3.13
textproc/hs-yaml 0.8.2.3 --> 0.8.2.4
www/hs-HTTP 4000.2.5_1 --> 4000.2.8
www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1
www/hs-hamlet 1.1.6.3 --> 1.1.7.1
www/hs-happstack-server 7.1.7 --> 7.1.7.1
www/hs-heist 0.11.1 --> 0.12.0
www/hs-http-conduit 1.9.0 --> 1.9.3
www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6
www/hs-shakespeare 1.0.3.1 --> 1.0.5
www/hs-shakespeare-css 1.0.3 --> 1.0.5.1
www/hs-shakespeare-js 1.1.2.1 --> 1.1.4
www/hs-snap 0.11.2 --> 0.12.0
www/hs-wai-extra 1.3.2.4 --> 1.3.4
www/hs-wai-test 1.3.0.4 --> 1.3.1
www/hs-warp 1.3.7.4 --> 1.3.8.1
www/hs-yesod 1.1.9.2 --> 1.2.0.1
www/hs-yesod-auth 1.1.5.3 --> 1.2.0
www/hs-yesod-core 1.1.8.2 --> 1.2.0.4
www/hs-yesod-form 1.2.1.3 --> 1.3.0
www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0
www/hs-yesod-platform 1.1.8 --> 1.2.0.1
www/hs-yesod-routes 1.1.2 --> 1.2.0
www/hs-yesod-static 1.1.2.2 --> 1.2.0
www/hs-yesod-test 0.3.5 --> 1.2.0
x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1
x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1
x11/hs-xmobar 0.16_2 --> 0.17
Removed ports (2):
www/hs-yesod-default 1.1.3.2
www/hs-yesod-json 1.1.2.1
PR: ports/179146 [1]
Requested by: Omar Thameen <omar@biglist.com> [1]
Reported by: sperber, bapt [2]
Tested by: sperber [2]
Obtained from: FreeBSD Haskell
 |
|
Monday, 3 Jun 2013
|
10:34 rene
Remove expired ports:
2013-03-05 mail/p5-vpopmail: Broken for more than 6 month
2013-06-01 mail/vodmr: depends on expired mail/p5-vpopmail
2013-06-03 audio/ventrilo-server: No more public distfiles
2013-06-03 devel/libzrtp: No more public distfiles
2013-05-30 mail/postfix26: No longer supported by upstream
2013-06-01 devel/i386-rtems-gcc: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-gcc: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-gcc: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-gcc: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-gcc: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-gcc: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-binutils: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/i386-rtems-binutils: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-binutils: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-binutils: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-binutils: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-binutils: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-binutils: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-gcc: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-gdb: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-gdb: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/i386-rtems-gdb: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-gdb: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-gdb: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-gdb: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-gdb: many issues; see
https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
 |
|
Sunday, 2 Jun 2013
|
07:50 rm
Grab is site scraping framework. Grab could be used for:
- website data mining
- work with network API
- automation of actions performed on websites
WWW: http://grablib.org/
 |
|
Saturday, 1 Jun 2013
|
14:29 swills
Capybara is an integration testing tool for rack based web applications. It
simulates how a user would interact with a website.
WWW: http://github.com/jnicklas/capybara
 |
14:28 swills
XPath is a Ruby DSL for generating XPath expressions
WWW: http://rubygems.org/gems/xpath
 |
|
Thursday, 30 May 2013
|
09:11 rene
- Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
bsd.linux-rpm.mk. The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
and below.
- Update LEGAL and MOVED
PR: ports/176877
Submitted by: myself
Approved by: portmgr (bapt)
Exp-run by: bapt
 |
|
Wednesday, 29 May 2013
|
00:46 miwi
This is an implementation of MurmurHash3 - noncriptographic hash function.
WWW: https://github.com/funny-falcon/murmurhash3-ruby
PR: ports/178623
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
 |
00:44 miwi
It is an implementation of Sumbur consistent spreading algorithm.
WWW: https://github.com/mailru/sumbur-ruby
PR: ports/178622
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
 |
00:40 miwi
It is specialized versions of methods for working with binary data.
It were written cause:
- MRI's #pack and #unpack seems to be slow
- result of #pack is often appended to a string at the very next step.
- usually we need to drop unpacked string head
WWW: https://github.com/funny-falcon/bin_utils
PR: ports/178619
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
 |
00:34 miwi
Pyfilesystem is a Python module that provides a simplified common interface to
many types of filesystem. Filesystems exposed via Pyfilesystem can also be
served over the network, or 'mounted' on the native filesystem.
Pyfilesystem simplifies working directories and paths, even if you only intend
to work with local files. Differences in path formats between platforms are
abstracted away, and you can write code that sand-boxes any changes to a given
directory.
WWW: http://code.google.com/p/pyfilesystem/
PR: ports/179027
Submitted by: Douglas Thrift <douglas@douglasthrift.net>
 |
|
Tuesday, 28 May 2013
|
14:06 osa
Add libeio - event-based fully asynchronous I/O library for C.
 |
|
Monday, 27 May 2013
|
03:07 swills
Changes the current Ruby.
WWW: https://github.com/postmodern/chruby
PR: ports/175552
Submitted by: Ross Timson <ross@rosstimson.com>
 |
|
Sunday, 26 May 2013
|
07:15 kuriyama
Pure perl eval with persistent lexical variables.
WWW: http://search.cpan.org/dist/Eval-WithLexicals/
 |
01:39 kuriyama
This small low-level module only has one purpose: pass a file
descriptor to another process, using a (streaming) unix domain socket
(on POSIX systems) or any (streaming) socket (on WIN32 systems). The
ability to pass file descriptors on windows is currently the unique
selling point of this module. Have I mentioned that it is really
small, too?
WWW: http://search.cpan.org/dist/IO-FDPass/
 |
01:24 kuriyama
Module::Functions is a library to get a public functions list from
package. It is useful to create a exportable function list.
WWW: http://search.cpan.org/dist/Module-Functions/
 |
|
Saturday, 25 May 2013
|
23:57 sunpoet
- Add p5-Type-Tiny 0.004
Type::Tiny is a tiny class for creating Moose-like type constraint objects which
are compatible with Moo, Moose and Mouse.
Maybe now we won't need to have separate MooseX, MouseX and MooX versions of
everything? We can but hope...
This documents the internals of Type::Tiny. Type::Tiny::Manual is a better
starting place if you're new.
WWW: http://search.cpan.org/dist/Type-Tiny/
 |
23:46 sunpoet
- Add p5-Sub-Exporter-Lexical 0.092291
Sub::Exporter::Lexical provides an alternate installer for Sub::Exporter.
Installers are documented in Sub::Exporter's documentation; all you need to know
is that by using Sub::Exporter::Lexical's installer, you can import routines
into a lexical scope that will be cleaned up when that scope ends.
WWW: http://search.cpan.org/dist/Sub-Exporter-Lexical/
 |
|
Thursday, 23 May 2013
|
09:46 zeising
Record the lfc->lfcbase move here as well.
Pointyhat to: zeising
 |
|
Tuesday, 21 May 2013
|
20:58 olgeni
Add devel/meck, a library to create mock modules in Erlang.
 |
18:54 mm
Remove devel/php5-phing (replaced by devel/pear-phing)
 |
10:16 tobez
Add devel/p5-MooseX-Has-Options 0.003, a Perl module that provides a
succinct syntax for declaring options for Moose attributes.
 |
07:38 miwi
PEAR channel for the phpDocumentor project
WWW: http://pear.phpdoc.org/
PR: ports/171912
Submitted by: Gasol Wu <gasol.wu@gmail.com>
 |
06:12 miwi
PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension
is based on the Judy C library. A Judy array consumes memory only when it is
populated, yet can grow to take advantage of all available memory if desired.
Judy's key benefits are scalability, high performance, and memory efficiency.
WWW: http://pecl.php.net/package/Judy
PR: ports/177535
Submitted by: Gasol Wu <gasol.wu@gmail.com>
 |
|
Monday, 20 May 2013
|
13:52 bsam
Terminfo database required by Linux applications using ncurses, such as
Matlab (r).
WWW: http://invisible-island.net/ncurses/ncurses.html
PR: ports/177723
Submitted by: Jason Bacon <jwbacon@tds.net>
 |
|
Sunday, 19 May 2013
|
12:29 mm
From the Phing homepage:
PHing Is Not GNU make; it's a PHP project build system or build tool based on
Apache Ant. You can do anything with it that you could do with a traditiona
build system like GNU make, and its use of simple XML build files and
extensible PHP "task" classes make it an easy-to-use and highly flexible build
framework.
Features include running PHPUnit and SimpleTest unit tests (including test
result and coverage reports), file transformations (e.g. token replacement,
XSLT transformation, Smarty template transformations), file system operations,
interactive build support, SQL execution, CVS/SVN/GIT operations, tools for
creating PEAR packages, documentation generation (DocBlox, PhpDocumentor) and
much, much more.
WWW: http://www.phing.info
 |
12:12 mm
PEAR channel for Phing
WWW: http://pear.phing.info
 |
04:19 bdrewery
Lutok is a lightweight C++ API library for Lua.
Lutok provides thin C++ wrappers around the Lua C API to ease the
interaction between C++ and Lua. These wrappers make intensive use of
RAII to prevent resource leakage, expose C++-friendly data types, report
errors by means of exceptions and ensure that the Lua stack is always
left untouched in the face of errors. The library also provides a small
subset of miscellaneous utility functions built on top of the wrappers.
Lutok focuses on providing a clean and safe C++ interface; the drawback
is that it is not suitable for performance-critical environments. In
order to implement error-safe C++ wrappers on top of a Lua C binary
library, Lutok adds several layers or abstraction and error checking
that go against the original spirit of the Lua C API and thus degrade
performance.
WWW: https://code.google.com/p/lutok/
PR: ports/177639
Submitted by: Alan Somers <asomers@FreeBSD.org>
 |
03:02 koobs
devel/py-blinker: Simple object-to-object and broadcast signaling [NEW PORT]
Blinker provides a fast dispatching system that allows any number of interested
parties to subscribe to events, or "signals".
Features:
- A global registry of named signals
- Anonymous signals
- Custom name registries
- Permanently or temporarily connected receivers
- Automatically disconnected receivers via weak referencing
- Sending arbitrary data payloads
- Collecting return values from signal receivers
WWW: http://discorporate.us/projects/Blinker/
Approved by: eadler, rm (mentors, implicit)
 |
|
Saturday, 18 May 2013
|
13:06 olgeni
Add devel/oserl, an Erlang framework for using the SMPP protocol
in messaging applications.
 |
13:02 olgeni
Add common_lib, a library of Erlang functions used by oserl and
other projects.
 |
|
Thursday, 16 May 2013
|
14:06 rm
Remove devel/py-celementtree becuase it's a part of Python standard library
since version 2.5 (included as xml.etree.cElementTree). Upstream development
going on python.org, there is no ports depending on this one.
PR: 155524
Submitted by: rm (myself)
Approved by: nivit (maintainer, by mail)
 |
|
Wednesday, 15 May 2013
|
14:11 wen
BusyBee provides a messaging abstraction on top of TCP sockets.
BusyBee is a refined version of the HyperDex event loop. It exposes a
"messaging" abstraction on top of TCP and automatically packs/unpacks messages
on the wire. At the core of BusyBee is a thread-safe event loop that enables
multiple threads to send and receive messages concurrently.
WWW: https://github.com/rescrv/busybee
PR: 178655
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
 |
|
Tuesday, 14 May 2013
|
21:33 tota
- Add new port: devel/R-cran-caTools
Contains several basic utility functions including: moving (rolling,
running) window statistic functions, read/write for GIF and ENVI
binary files, fast calculation of AUC, LogitBoost classifier, base64
encoder/decoder, round-off error free sum and cumsum, etc.
WWW: http://cran.r-project.org/web/packages/caTools/
 |
18:28 rakuco
Add devel/libe.
It is a collection of high-performance data structures and utilities in C++.
PR: ports/178626
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
 |
|
Monday, 13 May 2013
|
02:29 miwi
APCu - APC User Cache
WWW: http://pecl.php.net/package/apcu
PR: ports/178300
Submitted by: John Chen <johnpupu@gmail.com>
 |
02:27 miwi
A compatible Threading API for PHP5.3+
WWW: http://pecl.php.net/package/pthreads
PR: ports/178299
Submitted by: John Chen <johnpupu@gmail.com>
 |
|
Saturday, 11 May 2013
|
15:16 mm
Queue layer for the Horde Framework with various storage backends and
runners.
 |
01:16 koobs
devel/uboot: Rename to devel/uboot-mkimage
- Rename devel/u-boot to devel/uboot-mkimage
- Accordingly, update MOVED and add SUBDIR in devel/Makefile
While I'm here:
- Update to 2010.12
- Update PORTNAME and MAINTAINER
- Remove custom do-patch and do-build targets
- Use BUILD_WRKSRC and MAKEFILE instead
- Update BSDmakefile
- Add patch-include__compiler.h
- Trim Makefile header
- pkg-descr: Tab->space for WWW:
PR: ports/178137
Approved by: eadler, rm (mentors)
Approved by: maintainer timeout (16 days)
Obtained from: ray
Discussed with: ray
 |
|
Friday, 10 May 2013
|
20:44 rm
Makes ANSI escape character sequences, for producing colored terminal text and
cursor positioning, work under MS Windows.
ANSI escape character sequences have long been used to produce colored terminal
text and cursor positioning on Unix and Macs. Colorama makes this work on
Windows, too. It also provides some shortcuts to help generate ANSI sequences,
and works fine in conjunction with any other ANSI sequence generation library,
such as Termcolor.
WWW: http://pypi.python.org/pypi/colorama
PR: 178352
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org>
 |
20:43 rm
JMESPath (pronounced "jaymz path") allows you to declaratively specify how to
extract elements from a JSON document.
WWW: https://github.com/boto/jmespath
PR: 178351
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org>
 |
|
Tuesday, 7 May 2013
|
00:17 avilla
- Update libplist to 1.10.
- Split Python bindings from the main port, and put them into
devel/py-libplist.
 |
|
Monday, 6 May 2013
|
06:06 tota
- Add new port: devel/R-cran-Rcpp
The Rcpp package provides C++ classes that greatly facilitate
interfacing C or C++ code in R packages using the .Call() interface
provided by R.
Rcpp provides matching C++ classes for a large number of basic R
data types. Hence, a package author can keep his data in normal R
data structures without having to worry about translation or
transfering to C++. At the same time, the data structures can be
accessed as easily at the C++ level, and used in the normal manner.
The mapping of data types works in both directions. It is as
straightforward to pass data from R to C++, as it is it return data
from C++ to R.
WWW: http://cran.r-project.org/web/packages/Rcpp/
 |
00:44 hrs
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
 |
|
Sunday, 5 May 2013
|
23:40 kwm
Repo copy goffice and update to 0.10.2.
Goffice is a library of GLib/GTK document centric objects and utilities.
 |
20:47 kwm
Update to 1.14.26.
Remove py-libgsf and libgsf-gnome which where removed
Obtained from: GNOME stage repo
 |
|
Wednesday, 1 May 2013
|
12:53 erwin
Add Date::Piece
This module allows you to do nominal math on dates. That is, rather
than worrying about time zones and DST while adding increments of
24*60**2 seconds to a date&time object, you simply discard the time
component and do math directly on the date. If you need a time-of-day
on the calculated date, the at() method returns a Time::Piece object,
thus allowing you to be specific about the endpoints of a nominal interval.
 |
|
Tuesday, 30 Apr 2013
|
21:56 crees
devel/ruby-term-ansicolor: Update and move origin
term-ansicolor is now a rubygem, and is at version 1.1.4.
PR: ports/177856
Approved by: maintainer timeout (clsung, 16 days)
 |
14:43 jadawin
This module dumps strings of characters (or bytes) for printing and debugging.
WWW: http://search.cpan.org/dist/String-Dump/
PR: ports/176727
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
 |
12:03 bapt
The devel/gprbuild-aux is heavily tied with lang/gnat-aux. No other gnat
compiler can use it (e.g. lang/gnat).
This new port intends to be more versatile although the only verified compiler
atm is lang/gcc-aux. Once the two port that depend on gprbuild are updated,
devel/gprbuild-aux should be removed
main points:
1) supports new USES+= ada
2) Updated to GNAT GPL 2012 source
3) supports DESTDIR (tested on pkgsrc)
4) improved targetsets
5) Includes custom support for -R RPATH support (only found here, I created it)
PR: ports/178146
Submitted by: John Marino <draco@marino.st>
 |
08:54 rene
Remove expired ports:
2013-04-30 devel/libusb: has been already included into base system
2013-04-30 www/typo346: Obsolete stable release
2013-04-30 www/ilias3: Obsolete stable release
2013-04-02 net-p2p/moodriver: Not supported by upstream, master site is down
2013-03-31 www/p5-Dancer-Plugin-DataFu: No more public distfiles
2013-03-31 devel/p5-Oogly: No more public distfiles
2013-03-01 mail/listmanager: No more upstream, no more public distfiles
 |
|
Sunday, 28 Apr 2013
|
03:20 tota
- Add new port: devel/R-cran-gdata
gdata package provides various R programming tools for data
manipulation.
WWW: http://cran.r-project.org/web/packages/gdata/
 |
|
Saturday, 27 Apr 2013
|
20:56 kwm
Add Gstreamer 1.0.7. This is the new stable version of the
Gstreamer multimedia framework.
Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.
X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.
Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
 |
00:24 tota
- Add new port: devel/R-cran-gtools
Various R programming tools
WWW: http://cran.r-project.org/web/packages/gtools/
 |
|
Friday, 26 Apr 2013
|
16:46 pawel
The KoreLogic Expression Language Library is a C library that
provides a simple expression language that can be embedded in other
programs. This library does not implement a full programming language,
but rather a simpler expression language called KL-EL that is
designed to provide arithmetic and logic operations useful in
situations where embedding a full programming language would be
overkill. KL-EL expressions have access to a full set of arithmetic
and logic operations, and they can access functions and variables
exported from the embedding program. Unlike most other languages
of its kind, KL-EL is statically and strongly typed, which helps
ensure that expressions are valid before they are executed. The
embedding API is designed to be easy to use, and the library itself
is designed to be very small.
WWW: http://sourceforge.net/projects/libklel/
PR: ports/177737
Submitted by: klm <klm@uidzero.org>
 |
09:29 rene
2013-04-26 devel/py-extended_threading: checksum mismatch; domain disappeared
 |
|
Thursday, 25 Apr 2013
|
08:49 tobez
Add devel/p5-Test-FailWarnings 0.003, a Perl test module that adds test
failures if warnings are caught.
 |
Number of commits found: 12245 (showing only 100 on this page) |