1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

202964 Commits

Author SHA1 Message Date
Martin Wilke
22d1890a97 - Update to 0.4.3
PR:		126976
Submitted by:	Daniel Bretoi <daniel@netwalk.org> (maintainer)
2008-08-30 20:26:18 +00:00
Martin Wilke
3ea6623c1f - Update to 0.30
PR:		126416
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2008-08-30 20:24:33 +00:00
Martin Wilke
014e7dc3b4 - Update to 1.3.7
PR:		126477
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2008-08-30 20:23:32 +00:00
Martin Wilke
208c523b05 - Update to 3.0.0
PR:		126295
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2008-08-30 20:22:42 +00:00
Martin Wilke
e38c776c60 - Update to 0.6.2
PR:		126860
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2008-08-30 20:21:42 +00:00
Martin Wilke
4b51f3f217 ImpressCMS is a community developed Content Management
System for easily building and maintaining a dynamic
web site. Keep your web site up to date with this easy
to use, secure and flexible system.

It is the ideal tool for a wide range of users: from
business to community users, from large enterprises to
people who want a simple, easy to use blogging tool.
ImpressCMS is a powerful system that gets outstanding
results!

WWW: http://www.impresscms.org/

PR:		ports/126948
Submitted by:	Wen heping <wenheping at gmail.com>
2008-08-30 20:20:43 +00:00
Martin Wilke
b7caee39d5 - Update to 0.1.3
PR:		126875
Submitted by:	maintainer
2008-08-30 20:19:48 +00:00
Martin Wilke
d42e1adb5e - Update to 0.7
PR:		126911
Submitted by:	maintainer
2008-08-30 20:19:05 +00:00
Martin Wilke
9bc85d8a31 - Update to 5.88 2008-08-30 20:17:43 +00:00
Martin Wilke
4d8eeb6fad - Update to 20080825 2008-08-30 20:17:06 +00:00
Tom McLaughlin
63868b2b12 - Add SEARCH_SCREEN OPTION defaulting to on.
PR:		121432
Submitted by:	Dennis Herrmann
Approved by:	maintainer timeout
2008-08-30 19:49:14 +00:00
Wesley Shields
d06d63b87e Chase update in net/silc-client which turns on perl support.
Noticed by: Pav and Erwin
2008-08-30 18:18:59 +00:00
Chin-San Huang
c0013458b1 Add p5-Forest, a collection of n-ary tree related modules.
Forest is intended to be a replacement for the Tree::Simple family of
modules, and fixes many of the issues that have always bothered me about
them. It is by no means a complete replacement yet, but should eventually
grow to become that.

WWW: http://search.cpan.org/dist/Forest/
2008-08-30 18:12:34 +00:00
Chin-San Huang
98d153478b Add p5-Sub-Current, get the current subroutine.
Sub::Current makes available a function ROUTINE(), that returns a code
reference pointing at the currently executing subroutine.

In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10)
this function will return undef.

Outside of a special block (that is, at the top level of a program)
ROUTINE() will return undef as well.

WWW: http://search.cpan.org/dist/Sub-Current/
2008-08-30 18:05:09 +00:00
Chin-San Huang
6ac71c1f27 - Update to 0.28 2008-08-30 17:19:37 +00:00
Chin-San Huang
7c5c013873 Add p5-Text-Flow, flexible text flowing and word wrapping for not just ASCII
output.

This module provides a flexible way to wrap and flow text for both ASCII and
non-ASCII outputs.

The main purpose of this module is to provide text wrapping and flowing
features without being tied down to ASCII based output and fixed-width
fonts. My needs were for a more sophisticated text control in PDF and GIF
output formats in particular.

WWW: http://search.cpan.org/dist/Text-Flow/
2008-08-30 17:16:29 +00:00
Chin-San Huang
bf3903ec82 Add p5-Geometry-Primitive, Primitive Geometry Entities.
Geometry::Primitive is a device and library agnostic system for representing
geometric entities such as points, lines and shapes. It provides simple
objects and many convenience methods you would expect from a geometry
library.

