notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: devel/Makefile

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

[First Page]  «  106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116  »  [Last Page]

Wednesday, 21 Jun 2006
15:47 garga search for other commits by this committer
Add fpc-fcl , free Pascal Component Library.

PR:             ports/98689
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Original commit
15:46 garga search for other commits by this committer
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>
Original commit
Monday, 19 Jun 2006
20:59 alepulver search for other commits by this committer
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>
Original commit
20:57 alepulver search for other commits by this committer
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>
Original commit
20:53 alepulver search for other commits by this committer
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
Original commit
07:55 aaron search for other commits by this committer
- 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)
Original commit
Sunday, 18 Jun 2006
17:34 aaron search for other commits by this committer
Adding file devel/p5-File-MMagic-XS, Guess File Type With XS (a la
mod_mime_magic).

Approved by:    tobez (implicit)
Original commit
Thursday, 15 Jun 2006
22:54 aaron search for other commits by this committer
Adding port devel/p5-Filter-Template, A source filter for inline code
templates (macros).

Approved by:    tobez (implicit)
Original commit
16:05 erwin search for other commits by this committer
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>
Original commit
Wednesday, 14 Jun 2006
20:09 erwin search for other commits by this committer
Add p5-Workflow 0.17, simple, flexible system to implement workflows.

PR:             ports/98948
Submitted by:   svysh
Original commit
04:57 aaron search for other commits by this committer
Adding port devel/p5-Carp-Assert-More, Convenience wrappers around
Carp::Assert.

Approved by:    tobez (implicit)
Original commit
01:56 clsung search for other commits by this committer
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)
Original commit
Tuesday, 13 Jun 2006
02:39 aaron search for other commits by this committer
Adding port devel/p5-Class-CodeStyler, Perl extension for code generation
program formatting and execution.

Approved by:    tobez (implicit)
Original commit
02:28 aaron search for other commits by this committer
Adding port devel/p5-Class-STL-Containers, Perl extension for STL-like
object management.

Approved by:    tobez (implicit)
Original commit
01:31 aaron search for other commits by this committer
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)
Original commit
Sunday, 11 Jun 2006
09:39 pav search for other commits by this committer
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>
Original commit
Saturday, 10 Jun 2006
17:28 itetcu search for other commits by this committer
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)
Original commit
16:13 erwin search for other commits by this committer
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>
Original commit
11:38 pav search for other commits by this committer
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>
Original commit
10:46 erwin search for other commits by this committer
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>
Original commit
10:45 erwin search for other commits by this committer
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>
Original commit
09:43 erwin search for other commits by this committer
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>
Original commit
Friday, 9 Jun 2006
20:45 pav search for other commits by this committer
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>
Original commit
12:53 erwin search for other commits by this committer
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>
Original commit
11:04 garga search for other commits by this committer
- 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
Original commit
Thursday, 8 Jun 2006
08:02 hq search for other commits by this committer
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>
Original commit
01:29 clsung search for other commits by this committer
Add p5-Event-Lib 1.00, makes libevent(3) accessible with Perl.

PR:             ports/98642
Submitted by:   Fabian Keil <fk@fabiankeil.de>
Original commit
Tuesday, 6 Jun 2006
11:01 itetcu search for other commits by this committer
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)
Original commit
07:27 lbr search for other commits by this committer
Add p5-Data-OptList 0.100, parse and validate simple name/value option
pairs.
Original commit
Monday, 5 Jun 2006
21:30 aaron search for other commits by this committer
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
Original commit
14:24 pav search for other commits by this committer
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>
Original commit
14:19 pav search for other commits by this committer
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>
Original commit
11:07 vd search for other commits by this committer
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
Original commit
07:34 ijliao search for other commits by this committer
add p5-Regexp-Bind 0.05
Bind variables to captured buffers
Original commit
07:18 ijliao search for other commits by this committer
add p5-Inline-Files 0.62
Multiple virtual files at the end of your code
Original commit
Friday, 2 Jun 2006
23:40 aaron search for other commits by this committer
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)
Original commit
03:46 aaron search for other commits by this committer
- 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
Original commit
Thursday, 1 Jun 2006
07:11 aaron search for other commits by this committer
Adding port devel/p5-Class-Multimethods, Support multimethods and function
overloading in Perl.

