| non port: devel/Makefile |
Number of commits found: 12231 (showing only 100 on this page) |
|
Wednesday, 18 Jan 2006
|
07:09 pav
Needle is a dependency injection container for Ruby. It can do:
- Log method execution
- Reference another service
- Unit testing
- Lifestyle management
PR: ports/91827
Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
 |
00:50 clsung
- add p5-SVN-ACL
- ref: http://hcchien.org/?q=node/7
 |
|
Tuesday, 17 Jan 2006
|
13:19 tobez
Add p5-Object-InsideOut 1.31, object::InsideOut - Comprehensive
inside-out object support module.
PR: ports/91905
Submitted by: Geraud Continsouzas <geraud@gcu.info>
 |
03:39 marcus
Add py-gobject, Python bindings around GLib's GObject. This port is useful
for developers that need to write Gobjects in Python but do not need to pull
in all of py-gtk2.
 |
|
Saturday, 14 Jan 2006
|
22:29 pav
json-py is a simple, pure-python implementation of a JSON (http://json.org)
reader and writer. JSON is used to exchange data across systems written in
various languages. It is particularly suited to dynamic languages like Python,
Javascript, etc. JSON = Javascript Object Notation implies it is suitable for
AJAX applications that exchange data from servers to Javascript applications
running on web browser clients.
Author: <patrickdlogan@stardecisions.com>
WWW: http://sourceforge.net/projects/json-py/
PR: ports/91688
Submitted by: Nicola Vitale <nivit@email.it>
 |
21:15 pav
- Remove expired ports
 |
17:46 pav
RSCM - Ruby Source Control Management is to SCM what DBI/JDBC/ODBC
are to databases - an SCM-independent API for accessing a wide
variety of SCMs.
RSCM currently supports CVS and Subversion. Support for ClearCase,
Darcs, Monotone, Perforce and StarTeam is in progress and partly
available.
PR: ports/91602
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
 |
17:42 pav
The cElementTree module is a C implementation of the ElementTree API.
On typical documents, it's 15-20 times faster than the Python version
of ElementTree, and uses 2-5 times less memory. On modern hardware,
that means that documents in the 50-100 megabyte range can be manipulated
in memory, and that documents in the 0-1 megabyte range load in zero
time (0.0 seconds). This allows you to drastically simplify many kinds
of XML applications.
PR: ports/91687
Submitted by: Nicola Vitale <nivit@email.it>
 |
17:31 pav
TestGears provides automatic discovery of unittest.TestCases and
the ability to run tests that are written as simple functions.
It generates a standard unittest.TestSuite for use with any of
the standard frontends, and provides a distutils command to run
tests with zero configuration.
PR: ports/91689
Submitted by: Nicola Vitale <nivit@email.it>
 |
|
Thursday, 12 Jan 2006
|
13:09 tobez
Add devel/p5-Sub-Installer 0.0.2, yet another Perl module to (re)define
package subroutines.
 |
|
Tuesday, 10 Jan 2006
|
14:56 tobez
Add devel/p5-Proc-Fork, a Perl module that provides simple, intuitive
interface to the fork() system call.
 |
|
Sunday, 8 Jan 2006
|
12:50 edwin
New port: devel/pecl-svn
PHP bindings to the libsvn library which provide access to subversion
repositories.
WWW: http://pecl.php.net/package/svn
PR: ports/91471
Submitted by: Alex Kiesel <kiesel@schlund.de>
 |
|
Thursday, 5 Jan 2006
|
20:57 kan
Reconnect linux_kdump.
 |
12:46 ehaupt
Add p5-Devel-SimpleTrace 0.06, a perl module for better stack traces on
interpretter-generated warn/die.
PR: ports/91313
Submitted by: Eric Stith <estith.freebsd.ports@thelunarempire.net>
 |
02:04 fenner
adocman is a set of perl modules and programs for performing
operations against the SourceForge.net site, currently including
basic Client operations (i.e. login/logout) and DocManager operations.
It includes the Alexandria perl module, which provides the back end
support for operations, the adocman program, which provides the
means to perform DocManager operations from the command-line or
scripts (by project developers or admins listed as DocManager
Editors), and the xml_export program, providing the means to automate
downloads of data from the XML data export facility on SourceForge.net
(by project administrators).
WWW: http://sourceforge.net/projects/sitedocs
 |
|
Monday, 2 Jan 2006
|
13:53 arved
Retire libmusclecard, it is now part of the pcsc-lite port again.
 |
|
Saturday, 31 Dec 2005
|
08:36 pav
- Remove expired ports
 |
|
Friday, 30 Dec 2005
|
05:07 pav
This is a port of the bulk of the Plan 9 software build environment to
Unix.
This port tries to reproduce the Plan 9 build environment as faithfully
as possible, providing u.h and libc.h, and blithely redefining tokens
such as open, dup, and accept in order to provide implementations that
better mimic the Plan 9 semantics. The result is a more complicated and
less Unix-friendly environment, but Plan 9 programs can typically be
compiled with little or no changes.
PR: ports/90997
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
 |
|
Thursday, 29 Dec 2005
|
05:25 edwin
NEW PORT: devel/py-kid template language for XML based written in Python
Kid is a simple template language for XML based vocabularies
written in Python. It was spawned as a result of a kinky
love triangle between XSLT, TAL, and PHP. We believe many
of the best features of these languages live on in Kid with
much of the limitations and complexity stamped out.
PR: ports/90909
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
 |
00:46 edwin
[NEW PORT] devel/simian: simlarity analysis for source code
Simian is a program for checking source (and all kinds of
text files) for repeating blocks.
Simian (Similarity Analyser) identifies duplication in Java,
C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic
source code and even plain text files. In fact, simian can
be used on any human readable files such as ini files,
deployment descriptors, you name it.
Note: The port uses the java version by default. You can
select the .NET version via WITH_MONO=yes, and disable
installation of the java parts with WITHOUT_JAVA=yes.
WWW: http://www.redhillconsulting.com.au/products/simian/
PR: ports/83315
Submitted by: Andreas Kohn <andreas@syndrom23.de>
 |
|
Wednesday, 28 Dec 2005
|
13:58 tobez
Add devel/p5-Proc-Queue 1.16, a Perl module that overrides fork and
related syscalls to limit the number of spawned children transparently.
 |
12:37 tobez
Add devel/p5-IPC-DirQueue 0.05, a disk-based many-to-many task queue
written in Perl.
 |
|
Tuesday, 27 Dec 2005
|
21:04 edwin
[New ports] devel/mimir, lang/elan - Elan Programming Language
Elan is a programming language originally developed by the
Technical University of Berlin, but nowadays an implementation
is maintained by the Radboud University of Nijmegen.
We at TCCN learn youngsters how to program in this language.
We installed FreeBSD on one of our SPARC's some time ago,
but Elan wasn't in the Ports tree yet. That's why I made
two ports. One for lang/elan, the Elan compiler, and one
for devel/mimir, a library the Elan compiler uses.
More info about Elan:
http://en.wikipedia.org/wiki/Elan_programming_language
PR: ports/89275
Submitted by: Ed Schouten <ed@fxq.nl>
 |
19:59 edwin
new port: devel/codeblocks, an open source, cross-platform and free
C/C++ IDE
Code::Blocks is an open source, cross-platform and free
C/C++ IDE. It is build using the wxWidgets GUI library.
The WEB site states:
"Code::Blocks is a free C++ IDE built specifically to meet
the most demanding needs of its users. It was designed,
right from the start, to be extensible and configurable."
WWW: http://www.codeblocks.org/
PR: ports/89297
Submitted by: Matthias Sund <m.sund@arcor.de>
 |
19:33 ehaupt
Add p5-Geo-ShapeFile 2.51, a perl extension for handling ESRI GIS
Shapefiles.
PR: 90984
Submitted by: Eric Stith <estith.freebsd.ports@thelunarempire.net>
 |
17:41 tobez
Add devel/p5-Test-Strict 0.07, a Perl module to test and report on the
coverage of the strict/warnings pragmas.
PR: 90981
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
 |
11:27 tobez
Add devel/p5-Test-Base 0.44, a data driven testing framework in Perl.
 |
10:02 tobez
Add devel/p5-File-ShareDir 0.02, a Perl module to locate
per-distribution and per-module shared files location.
 |
09:35 tobez
Add devel/p5-Return-Value 1.30, a Perl module that provides polymorphic
return values.
 |
09:26 tobez
Add devel/p5-App-CLI 0.03, a dispatcher module for command line
interface programs.
 |
|
Monday, 26 Dec 2005
|
11:50 erwin
Object::Signature is an abstract base class that you can inherit from in
order to allow your objects to generate unique cryptographic signatures.
The method used to generate the signature is based on Storable and
Digest::MD5. The object is fed to Storable::nfreeze to get a string,
which is then passed to Digest::MD5::md5_hex to get a unique 32
character hexidecimal signature.
WWW: http://search.cpan.org/dist/Object-Signature/
PR: ports/90918
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
 |
|
Saturday, 24 Dec 2005
|
16:19 perky
Add a new port for llvm 1.6, the Low Level Virtual Machine.
WWW: http://llvm.cs.uiuc.edu/
 |
|
Wednesday, 21 Dec 2005
|
09:43 ehaupt
Add p5-Tie-ShareLite, a Tied hash interface to IPC::ShareLite
PR: 90637
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
 |
08:28 tobez
Add devel/p5-IO-NestedCapture 1.03, a Perl module for performing nested
STD* handle captures.
 |
|
Sunday, 18 Dec 2005
|
15:57 vanilla
Add cgdb 0.5.3, a curses-based interface to the GNU Debugger.
PR: ports/90600
Submitted by: Gea-Suan Lin <gslin@gslin.org>
 |
|
Friday, 16 Dec 2005
|
22:47 sem
- Kill devel/opentop. It's obsoleted. All new versions are comercial.
 |
|
Thursday, 15 Dec 2005
|
03:16 lawrance
Remove expired ports.
 |
01:58 kbyanc
Library simplifying embedding perl interpreters into C programs.
 |
|
Tuesday, 13 Dec 2005
|
21:16 simon
Add libisc port:
libisc is C utility library which is used as part of part of ISC's bind.
It includes functions for:
- assertion handling.
- balanced binary (AVL) trees.
- bit masks comparison.
- event based programs.
- heap-based priority queues.
- memory handling.
- program logging.
Reviewed by: erwin
 |
15:27 aaron
Add port devel/p5-Algorithm-Dependency, Base class for implementing various
dependency trees
Approved by: tobez
 |
13:39 ehaupt
Add xlslib, a C++ library for generation of Excel(TM) files
xlsLib is a multiplatform, C++ developed, library for dynamically
generating Excel(TM) files (*.xls). It allows the generation of Excel(TM)
compatible files without the need of any other external software.
* Easy to use, fully object oriented, API.
* Excel 95 (TM) format spreadsheets.
* Multiple worksheets.
* All standard font's styles and colors.
* All standard cell's styles, colors and properties.
* All standard cell's border-styles and colors.
* Three basic type of cells:
o Blank.
o Label. The text in labels can be formated in all standard styles.
o Number. All standard number-formats are supported.
* Merged cells.
* Handling of cells using ranges.
PR: 89933
Submitted by: Sergey Prikhodko <sergey@network-asp.biz>
 |
|
Sunday, 11 Dec 2005
|
12:40 erwin
Paraphrased from the Data:Swap's documentation ...
Data::Swap (XS) module allows to swap the contents of two referenced
variables, even if they have different types. The main application is
to change the base type of an object after it has been created, for
example for dynamic loading of data structures:
swap $self, bless $replacement, $newclass;
WWW: http://search.cpan.org/dist/Data-Swap/
PR: ports/90229
Submitted by: Parv <parv@pair.org>
 |
|
Friday, 9 Dec 2005
|
19:41 ale
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
 |
19:24 ale
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
 |
18:58 ale
New pear bootstrap port based on go-pear, independent to php releases.
Discussed with: thierry, antonio@php.net
Required by: PHP 5.1
 |
18:43 lth
Add p5-Devel-TraceCalls 0.04, track calls to subs, classes and object
instances.
 |
|
Thursday, 8 Dec 2005
|
13:32 kuriyama
Add p5-IO-KQueue 0.29, perl interface to the BSD kqueue system call.
 |
|
Wednesday, 7 Dec 2005
|
20:49 tobez
Add pt-Class-StateMachine 0.11, a Perl module to facilitate state
machines development.
 |
|
Friday, 2 Dec 2005
|
20:01 erwin
ExtUtils::AutoInstall lets module writers to specify a more
sophisticated form of dependency information than the PREREQ_PM
option offered by ExtUtils::MakeMaker.
This module works best with the Module::Install framework,
a drop-in replacement for MakeMaker.
WWW: http://search.cpan.org/dist/ExtUtils-AutoInstall/
PR: ports/89855
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
 |
02:28 linimon
Add upnp104 to unbreak INDEX build.
 |
02:15 kuriyama
- Retire devel/p5-Test-Builder-Tester. This module is included in
p5-Test-Simple now.
Submitted by: leeym
PR: ports/87644
 |
|
Thursday, 1 Dec 2005
|
16:31 erwin
Add p5-Class-C3 0.07, a pragma to use the C3 method resolution order
algorithm.
This is currently an experimental pragma to change Perl 5's standard
method resolution order from depth-first left-to-right (a.k.a -
pre-order) to the more sophisticated C3 method resolution order.
WWW: http://search.cpan.org/dist/Module-Find/
PR: ports/89800
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
 |
|
Wednesday, 30 Nov 2005
|
16:03 flz
- Add subversion-ruby, a slave port to install subversion ruby bindings.
PR: ports/82950
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
 |
00:03 edwin
New Ports: devel/sfslite-noopt and devel/sfslite-dbg; sfslite with
different build options
Shell archive included for new ports. Follow-on ports to
the devel/sfslite port, for building with different build
options. Won't conflict with devel/sfslite or each other.
Trivial Makefiles that mainly call into devel/sfslite/Makefile.
PR: ports/86475
Submitted by: Maxwell Krohn <krohn@mit.edu>
 |
|
Tuesday, 29 Nov 2005
|
23:59 edwin
iNew Ports: devel/sfslite-noopt and devel/sfslite-dbg; sfslite with
different build options
Shell archive included for new ports. Follow-on ports to
the devel/sfslite port, for building with different build
options. Won't conflict with devel/sfslite or each other.
Trivial Makefiles that mainly call into devel/sfslite/Makefile.
PR: ports/86475
Submitted by: Maxwell Krohn <krohn@mit.edu>
 |
|
Monday, 28 Nov 2005
|
05:33 clsung
- Perl extension for recursively copying files and directories
- needed by p5-Catalyst when execute 'perl Makefile.PL' after create
a standalone server.
- ijliao made this port, and I will maintain it :)
 |
