aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.34Cheng-Lung Sung2008-11-232-4/+4
| | | | Notes: svn path=/head/; revision=223236
* A UTF8 layer for IO and Strings. The utf8-string packageMartin Wilke2008-11-239-0/+195
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223228
* Update to 0.17Michael Johnson2008-11-223-15/+4
| | | | Notes: svn path=/head/; revision=223208
* Shibboleth 2.x relies on OpenSAML 2, which in turn requires thisMartin Wilke2008-11-225-0/+150
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=223194
* - update dependencyYen-Ming Lee2008-11-221-9/+14
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=223191
* Update to 0.07Sergey Skvortsov2008-11-222-4/+4
| | | | | | | Changes: http://search.cpan.org/src/DROLSKY/MooseX-ClassAttribute-0.07/Changes Notes: svn path=/head/; revision=223188
* - update to 0.12Yen-Ming Lee2008-11-222-7/+8
| | | | | | | | | PR: 128504 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=223181
* - fix dependencyYen-Ming Lee2008-11-222-4/+9
| | | | | | | | | | | | - update COMMENT to make it portlint clean - bump PORTREVISION PR: 128503 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=223178
* - Update to 1.13Martin Wilke2008-11-212-7/+6
| | | | | | | | | | - Pass maintainership to submitter PR: 128756 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=223156
* Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporatesMartin Wilke2008-11-215-0/+52
| | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223151
* This module creates compile-time constants in the manner ofMartin Wilke2008-11-215-0/+39
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223149
* This module provides one function, delete_sub, that deletes theMartin Wilke2008-11-215-0/+45
| | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223148
* Module::Starter::Plugin::SimpleStoreMartin Wilke2008-11-215-0/+46
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223138
* A faster implementation of hgk using pygtk/pyqt4. Its primary purposeDmitry Marakasov2008-11-215-0/+92
| | | | | | | | | was to be able to browse the linux kernel mercurial repository. WWW: http://www.logilab.org/project/name/hgview/ Notes: svn path=/head/; revision=223123
* - A Pure Perl interface to Git repositoriesCheng-Lung Sung2008-11-215-0/+50
| | | | Notes: svn path=/head/; revision=223099
* - Update to 1.04Yen-Ming Lee2008-11-203-11/+5
| | | | | | | | | PR: 128370 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=223093
* - use conditional dependency for dual life modules [1]Yen-Ming Lee2008-11-201-3/+9
| | | | | | | | | | | | - 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]) Notes: svn path=/head/; revision=223092
* - Update to 5.7.3Cheng-Lung Sung2008-11-202-5/+5
| | | | Notes: svn path=/head/; revision=223072
* - Update to 4.32Cheng-Lung Sung2008-11-202-4/+4
| | | | Notes: svn path=/head/; revision=223068
* - Take maintainershipSergei Kolobov2008-11-191-1/+1
| | | | | | | Approved by: gabor Notes: svn path=/head/; revision=223062
* Add p5-IO-BufferedSelect 1.0, line-buffered select interface.Li-Wen Hsu2008-11-195-0/+41
| | | | | | | | PR: ports/128970 Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw> Notes: svn path=/head/; revision=223053
* "SilentBob" is a tool to help a programmer/team manager to digestDmitry Marakasov2008-11-197-0/+104
| | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223037
* Update to 0.08002Lars Balker Rasmussen2008-11-182-4/+4
| | | | Notes: svn path=/head/; revision=223026
* Add devel/p5-File-Dir-Dumper, a Perl module to dump directoryAnton Berezin2008-11-185-0/+48
| | | | | | | | | | structures' meta-data. PR: 128955 Submitted by: Anatoliy Dmytriyev <tolid@tolid.eu.org> Notes: svn path=/head/; revision=223001
* - Update to 5.7 snapshot 20081115Rong-En Fan2008-11-184-307/+59
| | | | | | | - Bring changes from devel/ncurses (add EXTCOLORS option) Notes: svn path=/head/; revision=223000
* - A XS based replacement for Class::Accessor::Fast.Cheng-Lung Sung2008-11-185-0/+47
| | | | Notes: svn path=/head/; revision=222999
* - Update to 0.1.1Cheng-Lung Sung2008-11-182-4/+4
| | | | Notes: svn path=/head/; revision=222998
* Update to 1.5.0Wesley Shields2008-11-182-4/+4
| | | | | | | | PR: ports/128657 Approved by: maintainer timeout Notes: svn path=/head/; revision=222996
* Update to 1.0.7Wesley Shields2008-11-183-60/+5
| | | | | | | | | PR: ports/127970 Submitted by: romain@blogreen.org Approved by: maintainer timeout Notes: svn path=/head/; revision=222995
* Update to 0.16Lars Balker Rasmussen2008-11-172-4/+4
| | | | Notes: svn path=/head/; revision=222987
* - Update to 1.6.2Li-Wen Hsu2008-11-172-8/+8
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=222975
* - Update to 3.7.1Li-Wen Hsu2008-11-174-5/+18
| | | | | | | | | PR: ports/128936 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: "Petr Holub" <hopet AT ics.muni.cz> (maintainer) Notes: svn path=/head/; revision=222974
* - Correct plist when EXTCOLORS is definedRong-En Fan2008-11-172-23/+33
| | | | Notes: svn path=/head/; revision=222969
* - Update to 2.3.1Li-Wen Hsu2008-11-173-5/+14
| | | | | | | | | PR: ports/128915 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Denis Shaposhnikov <dsh AT vlink.ru> (maintainer) Notes: svn path=/head/; revision=222967
* - Pet portlint(1)Rong-En Fan2008-11-171-5/+5
| | | | Notes: svn path=/head/; revision=222963
* - Update to 0.3.0Li-Wen Hsu2008-11-175-55/+16
| | | | | | | | | | | | - Take advantage of COPYTREE_SHARE - the patch file patch-python25 is unnecessary. It's been fixed since ver. 0.3.0. PR: ports/128907 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Daniel <daniel AT netwalk.org> (maintainer) Notes: svn path=/head/; revision=222962
* Update to 2.8Volker Stolz2008-11-172-4/+4
| | | | Notes: svn path=/head/; revision=222957
* - use DOCSDIR macroIon-Mihai Tetcu2008-11-162-5/+6
| | | | | | | | | | | | - fix plist for -DNOPORTDOCS - bump PORTREVISION - pet portlint Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run Notes: svn path=/head/; revision=222944
* - use DOCSDIR macroIon-Mihai Tetcu2008-11-162-12/+14
| | | | | | | | | | | - fix plist for -DNOPORTDOCS - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run Notes: svn path=/head/; revision=222943
* Upgrade llvm and llvm-gcc4 ports to the 2.4 release.Brooks Davis2008-11-166-56/+150
| | | | | | | PR: ports/128806, ports/128814 Notes: svn path=/head/; revision=222934
* Upgrade to 4.8.3.Thierry Thomas2008-11-166-8/+27
| | | | | | | Changelog at <http://bouml.sourceforge.net/historic.html>. Notes: svn path=/head/; revision=222933
* Upgrade from 2.2a4 to 2.2.1 (released in 2004).Mikhail Teterin2008-11-164-13/+28
| | | | Notes: svn path=/head/; revision=222930
* Update to 0.07Lars Thegler2008-11-162-4/+4
| | | | Notes: svn path=/head/; revision=222927
* - Update to 0.740Martin Wilke2008-11-152-4/+4
| | | | Notes: svn path=/head/; revision=222896
* libburnia is a project for reading, mastering and writing opticalMartin Wilke2008-11-156-0/+58
| | | | | | | | | | | | | | discs. Currently it is comprised of libraries named libisofs, libburn, libisoburn, a cdrecord emulator named cdrskin, and an integrated multi-session tool named xorriso. WWW: http://libburnia-project.org/ PR: ports/128795 Submitted by: J.R. Oldroyd <fbsd at opal.com> Notes: svn path=/head/; revision=222886
* libburnia is a project for reading, mastering and writing opticalMartin Wilke2008-11-155-0/+48
| | | | | | | | | | | | | | discs. Currently it is comprised of libraries named libisofs, libburn, libisoburn, a cdrecord emulator named cdrskin, and an integrated multi-session tool named xorriso. WWW: http://libburnia-project.org/ PR: ports/128794 Submitted by: J.R. Oldroyd <fbsd at opal.com> Notes: svn path=/head/; revision=222885
* This is a short script you can run from within an existing gitMartin Wilke2008-11-155-0/+42
| | | | | | | | | | | | | | repository to create a remote repo on Github using a previously created account. This does not create Github accounts (and that violates the terms of service). WWW: http://search.cpan.org/dist/github_creator/ PR: ports/128876 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=222879
* I wrote this module as an example of both using closures and usingMartin Wilke2008-11-155-0/+41
| | | | | | | | | | | | | | | File::Find. Students are always asking me what closures are good for, and here's some examples. The functions mostly stand alone (i.e. they don't need the rest of the module), so rather than creating a dependency in your code, just lift the parts you want). WWW: http://search.cpan.org/dist/File-Find-Closures/ PR: ports/128875 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=222878
* Differences lists are a list-like type supporting O(1) append. This isMartin Wilke2008-11-155-0/+59
| | | | | | | | | | | | | particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive. WWW: http://code.haskell.org/~dons/code/dlist/ PR: ports/128770 Submitted by: Samy Al Bahra <sbahra at kerneled.org> Notes: svn path=/head/; revision=222872
* Fix a plist bug.Brooks Davis2008-11-152-0/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=222869