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
non port: devel/Makefile

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

[First Page]  «  72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82  »  [Last Page]

Sunday, 30 Jun 2013
15:54 antoine search for other commits by this committer
New port: py-olefileio_pl
A python module to read Microsoft OLE2 files
Original commitRevision:322090 
14:51 antoine search for other commits by this committer
New port: py-binplist
A binary property list parser module written in python
Original commitRevision:322089 
Friday, 28 Jun 2013
04:04 swills search for other commits by this committer
Context framework extracted from Shoulda

WWW: http://thoughtbot.com/community/
Original commitRevision:321940 
04:04 swills search for other commits by this committer
Making tests easy on the fingers and eyes

WWW: http://thoughtbot.com/community/
Original commitRevision:321939 
Thursday, 27 Jun 2013
06:59 miwi search for other commits by this committer
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>
Original commitRevision:321856 
Tuesday, 25 Jun 2013
13:31 koobs search for other commits by this committer
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
Original commitRevision:321743 
Monday, 24 Jun 2013
14:32 ale search for other commits by this committer
Welcome PHP 5.5!

Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
Original commitRevision:321684 
Sunday, 23 Jun 2013
13:30 swills search for other commits by this committer
Docile turns any Ruby object into a DSL. Especially useful with the Builder
pattern.

WWW: http://ms-ati.github.com/docile/
Original commitRevision:321637 
Saturday, 22 Jun 2013
22:32 wg search for other commits by this committer
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
Original commitRevision:321600 
03:41 sunpoet search for other commits by this committer
- 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/
Original commitRevision:321538 
02:39 swills search for other commits by this committer
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
the same name

WWW: http://rubyforge.org/projects/ascii85/
Original commitRevision:321527 
02:38 swills search for other commits by this committer
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
Original commitRevision:321526 
Thursday, 20 Jun 2013
22:21 ohauer search for other commits by this committer
New ports for bugzilla44
- devel/bugzilla44
- japanese/bugzilla44
- german/bugzilla44

Release Notes:
http://www.bugzilla.org/releases/4.4/release-notes.html
Original commitRevision:321429 
13:52 wg search for other commits by this committer
PEAR channel for the doctrine project

WWW: http://pear.doctrine-project.org/
Original commitRevision:321385 
13:30 wg search for other commits by this committer
Symfony Console Component

WWW: http://pear.symfony.com/
Original commitRevision:321381 
Wednesday, 19 Jun 2013
21:13 ohauer search for other commits by this committer
- restore subversion-1.7.x as subversion17

  I will take the port

  OK per PM by Lev@
Original commitRevision:321328 
18:00 crees search for other commits by this committer
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)
Original commitRevision:321300 
Tuesday, 18 Jun 2013
17:58 tj search for other commits by this committer
New port for devel/p5-constant

This pragma allows you to declare constants at compile-time.

WWW: http://search.cpan.org/dist/constant/
Original commitRevision:321210 
11:03 koobs search for other commits by this committer
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
Original commitRevision:321179 
10:54 koobs search for other commits by this committer
Add libqxt to devel/Makefile

Approved by:	gahr (maintainer)
Original commitRevision:321178 
Sunday, 16 Jun 2013
19:54 amdmi3 search for other commits by this committer
Efficient conversion of values into readable byte strings

WWW: http://code.haskell.org/~dolio/
Original commitRevision:321071 
14:29 bdrewery search for other commits by this committer
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>
Original commitRevision:321053 
14:22 bdrewery search for other commits by this committer
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>
Original commitRevision:321052 
14:10 bdrewery search for other commits by this committer
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>
Original commitRevision:321050 
10:37 sbz search for other commits by this committer
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/
Original commitRevision:321033 
Thursday, 13 Jun 2013
23:02 sbz search for other commits by this committer
Meliae is a library meant to help people understand how their memory is being
used in Python.

WWW: http://launchpad.net/meliae
Original commitRevision:320848 
Tuesday, 11 Jun 2013
18:50 brooks search for other commits by this committer
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.
Original commitRevision:320628 
15:41 skreuzer search for other commits by this committer
Python module for building and describing deterministic finite-state automata.

WWW: http://code.google.com/p/python-fsm/
Original commitRevision:320606 
10:55 bapt search for other commits by this committer
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.
Original commitRevision:320546 
Monday, 10 Jun 2013
22:47 wg search for other commits by this committer
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)
Original commitRevision:320509 
14:36 rene search for other commits by this committer
Remove expired port:
2013-03-05 devel/linuxthreads: Broken for more than 6 month
Original commitRevision:320481 
09:16 rene search for other commits by this committer
Remove expired port:
2013-06-10 devel/gprbuild-aux: Deprecated in favour of devel/gprbuild
Original commitRevision:320448 
00:26 swills search for other commits by this committer
Parse YAML safely, without that pesky arbitrary object deserialization
vulnerability