|
Sunday, 27 Nov 2005
|
14:54 tobez
Add devel/p5-Sub-Name, a Perl module to dynamically assign names to Perl
subroutines.
 |
|
Friday, 25 Nov 2005
|
14:10 novel
Add p5-Net-DBus, perl extension for the DBus message system.
 |
02:46 edwin
New port: devel/hc12mem - Freescale HCS12 MCU embedded developer
tool: erase/read/write/protect/unprotect FLASH/EEPROM
hc12mem is a command line tool for embedded microcontroller
developers using Freescale's HCS12-family MCUs.
It can:
- erase/read/write/protect internal EEPROM memory
- erase/read/write internal FLASH memory
- protect/unprotect whole MCU
Supported MCUs: almost every HCS12 derivative
<MC9S12> A32, A64, A128, A256, A512, C32, C64, C96, C128,
GC16, GC32, GC64, GC96, GC128, D32, D64, D128, D256, D512,
E32, E64, E128, E256, H128, H256, UF32, NE64.
Supported target connections:
- BDM:
- Kevin Ross's BDM12 POD
- Marek Peca's PODEX and my own improved version
- LRAE (Load RAM And Execute) serial bootloader
see Freescale's Application Note AN2546
WWW: http://cml.mfk.net.pl/hc12mem
PR: ports/89241
Submitted by: Michal Konieczny <mk@cml.mfk.net.pl>
 |
