1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

2237 Commits

Author SHA1 Message Date
Aaron Dalton
d30744629b Adding port devel/p5-Class-MixinFactory, Class Factory with Selection of Mixins.
Approved by:	tobez (implicit)
2006-05-31 00:46:50 +00:00
Andrew Pantyukhin
b1db8a0638 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)
2006-05-30 18:16:54 +00:00
Andrew Pantyukhin
9a7e733057 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)
2006-05-30 18:14:55 +00:00
Pav Lucistnik
029e0ba297 - Rename ports
devel/gnomevfs -> devel/gnome-vfs1
  devel/gnomevfs2 -> devel/gnome-vfs
  devel/gnomevfs2-reference -> devel/gnome-vfs-reference
2006-05-28 16:11:40 +00:00
Jeremy Messenger
1b81383f05 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.
2006-05-28 12:06:14 +00:00
Colin Percival
8dc999bceb Attempt to unbreak the INDEX build by chasing the libgtop2 -> libgtop rename. 2006-05-28 09:15:23 +00:00
Jeremy Messenger
7e42d7a7c4 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
2006-05-28 05:25:50 +00:00
Jeremy Messenger
03c60c7ac9 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
2006-05-28 03:34:21 +00:00
Jeremy Messenger
50f2695893 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
2006-05-28 03:25:55 +00:00
Jeremy Messenger
4da95c5666 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
2006-05-28 01:57:42 +00:00
Jeremy Messenger
1bb3479da6 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
2006-05-28 01:48:18 +00:00
Pav Lucistnik
75ff8591bb - 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)
2006-05-27 17:51:11 +00:00
Dirk Meyer
09c683b6d7 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
2006-05-27 08:05:52 +00:00
Aaron Dalton
62878e1473 Adding port devel/p5-Code-Perl, Produce Perl code from a tree.
Approved by:	tobez (implicit)
2006-05-26 18:02:50 +00:00
Anton Berezin
80b19c3e85 Add p5-POE-XS-Queue-Array 0.001, XS implementation of POE::Queue::Array.
PR:		ports/97903
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2006-05-26 11:47:53 +00:00
Anton Berezin
93ab03eb2c Add p5-Tie-Hash-Indexed 0.04, ordered hashes for Perl in XS.
PR:		ports/97901
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2006-05-26 11:40:58 +00:00
Aaron Dalton
dc7654def7 Adding port devel/p5-File-FnMatch, File::FnMatch::fnmatch() provides simple, shell-like pattern matching.
Approved by:	tobez (implicit)
2006-05-25 08:27:35 +00:00
Aaron Dalton
071e5a80bd 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)
2006-05-24 18:58:15 +00:00
Maxime Henrion
8f66b836fa Add the hs-fps port, a Fast Packed Strings module for Haskell.
Reviewed by:	pav
2006-05-23 20:16:31 +00:00
Aaron Dalton
37a8e9f871 Adding port devel/p5-Test-Expect, Automated driving and testing of terminal-based programs.
Approved by:	tobez (implicit)
2006-05-23 16:14:58 +00:00
Aaron Dalton
edf1c8e035 Adding port devel/p5-Expect-Simple, a wrapper around the lang/p5-Expect module.
Approved by:	tobez (implicit)
2006-05-23 16:06:30 +00:00
Aaron Dalton
68a245e94b Adding port devel/p5-Object-Enum, Replacement for if ($foo eq 'bar').
Approved by:	tobez (implicit)
2006-05-22 00:10:10 +00:00
Aaron Dalton
bc74296a2f Adding port devel/p5-Stream, generic stream classes for Perl.
Approved by:	tobez (implicit)
2006-05-21 23:37:12 +00:00
Aaron Dalton
9f44087fd4 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)
2006-05-21 21:17:29 +00:00
Andrew Pantyukhin
a664ff6753 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)
2006-05-21 14:48:40 +00:00
Andrew Pantyukhin
92c8f1ed8e Add port: devel/p5-POE-Component-Daemon 2006-05-21 14:43:58 +00:00
Jun Kuriyama
37a9f6f9f4 Add p5-UNIVERSAL-which 0.03, perl extension for telling fully qualified
name of the method.
2006-05-19 10:35:39 +00:00
Erwin Lansing
dba1679da6 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>
2006-05-18 19:59:17 +00:00
Renato Botelho
5d31075cb4 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>
2006-05-17 10:02:24 +00:00
Andrew Pantyukhin
b7fc7a0e6c 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)
2006-05-14 20:27:07 +00:00
Mario Sergio Fujikawa Ferreira
731703aac0 New port ocaml-magic version 0.6: An OCaml binding for libmagic(3) 2006-05-12 13:45:14 +00:00
Jean-Yves Lefort
c89e8bfa09 Move the glibmm programming reference to the glibmm-reference port. 2006-05-11 20:33:39 +00:00
Andrey Slusar
d057202dee 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>
2006-05-10 17:32:17 +00:00
Jean-Yves Lefort
5e7a8e73ce Move the libsoup programming reference to the libsoup-reference port. 2006-05-10 17:13:21 +00:00
Jean-Yves Lefort
2a076ed329 Move the libglade2 programming reference to the libglade2-reference port. 2006-05-10 16:33:35 +00:00
Aaron Dalton
80d026b682 Adding port devel/p5-App-Cache, an Easy application-level caching library
approved by:	tobez (implicit)
2006-05-10 05:40:28 +00:00
Jean-Yves Lefort
296e3576b1 Move the gnomevfs2 programming reference to the gnomevfs2-reference port. 2006-05-10 03:52:49 +00:00
Jean-Yves Lefort
43ca237c23 Move the gconf2 programming reference to the gconf2-reference port. 2006-05-10 03:33:33 +00:00
Jean-Yves Lefort
c7ee8973c9 Move the ORBit2 programming reference to the ORBit2-reference port. 2006-05-10 02:58:32 +00:00
Aaron Dalton
402489847e Add p5-File-Cat 1.2, perl implementation of cat.
PR:		ports/93882
Submitted by:	Jason Heiss <jheiss@aput.biz>
Approved by:	tobez (implicit)
2006-05-10 01:23:45 +00:00
Jean-Yves Lefort
4fe5bb33e8 Move the libbonobo programming reference to the libbonobo-reference port. 2006-05-10 00:25:34 +00:00
Jean-Yves Lefort
cf1b1389ec Add glib20-reference and the bsd.gnome-reference.mk framework. 2006-05-09 22:03:26 +00:00
Marcus Alves Grando
03ad0df1b9 - 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/
2006-05-08 14:25:19 +00:00
Pav Lucistnik
62b25844a4 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>
2006-05-07 15:12:51 +00:00
Pav Lucistnik
006f48da9d 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>
2006-05-07 15:10:33 +00:00
Anton Berezin
f6797d8713 Add devel/p5-Term-CallEditor 0.11, a Perl module to invoke an external
editor and to get data back from it.
2006-05-05 08:37:41 +00:00
Marcus Alves Grando
3a546faff9 * 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
2006-05-04 18:30:10 +00:00
Pav Lucistnik
9a13d71830 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>
2006-05-01 13:05:22 +00:00
Lars Balker Rasmussen
2ad5b487b1 Add p5-Sub-Exporter, A sophisticated exporter for custom-built routines
Approved by:	erwin (mentor)
2006-04-30 19:58:53 +00:00
Lars Balker Rasmussen
ddd50902ab Add p5-Sub-Install, Install subroutines into packages easily
Approved by:	erwin (mentor)
2006-04-30 19:52:16 +00:00