WWW: http://search.cpan.org/dist/Geometry-Primitive/
2008-08-30 16:32:13 +00:00
Chin-San Huang
0292b5a5d0 Add p5-Pod-Coverage-Moose, Pod::Coverage extension for Moose.
When using Pod::Coverage in combination with Moose, it will report any
method imported from a Role. This is especially bad when used in combination
with Test::Pod::Coverage, since it takes away its ease of use.

WWW: http://search.cpan.org/dist/Pod-Coverage-Moose/
2008-08-30 15:59:43 +00:00
Giorgos Keramidas
51cfee9c0d Update the freebsd committer markers of core@ 2008-08-30 15:51:47 +00:00
Chin-San Huang
0b4126532b Add p5-MooseX-Clone, fine grained cloning support for Moose objects.
Out of the box Moose only provides very barebones cloning support in order
to maximize flexibility.

This role provides a clone method that makes use of the low level cloning
support already in Moose and adds selective deep cloning based on
introspection on top of that. Attributes with the Clone trait will handle
cloning of data within the object, typically delegating to the attribute
value's own clone method.

WWW: http://search.cpan.org/dist/MooseX-Clone/
2008-08-30 15:13:52 +00:00
Marcus Alves Grando
7d96f3c485 - Update VDA patch to 2.5.4
PR:		126897
Notified by:	Brian Haun <brian___haun.net>
2008-08-30 14:56:39 +00:00
Chin-San Huang
9d40d01bfd Add p5-Hash-Util-FieldHash-Compat, use Hash::Util::FieldHash or ties,
depending on availability.

Under older perls this module provides a drop in compatible api to
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available
it will use that instead.

This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
with that module.

WWW: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
2008-08-30 14:50:02 +00:00
Chin-San Huang
0eeeca4c46 Add p5-Tie-RefHash-Weak, a Tie::RefHash subclass with weakened references in
the keys.

The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

The problem with Tie::RefHash, and cross indexing, is that sometimes the
index should not contain strong references to the objecs. Tie::RefHash's
internal structures contain strong references to the key, and provide no
convenient means to make those references weak.

This subclass of Tie::RefHash has weak keys, instead of strong ones. The
values are left unaltered, and you'll have to make sure there are no strong
references there yourself.

WWW: http://search.cpan.org/dist/Tie-RefHash-Weak/
2008-08-30 14:39:06 +00:00
Martin Wilke
0496cccc57 - Pass maintainership to Pedro Giffuni (giffunip@tutopia.com)
PR:		126962
Submitted by:	old maintainer
2008-08-30 14:33:12 +00:00
Martin Wilke
8c46f9e233 - Update to 3.1.5.1
PR:		126879
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2008-08-30 14:08:16 +00:00
Chin-San Huang
037019ccf6 Add p5-Variable-Magic, associate user-defined magic to variables from Perl.
Magic is Perl way of enhancing objects. This mechanism let the user add
extra data to any variable and overload syntaxical operations (such as
access, assignation or destruction) that can be applied to it. With this
module, you can add your own magic to any variable without the pain of the C
API.

WWW: http://search.cpan.org/dist/Variable-Magic/
2008-08-30 14:08:12 +00:00
Yen-Ming Lee
40030eef13 - update to 1.15 2008-08-30 14:00:56 +00:00
Martin Wilke
7952d0bec2 - Update to 3.1.20080826
PR:		126887
Submitted by:	Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer)
2008-08-30 14:00:33 +00:00
Martin Wilke
c779e770a8 - Update to 0.9.5.1
- Pass maintainership to submitter