|
Tuesday, 22 Nov 2005
|
20:48 pav
Setuptools is a collection of enhancements to the Python distutils (for Python
2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python
2.4) that allow you to more easily build and distribute Python packages,
especially ones that have dependencies on other packages.
PR: ports/89352
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 |
16:32 hq
Commons Configuration provides a generic configuration interface which enables
an application to read configuration data from a variety of sources. Commons
Configuration provides typed access to single, and multi-valued configuration
parameters.
Configuration parameters may be loaded from the following sources:
* Properties files
* XML documents
* JNDI
* JDBC Datasource
Different configuration sources can be mixed using a ConfigurationFactory and
CompositeConfiguration. Additional sources of configuration parameters can be
created by using custom configuration objects. This customization can be
achieved by extending AbstractConfiguration.
WWW: http://jakarta.apache.org/commons/configuration/
 |
11:02 barner
Add a slave port that enforces the use of gcc 3.4+ to build boost.
This port is intended for FreeBSD 4 only and is IGNOREd on other
versions.
It can be uses as a dependency for other ports that require boost
to be built with gcc 3.4, e.g. devel/monotone.
This port enables the following compile time options for boost:
- Thread support
- Python support
- Boost.Regex ICU support
- Optimized CFLAGS
 |
|
Friday, 18 Nov 2005
|
02:06 ade
Remove bison-devel now that the only consumer (openoffice-2.0) has
be converted over to using the newly imported bison2
Many thanks to: maho
 |
