| non port: devel/Makefile |
Number of commits found: 12510 (showing only 100 on this page) |
|
Wednesday, 21 Jun 2006
|
15:47 garga
Add fpc-fcl , free Pascal Component Library.
PR: ports/98689
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 |
15:46 garga
Add fpc-bfd , free Pascal interface for the GNU Binary Format
description.
PR: ports/98660
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 |
|
Monday, 19 Jun 2006
|
20:59 alepulver
This is an implementation of an infix reader macro. It should run in any
valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
the traditional way (e.g., 1+2) when writing Lisp programs instead of
using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a
full replacement for the normal Lisp syntax.
This package is compiled with SBCL.
Written by Mark Kantrowitz, School of Computer Science,
Carnegie Mellon University, March 1993.
WWW: http://www.cliki.net/infix
PR: ports/93223
Submitted by: Pedro F Giffuni <giffunip@asme.org>
 |
20:57 alepulver
This is an implementation of an infix reader macro. It should run in any
valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
the traditional way (e.g., 1+2) when writing Lisp programs instead of
using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a
full replacement for the normal Lisp syntax.
This package is compiled with CMUCL.
Written by Mark Kantrowitz, School of Computer Science,
Carnegie Mellon University, March 1993.
WWW: http://www.cliki.net/infix
PR: ports/93223
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
 |
20:53 alepulver
This is an implementation of an infix reader macro. It should run in any
valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
the traditional way (e.g., 1+2) when writing Lisp programs instead of
using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a
full replacement for the normal Lisp syntax.
It is known to be compatible with CMUCL, CLISP, MCL, and SBCL.
Written by Mark Kantrowitz, School of Computer Science,
Carnegie Mellon University, March 1993.
WWW: http://www.cliki.net/infix
PR: ports/93223
Submitted by: Pedro F. Giffuni
 |
07:55 aaron
- Deleting port as the vendor has broken the port up into 2 separate
modules: sysutils/p5-Filesys-Df and sysutils/p5-Filesys-Statvfs.
PR: ports/98249
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
 |
|
Sunday, 18 Jun 2006
|
17:34 aaron
Adding file devel/p5-File-MMagic-XS, Guess File Type With XS (a la
mod_mime_magic).
Approved by: tobez (implicit)
 |
|
Thursday, 15 Jun 2006
|
22:54 aaron
Adding port devel/p5-Filter-Template, A source filter for inline code
templates (macros).
Approved by: tobez (implicit)
 |
16:05 erwin
A patch to Perl 5.005_55 by the author implements a core API for
weak references. This module is a Perl-level interface to that API,
allowing weak references to be created in Perl.
A weak reference is just like an ordinary Perl reference except
that it isn't included in the reference count of the thing referred
to. This means that once all references to a particular piece of
data are weak, the piece of data is freed and all the weak references
are set to undef. This is particularly useful for implementing
circular data structures without memory leaks or caches of objects.
WWW: http://search.cpan.org/dist/WeakRef/
PR: ports/98963
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
 |
|
Wednesday, 14 Jun 2006
|
20:09 erwin
Add p5-Workflow 0.17, simple, flexible system to implement workflows.
PR: ports/98948
Submitted by: svysh
 |
04:57 aaron
Adding port devel/p5-Carp-Assert-More, Convenience wrappers around
Carp::Assert.
Approved by: tobez (implicit)
 |
01:56 clsung
Add ruby-rcov 0.5.0, a tool for simple code coverage analysis in Ruby.
PR: ports/97938
Submitted by: Rui Lopes (rgl ruilopes com)
 |
|
Tuesday, 13 Jun 2006
|
02:39 aaron
Adding port devel/p5-Class-CodeStyler, Perl extension for code generation
program formatting and execution.
Approved by: tobez (implicit)
 |
02:28 aaron
Adding port devel/p5-Class-STL-Containers, Perl extension for STL-like
object management.
Approved by: tobez (implicit)
 |
