non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Tuesday, 3 Aug 2010
|
10:19 jacula
Allows building executables simply from sbcl.
Also allows for ARGV so programs generated
behave like normal unix programs.
WWW: http://www.xach.com/lisp/buildapp/
PR: ports/145088
Submitted by: Duncan Paterson <dunkyp@gmail.com>
Approved by: pgj (mentor)
|
Monday, 2 Aug 2010
|
12:43 bapt
Tpl is a library for serializing C data. The data is stored in its
natural binary form. The API is small and tries to stay "out of the
way". Tpl can serialize many C data types, including structures.
WWW: http://tpl.sourceforge.net/
PR: ports/149108
Submitted by: Frederic Culot <frederic at culot.org>
Approved by: jadawin@ (co-mentor)
|
Saturday, 31 Jul 2010
|
03:08 leeym
- add google-styleguide 52
This is automated checker to make sure a C++ file follows Google's C++ style
guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it
heavily relies on regular expressions, cpplint.py won't catch all violations of
the style guide and will very occasionally report a false positive. There is a
list of things we currently don't handle very well at the top of cpplint.py,
and we welcome patches to improve it.
WWW: http://code.google.com/p/google-styleguide/
|
Wednesday, 28 Jul 2010
|
09:45 gahr
- New port: devel/dcmtk
DCMTK - DICOM Toolkit
DCMTK is a collection of libraries and applications implementing large parts
of the DICOM standard. It includes software for examining, constructing and
converting DICOM image files, handling offline media, sending and receiving
images over a network connection, as well as demonstrative image storage and
worklist servers. DCMTK is is written in a mixture of ANSI C and C++.
|
Monday, 26 Jul 2010
|
22:26 skreuzer
hexcompare is a curses-based utility to compare and identify differences between
two binary files. These differences are then represented visually with an
interactive block diagram.
WWW: https://sourceforge.net/projects/hexcompare/
|
Saturday, 24 Jul 2010
|
09:27 romain
Cutter is a xUnit family Unit Testing Framework for C and C++.
This is a list of features of Cutter:
- easy to write tests;
- outputs result with useful format for debugging;
- tests are built as shared libraries.
WWW: http://cutter.sourceforge.net/
|
08:52 romain
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
gcov data for multiple source files and creates HTML pages containing the
source code annotated with coverage information. It also adds overview pages
for easy navigation within the file structure.
WWW: http://ltp.sourceforge.net/coverage/lcov.php
|
Friday, 16 Jul 2010
|
09:19 nemoliu
Lamson is a modern Pythonic mail server built like a web application server.
WWW: http://pypi.python.org/pypi/lamson/
PR: ports/148443
Submitted by: jessekempf at gmail.com
|
Thursday, 15 Jul 2010
|
15:39 lwhsu
Add p5-File-Tail-Dir 0.10, tail all matching files in a given set of
directories.
PR: ports/148632
Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
|
08:50 lwhsu
Add p5-Log-Dispatch-File-Stamped 0.06, logging to date/time stamped
files.
PR: ports/148626
Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
|
Friday, 9 Jul 2010
|
20:53 lwhsu
Add py-mock 0.6.0, mock unit tests for Python.
PR: ports/148437
Submitted by: jessekempf at gmail.com
|
18:59 lwhsu
Add py-daemon 1.5.5, well-behaved daemon framework for Python.
PR: ports/148441
Submitted by: jessekempf at gmail.com
|
03:47 wen
Sys::Trace provides a way to programmatically run or trace a program
and see the system calls it makes.
This can be useful during testing as a way to ensure a particular file
is actually opened, or another hard to test interaction actually occurs.
Currently supported tracing mechanisms are ktrace, strace and truss.
WWW: http://search.cpan.org/dist/Sys-Trace/
PR: ports/148395
Submitted by: Ju Pengfei <jupengfei@gmail.com>
|
Thursday, 1 Jul 2010
|
05:48 miwi
This is a C++ XML library, used for databases/cego and probably
other applications
Many more details are available at:
WWW: http://www.lemke-it.com/
PR: ports/147820
Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu>
Feature safe: yes
|
05:47 miwi
This is a collection of basic c++ classes, used for devel/cego-xml
and databases/cego and probably other applications.
Many more details are available at:
WWW: http://www.lemke-it.com/
PR: ports/147819
Submitted by: Kurt Jaeger <fbsd-ports at opsec.eu>
Feature safe: yes
|
Tuesday, 29 Jun 2010
|
07:40 ale
JIIC is a Java-based implementation for creating CD-ROM filesystem
images according to ISO 9660, also known as ECMA-119. It provides
support for the El Torito, Joliet and Rock Ridge extensions.
WWW: http://jiic.berlios.de/
Feature safe: yes
|
Monday, 28 Jun 2010
|
10:58 ale
This project provides the Java-based implementation of the
Simple API for Binary REpresentations (SABRE). The library
defines observer-pattern interfaces for processing hierarchically
structured, binary-oriented documents, comparable to the Simple
API for XML (SAX). Processing can be modularized into a streaming
pipeline composed of separate stages, enabling the parsing,
transformation and serialization of large binary documents.
UDFLib is a Java-based implementation for creating UDF filesystem
images for DVDs according to ISO 13346, also known as ECMA-167.
WWW: http://sabre-library.sourceforge.net/
Feature safe: yes
|
02:22 wen
Fossil is an easy-to-use Distributed Source Control Management system (DSCM)
which supports access and administration over HTTP CGI or via a built-in HTTP
server, has a built-in wiki, built-in file browsing, a built-in tickets system,
etc
WWW: http://fossil-scm.org/
PR: ports/147867
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Feature safe: yes
|
Saturday, 26 Jun 2010
|
01:36 daichi
Add a new port: gyp
gyp (Generate Your Projects) - a python based build tool
Feature safe: yes
|
Friday, 25 Jun 2010
|
16:49 jacula
LuaFileSystem is a Lua library developed to complement the
set of functions related to file systems offered by the
standard Lua distribution.
LuaFileSystem offers a portable way to access the underlying
directory structure and file attributes.
WWW: http://www.keplerproject.org/luafilesystem/index.html
PR: ports/145154
Submitted by: Kelly Hays <kelly.hays@jkhfamily.org>
Approved by: tabthorpe (mentor)
Feature safe: yes
|
07:32 jadawin
A library for running shell pipelines using shell-like syntax
WWW: http://pypi.python.org/pypi/iterpipes
PR: ports/147976
Submitted by: Sofian Brabez <sbrabez at gmail.com>
Feature safe: yes
|
Wednesday, 23 Jun 2010
|
01:00 sahil
Loading this module will install the necessary magic to seamlessly
integrate Net::DBus into AnyEvent. It does this by quite brutally
hacking Net::DBus::Reactor so that all dbus connections created after
loading this module will automatically be managed by this module.
WWW: http://search.cpan.org/dist/AnyEvent-DBus/
Approved by: wxs@ (mentor)
Feature safe: yes
|
Monday, 21 Jun 2010
|
10:58 tobez
Add devel/p5-Directory-Queue 0.5, which provides object oriented
interface to a directory based queue in Perl.
It is supposedly more scalable than devel/p5-IPC-DirQueue, which
provides a somewhat similar service.
Feature safe: yes
|
Thursday, 17 Jun 2010
|
13:27 olgeni
Add swank-clojure, a server that allows SLIME (the Superior Lisp
Interaction Mode for Emacs) to connect to Clojure projects.
|
Monday, 14 Jun 2010
|
10:30 gahr
New port: devel/build
Build is a massively-parallel software build system from CodeSynthesis
implemented on top of GNU make.
WWW: http://www.codesynthesis.com/projects/build/
|
Friday, 11 Jun 2010
|
20:44 pgollucci
A simple universally unique ID generation library.
WWW: http://rubygems.org/gems/uuidtools
|
20:42 pgollucci
Some [hopefully] useful extensions to Ruby's String class. Stringex is made
up of three libraries: ActsAsUrl [permalink solution with better character
translation], Unidecoder [Unicode to Ascii transliteration], and
StringExtensions
[miscellaneous helper methods for the String class].
WWW: http://rubygems.org/gems/stringex
|
Wednesday, 9 Jun 2010
|
03:26 pgollucci
Routines for manipulating stashes
WWW: http://search.cpan.org/dist/Package-Stash
|
Monday, 7 Jun 2010
|
03:58 pgj
Efficient algorithms for vector arrays.
WWW: http://code.haskell.org/~dolio/
|
03:55 pgj
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.
WWW: http://code.haskell.org/vector
|
03:47 pgj
Some classes for generalized boolean operations.
WWW: http://hackage.haskell.org/package/Boolean
|
03:44 pgj
This package provides wrappers for primitive array operations from
GHC.Prim.
WWW: http://code.haskell.org/primitive
|
Sunday, 6 Jun 2010
|
08:37 miwi
MongoEngine is an ORM-like layer on top of PyMongo. It allows you to define
schemas for documents and query collections using syntax inspired by the
Django ORM.
WWW: http://hmarr.com/mongoengine/
PR: ports/147465
Submitted by: Mirko Zinn <mail at derzinn.de>
|
Saturday, 5 Jun 2010
|
21:57 miwi
File::Iterator wraps a simple iteration interface around
the files in a directory or directory tree. It builds a
list of filenames, and maintains a cursor that points to
one filename in the list. The user can work through the
filenames sequentially by repeatedly doing stuff with
the next filename that the cursor points to until their
are no filenames left.
WWW: http://search.cpan.org/dist/File-Iterator/Iterator.pm
PR: ports/146658
Submitted by: Eric Freeman <freebsdports at chillibear.com>
|
16:15 miwi
This module allows you to read configuration data written in a
human-readable and easily-editable text format and access it as
a perl data structure. It also allows you to write configuration
data from perl back to this format.
The data format allows key/value pairs, comments, escaping of
unprintable or problematic characters, sensible whitespace
handling, support for Unicode data, nested sections, or blocks,
of configuration data.
WWW: http://search.cpan.org/dist/Config-Wrest/
PR: ports/147283
Submitted by: John Alden + Eric Freeman <freebsdports at chillibear.com>
|
16:10 miwi
Hold Data Set To Calculate Average
WWW: http://search.cpan.org/dist/Data-Average
PR: ports/147285
Submitted by: Alexander Kriventsov <avk at vl.ru>
|
13:00 romain
Nini is an uncommonly powerful .NET configuration library designed to help
build highly configurable applications quickly.
WWW: http://nini.sourceforge.net
PR: ports/141442
Submitted by: Romain Tartiere <romain at blogreen.org>
|
Wednesday, 2 Jun 2010
|
15:40 miwi
This is a small mixed library of some useful
stuff for and extensions of Ruby that are not
really good/big enough for a real library.
WWW: http://github.com/flori/spruz
PR: ports/147170
Submitted by: Eric Freeman <freebsdports at chillibear.com>
|
13:48 linimon
Correct the spelling of hs-test-framework-hunit.
Pointy hat to: pgj
|
06:42 wen
Bazaar Explorer is a desktop application for using the Bazaar Version Control
System. It provides a high level interface to all commonly used features,
launching "applets" from the QBzr plug-in to provide most of the functionality.
Alternatively, the applets from the bzr-gtk plug-in can be used if it is
installed.
WWW: https://launchpad.net/bzr-explorer
PR: ports/147092
Submitted by: C-S <c-s@c-s.li>
|
01:55 romain
The GData .NET Client Library provides a library and source code that make it
easy to access data through Google Data APIs (e.g. Contacts, Calendar).
WWW: http://code.google.com/p/google-gdata/
|
Tuesday, 1 Jun 2010
|
22:36 pgollucci
- Connect devel/apr2 to build
PR: ports/147113
Submitted by: pgollucci@ (myself)
|
21:35 makc
Present KDE SC 4.4.4 for FreeBSD.
|
03:04 wen
QBzr is a simple Qt cross-platform frontend for some of Bazaar commands.
Purpose of this plugin is to provide a graphical user interface for those
Bazaar commands where it can simplify the usage. Highlighting of differences
between files, "browsable" log view, possibility to commit only some files
without listing them all on the command line, etc.
WWW: http://bazaar-vcs.org/QBzr
PR: ports/147091
Submitted by: C-S <c-s@c-s.li>
|
Monday, 31 May 2010
|
17:25 sylvio
- Port removed. Duplicate with lang/runawk
|
14:42 sylvio
- A small wrapper for AWK interpreter that helps to write
the standalone programs in AWK. It provides MODULES for AWK
similar to PERL's "use" command and other powerful
features. Dozens of ready to use modules are also provided.
WWW: http://sourceforge.net/projects/runawk/
PR: ports/147208
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com>
|
Friday, 28 May 2010
|
06:10 pgollucci
A safer 'do file' for Perl
|
Thursday, 27 May 2010
|
08:09 wen
Sub::Exporter::ForMethods is helper routines for using Sub::Exporter
to build methods.
WWW: http://search.cpan.org/dist/Sub-Exporter-ForMethods/
|
Wednesday, 26 May 2010
|
02:04 knu
Sort entries in alphabetical order.
|
02:01 knu
Add rubygem-gettext 2.1.0 and rubygem-locale 2.0.5.
The ruby-gettext port will be removed only if/when all dependent ports
are changed to use the gem version of the gettext library.
|
Tuesday, 25 May 2010
|
03:27 wen
- Remove devel/py-ro, use devel/py-pyro instead.
|
Monday, 24 May 2010
|
21:57 pgollucci
- devel/ruby-game|devel/rubygem-rubygame|2010-05-24|Use devel/rubygem-rubygame
instead
PR: ports/146731
Submitted by: Christoph Kick <kick.christoph@googlemail.com>
|
21:56 pgollucci
- Connect to build
- Update to 2.6.2
PR: ports/146731
Submitted by: Christoph Kick <kick.christoph@googlemail.com>
|
21:54 pgollucci
Ruby-SDL-FFI is a low-level binding to SDL and related libraries using
Ruby-FFI. It provides very basic access to SDL from Ruby without the
need for a compiled C wrapper. It aims to be platform and Ruby
implementation independent.
WWW: http://rubygems.org/gems/ruby-sdl-ffi
PR: ports/146730
Submitted by: Christoph Kick
|
21:54 pgollucci
Nice-FFI is a layer on top of Ruby-FFI (and compatible FFI systems) to augment
it with features to aid development of FFI-based libraries.
WWW: http://jacius.github.com/nice-ffi/
PR: ports/146729
Submitted by: ws Christoph Kick
|
21:53 pgollucci
Ruby-FFI is a ruby extension for programmatically loading dynamic libraries,
binding functions within them, and calling those functions from Ruby code.
WWW: http://wiki.github.com/ffi/ffi/
PR: ports/146728
Submitted by: Christoph Kick
|
21:52 pgj
Rename the following Haskell ports to bring them in sync with the
HackageDB:
archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
devel/hs-binary-ghc -> devel/hs-binary
devel/darcs -> devel/hs-darcs
devel/hs-language-c-ghc -> devel/hs-language-c
devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
devel/hs-pcre-light-ghc -> devel/hs-pcre-light
devel/hs-utf8-string-ghc -> devel/hs-utf8-string
graphics/hs-HGL-ghc -> graphics/hs-HGL
ports-mgmt/porte -> ports-mgmt/hs-porte
security/hs-digest-ghc -> security/hs-digest
textproc/hs-haxml -> textproc/hs-HaXml
textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
textproc/hs-polyparse-ghc -> textproc/hs-polyparse
textproc/pandoc -> textproc/hs-pandoc
x11/hs-x11-ghc -> x11/hs-X11
x11/hs-x11-xft-ghc -> x11/hs-X11-xft
x11/xmobar -> x11/hs-xmobar
x11-toolkits/hs-opengl-ghc -> x11-toolkits/hs-OpenGL
x11-toolkits/hs-OpenGLRaw-ghc -> x11-toolkits/hs-OpenGLRaw
x11-toolkits/hs-GLURaw-ghc -> x11-toolkits/hs-GLURaw
x11-toolkits/hs-glut-ghc -> x11-toolkits/hs-GLUT
x11-wm/xmonad -> x11-wm/hs-xmonad
x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib
|
Saturday, 22 May 2010
|
15:18 sylvio
- This module provides functions for handlink unicode byt order marks, which are
to be found at the beginning of some files and streams.
PR: ports/145386
Submitted by: Eric Freeman <freebsdports@chillibear.com>
|
Friday, 21 May 2010
|
22:03 pgj
QuickCheck2 support for the test-framework package.
WWW: http://batterseapower.github.com/test-framework/
|
22:00 pgj
HUnit support for the test-framework package.
WWW: http://batterseapower.github.com/test-framework/
|
21:57 pgj
Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in
deterministic order, to aid diff interpretation) and filtered and
controlled by command line options. All of this comes with colored test
output, progress reporting and test statistics output.
WWW: http://batterseapower.github.com/test-framework/
|
21:53 pgj
This is a pretty printing library based on Wadler's paper "A Prettier
Printer". It has been enhanced with support for ANSI terminal colored
output using the ansi-terminal package.
WWW: http://github.com/batterseapower/ansi-wl-pprint
|
21:49 pgj
ANSI terminal support for Haskell: allows cursor movement, screen
clearing, color output showing or hiding the cursor, and changing the
title. Compatible with Windows and those Unixes with ANSI terminals, but
only GHC is supported as a compiler.
WWW: http://batterseapower.github.com/ansi-terminal
|
Thursday, 20 May 2010
|
23:34 rene
Remove old devel/perforce
The server parts are now in devel/p4d, devel/p4p, devel/p4ftpd, and devel/p4web
PR: ports/145824
Submitted by: gordon
Approved by: tabthorpe (mentor)
|
Wednesday, 19 May 2010
|
13:09 wen
DreamPie is a Python shell which is designed to be reliable and fun.
WWW: http://dreampie.sourceforge.net/
PR: ports/146561
Submitted by: Ju Pengfei <jupengfei@gmail.com>
|
Tuesday, 18 May 2010
|
04:41 pgollucci
- Connect devel/apr0 to build
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
|
04:02 pgollucci
- Connect devel/apr1 to build
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
|
Monday, 17 May 2010
|
22:14 makc
Connect xc3sprog
|
Saturday, 15 May 2010
|
19:11 pgj
This library provides an interface to the terminfo database (via
bindings to the curses library). Terminfo allows POSIX systems to
interact with a variety of terminals using a standard set of
capabilities.
WWW: http://code.haskell.org/terminfo
|
19:06 pgj
Support code for reading and manipulating hashed file storage (where
each file and directory is associated with a cryptographic hash, for
corruption-resistant storage and fast comparisons).
The supported storage formats include darcs hashed pristine, a plain
filesystem tree and an indexed plain tree (where the index maintains
hashes of the plain files and directories).
WWW: http://hackage.haskell.org/package/hashed-storage
|
Friday, 14 May 2010
|
22:31 araujo
- Remove due "math/py-networkx" be the same port and with more appropriated name
as well as updated on its latest version.
PR: ports/146408
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
|
05:21 fluffy
- Please welcome the KDE4 development framework and its components by list:
KDevPlatform-1.0.0
KDevelop-PHP-1.0.0
KDevelop-PHP-docs-1.0.0
KDevelop-4.0.0
Happy updating!
/Dima, behalf of KDE@FreeBSD team
|
Tuesday, 11 May 2010
|
15:27 fluffy
- Connect kdebindings-[ruby|smoke] to the build
|
Monday, 10 May 2010
|
15:08 rene
Hook up devel/p4d, devel/p4ftpd, devel/p4p, and devel/p4web to the build
PR: ports/145824
Submitted by: gordon
Approved by: tabthorpe (mentor)
|
02:39 miwi
A module that caches a data structure against a filename, statting the
file to determine whether it has changed and needs to be re-parsed.
You supply a routine to generate the data structure given the filename.
This module is recommended for files which change infrequently but
are read often, especially if they are expensive to parse.
This approach has the advantage over lazy caching that multiple
processes holding a cache will all update at the same time so you
will not get inconsistent results if you request data from different
processes.
The module itself is simply a factory for various backend modules.
The distribution includes backends for in-memory caching or file
caching using Storable, plus an adaptor to use any modules offering
the Cache or Cache::Cache interfaces as the cache implementation.
Data structures are automatically serialised/deserialised by the
backend modules if they are being persisted somewhere other than
in memory (e.g. on the filesystem).
WWW: http://search.cpan.org/dist/Cache-AgainstFile/
PR: ports/146443
Submitted by: Eric Freeman <freebsdports at chillibear.com>
|
02:23 miwi
API Sanity Autotest is a test generator for shared C/C++ libraries. It can
quickly generate simple ("sanity" or "shallow"-quality) tests for functions from
the library API, using the signatures and data type definitions from the library
header files. The tests can detect critical errors in simple use cases, and can
be improved with highly reusable specialized types. API Sanity Autotest can
execute generated tests and detect all kinds of emitted signals, early program
exits, program hanging and specified requirement failures. API Sanity Autotest
also supports tests in the Template2Code format, and has a random test
generation mode and other useful features.
WWW: http://ispras.linux-foundation.org/index.php/API_Sanity_Autotest
PR: ports/146431
Submitted by: bf <bf1783 at gmail.com>
|
Sunday, 9 May 2010
|
07:48 miwi
A port of File::ReadBackwards, the Perl module by Uri Guttman,
for reading a file line by line in reverse order. This can
often be helpful for things like log files, where the
interesting information is usually at the end.
WWW: http://elif.rubyforge.org/
WWW: http://rubyforge.org/projects/elif/
PR: ports/146269
Submitted by: Eric Freeman <freebsdports at chillibear.com>
|
Saturday, 8 May 2010
|
10:20 miwi
Data::JavaScript::Anon provides the ability to dump large
simple data structures to JavaScript. That is, things that
don't need to be a class, or have special methods or whatever.
WWW: http://search.cpan.org/dist/Data-JavaScript-Anon/
PR: ports/145384
Submitted by: Eric Freeman <freebsdports at chillibear.com>
|
08:54 wen
This module associates a PID file with your script for the purpose
of keeping more than one copy from running (concurrency prevention).
It creates the PID file, checks for its existence when the script
is run, terminates the script if there is already an instance running,
and removes the PID file when the script finishes.
This module's objective is to provide a completely simplified
interface that makes adding PID-file-based concurrency prevention
to your script as quick and simple as possible; hence File::Pid::Quick.
For a more nuanced implementation of PID files, please see File::Pid.
WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm
PR: ports/146060
Submitted by: Eric Freeman <freebsdports@chillibear.com>
|
Thursday, 6 May 2010
|
20:37 nivit
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
<http://pypi.python.org/pypi/virtualenv>`_ tool. The extensions include
wrappers for creating and deleting virtual environments and otherwise
managing your development workflow, making it easier to work on more
than one project at a time without introducing conflicts in their
dependencies.
WWW: http://www.doughellmann.com/projects/virtualenvwrapper/
Author: Doug Hellmann
|
Wednesday, 5 May 2010
|
23:20 stas
- Add libunwind, a generic stack unwindig library.
WWW: http://www.nongnu.org/libunwind/
|
12:07 wen
rubygem-notify provides notification functionalities on cross platforms.
WWW: http://github.com/jugyo/notify
PR: ports/146208
Submitted by: "ports@c0decafe.net" <ports@c0decafe.net>
|
11:31 tobez
Add devel/p5-Class-Accessor-Fast-Contained 1.01,
a Perl module that provides fast accessors with data containment.
|
06:45 wen
This module provides efficient access to the BSD sysctl(3) interface
via the Haskell FFI.
WWW: http://hackage.haskell.org/package/bsd-sysctl
PR: ports/146293
Submitted by: Ju Pengfei <jupengfei@gmail.com>
|
Monday, 3 May 2010
|
20:25 rene
Hook up devel/p4 to the build.
PR: ports/145824
Submitted by: gordon
Approved by: tabthorpe (mentor)
|
Sunday, 2 May 2010
|
12:09 miwi
ncurses (new curses) is a free software emulation of curses in
System V Rel 4.0 (and above). It uses terminfo format, supports
pads, colors, multiple highlights, form characters and function
key mapping. Because of the interactive nature of this library,
it will be of little use for writing Web applications, but may
be useful when writing scripts meant using PHP from the command
line.
WWW: http://www.gnu.org/software/ncurses/ncurses.html
PR: ports/146160
Submitted by: Jille Timmermans <jille at quis.cx>
|
10:45 miwi
2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use
databases/mysql-connector-java instead
2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by
www/p5-HTML-FormFu-Model-DBIC
2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active
maintained"
2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead
2010-04-27 mail/postfix23: it's no longer maintened by upstream developer
2010-04-30 math/libgmp4: Use math/gmp instead.
2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE
2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2
2010-03-04 multimedia/kbtv: no longer under development by author
2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx
instead
2010-04-30 security/vpnd: This software is no longer developed
2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of
GCC, not used by any other port
2010-04-02 www/caudium12: No longer maintained upstream, please switch to
www/caudium14
2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author
in favor of www/p5-Catalyst-Plugin-Cache
|
Friday, 30 Apr 2010
|
05:56 kevlo
Initial import of p5-Regexp-Subst-Parallel 0.11
Regexp::Subst::Parallel is a module that allows you to make multiple
simultaneous substitutions safely. Using the sole exported "subst"
function has a rather different effect from doing each substitution
sequentially.
|
03:38 kevlo
Initial import of p5-Tie-RegexpHash 0.15
Tie::RegexpHash module allows one to use regular expressions
for hash keys, so that values can be associated with anything
that matches the key.
|
01:57 wen
CPAN::Meta - The distribution metadata for a CPAN dist
Software distributions released to the CPAN include a META.json or,
for older distributions, META.yml, which describes the distribution,
its contents, and the requirements for building and installing the
distribution. The data structure stored in the META.json file is
described in CPAN::Meta::Spec.
CPAN::Meta provides a simple class to represent this distribution
metadata (or distmeta), along with some helpful methods for
interrogating that data.
WWW: http://search.cpan.org/dist/CPAN-Meta/
PR: ports/145882
Submitted by: Ju Pengfei <jupengfei@gmail.com>
|
Thursday, 29 Apr 2010
|
06:17 wen
Version::Requirements object models a set of version constraints like those
specified in the META.yml or META.json files in CPAN distributions. It can
be built up by adding more and more constraints, and it will reduce them to
the simplest representation.
WWW: http://search.cpan.org/dist/Version-Requirements/
PR: ports/145881
Submitted by: Ju Pengfei <jupengfei@gmail.com>
|
06:02 wen
Paranoid is a collection of modules started out as modules which perform
things (debatably) in a safer and taint-safe manner. Since then it's also
grown to include functionality that fit into the same framework and
conventions of the original modules, including keeping the debug hooks
for command-line debugging.
WWW: http://search.cpan.org/dist/Paranoid/
PR: ports/146077
Submitted by: Ju Pengfei <jupengfei@gmail.com>
|
Saturday, 24 Apr 2010
|
20:03 tabthorpe
libdombey implements an SCGI application server which is incapable of
generating responses on its own. The programmer writes an initialization
function and a function to generate responses, then compiles and links his
or her code against the library to create a complete multi-process SCGI
application server.
libdombey is intended for use in applications where client requests are
either GET requests or POST requests encoded with x-www-form-urlencoding.
It drops connections over which it receives POST requests encoded as
multipart/form-data.
WWW: http://www.mammothcheese.ca/libdombey.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/145998
Submitted by: James Bailie <jimmy at mammothcheese.ca>
|
11:55 miwi
Mixlib::CLI provides a class-based command line option parsing object, like the
one used in Chef, Ohai and Relish.
WWW: http://github.com/opscode/mixlib-cli
PR: ports/145849
Submitted by: renchap at cocoa-x.com
|
11:54 miwi
Mixlib::Config provides a class-based configuration object, like the one used
in Chef.
WWW: http://github.com/opscode/mixlib-config
PR: ports/145848
Submitted by: renchap at cocoa-x.com
|
11:53 miwi
Mixlib::Authentication provides a class-based header signing authentication
object, like the one used in Chef.
WWW: http://github.com/opscode/mixlib-authentication
PR: ports/145847
Submitted by: renchap at cocoa-x.com
|
11:52 miwi
Mixlib::Log provides a mixin for enabling a class based logger object, a-la
Merb, Chef, and Nanite.
WWW: http://github.com/opscode/mixlib-log
PR: ports/145846
Submitted by: renchap at cocoa-x.com
|
11:52 miwi
systemu is a portable replacement for popen4 in ruby.
systemu can be used on any platform to return status, stdout, and stderr of
any command. unlike other methods like open3/popen4 there is zero danger of
full pipes or threading issues hanging your process or subprocess.
WWW: http://codeforpeople.com/lib/ruby/systemu/
PR: ports/145845
Submitted by: renchap at cocoa-x.com
|
Friday, 23 Apr 2010
|
22:29 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
|
22:28 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
|
Number of commits found: 11319 (showing only 100 on this page) |