non port: devel/Makefile |
Number of commits found: 11342 (showing only 100 on this page) |
Wednesday, 4 Apr 2007
|
08:57 clsung
Add p5-threads-shared 1.08, perl extension for sharing data structures
between threads.
PR: ports/110474
Submitted by: Ruben van Staveren
|
Tuesday, 3 Apr 2007
|
14:26 tobez
Add devel/p5-File-Attributes 0.04, a Perl module that lets you assign
attributes to files.
|
14:08 tobez
Add devel/p5-Best 0.11.
Often there are several possible providers of some functionality your
program needs, but you don't know which is available at the run site.
For example, one of the modules may be implemented with XS, or not in
the core Perl distribution and thus not necessarily installed.
Best.pm attempts to load modules from a list, stopping at the first
successful load and failing only if no alternative was found.
|
13:59 tobez
Add devel/p5-Directory-Scratch 0.12, a Perl module that provides an
easy-to-use self-cleaning scratch space.
|
13:38 tobez
Add devel/p5-Algorithm-IncludeExclude 0.01, a Perl module to build and
evaluate include/exclude lists.
|
Thursday, 29 Mar 2007
|
11:31 sat
Add port devel/stfl:
STFL is a library which implements a curses-based widget set for text
terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby.
Since the API is only 14 simple function calls big and there are
already generic SWIG bindings it is very easy to port STFL to
additional scripting languages.
A special language (the Structured Terminal Forms Language) is used to
describe STFL GUIs. The language is designed to be easy and fast to
write so an application programmer does not need to spend ages fiddling
around with the GUI and can concentrate on the more interesting
programming tasks.
WWW: http://www.clifford.at/stfl/
Author: Clifford Wolf <clifford@clifford.at>
|
Wednesday, 28 Mar 2007
|
07:45 miwi
The Google Data APIs (GData) provide a simple protocol for reading and
writing data on the web.
Each of the following Google services provides a Google data API:
* Base
* Blogger
* Calendar
* Picasa Web Albums
* Spreadsheets
* Google Apps Provisioning
* Code Search
* Notebook
The GData Python Client Library provides a library and source code that
make it easy to access data through Google Data APIs.
WWW: http://code.google.com/p/gdata-python-client/
PR: ports/110958
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
Tuesday, 27 Mar 2007
|
15:47 miwi
ez_xml is a XML template generator that compiles a XML template file into a
Python module. Programmers feed data to a template module to generate a
respective XML document. ez_xml provides concise functions, no complex
flow-control instructions.
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_xml
PR: ports/110927
Submitted by: Thinker K.F. Li <thinker at branda.to>
|
15:46 miwi
sqlcc is a SQL Command Composer for Python. It make you coding SQL command
with Python's syntax, no more string composing. You can insert, update, and
query with sqlcc. Even you can initial a database with schema defined with
sqlcc.
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc
PR: ports/110925
Submitted by: Thinker K.F. Li <thinker at branda.to>
|
15:44 miwi
pythk is a collection of functions for Python.
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc
PR: ports/110926
Submitted by: Thinker K.F. Li <thinker at branda.to>
|
10:14 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the Qsci module for the Qscintilla2 editor component.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
http://www.riverbankcomputing.co.uk/qscintilla/
PR: ports/109627
Submitted by: Danny Pansters <danny at ricin.com>
|
10:10 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the QAssistant module.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
PR: ports/109625
Submitted by: Danny Pansters <danny at ricin.com>
|
10:05 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the QTest module.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
PR: ports/109631
Submitted by: Danny Pansters <danny at ricin.com>
|
10:04 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the QtDesigner plugin.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
PR: ports/109623
Submitted by: Danny Pansters <danny at ricin.com>
|
10:02 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the QtDesigner module.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
PR: ports/109630
Submitted by: Danny Pansters <danny at ricin.com>
|
09:58 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the D-BUS module.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
PR: ports/109626
Submitted by: Danny Pansters <danny at ricin.com>
|
09:46 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the QtCore module.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
PR: ports/109619
Submitted by: Danny Pansters <danny at ricin.com>
|
09:44 miwi
The Qt Designer plugin allows QScintilla2 instances to be included in GUI
designs just like any other Qt4 widget.
WWW: http://www.riverbankcomputing.co.uk/qscintilla/
PR: ports/109623
Submitted by: Danny Pansters <danny at ricin.com>
|
09:41 miwi
QScintilla2 is a port to Qt4 of Neil Hodgson's Scintilla C++ editor class.
WWW: http://www.riverbankcomputing.co.uk/qscintilla/
PR: ports/109618
Submitted by: Danny Pansters <danny at ricin.com>
|
07:15 miwi
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of function calls, or to call functions between
languages.
This is the server daemon component. The bridge between workers (clients who
can do work) and callers (clients who want work done). You should run several
of these, at least two, for both load balancing and high availability.
WWW: http://www.danga.com/gearman/
PR: ports/110878
Submitted by: Vivek Khera <vivek at khera.org>
|
07:14 miwi
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of function calls, or to call functions between
languages.
This is the Perl client component.
WWW: http://www.danga.com/gearman/
PR: ports/110876
Submitted by: Vivek Khera <vivek at khera.org>
|
Sunday, 25 Mar 2007
|
20:41 ahze
- Remove xdg-user-dirs-gtk, this was committed a little early (with GNOME 2.18)
|
15:57 marcus
Resurrect goffice-0.2.2 as goffice1 after a repocopy from devel/goffice.
The goffice-1 API is still required by a few ports.
|
Saturday, 24 Mar 2007
|
20:18 tobez
Add devel/p5-Lexical-Alias 0.04, a Perl module to make a lexical
variable be an alias for another variable.
|
14:22 dryice
New slave port of devel/cedet for Emacs 22
PR: ports/110707
Submitted by: Max N. Boyarov <m.boyarov at bsd.by>
Approved by: itetcu (mentor, implicit)
|
06:33 leeym
<quoted from pkg-descr>
This is a port of Solaris libumem to non-Solaris systems.
The port was made while integrating libumem with our Ecelerity MTA product, so
your initial experience will not be 100% out-of-the-box, because there is no
standalone configure script for the library at this time. (patches welcome!)
In addition, since our deployment is threaded, we force the library into
threaded mode.
While the library is itself stable (it's the memory allocator used by the
Solaris OS), the port may have a few rough edges. We're shipping umem with
Linux and Windows versions of our product as we have found it to be stable.
We will continue to update this project as and when we make improvements, and
welcome third-party patches that improve the usability for everyone.
Wez Furlong,
OmniTI, Inc.
</quoted from pkg-descr>
This port is not yet fully tested, however, "br" <bf2006a at yahoo.com> is
helping me to evaluate it. And also, he encourages me to commit my code so that
more people would know about it.
Reference: http://www.freebsd.org/projects/ideas/#p-libumem
|
Thursday, 22 Mar 2007
|
18:01 lth
Add p5-File-Finder 0.53, nice wrapper for File::Find ala find(1).
|
15:20 rafan
Add p5-Term-Visual 0.06, split-terminal user interface.
PR: ports/110616
Submitted by: chinsan
|
09:37 ijliao
add libruin 0.1.4
Renderer for User Interfaces in Ncurses
|
09:36 ijliao
add guile-lib 0.1.3
A down-scaled, limited-scope CPAN for Guile
|
Monday, 19 Mar 2007
|
05:14 marcus
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
|
03:33 kevlo
Initial import of deputy 1.1
Deputy is a C compiler that is capable of preventing common C programming
errors, including out-of-bounds memory accesses as well as many other
common type-safety errors.
|
Sunday, 18 Mar 2007
|
11:51 miwi
bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces
to most Bazaar operations.
WWW: http://bazaar-vcs.org/bzr-gtk
PR: ports/110450
Submitted by: Radim Kolar <hsn at sanatana.dharma>
|
Tuesday, 13 Mar 2007
|
09:04 miwi
Truc is a web-based tool for requirement and use case tracking.
It has fileupload, discussions, version control, use case
history, build and release management. It supports assignment
of requirements & use cases to releases and filtering over all
fields.
WWW: http://sourceforge.net/projects/truc/
PR: ports/110171
Submitted by: Jan Siml <jsi at jules.de>
|
Sunday, 11 Mar 2007
|
19:41 krion
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.
Bump PORTREVISION on all dependent ports.
|
Friday, 9 Mar 2007
|
14:33 rafan
Remove newly added pecl-apd, which is part of devel/pear-apd.
|
14:15 rafan
Add pecl-uploadprogress 0.3.0, provides track progress of a file upload.
PR: ports/110076
Submitted by: chinsan
|
13:18 rafan
Add pecl-apd 1.0.1, advanced PHP debugger.
PR: ports/110072
Submitted by: chinsan
|
Wednesday, 7 Mar 2007
|
19:45 lth
Add p5-Test-Script 1.02, Cross-platform basic tests for scripts.
|
Tuesday, 6 Mar 2007
|
19:17 miwi
Menhir is a LR(1) parser generator for the OCaml programming language.
It is 90% compatible to ocamlyacc (included with the OCaml distribution), and
it has some advantages over ocamlyacc, such as limited EBNF support, LR(1)
generation instead of LALR(1), better conflict explanation and production of
reentrant parsers (amongst others).
WWW: http://cristal.inria.fr/~fpottier/menhir
PR: ports/109910
Submitted by: Jaap Boender <jaapb at kerguelen.org>
|
07:32 rafan
Add pecl-htscanner 0.7.0, support htaccess for PHP.
PR: ports/109858
Submitted by: chinsan
|
07:31 rafan
Add pecl-vld 0.8.0, dump the internal representation of PHP scripts.
PR: ports/109857
Submitted by: chinsan
|
05:58 barner
- Remove support for FreeBSD 4.
- Remove devel/boost-gcc3, since it's only usefull on 4.x
- Minor portlint tweaks.
|
05:32 clsung
- zzuf will be moved to security/
|
02:57 clsung
Add zzuf 0.8.1, transparent application input fuzzer.
PR: ports/109829
Submitted by: Peter Johnson <johnson.peter at gmail.com>
|
Monday, 5 Mar 2007
|
12:09 rafan
Add pecl-hidef 0.1.0, constants for real.
PR: ports/109808
Submitted by: chinsan
|
07:46 clsung
Add rubygem-fastthread 0.6.4.1, optimized replacement for thread.rb
primitives.
PR: ports/109746
Submitted by: Alexander Logvinov <ports at logvinov.com>
|
Sunday, 4 Mar 2007
|
19:48 sat
Add port devel/9base:
This is a port of various original plan9 tools to Unix based on
plan9ports [1], mk-with-libs.tgz [2] and wmii [3].
[1] http://www.swtch.com/plan9port/
[2] http://swtch.com/plan9port/unix/
[3] http://www.suckless.org/wiki/wmii
WWW: http://www.suckless.org/wiki/wmii/download
|
Saturday, 3 Mar 2007
|
12:27 garga
- Add devel/libslang2-devel, 2.1-PRE development version.
- Fix CONFLICTS on related ports
Repocopied by: marcus@
|
12:16 gabor
PyBaz provides Python bindings for the Baz revision control system.
It's based on PyArch, and shares the same design goals:
* Faithfulness to the Baz design.
* Python best idioms.
* Code elegance.
It provides enough flexibility and efficiency for all types of applications,
from batch scripts to graphical user interface front-end and web services.
WWW: http://code.aaronbentley.com/pybaz/
PR: ports/109735
Submitted by: Radim Kolar <hsn@sendmail.cz>
|
Thursday, 1 Mar 2007
|
20:07 obraun
cvs2darcs is a script to check out a CVS repository module and convert it to
use the Darcs version control system.
WWW: http://ab-initio.mit.edu/cvs2darcs/
|
09:55 miwi
pp is a python module which provides mechanism for parallel execution of
python code on SMP (systems with multiple processors or cores) and clusters
(computers connected via network)
It is light, easy to install and integrate with other python software.
pp is an open source and cross-platform module written in pure python
WWW: http://www.parallelpython.com/
PR: ports/109665
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
01:02 clsung
Add py-trace2html 0.2.1, HTML coverage report generator for trace.py.
PR: ports/109545
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
Wednesday, 28 Feb 2007
|
21:00 oliver
mcs is a library and set of userland tools which abstract the storage of
configuration settings away from userland applications.
It is hoped that by using mcs, that the applications which use it will
generally have a more congruent feeling in regards to settings.
There have been other projects like this before (such as GConf), but unlike
those projects, mcs strictly handles abstraction. It does not impose any
specific data storage requirement, nor is it tied to any desktop environment
or software suite.
Because mcs is licenced under the BSD licence, it is hoped that many
applications will adopt it's use.
WWW: http://sacredspiral.co.uk/~nenolod/mcs/
|
11:11 edwin
The main idea of EzDate is that the object represents a specific date
and time. A variety of properties tells you information about that date
and time such as hour, minute, day of month, weekday, etc.
WWW: http://search.cpan.org/dist/Date-EzDate/
|
Monday, 26 Feb 2007
|
20:17 miwi
ocaml-calendar is an OCaml library for managing dates and times.
WWW: http://www.lri.fr/~signoles/prog.en.html
PR: ports/109565
Submitted by: Jaap Boender <jaapb at kerguelen.org>
|
19:31 tobez
Add devel/p5-B-Generate 1.06, a Perl module that facilitates
Perl optree manipulation from Perl.
|
Sunday, 25 Feb 2007
|
14:38 clsung
Add p5-Data-ObjectDriver 0.03, simple, transparent data interface, with
caching.
PR: ports/109509
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Saturday, 24 Feb 2007
|
18:29 clsung
Add py-parsedatetime 0.8.3, python module for parsing 'human readable'
date/time expressions.
PR: ports/109480
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
18:25 clsung
Add p5-PHP-Serialization 0.27, converting the output of PHP serialize()
into the Perl.
PR: ports/109452
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
03:52 alexbl
- Add py-event 0.3,
Python bindings for libevent
|
Thursday, 22 Feb 2007
|
07:29 rafan
Add autodist 1.3, distribution creation system.
PR: ports/109384
Submitted by: Peter Johnson <johnson.peter at gmail.com>
|
Monday, 19 Feb 2007
|
13:56 clsung
Add py-lxml 1.1.2, pythonic binding for the libxml2 and libxslt
libraries.
PR: ports/109299
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
|
07:01 rafan
Add p5-List-Rotation-Cycle 1.004, cycle through a list of values.
PR: ports/109293
Submitted by: chinsan
|
Sunday, 18 Feb 2007
|
22:24 alepulver
- Remove devel/php5-json (there is already a devel/pecl-json port).
Reported by: ale
Approved by: chinsan (maintainer)
|
15:13 alepulver
Add php5-json , the json shared extension for php.
PR: ports/108918
Submitted by: chinsan
|
Saturday, 17 Feb 2007
|
20:52 sat
Add port devel/libixp:
libixp is a stand-alone client/server 9P library including ixpc client
which behaves like wmiir in the past. It consists of less than 2000
lines of code (including ixpc).
libixp's server api is based heavily on that of Plan 9's lib9p, and the
two libraries export virtually identical data structures.
WWW: http://www.suckless.org/wiki/libs
Inspired by: Gentoo ebuild, OpenBSD port
|
Friday, 16 Feb 2007
|
10:29 rafan
Add p5-Scalar-Listify 0.02, poduces an array(ref)? from a scalar value
or array ref.
PR: ports/109203
Submitted by: chinsan
|
10:22 nivit
Jinja (Django & Smarty-like) template for TurboGears
Author: Fred Lin
WWW: http://sourceforge.net/projects/tgwidgets/
|
10:05 nivit
Jinja is a small but very fast and easy to use stand-alone template engine
written in pure python.
Since version 0.6 it uses a new parser that increases parsing performance
a lot by caching the nodelists on the harddisk if wanted.
It includes multiple template inheritance and other features like simple
value escaping.
Author: Armin Ronacher
WWW: http://wsgiarea.pocoo.org/jinja/
|
10:01 nivit
Breve is a Python template engine that is designed to be clean and
elegant with minimal syntax. Unlike most Python template engines,
Breve is implemented as an `internal DSL`_ rather than a parser.
Author: Cliff Wells
WWW: http://breve.twisty-industries.com/
|
06:55 ale
Remove Subversive in favour of subversive.
|
06:50 ale
The Subversive project is a brand new Eclipse plug-in that provides
Subversion support. From a user point of view, Subversive provides
Subversion support similar to CVS support, which is already part of
the standard Eclipse platform.
The main use cases, which are familiar to CVS users, are:
* Connection to the repository using different connection types
* Repository browsing
* Check-out
* Synchronization
* Commiting
* Update
* Resolving conflicts
* Adding to the list of ignored resources
WWW: http://www.polarion.org/index.php?page=overview&project=subversive
|
Thursday, 15 Feb 2007
|
14:20 rafan
Add p5-Array-Group 1.00, convert an array into array of arrayrefs of
uniform size N.
PR: ports/109167
Submitted by: chinsan
|
12:03 tobez
Add devel/p5-Time-Interval 1.21, a perl module for dealing with time
intervals.
|
10:07 ijliao
add winpdb 1.0.8
An advanced Python debugger
|
Wednesday, 14 Feb 2007
|
16:52 ale
The Subversive project is a brand new Eclipse plug-in that provides
Subversion support. From a user point of view, Subversive provides
Subversion support similar to CVS support, which is already part of
the standard Eclipse platform.
The main use cases, which are familiar to CVS users, are:
* Connection to the repository using different connection types
* Repository browsing
* Check-out
* Synchronization
* Commiting
* Update
* Resolving conflicts
* Adding to the list of ignored resources
WWW: http://www.polarion.org/index.php?page=overview&project=subversive
|
09:22 miwi
The ezpyinline is a pure python module which requires almost no setup to
allows you put C source code directly "inline" in a Python script or module,
then the C code is automatically compiled and then loaded for immediate access
from Python.
ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/)
but aim to be as easy as possible and do all the magics for you.
WWW: http://cheeseshop.python.org/pypi/ezpyinline
PR: ports/109135
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
00:35 clsung
Module::CPANTS::Analyse - Generate Kwalitee ratings for a distribution
Kwalitee is inexact quality:
* All dependencies in Makefile.PL or the Module::Build equivalent
* Well-tested
* Well-documented
* Documents match code match tests
* Covered well
* Pod passes Test::Pod
* All hyperlinks work
WWW: http://search.cpan.org/dist/Module-CPANTS-Analyse/
|
Tuesday, 13 Feb 2007
|
15:47 clsung
Module::ExtractUse is basically a Parse::RecDescent grammar to
parse Perl code. It tries very hard to find all modules
(whether pragmas, Core, or from CPAN) used by the parsed code.
WWW: http://search.cpan.org/dist/Module-ExtractUse/
|
07:06 delphij
java Management Extensions (JMX) is an API that facilitates building management
applications that can configure, and perform operations on, a server applica
-tion. In general, each manageable component of the server application is re
-presented by a Management Bean (or MBean, for short). JMX defines three types
of MBeans, of which Model MBeans are the most flexible. Model MBeans provide a
way to define MBeans for many different components, without having to write a
specific MBean implementation class for each one.
However, this power comes at a price. It is necessary to set up a substantial
amount of metadata about each MBean, including the attributes it should expose
(similar to JavaBeans properties), the operations it should make available (si
-milar to calling methods of a Java object via reflection), and other related
information. The Modeler component is designed to make this process fairly pain
-less -- the required metadata is configured from an XML description of each
Model MBean to be supported. In addition, Modeler provides a factory mechanism
to create the actual Model MBean instances themselves.
The Modeler component of the Jakarta Commons subproject offers convenient
support for configuring and instantiating Model MBeans (management beans),
as described in the JMX Specification.
Homepage: http://jakarta.apache.org/commons/modeler/
Submitted by: Nemo LIU <nemoliu at gmail dot com>
PR: ports/109074
|
Monday, 12 Feb 2007
|
16:11 vd
Add devel/pth-hard - a slave port of devel/pth which has hard syscalls
turned on.
PR: ports/108975
Submitted by: Martin Matuska <martin@matuska.org>
|
03:53 clsung
Add p5-Log-Dispatch-FileShared 1.02, a Log::Dispatch output class for
logging to shared files.
PR: ports/108733
Submitted by: Craig Manley
|
Sunday, 11 Feb 2007
|
12:30 miwi
The BNF Converter is a compiler construction tool generating a
compiler front-end from a Labelled BNF grammar. It was originally
written to generate Haskell, but starting from Version 2.0, it can
also be used for generating Java, C++, and C.
Given a Labelled BNF grammar the tool produces:
* an abstract syntax as a Haskell/C++/C module or Java directory
* a case skeleton for the abstract syntax in the same language
* an Alex, JLex, or Flex lexer generator file
* a Happy, CUP, or Bison parser generator file
* a pretty-printer as a Haskell/Java/C++/C module
* a Latex file containing a readable specification of the language
WWW: http://www.cs.chalmers.se/~markus/BNFC/
PR: ports/109038
Submitted by: Kai Wang <kaiw27 at gmail.com>
|
00:55 kris
Remove ports depending on expired devel/cl-asdf-cmucl port.
|
Saturday, 10 Feb 2007
|
14:35 miwi
pycount helps you with a simple analysis of Python code, categorizing it into
comments, doc strings, blank lines and real code. It creates simple lines
counts for individual or multiple files, but can also be used to strip
comments from a source file, say. See a sample output of pycount running on
itself in verbose mode.
WWW: http://python.net/~gherman/pycount.html
PR: ports/108996
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
13:57 miwi
Python Call Graph uses GraphViz to generate call graphs from one execution of
your Python code. It's very easy to use and can point out possible problems
with your code execution.
WWW: http://pycallgraph.slowchop.com/
PR: ports/108977
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
Friday, 9 Feb 2007
|
19:19 alepulver
wxGlade is a GUI designer written in Python with the popular GUI toolkit
wxPython, that helps you create wxWindows/wxPython user interfaces. At the
moment it can generate Python, C++ and XRC (wxWindows' XML resources) code.
WWW: http://wxglade.sourceforge.net/
|
08:31 ale
Add Standard PHP Library extension.
|
Thursday, 8 Feb 2007
|
12:27 delphij
New port: jakarata-commons-jxpath.
The org.apache.commons.jxpath package defines a simple interpreter of an
expression language called XPath.
Homepage: http://jakarta.apache.org/commons/jxpath/
Submitted by: Nemo Liu <nemoliu at gmail com>
|
Tuesday, 6 Feb 2007
|
11:04 delphij
New port: check is a unit testing framework for C. It
features a simple interface for defining unit tests,
putting little in the way of the developer. Tests are
run in a separate address space, so Check can catch both
assertion failures and code errors that cause segmentation
faults or other signals. The output from unit tests can be
used within source code editors and IDEs.
Homepage: http://check.sourceforge.net/
Submitted by: rill <jiangzhixiang embedded iscas ac cn>
|
Monday, 5 Feb 2007
|
20:58 tmclaugh
Remove port: Included with all current python versions in ports tree.
PR: 107282
Submitted by: Li-Wen Hsu
Approved by: python@ (alexbl)
|
20:56 lofi
Add qt4, a multiplatform C++ application framework
|
14:53 clsung
Add ditrack 0.4, a tracking system based on Subversion repository.
PR: ports/108745
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
01:08 pav
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
sysutils/barry -> ports-mgmt/barry
sysutils/bpm -> ports-mgmt/bpm
sysutils/kports -> ports-mgmt/kports
sysutils/managepkg -> ports-mgmt/managepkg
sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck
sysutils/pib -> ports-mgmt/pib
sysutils/pkgfe -> ports-mgmt/pkgfe
sysutils/pkg-orphan -> ports-mgmt/pkg-orphan
sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves
sysutils/pkg_install -> ports-mgmt/pkg_install
sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel
sysutils/pkg_remove -> ports-mgmt/pkg_remove
sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves
sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst
sysutils/pkg_tree -> ports-mgmt/pkg_tree
sysutils/portbrowser -> ports-mgmt/portbrowser
sysutils/portconf -> ports-mgmt/portconf
sysutils/portdowngrade -> ports-mgmt/portdowngrade
sysutils/portcheck -> ports-mgmt/portcheck
sysutils/portmanager -> ports-mgmt/portmanager
sysutils/portmaster -> ports-mgmt/portmaster
sysutils/portscout -> ports-mgmt/portscout
sysutils/portsearch -> ports-mgmt/portsearch
sysutils/portsman -> ports-mgmt/portsman
sysutils/portsnap -> ports-mgmt/portsnap
sysutils/portsopt -> ports-mgmt/portsopt
sysutils/portupgrade -> ports-mgmt/portupgrade
sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel
sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools
sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools
sysutils/psearch -> ports-mgmt/psearch
sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex
sysutils/qtpkg -> ports-mgmt/qtpkg
textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports
Repocopies by: marcus
|
Friday, 2 Feb 2007
|
18:09 luigi
link linux-kmod-compat
|
Wednesday, 31 Jan 2007
|
18:41 rafan
- Connect ncurses-devel to build
|
Monday, 29 Jan 2007
|
23:43 wes
POCO library version 1.2.8 with SSL support.
|
09:20 miwi
This library provides weak aliases for pthread functions not provided in libc
or otherwise available by default. Libraries like libxcb rely on pthread
stubs to use pthreads optionally, becoming thread-safe when linked to
libpthread, while avoiding any performance hit when running single-threaded.
libpthread-stubs supports this behavior even on platforms which do not supply
all the necessary pthread stubs. On platforms which already supply all the
necessary pthread stubs, this package ships only the pkg-config file
pthread-stubs.pc, to allow libraries to unconditionally express a dependency
on pthread-stubs and still obtain correct behavior.
WWW: http://xcb.freedesktop.org/
PR: ports/108491
Submitted by: wahjava
|
04:03 ijliao
add p5-Config-Model 0.607
Model to create configuration validation tool
|
Number of commits found: 11342 (showing only 100 on this page) |