Approved by:    tobez (implicit)
Original commit
01:14 clsung search for other commits by this committer
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>
Original commit
Wednesday, 31 May 2006
21:16 aaron search for other commits by this committer
Adding port devel/p5-B-Utils, Helper functions for op tree manipulation.

Approved by:    tobez (implicit)
Original commit
19:37 philip search for other commits by this committer
Add lua50-gettext 1.5, gettext ibinding for Lua 5.0.x.

PR:             ports/98208
Submitted by:   Andrew Turner <andrew+ports@fubar.geek.nz>
Original commit
19:23 olgeni search for other commits by this committer
Remove devel/dialyzer, which was integrated into Erlang/OTP R11B-0.
Original commit
18:54 aaron search for other commits by this committer
Adding port devel/p5-Term-UI, Term::ReadLine UI made easy.

Approved by:    tobez (implicit)
Original commit
18:43 aaron search for other commits by this committer
Adding port devel/p5-Log-Message-Simple, Simplified interface to Log::Message.

Approved by:    tobez (implicit)
Original commit
18:32 aaron search for other commits by this committer
Adding port devel/p5-Module-Loaded, an easy way to mark modules as loaded or
unloaded.

Approved by:    tobez (implicit)
Original commit
18:21 aaron search for other commits by this committer
Adding port devel/p5-Log-Message, Powerful and flexible message logging
mechanism.

Approved by:    tobez (implicit)
Original commit
00:46 aaron search for other commits by this committer
Adding port devel/p5-Class-MixinFactory, Class Factory with Selection of Mixins.

Approved by:    tobez (implicit)
Original commit
Tuesday, 30 May 2006
18:16 sat search for other commits by this committer
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)
Original commit
18:14 sat search for other commits by this committer
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)
Original commit
Sunday, 28 May 2006
16:11 pav search for other commits by this committer
- Rename ports

  devel/gnomevfs -> devel/gnome-vfs1
  devel/gnomevfs2 -> devel/gnome-vfs
  devel/gnomevfs2-reference -> devel/gnome-vfs-reference
Original commit
12:06 mezz search for other commits by this committer
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.
Original commit
09:15 cperciva search for other commits by this committer
Attempt to unbreak the INDEX build by chasing the libgtop2 -> libgtop rename.
Original commit
05:25 mezz search for other commits by this committer
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
Original commit
03:34 mezz search for other commits by this committer
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
Original commit
03:25 mezz search for other commits by this committer
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
Original commit
01:57 mezz search for other commits by this committer
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
Original commit
01:48 mezz search for other commits by this committer
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
Original commit
Saturday, 27 May 2006
17:51 pav search for other commits by this committer
- 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)
Original commit
08:05 dinoex search for other commits by this committer
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
Original commit
Friday, 26 May 2006
18:02 aaron search for other commits by this committer
Adding port devel/p5-Code-Perl, Produce Perl code from a tree.

Approved by:    tobez (implicit)
Original commit
11:47 tobez search for other commits by this committer
Add p5-POE-XS-Queue-Array 0.001, XS implementation of POE::Queue::Array.

PR:             ports/97903
Submitted by:   Zach Thompson <hideo@lastamericanempire.com>
Original commit
11:40 tobez search for other commits by this committer
Add p5-Tie-Hash-Indexed 0.04, ordered hashes for Perl in XS.

PR:             ports/97901
Submitted by:   Zach Thompson <hideo@lastamericanempire.com>
Original commit
Thursday, 25 May 2006
08:27 aaron search for other commits by this committer
Adding port devel/p5-File-FnMatch, File::FnMatch::fnmatch() provides simple,
shell-like pattern matching.

Approved by:    tobez (implicit)
Original commit
Wednesday, 24 May 2006
18:58 aaron search for other commits by this committer
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)
Original commit
Tuesday, 23 May 2006
20:16 mux search for other commits by this committer
Add the hs-fps port, a Fast Packed Strings module for Haskell.

Reviewed by:    pav
Original commit
16:14 aaron search for other commits by this committer
Adding port devel/p5-Test-Expect, Automated driving and testing of
terminal-based programs.

Approved by:    tobez (implicit)
Original commit
16:06 aaron search for other commits by this committer
Adding port devel/p5-Expect-Simple, a wrapper around the lang/p5-Expect module.