WWW: http://dtao.github.io/safe_yaml/
Original commitRevision:320419 
00:22 swills search for other commits by this committer
pygments.rb exposes the pygments syntax highlighter to Ruby

WWW: https://github.com/tmm1/pygments.rb
Original commitRevision:320417 
00:20 swills search for other commits by this committer
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/
Original commitRevision:320416 
Sunday, 9 Jun 2013
18:51 swills search for other commits by this committer
Ruby/CairoGObject is a Ruby binding of cairo-gobject.

WWW: http://ruby-gnome2.sourceforge.jp/
Original commitRevision:320391 
18:47 swills search for other commits by this committer
Ruby/GIO2 is a Ruby binding of gio-2.x.

WWW: http://ruby-gnome2.sourceforge.jp/
Original commitRevision:320383 
18:46 swills search for other commits by this committer
Ruby binding for GObjectIntrospection

WWW: http://ruby-gnome2.sourceforge.jp/
Original commitRevision:320381 
18:41 swills search for other commits by this committer
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>
Original commitRevision:320375 
Friday, 7 Jun 2013
13:35 wg search for other commits by this committer
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)
Original commitRevision:320201 
Thursday, 6 Jun 2013
22:05 mandree search for other commits by this committer
Link lua-lunit to the devel/ subtree.
Original commitRevision:320134 
12:56 wg search for other commits by this committer
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)
Original commitRevision:320088 
12:35 culot search for other commits by this committer
Devel::GlobalDestruction::XS is an XS backend for Devel::GlobalDestruction.

WWW: http://search.cpan.org/dist/Devel-GlobalDestruction-XS/
Original commitRevision:320085 
Tuesday, 4 Jun 2013
21:54 bapt search for other commits by this committer
2013-03-05 devel/linux-js: Broken for more than 6 month
emulators/osmose: depends on expired devel/linux-js
Original commitRevision:319921 
18:53 pgj search for other commits by this committer
- 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
Original commitRevision:319894 
Monday, 3 Jun 2013
10:34 rene search for other commits by this committer
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
Original commitRevision:319766 
Sunday, 2 Jun 2013
07:50 rm search for other commits by this committer
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/
Original commitRevision:319642 
Saturday, 1 Jun 2013
14:29 swills search for other commits by this committer
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
Original commitRevision:319573 
14:28 swills search for other commits by this committer
XPath is a Ruby DSL for generating XPath expressions

WWW: http://rubygems.org/gems/xpath
Original commitRevision:319572 
Thursday, 30 May 2013
09:11 rene search for other commits by this committer
- 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
Original commitRevision:319410 
Wednesday, 29 May 2013
00:46 miwi search for other commits by this committer
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>
Original commitRevision:319337 
00:44 miwi search for other commits by this committer
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>
Original commitRevision:319336 
00:40 miwi search for other commits by this committer
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>
Original commitRevision:319334 
00:34 miwi search for other commits by this committer
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>
Original commitRevision:319329 
Tuesday, 28 May 2013
14:06 osa search for other commits by this committer
Add libeio - event-based fully asynchronous I/O library for C.
Original commitRevision:319310 
Monday, 27 May 2013
03:07 swills search for other commits by this committer
Changes the current Ruby.

WWW: https://github.com/postmodern/chruby

PR:		ports/175552
Submitted by:	Ross Timson <ross@rosstimson.com>
Original commitRevision:319153 
Sunday, 26 May 2013
07:15 kuriyama search for other commits by this committer
Pure perl eval with persistent lexical variables.

WWW: http://search.cpan.org/dist/Eval-WithLexicals/
Original commitRevision:319094 
01:39 kuriyama search for other commits by this committer
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/
Original commitRevision:319089 
01:24 kuriyama search for other commits by this committer
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/
Original commitRevision:319088 
Saturday, 25 May 2013
23:57 sunpoet search for other commits by this committer
- 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/
Original commitRevision:319077 
23:46 sunpoet search for other commits by this committer
- 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/
Original commitRevision:319076 
Thursday, 23 May 2013
09:46 zeising search for other commits by this committer
Record the lfc->lfcbase move here as well.

Pointyhat to:	zeising
Original commitRevision:318859 
Tuesday, 21 May 2013
20:58 olgeni search for other commits by this committer
Add devel/meck, a library to create mock modules in Erlang.
Original commitRevision:318722 
18:54 mm search for other commits by this committer
Remove devel/php5-phing (replaced by devel/pear-phing)
Original commitRevision:318716 
10:16 tobez search for other commits by this committer
Add devel/p5-MooseX-Has-Options 0.003, a Perl module that provides a
succinct syntax for declaring options for Moose attributes.
Original commitRevision:318674 
07:38 miwi search for other commits by this committer
PEAR channel for the phpDocumentor project