|
Thursday, 17 Nov 2005
|
19:38 erwin
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
features for web application testing. The Test::WWW::Mechanize::Catalyst
module meshes the two to allow easy testing of Catalyst applications
without starting up a web server.
WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
PR: ports/89174
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
 |
19:12 knu
Add ruby-flexmock, a simple mock object for Ruby.
 |
00:17 ade
Bring in bison 2.1 after repocopy
 |
00:04 seanc
devel/bison1875's time has come and gone and its only consumer is the
databases/postgresql-devel port, which isn't needed either now that 8.1 has
officially landed.
Submitted by: ade@
 |
|
Wednesday, 16 Nov 2005
|
20:07 lth
Add p5-UNIVERSAL-isa 0.05, hack around people calling UNIVERSAL::isa()
as a function.
PR: ports/89135
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
 |
19:51 lth
Add p5-UNIVERSAL-can 1.00, hack around people calling UNIVERSAL::can()
as a function.
PR: ports/89134
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
 |
09:25 vs
Uppaal is an integrated tool environment for modeling, validation
and verification of real-time systems modeled as networks of timed
automata, extended with data types (bounded integers, arrays, etc.).
The tool is developed in collaboration between the Department of
Information Technology at Uppsala University, Sweden and the
Department of Computer Science at Aalborg University in Denmark.
WWW: http://www.uppaal.com/
PR: ports/84975
Submitted by: Timothy Bourke
 |