PR:		126965
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
2008-08-30 13:57:42 +00:00
Martin Wilke
0f837dd79e - Update to 4.44
PR:		126949
Submitted by:	Demin Alexander <support@spectrum.ru> (maintainer)
2008-08-30 13:56:48 +00:00
Vanilla I. Shu
008989f387 Upgrade to 1.6. 2008-08-30 13:24:22 +00:00
Martin Wilke
a607acd8b3 - Force commit to correct the previous entry
- Update to 0.10

PR:		126916
Submitted by:	Thomas Hurst <tom@hur.st> (maintainer)
2008-08-30 12:15:29 +00:00
Martin Wilke
e4de137286 - Update to 4.81D (also unbreak CURRENT)
PR:		126919
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2008-08-30 12:15:28 +00:00
Chin-San Huang
97f3b81009 - Remove deprecated port (due to the upstream unmaintan anymore). 2008-08-30 12:12:13 +00:00
Martin Wilke
208683d9e5 Ncmpcpp is almost exact clone of ncmpc but it contains some
new features ncmpc doesn't have. It's been also rewritten
from scratch in C++.

WWW:	http://unkart.ovh.org/ncmpcpp/

PR:		ports/126865
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2008-08-30 12:12:07 +00:00
Roman Bogorodskiy
5d8d6cd137 Update to 1.5. 2008-08-30 12:03:51 +00:00
Chin-San Huang
94d7276293 - set PORTSCOUT variable
- schedule for removal (Abandonware by upstream maintainer)
2008-08-30 11:51:48 +00:00
Chin-San Huang
9dba58bdbd - set PORTSCOUT variable 2008-08-30 11:33:14 +00:00
Chin-San Huang
7290fe027b - set PORTSCOUT variable 2008-08-30 11:03:36 +00:00
Sergey Skvortsov
92d8276005 Upadte to 1.03
Changes:	http://search.cpan.org/src/RONAN/Class-ArrayObjects-1.03/Changes
2008-08-30 09:22:54 +00:00
Sergey Skvortsov
4af62343f0 Update to 1.32 2008-08-30 09:21:38 +00:00
Sergey Skvortsov
0ae921bb60 Update to 1.22
Changes:	http://search.cpan.org/src/SHAY/Filter-Crypto-1.22/Changes
2008-08-30 09:18:51 +00:00
Sergey Skvortsov
19f2c81fd5 * fix condition operation in RUN_DEPENDS from "=" to "=="
* set PORTSCOUT variable
2008-08-30 09:12:39 +00:00
Sergey Skvortsov
cd3dfe3d49 Update to 1.27
Changes:	http://search.cpan.org/src/BDFOY/ConfigReader-Simple-1.27/Changes
2008-08-30 08:48:22 +00:00
Sergey Skvortsov
52ecc1e742 Update to 0.33
Changes:	http://search.cpan.org/src/OPERA/HTTP-DAV-0.33/Changes
2008-08-30 08:39:14 +00:00
Yen-Ming Lee
6ecfed8ed3 - update to 1.044 2008-08-30 07:34:48 +00:00
Alexander Kabaev
fac3cab770 Add explicit dependency for libSM library. It is required for XFCE components
to be able to issue session-management requests to xfce4-session, but is
not pulled in by default when packages are build on package cluster.

The user-visible effect of this omission was non-funtional Quit button
on xfce panel.
2008-08-30 05:26:23 +00:00
Maho Nakata
cff69bb39a Update to OOO300_m4. 2008-08-30 03:24:20 +00:00
Dmitry Marakasov
77ef45fd08 A tool to measure bandwidth and response times between two
hosts using Internet Control Message Protocol (ICMP) echo
request/echo reply mechanism.

WWW: http://tclmon.vsi.ru/utils.php

PR:		126928
Submitted by:	Oleg Derevenetz <oleg at serv2 dot vsi dot ru>
2008-08-30 01:20:48 +00:00
Edwin Groothuis
31a46fe4f3 Add the dependency on tk-wrapper
Submitted by:	Warren Block <wblock@wonkity.com>
2008-08-30 00:11:54 +00:00