WWW:	http://pear.phpdoc.org/

PR:		ports/171912
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Original commitRevision:318652 
06:12 miwi search for other commits by this committer
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>
Original commitRevision:318645 
Monday, 20 May 2013
13:52 bsam search for other commits by this committer
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>
Original commitRevision:318598 
Sunday, 19 May 2013
12:29 mm search for other commits by this committer
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
Original commitRevision:318516 
12:12 mm search for other commits by this committer
PEAR channel for Phing

WWW: http://pear.phing.info
Original commitRevision:318515 
04:19 bdrewery search for other commits by this committer
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>
Original commitRevision:318484 
03:02 koobs search for other commits by this committer
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)
Original commitRevision:318478 
Saturday, 18 May 2013
13:06 olgeni search for other commits by this committer
Add devel/oserl, an Erlang framework for using the SMPP protocol
in messaging applications.
Original commitRevision:318430 
13:02 olgeni search for other commits by this committer
Add common_lib, a library of Erlang functions used by oserl and
other projects.
Original commitRevision:318429 
Thursday, 16 May 2013
14:06 rm search for other commits by this committer
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)
Original commitRevision:318317 
Wednesday, 15 May 2013
14:11 wen search for other commits by this committer
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>
Original commitRevision:318243 
Tuesday, 14 May 2013
21:33 tota search for other commits by this committer
- 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/
Original commitRevision:318202 
18:28 rakuco search for other commits by this committer
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>
Original commitRevision:318185 
Monday, 13 May 2013
02:29 miwi search for other commits by this committer
APCu - APC User Cache

WWW: http://pecl.php.net/package/apcu

PR:		ports/178300
Submitted by:	John Chen <johnpupu@gmail.com>
Original commitRevision:317992 
02:27 miwi search for other commits by this committer
A compatible Threading API for PHP5.3+

WWW: http://pecl.php.net/package/pthreads

PR:		ports/178299
Submitted by:	John Chen <johnpupu@gmail.com>
Original commitRevision:317990 
Saturday, 11 May 2013
15:16 mm search for other commits by this committer
Queue layer for the Horde Framework with various storage backends and
runners.
Original commitRevision:317884 
01:16 koobs search for other commits by this committer
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
Original commitRevision:317846 
Friday, 10 May 2013
20:44 rm search for other commits by this committer
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>
Original commitRevision:317841 
20:43 rm search for other commits by this committer
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>
Original commitRevision:317839 
Tuesday, 7 May 2013
00:17 avilla search for other commits by this committer
- Update libplist to 1.10.
- Split Python bindings from the main port, and put them into
  devel/py-libplist.
Original commitRevision:317562 
Monday, 6 May 2013
06:06 tota search for other commits by this committer
- 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/
Original commitRevision:317463 
00:44 hrs search for other commits by this committer
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]
Original commitRevision:317452 
Sunday, 5 May 2013
23:40 kwm search for other commits by this committer
Repo copy goffice and update to 0.10.2.

Goffice is a library of GLib/GTK document centric objects and utilities.
Original commitRevision:317450 
20:47 kwm search for other commits by this committer
Update to 1.14.26.

Remove py-libgsf and libgsf-gnome which where removed
Obtained from:	GNOME stage repo
Original commitRevision:317433 
Wednesday, 1 May 2013
12:53 erwin search for other commits by this committer
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.
Original commitRevision:317018 
Tuesday, 30 Apr 2013
21:56 crees search for other commits by this committer
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)
Original commitRevision:316968 
14:43 jadawin search for other commits by this committer
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>
Original commitRevision:316936 
12:03 bapt search for other commits by this committer
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>
Original commitRevision:316921 
08:54 rene search for other commits by this committer
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
Original commitRevision:316903 
Sunday, 28 Apr 2013
03:20 tota search for other commits by this committer
- 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/
Original commitRevision:316699 
Saturday, 27 Apr 2013
20:56 kwm search for other commits by this committer
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.
Original commitRevision:316693 
00:24 tota search for other commits by this committer
- Add new port: devel/R-cran-gtools

  Various R programming tools

  WWW: http://cran.r-project.org/web/packages/gtools/
Original commitRevision:316644 
Friday, 26 Apr 2013
16:46 pawel search for other commits by this committer
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>
Original commitRevision:316626 
09:29 rene search for other commits by this committer
2013-04-26 devel/py-extended_threading: checksum mismatch; domain disappeared
Original commitRevision:316595 
Thursday, 25 Apr 2013
08:49 tobez search for other commits by this committer
Add devel/p5-Test-FailWarnings 0.003, a Perl test module that adds test
failures if warnings are caught.
Original commitRevision:316507 

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

[First Page]  «  72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82  »  [Last Page]