Approved by:    tobez (implicit)
Original commit
Monday, 22 May 2006
00:10 aaron search for other commits by this committer
Adding port devel/p5-Object-Enum, Replacement for if ($foo eq 'bar').

Approved by:    tobez (implicit)
Original commit
Sunday, 21 May 2006
23:37 aaron search for other commits by this committer
Adding port devel/p5-Stream, generic stream classes for Perl.

Approved by:    tobez (implicit)
Original commit
21:17 aaron search for other commits by this committer
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)
Original commit
14:48 sat search for other commits by this committer
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)
Original commit
14:43 sat search for other commits by this committer
Add port: devel/p5-POE-Component-Daemon
Original commit
Friday, 19 May 2006
10:35 kuriyama search for other commits by this committer
Add p5-UNIVERSAL-which 0.03, perl extension for telling fully qualified
name of the method.
Original commit
Thursday, 18 May 2006
19:59 erwin search for other commits by this committer
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>
Original commit
Wednesday, 17 May 2006
10:02 garga search for other commits by this committer
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>
Original commit
Sunday, 14 May 2006
20:27 sat search for other commits by this committer
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)
Original commit
Friday, 12 May 2006
13:45 lioux search for other commits by this committer
New port ocaml-magic version 0.6: An OCaml binding for libmagic(3)
Original commit
Thursday, 11 May 2006
20:33 jylefort search for other commits by this committer
Move the glibmm programming reference to the glibmm-reference port.
Original commit
Wednesday, 10 May 2006
17:32 anray search for other commits by this committer
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>
Original commit
17:13 jylefort search for other commits by this committer
Move the libsoup programming reference to the libsoup-reference port.
Original commit
16:33 jylefort search for other commits by this committer
Move the libglade2 programming reference to the libglade2-reference port.
Original commit
05:40 aaron search for other commits by this committer
Adding port devel/p5-App-Cache, an Easy application-level caching library

approved by:    tobez (implicit)
Original commit
03:52 jylefort search for other commits by this committer
Move the gnomevfs2 programming reference to the gnomevfs2-reference port.
Original commit
03:33 jylefort search for other commits by this committer
Move the gconf2 programming reference to the gconf2-reference port.
Original commit
02:58 jylefort search for other commits by this committer
Move the ORBit2 programming reference to the ORBit2-reference port.
Original commit
01:23 aaron search for other commits by this committer
Add p5-File-Cat 1.2, perl implementation of cat.

PR:             ports/93882
Submitted by:   Jason Heiss <jheiss@aput.biz>
Approved by:    tobez (implicit)
Original commit
00:25 jylefort search for other commits by this committer
Move the libbonobo programming reference to the libbonobo-reference port.
Original commit
Tuesday, 9 May 2006
22:03 jylefort search for other commits by this committer
Add glib20-reference and the bsd.gnome-reference.mk framework.
Original commit
Monday, 8 May 2006
14:25 mnag search for other commits by this committer
- 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/
Original commit
Sunday, 7 May 2006
15:12 pav search for other commits by this committer
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>
Original commit
15:10 pav search for other commits by this committer
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>
Original commit
Friday, 5 May 2006
08:37 tobez search for other commits by this committer
Add devel/p5-Term-CallEditor 0.11, a Perl module to invoke an external
editor and to get data back from it.
Original commit
Thursday, 4 May 2006
18:30 mnag search for other commits by this committer
* 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
Original commit
Monday, 1 May 2006
13:05 pav search for other commits by this committer
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>
Original commit
Sunday, 30 Apr 2006
19:58 lbr search for other commits by this committer
Add p5-Sub-Exporter, A sophisticated exporter for custom-built routines

Approved by:    erwin (mentor)
Original commit
19:52 lbr search for other commits by this committer
Add p5-Sub-Install, Install subroutines into packages easily

Approved by:    erwin (mentor)
Original commit
Saturday, 29 Apr 2006
23:03 ahze search for other commits by this committer
- 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]
Original commit
16:02 pav search for other commits by this committer
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>
Original commit
15:47 pav search for other commits by this committer
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>
Original commit
08:34 clsung search for other commits by this committer
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>
Original commit

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

[First Page]  «  106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116  »  [Last Page]