|
Tuesday, 15 Nov 2005
|
08:51 tobez
Add devel/p5-Tie-Hash-TwoWay 1.08, a Perl module that provides two-way
mapping between disjoint sets.
 |
|
Sunday, 13 Nov 2005
|
16:22 pav
The HTML_QuickForm_advmultiselect package adds an element to the HTML_QuickForm
package that is two select boxes next to each other emulating a multi-select.
PR: ports/88818
Submitted by: Chris St Denis <chris@ctgameinfo.com>
 |
02:14 mnag
New port devel/ode-devel
ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.
WWW: http://www.ode.org/
Add CONFLICTS in devel/ode
PR: 88581
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Repocopy by: marcus
 |
|
Saturday, 12 Nov 2005
|
18:52 pav
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus
 |
|
Friday, 11 Nov 2005
|
22:58 tobez
Add devel/p5-List-Cycle 0.04, a Perl module that provides objects for
cycling through a list of values.
 |
12:29 tobez
Add devel/p5-IO-LockedFile 0.23, a Perl module that supplies object
methods for locking files.
 |
|
Wednesday, 9 Nov 2005
|
21:04 pav
bzrtools is intended to be a useful collection of utilities (all plugins, right
now). for devel/bazaar-ng. This port extends bzr command with these commands:
baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve,
graph-ancestry, fetch-missing, patch.
PR: ports/88495
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
 |
20:40 pav
This is a new port of bazaar, a C implementation of GNU Arch (based on tla)
from Canonical. The difference between this and bazaar-ng is that this is the
"mainline" version of bazaar, beeing faster and more stable, while bazaar-ng is
the somwhat future platform. I thought it would be nice to have this in ports
as well, this is a very good implemenation that is easy to use, much easier
than TLA.
PR: ports/88476
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
 |
11:30 dinoex
Transaction::Simple provides active ("live", non-backend)
transactional support to Marshal-able objects.
WWW: http://rubyforge.org/projects/trans-simple/
 |
|
Sunday, 6 Nov 2005
|
18:11 tobez
Add devel/p5-Tie-Hash-Sorted, a Perl module to present hashes in sorted
order.
 |
|
Saturday, 5 Nov 2005
|
09:21 kris
These ports depended on jx, which was removed.
 |
09:17 kris
ruby-libglade depended on ruby-gnome, which was removed.
 |
09:12 kris
This port depended on the linux_devtools7 port which was removed.
 |
09:07 kris
Remove expired ports
 |
