Commit graph

23116 commits

Author SHA1 Message Date
Lars Thegler
05a0455270 Add p5-Test-WWW-Mechanize-CGI 0.1, test CGI applications with
Test::WWW::Mechanize.
2008-11-25 15:34:53 +00:00
Dirk Meyer
4bef85280e - update etoile-0.4.0 2008-11-25 15:11:34 +00:00
Brooks Davis
43e5e9a408 Actually bump the PORTREVISION variable rather than misspelling it.
Reported by:	Stuart Henderson <stu at spacehopper dot org>
Pointy hat:	brooks
2008-11-24 21:59:12 +00:00
Dirk Meyer
5c4987ca2d CoreObject is a framework for describing and organizing model objects, with
automatic persistence and versioning by recording messages sent to objects. It
offers a flexible versioning scheme where both individual objects and their
entire object graph can be versioned separately. The built-in object model is a
generalization of the property model used by the AddressBook framework. Foreign
model objects can be also integrated by wrapping them with a special proxy.
CoreObject uses the EtoileSerialize framework which, in many cases, allows
objects and messages to be automatically serialized with no extra code being
written.

WWW: http://www.etoile-project.org/
2008-11-24 18:13:00 +00:00
Dirk Meyer
7a5868e5cb This collection of classes is used by CoreObject to perform serialization
and deserialization of arbitrary objects.

So far, serialization and deserialization work for all simple types, object,
selectors and classes. Arrays and structures are believed to work, however
arrays containing structures and vice versa have not been tested.

WWW: http://www.etoile-project.org/
2008-11-24 18:09:46 +00:00
Michael Johnson
f61d73c5e5 Fix a bug in x_realloc() which tries to read out too many bytes from the old storage after allocating new storage.
PR:		ports/127639
Submitted by:	Thorsten Glaser <tg@mirbsd.de> (MirBSD project)
Reported by:	Mel <mel.xyzzy@rachie.is-a-geek.net>
2008-11-24 03:32:46 +00:00
Martin Wilke
00b6024f0d - Update maintainer mail adress 2008-11-23 23:06:31 +00:00
Martin Wilke
d01cd12662 libFIRM provides a graph-based intermediate representation (IR), which operates
exclusively in SSA-form, starting at IR construction until assembler code
emission.  It offers many analyses and optimizations, provides extensive debug
support and includes a backend framework.

* analyses: dominance, loop tree, execution frequency, control dependencies,
  call graph, rapid type, def-use, alias analysis, class hierarchy analysis
* optimizations: dead code elimination (happens implicitly), constant folding,
  local common subexpression elimination, arithmetic identities (happens on the
  fly), unreachable code elimination, global common subexpression elimination,
  code placement, strength reduction, scalar replacement, if-conversion,
  load/store optimization, control flow optimizations, reassociation, partial
  condition evaluation, tail recursion elimination, inlining, procedure cloning
* enhanced debugging support: extensive checkers, breakpoints on node creation,
  entity creation, graph dumping
* lowering of intrinsics, double word arithmetics, bitfields
* generic backend features:
  * novel SSA based register allocator
  * several SSA copy coalescing and spilling algorithms
  * algorithms for instruction and basic block scheduling
* working ia32 backend, unfinished backends for MIPS, ARM, PPC32
* handwritten recursive descent C89/C99 frontend available (lang/cparser)

WWW: http://libfirm.org/

PR:		ports/129070
Submitted by:	Christoph Mallon <christoph.mallon at gmx.de>
2008-11-23 22:56:50 +00:00
Lars Balker Rasmussen
a8c899b900 Update to 1.22 2008-11-23 20:41:24 +00:00
Christian Weisgerber
7be05569c8 LP64 fixes
Approved by:	itetcu
2008-11-23 19:07:52 +00:00
Dirk Meyer
bb380ce69f - distfile was rerolled
Summary:
	version bump in one module
	documntation extendend
2008-11-23 17:22:58 +00:00
Martin Wilke
50d56fa80c IO::TieCombine - produce tied (and other) separate but combined variables.
WWW: http://search.cpan.org/dist/IO-TieCombine
2008-11-23 16:35:41 +00:00
Martin Wilke
6bb3f7b978 This is a Renderer driver for Structures_DataGrid using PEAR::Console_Table.
WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Console/

Submitted by:	Nick Hilliard <nick at foobar.org>
2008-11-23 16:19:56 +00:00
Martin Wilke
76dc8c82d3 This driver renders an HTML form to let the user easily sort the datagrid,
using multiple fields and directions. It uses the HTML_Quickform package.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLSortForm/

