| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=170629
|
|
|
|
|
|
|
|
| |
extraneous blank space in PLIST, which prevented package from building. Make
vendor's tests run automatically after build. Bump PORTREVISION.
Notes:
svn path=/head/; revision=170628
|
|
|
|
| |
Notes:
svn path=/head/; revision=170557
|
|
|
|
|
|
|
|
|
|
| |
files.
PR: ports/101990
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=170554
|
|
|
|
|
|
|
|
|
|
|
| |
- portlint fix
- @dirrmtry
PR: ports/101881
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170540
|
|
|
|
|
|
|
|
|
|
| |
- @dirrmtry
PR: ports/101882
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170539
|
|
|
|
|
|
|
|
|
|
| |
- Use MAN1PREFIX
PR: ports/101870
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170532
|
|
|
|
|
|
|
|
|
|
| |
- Use MAN1PREFIX
PR: ports/101868
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170531
|
|
|
|
|
|
|
|
|
|
| |
- Use REINPLACE_CMD
PR: ports/101863
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170528
|
|
|
|
|
|
|
|
|
|
| |
- portlint fix
PR: ports/101890
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170523
|
|
|
|
|
|
|
|
|
|
|
| |
- Use MAN{1,3,5}PREFIX
- portlint fix
PR: ports/101893
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
xxdiff is a computer program that allows a user (usually a software
developer of some sort) to easily visualize the differences between
files. The manner and goal for which this process is applied over
multiple files is highly dependent on the application, and most of
the time is driven by custom user scripts.
For example, a configuration management engineer in a company might
provide some kind of merge policing environment, that allows software
developers to review changes in files for the purpose of accepting or
rejecting a submitted changeset to a codebase. Another example is
that of a developer wishing to review the changes he made to a
checkout of files from a source-code management system such as CVS,
Subversion, ClearCase, Perforce, etc.
WWW: http://furius.ca/xxdiff/doc/xxdiff-scripts.html
Notes:
svn path=/head/; revision=170483
|
|
|
|
| |
Notes:
svn path=/head/; revision=170470
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Flex is a tool for generating scanners. A scanner, sometimes called a
tokenizer, is a program which recognizes lexical patterns in text. The
flex program reads user-specified input files, or its standard input
if no file names are given, for a description of a scanner to generate.
The description is in the form of pairs of regular expressions and C
code, called rules. Flex generates a C source file named, "lex.yy.c",
which defines the function yylex(). The file "lex.yy.c" can be compiled
and linked to produce an executable. When the executable is run, it
analyzes its input for occurrences of text matching the regular
expressions for each rule. Whenever it finds a match, it executes the
corresponding C code.
WWW: http://flex.sourceforge.net/
Note that there's flex 2.5.4 in the base system. This port provides
a newer version for programs that require it, textproc/xxdiff for one.
Notes:
svn path=/head/; revision=170468
|
|
|
|
| |
Notes:
svn path=/head/; revision=170462
|
|
|
|
|
|
|
|
| |
PR: ports/101828
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=170434
|
|
|
|
|
|
|
|
| |
PR: ports/101777
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=170333
|
|
|
|
|
|
|
|
|
|
| |
components in XML.
PR: ports/101779
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=170329
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=170324
|
|
|
|
|
|
|
| |
written for Ruby.
Notes:
svn path=/head/; revision=170265
|
|
|
|
|
|
|
|
| |
PR: ports/101571
Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
Notes:
svn path=/head/; revision=170241
|
|
|
|
|
|
|
|
| |
full-featured text search engine written in Java.
CLucene is faster than lucene as it is written in C++.
Notes:
svn path=/head/; revision=170232
|
|
|
|
| |
Notes:
svn path=/head/; revision=170198
|
|
|
|
|
|
|
|
| |
PR: ports/101662
Submitted by: maintainer (Gea-Suan Lin)
Notes:
svn path=/head/; revision=170162
|
|
|
|
|
|
|
|
|
|
| |
- List::Util is in Perl 5.8 base.
PR: ports/101659
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170120
|
|
|
|
|
|
|
| |
Approved by: portmgr (erwin)
Notes:
svn path=/head/; revision=170091
|
|
|
|
|
|
|
|
|
|
|
| |
- Eliminate a patch
- Respect DESTDIR
PR: 101565
Submitted by: gabor (maintainer)
Notes:
svn path=/head/; revision=170078
|
|
|
|
|
|
|
|
|
| |
PR: ports/101628
Submitted by: clsung
Approved by: maintainer (Gea-Suan Lin)
Notes:
svn path=/head/; revision=170061
|
|
|
|
|
|
|
|
| |
PR: ports/101602
Submitted by: maintainer (Gea-Suan Lin)
Notes:
svn path=/head/; revision=170043
|
|
|
|
|
|
|
|
|
|
| |
- Use exec(1) to launch the JVM
- Set CLASSPATH so that it only contains the required JAR files
Submitted by: mi [1] (a long time ago on freebsd-java@)
Notes:
svn path=/head/; revision=169866
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portlint;
- deinstall share/locale/sl, which is not defined in
/etc/mtree/BSD.local.dist.
PR: ports/101497
Submitted by: Stanislav Sedov <ssedov (at) mbsd.msk.ru>
Notes:
svn path=/head/; revision=169855
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=169802
|
|
|
|
|
|
|
|
| |
PR: ports/101411
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
Notes:
svn path=/head/; revision=169765
|
|
|
|
|
|
|
| |
this port.
Notes:
svn path=/head/; revision=169756
|
|
|
|
|
|
|
| |
Noted by: erwin
Notes:
svn path=/head/; revision=169735
|
|
|
|
|
|
|
|
|
|
| |
- Update project WWW
PR: ports/101368
Submitted by: Max N. Boyarov (maintainer)
Notes:
svn path=/head/; revision=169713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
Notes:
svn path=/head/; revision=169648
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.59/Changes
PR: ports/101292
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
Notes:
svn path=/head/; revision=169559
|
|
|
|
|
|
|
|
|
| |
PR: ports/101294
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (Dominic Mitchell)
Notes:
svn path=/head/; revision=169538
|
|
|
|
|
|
|
| |
text chunker oriented toward a lot of NLP tasks.
Notes:
svn path=/head/; revision=169525
|
|
|
|
| |
Notes:
svn path=/head/; revision=169507
|
|
|
|
| |
Notes:
svn path=/head/; revision=169505
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module provides functions that deals with formatting data with
Content-Type 'text/plain; format=flowed' as described in RFC2646
(http://www.rfc-editor.org/rfc/rfc2646.txt). In a nutshell,
format=flowed text solves the problem in plain text files where it
is not known which lines can be considered a logical paragraph,
enabling lines to be automatically flowed (wrapped and/or joined)
as appropriate when displaying.
In format=flowed, a soft newline is expressed as " \n", while hard
newlines are expressed as "\n". Soft newlines can be automatically
deleted or inserted as appropriate when the text is reformatted.
WWW: http://search.cpan.org/dist/Text-Flowed/
Justification: socialtext dependency
Notes:
svn path=/head/; revision=169454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This provides a simple interface to Plucene. Plucene is large and multi-
featured, and it expected that users will subclass it, and tie all the
pieces together to suit their own needs. Plucene::Simple is, therefore,
just one way to use Plucene. It's not expected that it will do exactly
what *you* want, but you can always use it as an example of how to
build your own interface.
WWW: http://search.cpan.org/dist/PluceneSimple/
Justification: socialtext dependency
Quirks: 1/6 test fails
Notes:
svn path=/head/; revision=169445
|
|
|
|
|
|
|
|
|
| |
Quotes strings as required for perl to eval them back correctly
PR: 101018
Notes:
svn path=/head/; revision=169418
|
|
|
|
| |
Notes:
svn path=/head/; revision=169357
|
|
|
|
|
|
|
|
| |
PR: ports/101099
Submitted by: erwin
Notes:
svn path=/head/; revision=169336
|
|
|
|
|
|
|
|
| |
PR: ports/101098
Submitted by: erwin
Notes:
svn path=/head/; revision=169334
|
|
|
|
|
|
|
|
| |
PR: ports/101158
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=169331
|
|
|
|
|
|
|
|
| |
PR: ports/101155
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes:
svn path=/head/; revision=169329
|