01:31 aaron
Adding port devel/p5-Pipeline, Generic pipeline interface.
PR: ports/98874
Submitted by: Rouslan Iskhakov <rouslan@rshell.net>
Reviewed by: aaron
Approved by: tobez (implicit)
 |
|
Sunday, 11 Jun 2006
|
09:39 pav
COBF (aka C-Obfuscator) is a program which manipulates C or C++ sourcefiles
in a way that they aren't readable by human beings; but they remain
compilable.
WWW: http://home.arcor.de/bernhard.baier/cobf/
Please note: the 'copyright.txt' disallows patching the sourcecode
without explicit permission from the author. Binary packages are not
permitted without shipping the source.
I contacted the author of COBF (emails available per request) and we are
allowed to patch 'src/cpp/makefile' (see 'files/patch-makefile'). He
also permits us shipping binary-only packages (because users can obtain
the source with 'make fetch' anyway).
PR: ports/97264
Submitted by: Ed Schouten <ed@fxq.nl>
 |
|
Saturday, 10 Jun 2006
|
17:28 itetcu
Add lasi 1.0.4, c++ stream output interface for creating Postscript
documents.
PR: ports/98601
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Approved by: lawrance (mentor, implicit)
 |
16:13 erwin
IO::Null
========
Calling a constructor of this class always succeeds, returning a new
null filehabdle. Writing to any object of this class is always a no-
operation, and returns true. Reading from any object of this class is
always nooperation, and returns empty-string or empty-list, as
appropriate.
WWW: http://search.cpan.org/dist/IO-Null/
PR: ports/98723
Submitted by: Rouslan Iskhakov <rouslan@rshell.net>
 |