Submitted by:	Nick Hilliard <nick at foobar.org>
2008-11-23 16:17:21 +00:00
Martin Wilke
916ab98a63 This is a Renderer driver for Structures_DataGrid using PEAR::HTML_Table.
WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable/

Submitted by:	Nick Hilliard <nick at foobar.org>
2008-11-23 16:14:41 +00:00
Martin Wilke
c51367b134 Renderer driver for pear-Structures_DataGrid that generates the XML string
for a XUL listbox.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XUL/

Submitted by:	Nick Hilliard <nick at foobar.org>
2008-11-23 16:14:11 +00:00
Dirk Meyer
053781ff48 - update etoile-0.4.0 2008-11-23 15:16:26 +00:00
Ion-Mihai Tetcu
1fafddca22 - fix plist for -DNOPORTDOCS (we always keep the directory since dependent
ports might need it)
- bump PORTREVISION

Submited by:	stass@
Approved by:	maintainer timeout on QAT BotMail
Reuested by:	itetcu@
Prompted by:	QAT QA run
2008-11-23 14:07:50 +00:00
Cheng-Lung Sung
3b4eaee949 - Update to 0.08 2008-11-23 09:10:06 +00:00
Cheng-Lung Sung
fc3f49139e - Update to 0.34 2008-11-23 09:09:46 +00:00
Martin Wilke
bee59b90be A UTF8 layer for IO and Strings. The utf8-string package
provides operations for encoding UTF8 strings to Word8 lists
and back, and for reading and writing UTF8 without truncation.

WWW:	http://code.haskell.org/utf8-string/

PR:		ports/129049
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2008-11-23 08:23:25 +00:00
Michael Johnson
e912040f55 Update to 0.17 2008-11-22 17:23:44 +00:00
Martin Wilke
38198c7fd2 Shibboleth 2.x relies on OpenSAML 2, which in turn requires this
lower-level library that provides a higher level interface to XML
processing, particularly in light of signing and encryption.

WWW: https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C

PR:		ports/127326
Submitted by:	Janos Mohacsi
2008-11-22 15:15:27 +00:00
Yen-Ming Lee
83d8e86b58 - update dependency
- bump PORTREVISION
2008-11-22 13:19:30 +00:00
Sergey Skvortsov
1b1536900b Update to 0.07
Changes:	http://search.cpan.org/src/DROLSKY/MooseX-ClassAttribute-0.07/Changes
2008-11-22 10:04:17 +00:00
Yen-Ming Lee
cd57d53c7d - update to 0.12
PR:		128504
Submitted by:	leeym
Approved by:	maintainer timeout
2008-11-22 08:53:32 +00:00
Yen-Ming Lee
fb40493251 - fix dependency
- update COMMENT to make it portlint clean
- bump PORTREVISION

PR:		128503
Submitted by:	leeym
Approved by:	maintainer timeout
2008-11-22 08:35:46 +00:00
Martin Wilke
25cf48d571 - Update to 1.13
- Pass maintainership to submitter

PR:		128756
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2008-11-21 20:56:47 +00:00
Martin Wilke
89102a6fba 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.

Testing web applications has always been a bit tricky, normally starting
a web server for your application and making real HTTP requests to it.
This module allows you to test Catalyst web applications but does not
start a server or issue HTTP requests. Instead, it passes the HTTP
request object directly to Catalyst. Thus you do not need to use a real
hostname: "http://localhost/" will do.

WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/

PR:		ports/129004
Submitted by:	George Hartzell <hartzell at alerce.com>
2008-11-21 20:48:41 +00:00
Martin Wilke
a4bb32a2aa This module creates compile-time constants in the manner of
constant.pm, but makes them local to the enclosing scope.

WWW:	http://search.cpan.org/dist/constant-lexical/

PR:		ports/128900
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-21 20:45:41 +00:00
Martin Wilke
4f9a4470e1 This module provides one function, delete_sub, that deletes the
subroutine whose name is passed to it. (To load the module without
importing the function, write use Sub::Delete();.)

