aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Add p5-Perl6-Rules, this module implements a close simulation of the Perl 6Chin-San Huang2007-07-285-0/+41
| | | | | | | | | | | rule and grammar constructs, translating them back to Perl 5 regexes via a source filter. (And hence suffers from all the usual limitations of a source filter, including the ability to translate complex code spectacularly wrongly). Approved by: rafan (mentor, implicit) Notes: svn path=/head/; revision=196487
* Update to latest 3.12/3.9 versions.Lev A. Serebryakov2007-07-283-9/+73
| | | | | | | PR: ports/114729 Notes: svn path=/head/; revision=196485
* Update to latest snapshot 2.17.50Lev A. Serebryakov2007-07-283-36/+28
| | | | | | | | | NB: PR suggests to use `mingw32' snapshot, but it is same as trunk one. PR: ports/114728 Notes: svn path=/head/; revision=196483
* Add p5-Perl6-Say, Implements a close simulation of the say function in PerlChin-San Huang2007-07-285-0/+35
| | | | | | | | | 6, which acts like print but automatically appends a newline. Approved by: rafan (mentor, implicit) Notes: svn path=/head/; revision=196481
* Add p5-Perl6-Builtins,Chin-San Huang2007-07-285-0/+40
| | | | | | | | | | | Several of the builtins in Perl 6 have different (i.e. more useful, less confusing) behaviours than their Perl 5 counterparts. This module provides Perl 5 versions of those builtins. Approved by: rafan (memtor, implicit) Notes: svn path=/head/; revision=196464
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-282-3/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Add p5-Perl6-Export-Attrs, Implements a Perl 5 native version of what theChin-San Huang2007-07-285-0/+58
| | | | | | | | | Perl 6 symbol export mechanism will look like. Approved by: rafan (mentor, implicit) Notes: svn path=/head/; revision=196461
* Fix automake-1.10 and autoconf-2.61 correctly.Ade Lovett2007-07-285-5/+5
| | | | | | | One bad merge out of 25. Sigh. Notes: svn path=/head/; revision=196455
* Add libhid 0.2.16, a user-space HID access library written in C.Li-Wen Hsu2007-07-287-0/+71
| | | | | | | | PR: ports/114627 Submitted by: ntarmos at ceid.upatras.gr Notes: svn path=/head/; revision=196451
* - Update to 0.06.Chin-San Huang2007-07-282-4/+4
| | | | | | | Approved by: rafan (mentor, implicit) Notes: svn path=/head/; revision=196445
* Update to the autotools new world order.Ade Lovett2007-07-28115-1753/+2203
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* Add dependency on teTeX-base for portdocs only.Oliver Braun2007-07-272-0/+2
| | | | | | | Reported by: bento, many Notes: svn path=/head/; revision=196431
* - Fix build with gcc 4.2Martin Wilke2007-07-271-0/+19
| | | | | | | | PR: 114745 Submitted by: Matthias Sund <m.sund@arcor.de> (maintainer) Notes: svn path=/head/; revision=196422
* Update to 2.14.8 and get rid of X11BASE.Jeremy Messenger2007-07-273-13/+10
| | | | Notes: svn path=/head/; revision=196421
* ruby-prof is a fast code profiler for Ruby. Its features include:Martin Wilke2007-07-275-0/+146
| | | | | | | | | | | | | | | | | | | | * Speed - it is a C extension and therefore many times faster than the standard Ruby profiler. * Flat Profiles - similar to the reports generated by the standard Ruby profiler * Graph profiles - similar to GProf, these show how long a method runs, which methods call it and which methods it calls. * Threads - supports profiling multiple threads simultaneously * Recursive calls - supports profiling recursive method calls * Reports - can generate both text and cross-referenced html reports * Output - can output to standard out or to a file WWW: http://rubyforge.org/projects/ruby-prof/ PR: ports/114957 Submitted by: Robert Gogolok <gogo at cs.uni-sb.de> Notes: svn path=/head/; revision=196407
* Update to 1.66Lars Thegler2007-07-272-4/+4
| | | | Notes: svn path=/head/; revision=196400
* Update to 2.4.7Tilman Keskinoz2007-07-273-4/+5
| | | | Notes: svn path=/head/; revision=196399
* Fix buildMichael Nottebrock2007-07-271-1/+1
| | | | Notes: svn path=/head/; revision=196395
* Add two more patches found in the Linux wild. Would've beenMikhail Teterin2007-07-272-0/+38
| | | | | | | | | | | | | | | | | better to be downloading them, but, strangely enough, they don't seem available in the raw source -- only in the pretty-fied HTML :-( Of the two remaining once, the ElectricFence-2.2.2-madvise.patch is currently causing me unexplained crashes, and the ElectricFence-2.2.2-pthread.patch does not seem to matter for us, because we don't USE_SEMAPHORE: http://www.filewatcher.com/p/ElectricFence-2.2.2-19.src.rpm.38696/ElectricFence-2.2.2-madvise.patch.html http://www.filewatcher.com/p/ElectricFence-2.2.2-19.src.rpm.38696/ElectricFence-2.2.2-pthread.patch.html Notes: svn path=/head/; revision=196391
* This is what happens if you think you know what make(1)'ll do.Michael Nottebrock2007-07-271-1/+2
| | | | | | | Fix build. Notes: svn path=/head/; revision=196390
* Fix packagebuild by not installing .bak filesTilman Keskinoz2007-07-271-2/+2
| | | | Notes: svn path=/head/; revision=196387
* Add a patch found on RedHat mailing list. It is quite important,Mikhail Teterin2007-07-272-1/+29
| | | | | | | | | where size_t is wider than int... Bump PORTREVISION. Notes: svn path=/head/; revision=196386
* The bug that makes gcc 3.4 choke on some amd64 inline assembler does notMichael Nottebrock2007-07-272-8/+6
| | | | | | | | only affect the Qt4 core ports but ports depending on them as well, so try a more sweeping approach for a workaround. Notes: svn path=/head/; revision=196381
* Command line interface (CLI) for ruby-debug-base.Martin Wilke2007-07-275-0/+104
| | | | | | | | | | WWW: http://rubyforge.org/projects/ruby-debug PR: ports/114954 Submitted by: Robert Gogolok <gogo at cs.uni-sb.de> Notes: svn path=/head/; revision=196375
* Faster implementation of the standard debug.rb usingMartin Wilke2007-07-275-0/+139
| | | | | | | | | | | | a native extension with a new hook Ruby C API. WWW: http://rubyforge.org/projects/ruby-debug PR: ports/114954 Submitted by: Robert Gogolok <gogo at cs.uni-sb.de> Notes: svn path=/head/; revision=196373
* Update to 0.9999Sergey Skvortsov2007-07-273-4/+5
| | | | | | | Changes: http://search.cpan.org/src/RCAPUTO/POE-0.9999/CHANGES Notes: svn path=/head/; revision=196367
* Update to 0.31Sergey Skvortsov2007-07-272-4/+4
| | | | | | | Changes: http://search.cpan.org/src/KASEI/Class-Accessor-0.31/Changes Notes: svn path=/head/; revision=196366
* * update to 2.2.1Sergey Skvortsov2007-07-264-139/+157
| | | | | | | | | * take maintainership Approved by: maintainer Notes: svn path=/head/; revision=196344
* Add soapui, a Java application for testing web services over HTTPTilman Keskinoz2007-07-265-0/+78
| | | | Notes: svn path=/head/; revision=196334
* - Install version.h to DATADIR, some ports' configure script looks thisRong-En Fan2007-07-263-7/+13
| | | | | | | | | | | file, for example, the newer version of asterisk. PR: ports/114612 Submitted by: viper <viper at perm.raid.ru> Approved by: Steve Ames <steve at energistic.com> (maintainer) Notes: svn path=/head/; revision=196332
* - Update to 0.28Rong-En Fan2007-07-263-53/+24
| | | | | | | | | | | - Respect NOPORTDATA and NOPORTEXAMPLES - Use PORTDATA and PORTEXAMPLES to simplify pkg-plist PR: ports/114619 Submitted by: Sergei Vyshenski <svysh at pn.sinp.msu.ru> (maintainer) Notes: svn path=/head/; revision=196327
* - Truely respcect DATADIRLi-Wen Hsu2007-07-261-0/+2
| | | | | | | Submitted by: sat Notes: svn path=/head/; revision=196324
* - Update to 5.6 snapshot 20070721Rong-En Fan2007-07-262-1/+13
| | | | Notes: svn path=/head/; revision=196317
* Update to 0.33.5.Roman Bogorodskiy2007-07-262-5/+4
| | | | Notes: svn path=/head/; revision=196301
* - Update to 2.4Cheng-Lung Sung2007-07-263-4/+5
| | | | Notes: svn path=/head/; revision=196299
* Eric is a full featured Python and Ruby editor and IDE, written in python.Boris Samorodov2007-07-257-0/+2269
| | | | | | | | | | | | | | | It is based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as everdays' quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. This is a port of eric4 (based on Qt4). WWW: http://www.die-offenbachs.de/detlev/eric.html Notes: svn path=/head/; revision=196287
* Those ports will be added soon to the ports tree with more adequate names.Boris Samorodov2007-07-258-2272/+0
| | | | | | | | | | | There is no history for those porst, so no repocopy. . french/fr-py-qt4-eric4 . german/de-py-qt4-eric4 . russian/ru-py-qt4-eric4 . devel/py-qt4-eric4 Notes: svn path=/head/; revision=196286
* - Update to 3.1.2Li-Wen Hsu2007-07-255-77/+65
| | | | | | | | | - Remove obsoleted patch - Use DATADIR - Take maintainership Notes: svn path=/head/; revision=196274
* Update to 2.205Erwin Lansing2007-07-252-4/+4
| | | | Notes: svn path=/head/; revision=196261
* - Update to 0.7Cheng-Lung Sung2007-07-252-4/+4
| | | | Notes: svn path=/head/; revision=196249
* - Update to 0.51Cheng-Lung Sung2007-07-253-6/+7
| | | | | | | | | | - reset maintainership PR: ports/113944 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=196247
* Facets is a large collection of core extension methods and moduleCheng-Lung Sung2007-07-255-0/+5226
| | | | | | | | | | | | | | | | additions for the Ruby programming language. The core extensions are unique by virtue of thier atomicity. Methods are stored in their own files, allowing for highly granular control of requirements. The modules include a variety of useful classes, mixins and microframeworks, from the Functor to a full-blown SI Units system. WWW: http://Facets.RubyForge.org/ PR: ports/114877 Submitted by: Yarema <yds at CoolRat.org> Notes: svn path=/head/; revision=196245
* - Update to 1.1Cheng-Lung Sung2007-07-253-8/+10
| | | | | | | | | | - submitter -> maintainer PR: ports/114865 Submitted by: maintainer (Konstantin Saurbier) Notes: svn path=/head/; revision=196244
* - Update to version 4.2.2.Alejandro Pulver2007-07-245-22/+20
| | | | Notes: svn path=/head/; revision=196203
* - Update to version 3.2.Alejandro Pulver2007-07-246-8/+10
| | | | Notes: svn path=/head/; revision=196202
* - Update to 0.76Rong-En Fan2007-07-242-5/+4
| | | | Notes: svn path=/head/; revision=196161
* Add a missing plist entry.Brooks Davis2007-07-232-0/+2
| | | | | | | Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=196144
* - change maintainer to Matthew Fuller <fullermd@over-yonder.net>Martin Matuska2007-07-233-3/+3
| | | | | | | | | PR: ports/114751 Submitted by: Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer) Approved by: new maintainer, garga (mentor, implicit) Notes: svn path=/head/; revision=196114
* (Attempt to) fix build on amd64Michael Nottebrock2007-07-231-0/+4
| | | | Notes: svn path=/head/; revision=196113
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-2355-82/+38
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111