11:38 pav
TZInfo is a Ruby library that uses the standard tz database
(http://www.twinsun.com/tz/tz-link.htm) to provide daylight savings
aware transformations between times in different time zones. The
tz database is compiled into Ruby classes which are packaged in the
release. No external zoneinfo files are required at runtime.
WWW: http://tzinfo.rubyforge.org/
PR: ports/98771
Submitted by: Rui Lopes <rgl@ruilopes.com>
 |
10:46 erwin
The Rose::DateTime::* modules provide a few convenience functions
and objects for use with DateTime dates.
WWW: http://search.cpan.org/dist/Rose-DateTime/
PR: ports/98767
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
 |
10:45 erwin
Rose::Object is a generic object base class. It provides very little
functionality, but a healthy dose of convention.
WWW: http://search.cpan.org/dist/Rose-Object/
PR: ports/98767
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
 |
09:43 erwin
When you just can't get your code to work, admit you are a total failure.
Author: Ingy <ingy@cpan.org>
WWW: http://search.cpan.org/dist/orz/
PR: ports/98696
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
 |
|
Friday, 9 Jun 2006
|
20:45 pav
Udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the
x86 and AMD64 (x86-64) range of instruction set architectures. The primary
intent of the design and development of udis86 is to aid software development
projects that entail binary code analysis.
WWW: http://udis86.sourceforge.net/
PR: ports/98627
Submitted by: Lutz Boehne <lboehne@damogran.de>
 |
12:53 erwin
This module exports a clone() function which unlocks the builtin
functionality perl uses to clone a new interpreter and its values.
WWW: http://search.cpan.org/dist/Scalar-Util-Clone/
PR: ports/98735
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
 |
11:04 garga
- Repocopy devel/fpc-fvision -> devel/fpc-fv [1]
- Update to 2.0.2 [2]
- Take maintainership [2]
PR: ports/98686 [1], ports/98732 [2]
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Repocopied by: marcus
 |
|
Thursday, 8 Jun 2006
|
08:02 hq
ObfuscateJS compress your Javascript files.
The obfuscator currently removes whitespace and comments.
It renames variable names with a local scope to a shorter version,
and as an advanced option it renames all variables with a certain
prefix to a shorter name
WWW: http://tools.2vi.nl/
PR: 98376
Submitted by: Nicola Vitale <nivit@email.it>
 |
01:29 clsung
Add p5-Event-Lib 1.00, makes libevent(3) accessible with Perl.
PR: ports/98642
Submitted by: Fabian Keil <fk@fabiankeil.de>
 |
|
Tuesday, 6 Jun 2006
|
11:01 itetcu
This module is used to work with .desktop files. The format of these files is
specified by the freedesktop "Desktp Entry" specification.
WWW: http://search.cpan.org/dist/File-DesktopEntry/
PR: ports/98259
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
(also ports/98273 by Alexander Botero-Lowry)
Approved by: lawrance (mentor, implicit)
 |
07:27 lbr
Add p5-Data-OptList 0.100, parse and validate simple name/value option
pairs.
 |
|
Monday, 5 Jun 2006
|
21:30 aaron
Add libphish 0.1.0, a cross-platform library to interact with the Open
Phishing Database.
PR: ports/95922
Submitted by: Rashid N. Achilov <shelton@granch.ru>
Approved by: tobez
 |
14:24 pav
Daemons provides an easy way to wrap existing ruby scripts (for example
a self-written server) to be run as a daemon and to be controlled by
simple start/stop/restart commands.
If you want, you can also use daemons to run blocks of ruby code in a
daemon process and to control these processes from the main application.
Besides this basic functionality, daemons offers many advanced features
like exception backtracing and logging (in case your ruby script
crashes) and monitoring and automatic restarting of your processes if
they crash.
WWW: http://daemons.rubyforge.org/
PR: ports/97531
Submitted by: Rui Lopes <rgl@ruilopes.com>
 |
14:19 pav
GemPlugin is a system that lets your users install gems and lets you
load them as additional features to use in your software. It
originated from the Mongrel (http://mongrel.rubyforge.org/) project
but proved useful enough to break out into a separate project.
WWW: http://mongrel.rubyforge.org/gem_plugin_rdoc/
PR: ports/97532
Submitted by: Rui Lopes <rgl@ruilopes.com>
 |
11:07 vd
Remove expired leaf ports:
2006-06-01 devel/gnu-libtool
2006-06-01 japanese/linux-ttfonts
2006-06-01 net/gnomemeeting
2006-06-01 news/knzb
2006-06-01 x11/linux-gnomelibs
2006-06-01 x11-fonts/linux-urw-fonts
 |
07:34 ijliao
add p5-Regexp-Bind 0.05
Bind variables to captured buffers
 |
07:18 ijliao
add p5-Inline-Files 0.62
Multiple virtual files at the end of your code
 |
|
Friday, 2 Jun 2006
|
23:40 aaron
Add p5-Java 4.7, perl extension for accessing a JVM remotely or locally.
PR: ports/92566
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Approved by: tobez (implicit)
 |
03:46 aaron
- Removing devel/p5-Class-Gomor-Hash as it is now packaged with
devel/p5-Class-Gomor.
PR: ports/98237
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez
 |
|
Thursday, 1 Jun 2006
|
07:11 aaron
Adding port devel/p5-Class-Multimethods, Support multimethods and function
overloading in Perl.
Approved by: tobez (implicit)
 |
01:14 clsung
Add p5-Module-Compile 0.15, provide a system for writing modules that
compile other Perl modules.
PR: ports/98152
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
 |
|
Wednesday, 31 May 2006
|
21:16 aaron
Adding port devel/p5-B-Utils, Helper functions for op tree manipulation.
Approved by: tobez (implicit)
 |
19:37 philip
Add lua50-gettext 1.5, gettext ibinding for Lua 5.0.x.
PR: ports/98208
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz>
 |
19:23 olgeni
Remove devel/dialyzer, which was integrated into Erlang/OTP R11B-0.
 |
18:54 aaron
Adding port devel/p5-Term-UI, Term::ReadLine UI made easy.
Approved by: tobez (implicit)
 |
18:43 aaron
Adding port devel/p5-Log-Message-Simple, Simplified interface to Log::Message.
Approved by: tobez (implicit)
 |
18:32 aaron
Adding port devel/p5-Module-Loaded, an easy way to mark modules as loaded or
unloaded.
Approved by: tobez (implicit)
 |
18:21 aaron
Adding port devel/p5-Log-Message, Powerful and flexible message logging
mechanism.
Approved by: tobez (implicit)
 |
00:46 aaron
Adding port devel/p5-Class-MixinFactory, Class Factory with Selection of Mixins.
Approved by: tobez (implicit)
 |
|
Tuesday, 30 May 2006
|
18:16 sat
Add port devel/p5-Config-Std:
This module implements yet another damn configuration-file system.
The configuration language is deliberately simple and limited, and the
module works hard to preserve as much information (section order,
comments, etc.) as possible when a configuration file is updated.
See Chapter 19 of "Perl Best Practices" (O'Reilly, 2005) for the
rationale for this approach.
The configuration language is a slight extension of the Windows INI
format.
WWW: http://search.cpan.org/dist/Config-Std/
Approved by: krion (mentor)
 |
18:14 sat
Add port devel/p5-Class-Std:
Most programmers who use Perl's object-oriented features construct their
objects by blessing a hash. But, in doing so, they undermine the
robustness of the OO approach. Hash-based objects are unencapsulated:
their entries are open for the world to access and modify.
Objects without effective encapsulation are vulnerable. Instead of
politely respecting their public interface, some clever client coder
inevitably will realize that it's marginally faster to interact directly
with the underlying implementation, pulling out attribute values
directly from the hash of an object.
WWW: http://search.cpan.org/dist/Class-Std/
Approved by: krion (mentor)
 |
|
Sunday, 28 May 2006
|
16:11 pav
- Rename ports
devel/gnomevfs -> devel/gnome-vfs1
devel/gnomevfs2 -> devel/gnome-vfs
devel/gnomevfs2-reference -> devel/gnome-vfs-reference
 |
12:06 mezz
devel/py-orbit2 -> devel/py-orbit
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for x11-toolkits/py-gnome2, chase the rename.
 |
09:15 cperciva
Attempt to unbreak the INDEX build by chasing the libgtop2 -> libgtop rename.
 |
05:25 mezz
devel/pkgconfig -> devel/pkg-config
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
 |
03:34 mezz
devel/gnomecrash -> devel/gnome-crash
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
PR: ports/97985
Repocopy by: marcus
 |
03:25 mezz
devel/bugbuddy -> devel/bug-buddy
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for x11/gnome2 chase the rename.
PR: ports/97985
Repocopy by: marcus
 |
01:57 mezz
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for deskutils/superswitcher, devel/configgen and devel/gnome2-hacker-tools,
chase the rename.
PR: ports/97985
Repocopy by: marcus
 |
01:48 mezz
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
PR: ports/97985
Repocopy by: marcus
 |
|
Saturday, 27 May 2006
|
17:51 pav
- Move to better category
devel/p5-Encode -> converters/p5-Encode
devel/p5-Encode-compat -> converters/p5-Encode-compat
PR: ports/97644
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
 |
08:05 dinoex
RadRails is an integrated development environment for the
Ruby on Rails framework.
The goal of this project is to provide Rails developers
with everything they need to develop, manage,
test and deploy their applications.
Features include source control, debugging, WEBrick servers,
generator wizards, syntax highlighting, data tools and much much more.
The RadRails IDE is built on the Eclipse RCP, and includes the
Subclipse plug-in and the RDT plug-ins.
The RadRails tools are also available as Eclipse plug-ins.
WWW: http://www.radrails.org/
Submitted by: Alexander Novitsky
 |
|
Friday, 26 May 2006
|
18:02 aaron
Adding port devel/p5-Code-Perl, Produce Perl code from a tree.
Approved by: tobez (implicit)
 |
11:47 tobez
Add p5-POE-XS-Queue-Array 0.001, XS implementation of POE::Queue::Array.
PR: ports/97903
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
 |
11:40 tobez
Add p5-Tie-Hash-Indexed 0.04, ordered hashes for Perl in XS.
PR: ports/97901
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
 |
|
Thursday, 25 May 2006
|
08:27 aaron
Adding port devel/p5-File-FnMatch, File::FnMatch::fnmatch() provides simple,
shell-like pattern matching.
Approved by: tobez (implicit)
 |
|
Wednesday, 24 May 2006
|
18:58 aaron
Adding port devel/p5-Tree-Binary-Dictionary, a simple class to provide a
dictionary style API to a binary tree of data.
Approved by: tobez (implicit)
 |
|
Tuesday, 23 May 2006
|
20:16 mux
Add the hs-fps port, a Fast Packed Strings module for Haskell.
Reviewed by: pav
 |
16:14 aaron
Adding port devel/p5-Test-Expect, Automated driving and testing of
terminal-based programs.
Approved by: tobez (implicit)
 |
16:06 aaron
Adding port devel/p5-Expect-Simple, a wrapper around the lang/p5-Expect module.
Approved by: tobez (implicit)
 |
|
Monday, 22 May 2006
|
00:10 aaron
Adding port devel/p5-Object-Enum, Replacement for if ($foo eq 'bar').
Approved by: tobez (implicit)
 |
|
Sunday, 21 May 2006
|
23:37 aaron
Adding port devel/p5-Stream, generic stream classes for Perl.
Approved by: tobez (implicit)
 |
21:17 aaron
Adding port devel/p5-Yada-Yada-Yada, adds a Yada-Yada-Yada operator (...) to
Perl 5 allowing one to defer coding for testing.
Approved by: tobez (implicit)
 |
14:48 sat
Add port: devel/p5-Gtk2-Spell
Perl bindings to the 2.x series of the GtkSpell graphical user interface
library. This module allows you to write perl applications that utilize the
GtkSpell library for mis-spelled word highlighting.
WWW: http://gtk2-perl.sourceforge.net/
PR: ports/94848
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by: krion (mentor)
 |
14:43 sat
Add port: devel/p5-POE-Component-Daemon
 |
|
Friday, 19 May 2006
|
10:35 kuriyama
Add p5-UNIVERSAL-which 0.03, perl extension for telling fully qualified
name of the method.
 |
|
Thursday, 18 May 2006
|
19:59 erwin
This module is yet another class builder. This one adds parameter checking in
new constructor, that is to check for attributes existence, and definedness.
Authors: GomoR <netpkt@gomor.org>
WWW: http://search.cpan.org/dist/Class-Gomor/
PR: ports/97424
Submitted by: Christopher Boumenot <boumenot@gmail.com>
 |
|
Wednesday, 17 May 2006
|
10:02 garga
Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API. Currently
Event and Glib are implemented.
WWW: http://search.cpan.org/dist/Event::RPC/
PR: ports/97350
Submitted by: Vivek Khera <vivek@khera.org>
 |
|
Sunday, 14 May 2006
|
20:27 sat
Add p5-Data-Structure-Util: Perl5 module to change the nature of data within a
structure
PR: ports/95551
Submitted by: Jon Nistor <nistor@snickers.org>
Approved by: krion (mentor)
 |
|
Friday, 12 May 2006
|
13:45 lioux
New port ocaml-magic version 0.6: An OCaml binding for libmagic(3)
 |
|
Thursday, 11 May 2006
|
20:33 jylefort
Move the glibmm programming reference to the glibmm-reference port.
 |
|
Wednesday, 10 May 2006
|
17:32 anray
This mode is used for editing spec files used for building RPM packages.
WWW: http://www.tihlde.org/~stigb/rpm-spec-mode.el
Submitted by: Max N. Boyarov <m.boyarov@gmail.com>
 |
17:13 jylefort
Move the libsoup programming reference to the libsoup-reference port.
 |
16:33 jylefort
Move the libglade2 programming reference to the libglade2-reference port.
 |
05:40 aaron
Adding port devel/p5-App-Cache, an Easy application-level caching library
approved by: tobez (implicit)
 |
03:52 jylefort
Move the gnomevfs2 programming reference to the gnomevfs2-reference port.
 |
03:33 jylefort
Move the gconf2 programming reference to the gconf2-reference port.
 |
02:58 jylefort
Move the ORBit2 programming reference to the ORBit2-reference port.
 |
01:23 aaron
Add p5-File-Cat 1.2, perl implementation of cat.
PR: ports/93882
Submitted by: Jason Heiss <jheiss@aput.biz>
Approved by: tobez (implicit)
 |
00:25 jylefort
Move the libbonobo programming reference to the libbonobo-reference port.
 |
|
Tuesday, 9 May 2006
|
22:03 jylefort
Add glib20-reference and the bsd.gnome-reference.mk framework.
 |
|
Monday, 8 May 2006
|
14:25 mnag
- New port devel/py-rbtree
An RBTree is a fast, balanced efficient data structure with the
following properties:
get O(log n)
set O(log n)
delete O(log n)
min O(log n)
max O(log n)
contains O(log n)
Because the worst case timing is minimal across the range of standard
dict and ordered data operations it makes sense to use this when you
have volatile/dynamic sorted data.
In common usage its nearly as fast as the Python dict impl but has a
slightly more expensive usage of the compare function as the keys are
ordered and not hashed.
WWW: http://www.python.org/pypi/RBTree/
 |
|
Sunday, 7 May 2006
|
15:12 pav
pthreads-win32 is a pthreads implementation for Microsoft Windows. It
can be compiled with MSVC, Borland and GCC. This port compiles it using
MinGW32.
WWW: http://sourceware.org/pthreads-win32/
PR: ports/96456
Submitted by: Ed Schouten <ed@fxq.nl>
 |
15:10 pav
PDCurses is a Curses and Panel implementation for Microsoft Windows.
This port compiles it using MinGW32.
WWW: http://pdcurses.sourceforge.net/
PR: ports/96459
Submitted by: Ed Schouten <ed@fxq.nl>
 |
|
Friday, 5 May 2006
|
08:37 tobez
Add devel/p5-Term-CallEditor 0.11, a Perl module to invoke an external
editor and to get data back from it.
 |
|
Thursday, 4 May 2006
|
18:30 mnag
* devel/viewvc
- Add new port viewvc and update to 1.0.0
* Makefile
- Add viewvc
PR: 96099
Submitted by: Jean-Baptiste Quenot <jbq___caraldi.com>
Repocopy by: marcus
 |
|
Monday, 1 May 2006
|
13:05 pav
pytz brings the Olson tz database into Python. This library allows accurate and
cross platform timezone calculations. It also solves the issue of ambiguous
times at the end of daylight savings, which you can read more about in the
Python Library Reference (datetime.tzinfo).
WWW: http://pytz.sourceforge.net
PR: ports/94820
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
 |
|
Sunday, 30 Apr 2006
|
19:58 lbr
Add p5-Sub-Exporter, A sophisticated exporter for custom-built routines
Approved by: erwin (mentor)
 |
19:52 lbr
Add p5-Sub-Install, Install subroutines into packages easily
Approved by: erwin (mentor)
 |
|
Saturday, 29 Apr 2006
|
23:03 ahze
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1]
 |
16:02 pav
ZTCL is an extension library for TCL written in the C language. It
implements an interface to the ZLIB compression and decompression
library, the one used by GZIP.
WWW: http://gna.org/projects/ztcl/
PR: ports/96365
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
 |
15:47 pav
TCLMORE provides a few commands to TCL interpreters and a set of
functions accessible through the C interface. It is mostly a base
library for other extensions.
WWW: http://gna.org/projects/tclmore/
PR: ports/96358
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
 |
08:34 clsung
Add p5-Module-Build-Kwalitee 0.20, module::Build subclass with
prepackaged tests.
PR: ports/96395
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
 |
Number of commits found: 12510 (showing only 100 on this page) |