This does more than simply undefine the subroutine in the manner of
undef &foo, which leaves a stub that can trigger AUTOLOAD (and,
consequently, won't work for deleting methods). The subroutine is
completely obliterated from the symbol table (though there may be
references to it elsewhere, including in compiled code).

WWW:	http://search.cpan.org/dist/Sub-Delete/

PR:		ports/128899
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-21 20:44:48 +00:00
Martin Wilke
d360c82ddc Module::Starter::Plugin::SimpleStore
This is a set of simple plugins for Module::Starter to provide methods of
retrieving templates.

WWW: http://search.cpan.org/dist/Module-Starter-Plugin-SimpleStore

PR:		ports/129007
Submitted by:	George Hartzell <hartzell at alerce.com>
2008-11-21 20:29:21 +00:00
Dmitry Marakasov
eb3394b69e A faster implementation of hgk using pygtk/pyqt4. Its primary purpose
was to be able to browse the linux kernel mercurial repository.

WWW: http://www.logilab.org/project/name/hgview/
2008-11-21 13:46:17 +00:00
Cheng-Lung Sung
d0325d592b - A Pure Perl interface to Git repositories 2008-11-21 03:04:34 +00:00
Yen-Ming Lee
64588fc117 - Update to 1.04
PR:		128370
Submitted by:	leeym
Approved by:	maintainer timeout
2008-11-20 18:56:31 +00:00
Yen-Ming Lee
c391cbaadc - use conditional dependency for dual life modules [1]
- keep BUILD_DEPENDS=RUN_DEPENDS to avoid spurious warnings [2]
- bump PORTREVISION

PR:		128187
Submitted by:	leeym
Approved by:	tobez (agreed on [1] and perferred to keep [2])
2008-11-20 18:26:07 +00:00
Cheng-Lung Sung
e406229112 - Update to 5.7.3 2008-11-20 06:24:05 +00:00
Cheng-Lung Sung
751102132c - Update to 4.32 2008-11-20 01:32:25 +00:00
Sergei Kolobov
6e14ce83ab - Take maintainership
Approved by:	gabor
2008-11-19 21:47:06 +00:00
Li-Wen Hsu
1ac6f0e9c4 Add p5-IO-BufferedSelect 1.0, line-buffered select interface.
PR:		ports/128970
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
2008-11-19 20:30:33 +00:00
Dmitry Marakasov
89de9a2fb4 "SilentBob" is a tool to help a programmer/team manager to digest
and comprehend either a simple program or a big source code tree
based on the source code by presenting the code in a searcheable
and tagged way.

It helps to speed up the learning curve and to make it more convenient
to get hands on a code from somebody, or also is convenient to
browse your own projects.

It includes functionality from such tools as: ctags, cscope and
ctree, but it is faster than any of them, and is offering the
features in one package.

In some way it can be viewed as a superset of ctags, cscope and
ctree.

WWW:	http://silentbob.sourceforge.net/

PR:		128969
Submitted by:	TAKATSU Tomonari <tota at rtfm dot jp>
2008-11-19 14:01:19 +00:00
Lars Balker Rasmussen
c5749b2701 Update to 0.08002 2008-11-18 22:41:32 +00:00
Anton Berezin
e547d8a9ef Add devel/p5-File-Dir-Dumper, a Perl module to dump directory
structures' meta-data.

PR:		128955
Submitted by:	Anatoliy Dmytriyev <tolid@tolid.eu.org>
2008-11-18 10:39:53 +00:00
Rong-En Fan
428ce28065 - Update to 5.7 snapshot 20081115
- Bring changes from devel/ncurses (add EXTCOLORS option)
2008-11-18 07:23:29 +00:00
Cheng-Lung Sung
bb0c044ece - A XS based replacement for Class::Accessor::Fast. 2008-11-18 02:31:33 +00:00
Cheng-Lung Sung
0b4fa241d8 - Update to 0.1.1 2008-11-18 02:28:37 +00:00
Wesley Shields
a3918c7084 Update to 1.5.0
PR:		ports/128657
Approved by:	maintainer timeout
2008-11-18 00:05:17 +00:00
Wesley Shields
c4fd7c6175 Update to 1.0.7
PR:		ports/127970
Submitted by:	romain@blogreen.org
Approved by:	maintainer timeout
2008-11-18 00:04:08 +00:00
Lars Balker Rasmussen
c6c11040c3 Update to 0.16 2008-11-17 21:08:27 +00:00
Li-Wen Hsu
795cac10e0 - Update to 1.6.2
- Use PYTHONPREFIX_SITELIBDIR instead

PR:		ports/128850
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	Attila Nagy <bra AT fsn.hu> (maintainer)
2008-11-17 18:25:33 +00:00