06:07 ahze
- Add present
A library for reading Microsoft PowerPoint(tm) documents
 |
05:59 marcus
Add goffice, a set of document centric components for GLib and GTK+.
There are common operations for document centric applications that are
conceptually simple, but complex to implement fully.
- plugins
- load/save documents
- undo/redo
Goffice provides a single library for performing such operations.
 |
05:56 marcus
Add glib-java, a set of Java wrapper libraries around glib-2.
WWW: http://java-gnome.sourceforge.net/
 |
05:53 marcus
aAdd evolution-gconf-tools, a set of Python scripts to make it easier to work
with Evolution's configuration information.
WWW: http://live.gnome.org/Evolution_2fGConfTools
Submitted by: ahze
 |
|
Friday, 4 Nov 2005
|
19:48 lth
Add p5-Test-XML 0.07, compare XML in perl tests.
 |
10:38 tobez
Add devel/p5-File-push, a perl module that provides temporary chdir for
a limited scope.
 |
|
Wednesday, 2 Nov 2005
|
15:25 aaron
Add devel/p5-Class-Throwable 0.10, A Perl module that implements a minimal
lightweight exception class.
submitted by: aaron
Reviewed by: tobez
Approved by: tobez
 |
|
Monday, 31 Oct 2005
|
11:19 edwin
New port: java/subclipse
Subclipse is an Eclipse plugin that adds Subversion integration
to the Eclipse IDE.
WWW: http://subclipse.tigris.org/
At the moment, a part of subclipse is integrated into
phpeclipse, but a special port should be better.
PR: ports/86637
Submitted by: Gerrit Beine <tux@pinguru.net>
 |
|
Friday, 28 Oct 2005
|
10:47 sem
A free networking API that provides reliable UDP and high level networking
constructs. Although RakNet can be used for any networked application, it
was developed specifically for rapid development of online games and the
addition of multiplayer to single player games.
WWW: http://www.rakkarsoft.com/
PR: ports/87304
Submitted by: Andrew I Baznikin <dikiy@scn.ru>
 |
09:36 jylefort
Add bazaar-ng.
Bazaar-NG is an implementation of GNU arch from Canonical written in Python.
Arch is a version control system, which allows you to keep old versions of
files and directories (usually source code), keep a log of who, when, and
why changes occurred, etc., like SVN, CVS, or RCS. Arch is distributed, which
gives it significant advantages and some disadvantages compared to SVN and
CVS. The bzr implementation is the next Bazaar version from Canonical called
Bazaar-NG.
WWW: http://www.bazaar-ng.org/
PR: ports/87849
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
 |
08:29 tobez
Add devel/p5-Date-Holidays-DK, a Perl module to determine Danish public
holidays.
Assign lth as the maintainer, with his permission, since he is the
author of the module.
 |
|
Thursday, 27 Oct 2005
|
14:09 jylefort
Add cmunge.
CMUNGE is a simple tool for encrypting and compacting C source code, while
leaving it syntactically and semantically unchanged. It does this by:
* Recursively in-lining `user-defined' #include files.
* Renaming C identifiers, except those in the C Standard Library, with names
like l1 (i.e. letter-l one), l2, l3, etc.
* Removing comments and blank lines, converting multiple consecutive whitespace
characters (including `\n') into single blanks, removing all unnecessary
whitespace between tokens.
* Outputting the transformed code in lines of least N characters long, where N
is a user-specified minimum line length.
It accepts ANSI and K & R C as its input language.
WWW: http://www.vcpc.univie.ac.at/~jhm/cmunge/
PR: ports/88066
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
 |
|
Wednesday, 26 Oct 2005
|
10:55 garga
libobby is a library which provides synced document buffers. It supports
multiple documents in one session and is portable to both Windows and
Unix-like platforms.
WWW: http://gobby.0x539.de
PR: ports/87687
Submitted by: Andreas Kohn <andreas@syndrom23.de>
 |
01:56 kuriyama
Add p5-UNIVERSAL-require 0.10, perl module to require() from a variable.
 |
|
Saturday, 22 Oct 2005
|
08:20 mi
Add ports of the General Polygon Clipping library and its sample
client application. Some day OpenOffice may use this too...
 |
|
Friday, 21 Oct 2005
|
13:43 vs
Remove expired port devel/qtk: master site disappeared
Reminded by: erwin's mind probe
 |
Number of commits found: 12231 (showing only 100 on this page) |