| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
tracing.
PR: ports/102317
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=171182
|
|
|
|
|
|
|
|
|
| |
PR: ports/102254
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: leeym (implicit)
Notes:
svn path=/head/; revision=171164
|
|
|
|
|
|
|
|
|
|
| |
and option file values.
PR: ports/102316
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=171157
|
|
|
|
|
|
|
|
| |
PR: ports/102156
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=171140
|
|
|
|
| |
Notes:
svn path=/head/; revision=171122
|
|
|
|
|
|
|
|
| |
PR: ports/102312
Submitted by: Sergei Vyshenski <svysh at cryptocom.ru> (maintainer)
Notes:
svn path=/head/; revision=171110
|
|
|
|
|
|
|
|
| |
I hope that version number going backwards w/o updating PORTEPOCH is ok here
because of the small timeframe
Notes:
svn path=/head/; revision=171109
|
|
|
|
| |
Notes:
svn path=/head/; revision=171108
|
|
|
|
|
|
|
|
|
| |
PR: ports/102257
Submitted by: Ulf Lilleengen <lulf(at)stud.ntnu.no> (maintainer)
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=171091
|
|
|
|
|
|
|
|
|
| |
PR: ports/102259
Submitted by: Ulf Lilleengen <lulf(at)kerneled.org> (maintainer)
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=171090
|
|
|
|
|
|
|
| |
Add a patch to fix 'pear uninstall -r' (should be committed upstream).
Notes:
svn path=/head/; revision=171085
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A C++ library, separated in 2 parts:
* A common one, designed to have no dependencies to the operating system
or any library, providing:
o A class for communication,
o Classes to handle regular expressions (both common and UNIX-file like),
o A general parser,
o Smart pointers
o A class to search directories
o A relation-class to relate objects
* Some classes for the X-windows system (basing on gtkmm (previously
known as Gtk--)) like:
o An entry field to enter filenames (with completion, analogue to modern
browsers),
o Formatted entry fields (with validy check),
o A ListBox to display files (with an icon based on the type of the file),
o A base-class for Applications
WWW: http://libymp.sourceforge.net/
Notes:
svn path=/head/; revision=171031
|
|
|
|
| |
Notes:
svn path=/head/; revision=171021
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for manipulating context-free grammars (CFGs) in a purely functional way.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102104
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes:
svn path=/head/; revision=171008
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
automatically resizing (= reallocating) datastructures that consume
a contiguous part of memory. This allows appending and removing of
elements to/from arrays (both boxed and unboxed), strings (-> buffers),
bit strings and weak arrays while still maintaining fast constant-time
access to elements.
There are also functors that allow the generation of similar modules
which use different reallocation strategies.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102107
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes:
svn path=/head/; revision=171006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subroutines) and LAPACK-library (Linear Algebra routines), which are
written in FORTRAN.
This allows people to write high-performance numerical code for
applications that need linear algebra.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102115
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes:
svn path=/head/; revision=171004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
elements. Whereas a total order allows you to say whether some element is
lower, equal or greater than another one, partial orders also allow for a
"don-t know" case.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: http://www.ocaml.info/home/ocaml_sources.html
PR: ports/102116
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes:
svn path=/head/; revision=171002
|
|
|
|
| |
Notes:
svn path=/head/; revision=170985
|
|
|
|
|
|
|
|
|
|
|
| |
current user, i.e. root.
Submitted by: Dmitry Marakasov <amdmi3 mail ru>
PR: ports/102164
Approved by: ale's vacation
Notes:
svn path=/head/; revision=170945
|
|
|
|
|
|
|
|
| |
PR: 102207
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Notes:
svn path=/head/; revision=170933
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CPANPLUS::Dist::Build is a distribution class for Module::Build
related modules.
Using this package, you can create, install and uninstall perl
modules. It inherits from CPANPLUS::Dist.
Normal users won't have to worry about the interface to this module,
as it functions transparently as a plug-in to CPANPLUS and will
just Do The Right Thing when it's loaded.
WWW: http://search.cpan.org/dist/CPANPLUS-Dist-Build/
Notes:
svn path=/head/; revision=170931
|
|
|
|
|
|
|
|
|
|
| |
- unmark BROKEN on 4-STABLE
PR: 101977
Submitted by: maintainer
Notes:
svn path=/head/; revision=170927
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that matter, to be run and their environment to be inherited into a Perl
program.
WWW: http://search.cpan.org/dist/Shell-Source/
PR: ports/102021
Submitted by: Timur I. Bakeyev <timur(at)com.bat.ru>
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=170910
|
|
|
|
| |
Notes:
svn path=/head/; revision=170899
|
|
|
|
|
|
|
| |
Correct an apparent logic error.
Notes:
svn path=/head/; revision=170894
|
|
|
|
|
|
|
|
| |
PR: ports/102178
Submitted by: Rui Lopes <rgl at ruilopes.com> (maintainer)
Notes:
svn path=/head/; revision=170890
|
|
|
|
|
|
|
|
|
|
| |
* Use rubyforge.org mirrors
PR: ports/102186
Submitted by: maintainer (Rui Lopes)
Notes:
svn path=/head/; revision=170874
|
|
|
|
|
|
|
| |
Fix quoting in NO_CDROM and RESTRICTED.
Notes:
svn path=/head/; revision=170866
|
|
|
|
|
|
|
|
|
|
|
| |
- Mark BROKEN on 4.x
- Pass maintainership to submitter
PR: ports/102147
Submitted by: Babak Farrokhi <babak at farrokhi.net>
Notes:
svn path=/head/; revision=170864
|
|
|
|
|
|
|
|
| |
PR: ports/102151
Submitted by: Rui Lopes <rui at ruilopes.com> (maintainer)
Notes:
svn path=/head/; revision=170863
|
|
|
|
|
|
|
|
| |
PR: ports/102167
Submitted by: chinsan <chinsan.tw at gmail.com>
Notes:
svn path=/head/; revision=170856
|
|
|
|
| |
Notes:
svn path=/head/; revision=170852
|
|
|
|
|
|
|
|
| |
PR: ports/101651
Submitted by: Stefan Sperling <freebsd-gnats@stsp.in-berlin.de>
Notes:
svn path=/head/; revision=170849
|
|
|
|
| |
Notes:
svn path=/head/; revision=170848
|
|
|
|
| |
Notes:
svn path=/head/; revision=170847
|
|
|
|
| |
Notes:
svn path=/head/; revision=170822
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISON for this
PR: ports/102146
Submitted by: Simun Mikecin <numisemis at yahoo.com> (maintainer)
Notes:
svn path=/head/; revision=170812
|
|
|
|
|
|
|
|
|
|
| |
- Expand pkg-descr.
- Take maintainership.
Reported by: fenner's distfile survey [1]
Notes:
svn path=/head/; revision=170806
|
|
|
|
|
|
|
| |
Reported by: fenner's distfile survey
Notes:
svn path=/head/; revision=170805
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW line too.
- Expand on terse pkg-descr description.
Reported by: fenner's distfile survey [1]
Notes:
svn path=/head/; revision=170804
|
|
|
|
|
|
|
|
| |
- Builds with GCC 2.95 again.
- Add Ragel User's Guide to distfiles.
Notes:
svn path=/head/; revision=170800
|
|
|
|
| |
Notes:
svn path=/head/; revision=170798
|
|
|
|
| |
Notes:
svn path=/head/; revision=170796
|
|
|
|
|
|
|
|
|
|
|
| |
future problems change priotity in include paths
- bump PORTREVISION
PR: ports/102141
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Notes:
svn path=/head/; revision=170788
|
|
|
|
| |
Notes:
svn path=/head/; revision=170786
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/101927
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=170772
|
|
|
|
|
|
|
|
| |
PR: ports/102126
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=170767
|
|
|
|
|
|
|
|
| |
PR: ports/102125
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=170766
|
|
|
|
| |
Notes:
svn path=/head/; revision=170764
|
|
|
|
|
|
|
|
|
|
|
| |
Compiler.
Prompted by: kris
The directory may be repo-copied too...
Notes:
svn path=/head/; revision=170758
|