| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
| |
PR: ports/102030
Submitted by: maintainer (Gea-Suan Lin)
|
| |
|
|
|
|
|
| |
extraneous blank space in PLIST, which prevented package from building. Make
vendor's tests run automatically after build. Bump PORTREVISION.
|
| |
|
|
|
|
|
|
|
| |
files.
PR: ports/101990
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
|
| |
- portlint fix
- @dirrmtry
PR: ports/101881
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
- @dirrmtry
PR: ports/101882
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
- Use MAN1PREFIX
PR: ports/101870
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
- Use MAN1PREFIX
PR: ports/101868
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
- Use REINPLACE_CMD
PR: ports/101863
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
- portlint fix
PR: ports/101890
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
|
| |
- Use MAN{1,3,5}PREFIX
- portlint fix
PR: ports/101893
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: ports/101828
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/101777
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
| |
components in XML.
PR: ports/101779
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
written for Ruby.
|
|
|
|
|
| |
PR: ports/101571
Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
|
|
|
|
|
| |
full-featured text search engine written in Java.
CLucene is faster than lucene as it is written in C++.
|
| |
|
|
|
|
|
| |
PR: ports/101662
Submitted by: maintainer (Gea-Suan Lin)
|
|
|
|
|
|
|
| |
- List::Util is in Perl 5.8 base.
PR: ports/101659
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
| |
Approved by: portmgr (erwin)
|
|
|
|
|
|
|
|
| |
- Eliminate a patch
- Respect DESTDIR
PR: 101565
Submitted by: gabor (maintainer)
|
|
|
|
|
|
| |
PR: ports/101628
Submitted by: clsung
Approved by: maintainer (Gea-Suan Lin)
|
|
|
|
|
| |
PR: ports/101602
Submitted by: maintainer (Gea-Suan Lin)
|
|
|
|
|
|
|
| |
- 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@)
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/101411
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
|
|
|
|
| |
this port.
|
|
|
|
| |
Noted by: erwin
|
|
|
|
|
|
|
| |
- Update project WWW
PR: ports/101368
Submitted by: Max N. Boyarov (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.59/Changes
PR: ports/101292
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
|
|
|
|
|
|
| |
PR: ports/101294
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (Dominic Mitchell)
|
|
|
|
| |
text chunker oriented toward a lot of NLP tasks.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Quotes strings as required for perl to eval them back correctly
PR: 101018
|
| |
|
|
|
|
|
| |
PR: ports/101099
Submitted by: erwin
|
|
|
|
|
| |
PR: ports/101098
Submitted by: erwin
|
|
|
|
|
| |
PR: ports/101158
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
| |
PR: ports/101155
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
- Text::More only need in 'make test' phase,
so leave it to maintainer to remove or put it in BUILD_DEPENDS.
PR: ports/100797
Submitted by: clsung
Approved by: maintainer (gslin_AT_gslin dot org)
|
|
|
|
|
|
|
| |
files.
PR: ports/101081
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
| |
- Clean up Makefile
|
| |
|
|
|
|
|
|
|
|
|
|
| |
languages using Dr. M.F. Porter's Snowball API, which can be found at:
http://snowball.tartarus.org
WWW: http://pecl.php.net/package/stem/
PR: ports/101106
Submitted by: chinsan <chinsan.tw at gmail.com>
|
| |
|
| |
|
|
|
|
| |
Reported by: Dan Reinholz <xaenn@yahoo.com>
|
|
|
|
|
| |
PR: ports/100311
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
|
|
|
|
|
| |
PR: ports/100306
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
|
|
|
|
|
| |
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
|
|
|
|
|
|
| |
PR: ports/100920
Submitted by: Dmitry Marakasov <amdmi3(at)mail.ru> (maintainer)
Approved by: krion (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
- Utilize USE_TK, USE_TCL
Now it uses tcl/tk 8.4 instead of 8.3
PR: ports/100926
Submitted by: Jonathan Lennox <lennox at cs.columbia.edu> (maintainer)
|
|
|
|
| |
Pointy hat to: erwin
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: ports/100875
Submitted by: Stanislav Sedov
|
| |
|
|
|
|
|
|
|
| |
stream.
PR: ports/100906
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bastardize provides an magical object into which text can be charged
and then returned in various, slighty modified ways.
Among others, bastardize has the following methods:
rdct converts english to hyperreductionist english
(ex. "english" becomes "")
pig pig latin
(ex. "hi there" becomes "ihay erethay")
k3wlt0k a k3wlt0kizer developed originally by Fmh
rot13 implements rot13 "encryption" in perl
(ex. "foo bar" becomes "sbb one")
rev reverses the arrangement of characters
censor attempts to censor text which might be innaproriate
n20e performs numerical abbreviations
(ex. "numerical_abbreviation" becomes "n20e")
WWW: http://search.cpan.org/dist/Text-Bastardize/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is an XS wrapper around some Unicode Consortium code to check if
a string is valid UTF-8, revised to conform to what expat/Mozilla
think is valid UTF-8, especially with regard to low-ASCII characters.
Note that this module has NOTHING to do with Perl's internal UTF8 flag
on scalars.
This module is for use when you're getting input from users and want
to make sure it's valid UTF-8 before continuing.
WWW: http://search.cpan.org/dist/Unicode-CheckUTF8/
|
|
|
|
|
|
|
|
|
|
|
| |
":-)", "<3", etc. with the icons of Google Talk (or Gmail Chat), detailed in
http://mail.google.com/support/bin/answer.py?answer=34056
WWW: http://search.cpan.org/dist/Text-Emoticon-GoogleTalk/
PR: ports/100676
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Approved by: krion (mentor)
|
|
|
|
|
| |
PR: ports/100791
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
| |
|
|
|
|
|
|
|
|
| |
not depending on XML::Atom. [1]
- add depends of p5-Class-Data-Inheritable [1]
PR: ports/100792 [1]
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> [1]
|
| |
|
|
|
|
| |
Reported by: Dan Reinholz <xaenn@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The goals of this project are simple:
Create a highly configurable, easily modifiable source code beautifier.
What it does:
* Ident code, aligning on parens, assignments, etc
* Align on '=' and variable definitions
* Align structure initializers
* Align #define stuff
* Align backslash-newline stuff
* Reformat comments (a little bit)
* Fix inter-character spacing
* Add or remove parens on return statements
* Add or remove braces on single-statement if/do/while/for statements
* Highly configurable - 118 configurable options as of version 0.0.15
WWW: http://uncrustify.sourceforge.net
PR: ports/100604
Submitted by: Dmitry Marakasov <amdmi3 at mail.ru>
|
| |
|
|
|
|
|
|
|
| |
algorithm.
PR: ports/100675
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
|
| |
|
|
|
|
|
| |
PR: ports/100640
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
|
|
| |
to XML and back again.
WWW: http://xstream.codehaus.org/
|
|
|
|
|
|
|
| |
Style.
PR: ports/100528
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
| |
files to XML.
PR: ports/100509
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
|
|
|
| |
to XML.
PR: ports/100510
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
| |
- remove dependency of Test/More.pm
|
|
|
|
|
| |
PR: ports/100363
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
|
|
|
| |
code as possible.
PR: ports/100444
Submitted by: Yuan-Chung Hsiao <ychsiao at ychsiao.org>
|
|
|
|
|
|
|
|
| |
- Update WWW.
- Bump portrevision.
PR: ports/99948
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
|
| |
|
|
|
|
|
| |
Submitted by: Yuri Pankov <yuri pankov gmail com> (with changes)
PR: ports/100053
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: ports/100414
Submitted by: clsung
Reviewed by: maintainer
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
- Changes
- This release contains improvements to Shoebox file format support
(by Stuart Robinson and Greg Aumann);
- an implementation of hole semantics (by Peter Wang);
- improvements to lambda calculus and semantic interpretation modules
(by Ewan Klein); a new corpus (Sinica Treebank sample);
- and expanded tutorial discussions of trees, feature-based grammar,
unification, PCFGs, and more exercises.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointyhat to: itetcu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- by default, textproc/aspell installs the English dictionaries (no
change);
- thereafter you can install any foreign dictionary;
- when you install a foreign dictionary, i.e. french/aspell or
textproc/da-aspell, it installs only the dictionaries, and depends
upon textproc/aspell for the programs;
- if you don't need the English dictionaries, you can define
WITHOUT_DICTEN or install textproc/aspell-without-dicten;
- add a new port for textproc/en-aspell: if aspell had been installed
without the English dictionaries, they can be added thereafter;
- add a missing port for german/alt-aspell;
- foreign dictionaries are almost independent from textproc/aspell,
and their maintainership is available.
Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
|
|
|
|
|
| |
PR: ports/99487
Submitted by: Jordi Haarman
|
|
|
|
|
|
|
| |
create/parse interface.
PR: ports/100265
Submitted by: Vivek Khera <vivek at khera.org>
|
|
|
|
|
|
|
| |
text.
PR: ports/100264
Submitted by: Vivek Khera <vivek at khera.org>
|
|
|
|
|
|
|
| |
xml objects.
PR: ports/100247
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
|
| |
- Add rewrite rules for http://www.oasis-open.org/docbook/xmlcharent/.
- Fix "xmlcatmgr remove" line in pkg-plist.
- Add $FreeBSD$ line into installed catalog files.
- Take maintainership.
- Bump PORTREVISON.
|
|
|
|
|
|
| |
PR: ports/99117
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
|
|
|
|
|
| |
PR: ports/99110
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
|
|
|
|
|
|
|
| |
with the somewhat weird s5-blank.zip rebuild process, move the "build"
actions to post-extract, as per the PR.
PR: 96306
Submitted by: delphij
|
|
|
|
|
| |
PR: ports/100283
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/100282
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/100082
Submitted by: chinsan <chinsan.tw at gmail.com>
|
| |
|
|
|
|
|
| |
PR: ports/100216
Submitted by: chinsan <chinsan.tw gmail.com>
|
|
|
|
|
| |
PR: ports/100243
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/100198
Submitted by: maintainer (Nicola Vitale)
|
|
|
|
|
| |
PR: ports/100197
Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
specification generously provided by Adobe at
http://partners.adobe.com/public/developer/pdf/index_reference.html
The file format is well-supported, with the exception of the
"linearized" or "optimized" output format, which this module can read
but not write. Many specific aspects of the document model are not
manipulable with this package (like fonts), but if the input document
is correctly written, then this module will preserve the model
integrity.
This library grants you some power over the PDF security model. Note
that applications editing PDF documents via this library MUST respect
the security preferences of the document. Any violation of this
respect is contrary to Adobe's intellectual property position, as
stated in the reference manual at the above URL.
WWW: http://search.cpan.org/dist/CAM-PDF/
PR: ports/100182
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
| |
PR: ports/100095
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
|
|
|
| |
format documentation.
PR: ports/100174
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
| |
PR: ports/100184
Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
|
|
|
|
|
| |
PR: ports/100161
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ecore data structures and making things generally easy to get around in.
The functions detailed in EXML.h are fairly self explanatory, and the io
interfaces are also generalized and independent (open from a socket, write
to in memory xml image).
WWW: http://www.enlightenment.org/
PR: ports/100002
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
|
|
|
|
|
|
| |
and I added it back yesterday.
Requested by: tobez
|
|
|
|
|
|
|
| |
other.
PR: ports/100097
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
|
|
| |
PR: ports/100090
Submitted by: clsung
Approved by: maintainer (Toby Allsopp)
|
|
|
|
|
|
|
| |
from a DTD.
PR: ports/100077
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
|
|
|
| |
documentation from a DTD.
PR: ports/100075
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since JSON is a pure-perl module and JSON::Syck is based on libsyck,
JSON::Syck is supposed to be very fast and memory efficient. See
chansen's benchmark table at
http://idisk.mac.com/christian.hansen/Public/perl/serialize.pl
JSON.pm comes with dozens of ways to do the same thing and lots of
options, while JSON::Syck doesn't. There's only Load and Dump.
Oh, and JSON::Syck doesn't use camelCase method names :-)
Author: Audrey Tang <autrijus@autrijus.org>
Tatsuhiko Miyagawa <miyagawa@gmail.com>
WWW: http://search.cpan.org/dist/JSON-Syck/
PR: ports/100071
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
| |
profanity.
PR: ports/100070
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
|
| |
- take over maintainership
PR: ports/100051
Submitted by: clsung
Approved by: maintainer (Lars Eggert)
|
|
|
|
|
|
|
| |
search engine.
PR: ports/100073
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
| |
trees.
PR: ports/100074
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
transformations implemented in PDF::FromHTML::Twig.
There is also a command-line utility, html2pdf.pl, that comes with this
distribution.
WWW: http://search.cpan.org/dist/PDF-FromHTML/
PR: ports/100060
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
| |
version.
PR: ports/100064
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
| |
PR: ports/100068
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
| |
Style.
PR: ports/100066
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
|
|
| |
transparently target multiple backends without changing its code.
WWW: http://search.cpan.org/dist/PDF-Writer/
PR: ports/100058
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
| |
PR: ports/99967
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
|
|
|
| |
XML.
PR: ports/99966
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/100003
Submitted by: miwi
Approved by: krion (mentor), maintainer
|
|
|
|
|
| |
PR: ports/99978
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
|
|
|
| |
dirrmtry because dictionaries are also installed there.
|
| |
|
|
|
|
|
|
|
| |
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1]
Requested by: netchild [1]
Approved by: netchild (mentor, implicit)
|
|
|
|
| |
- take maintainership
|
|
|
|
| |
- grab maintainership
|
|
|
|
|
| |
PR: ports/99964
Submitted by: maintainer (Gea-Suan Lin)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is specifically targeted at producing technical documentation
in the field of computer science.
Documents are written in an XML-based markup language and translated
to different formats with XSL-transformations. At this time, eCromedos
supports the target formats XHTML and LATEX. Where LATEX output can be
further processed into high-quality printable formats by use of the
TEX typesetting system (http://www.ctan.org).
Author: Tobias Koch <tkoch@ecromedos.net>
WWW: http://www.ecromedos.net/
PR: ports/98895
Submitted by: Nicola Vitale <nivit at email.it>
|
|
|
|
|
|
|
| |
- remove patch not needed anymore
PR: 99946
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Changes
* API CHANGE: new typedefs (and types) for namelist functions (csilvers)
* carry annotation status through to child templates/sections (ehamon)
* Support registering templates after global construct time (njain)
* Add pthread-rwlock support for darwin (csilvers)
* SetTemplateGlobalValue(): new variable type with new scoping (ehamon)
* Export a nothreads version of the ctemplate library (csilvers)
* Got rid of scandir call, which should improve portability (csilvers)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
in Simplified Chinese.
Note that this is only a transition workaround. We need to have
consistent build tools rather than having two. For now, just add
the dependency so release engineers can do new builds properly.
Approved by: doceng (hrs)
Spotted by: re (kensmith)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- use ${RMDIR} to pet portlint(1)
PR: ports/99777
Submitted by: rafan
Approved by: maintainer
|
|
|
|
| |
Spotted on: portscout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
utility for work with dictionaries in StarDict's format.
The word from "list of words" may be string with leading '/' for using Fuzzy
search algorithm, string may contain '?' and '*' for using regexp search.
It work in interactive and not interactive mode.
WWW: http://sdcv.sourceforge.net/
PR: ports/96836
Submitted by: chinsan <chinsan.tw at gmail.com>
|
|
|
|
| |
Add TempalteFromString support.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2006-07-01 emulators/linux_base-fc3
2006-06-15 misc/linux-opengroupware
2006-07-01 net/opengk
2006-07-01 security/p5-Crypt-OpenPGP
2006-07-01 textproc/sed_inplace
2006-07-01 textproc/xml4j
2006-07-01 x11-wm/aewm++
|
|
|
|
| |
is deprecated and will soon be removed.
|
|
|
|
|
| |
PR: ports/94011
Submitted by: Mike Brown <mike@skew.org> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
- take maintainership
Noted: no.1000 of my commits in ports/ :)
|
| |
|
|
|
|
|
|
|
| |
- add SHA256
PR: ports/99193
Submitted by: Tian-Jian Jiang <barabbas_AT_gmail dot com>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/98835
Approved by: maintainer timeout (4 weeks)
|
|
|
|
|
| |
PR: ports/98834
Approved by: maintainer timeout (4 weeks)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
|
|
| |
- Restrict to Perl 5.8.1+ at vendor's requirement
PR: ports/99002
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- removes unnecessary run dependencies
PR: ports/99618
Submitted by: maintainer (Vivek Khera)
|
| |
|
|
|
|
|
|
| |
PR: ports/98924
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
|
|
|
| |
Changes: http://search.cpan.org/src/AREGGIORI/RDFStore-0.51/CHANGES
|
|
|
|
| |
Approved by: delphij (mentor)
|
|
|
|
|
|
|
|
| |
- Overhaul of Makefile and pkg-plist as Vendor has now left it up to the
user to install the documentation
PR: ports/99497
Submitted by: aaron
|
| |
|
|
|
|
|
|
| |
errors.
Reported by: linimon
|
|
|
|
| |
Reported by: linimon
|
|
|
|
|
|
|
|
|
| |
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin)
|
|
|
|
|
|
|
| |
- this commit modified ports maintained by ports@
PR: ports/98755
Submitted by: rafan (the fresh committer)
|
|
|
|
|
| |
PR: ports/99167
Submitted by: aaron
|
|
|
|
|
|
| |
PR: ports/98776
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
| |
|
|
|
|
|
|
| |
support anything that old.
Hat: portmgr
|
|
|
|
|
|
| |
and filter.
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
- Remove deprecated patch (fix for Java 1.5)
Reported by: portscout [1]
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/95878
Submitted by: miwi
Approved by: maintainer (timeout 65 days)
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
| |
PR: ports/99118
Submitted by: aaron
|
| |
|
|
|
|
|
|
| |
file.
Approved by: tobez (implicit)
|
|
|
|
|
|
|
|
| |
- Restrict to Perl 5.6+ due to dependencies
PR: ports/99127
Submitted by: aaron
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
| |
PR: ports/99080
Submitted by: maintainer
|
|
|
|
|
| |
PR: 99048
Submitted by: Ports fury
|
|
|
|
|
| |
PR: 99031
Submitted by: aaron
|
|
|
|
| |
Approved by: tobez (implicit)
|
| |
|
|
|
|
| |
- Add a local MASTER_SITE to keep portlint happy.
|
|
|
|
|
|
|
| |
version.
- Add a local master site; keep portlint happy.
- Correctly spell the 'CONFLICTS' line.
- Take over maintainership of this (orphaned) port.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Update plist
- Restrict to Perl 5.6+ due to new dependency upon Module::Build
PR: ports/98334
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
|
|
|
|
|
| |
PR: ports/98332
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
|
|
|
|
|
|
|
| |
- Restrict to Perl 5.6+ due to dependencies
PR: ports/98331
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
|
|
|
|
|
| |
email, and various maintainer-timeouts.
Hat: portmgr
|
|
|
|
| |
Approved by: tobez (implicit)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
AtomStream.
Approved by: tobez (implicit)
|
|
|
|
| |
- Mark textproc/uim-m17nlib IGNORE since it requires m17n-lib-1.3.1 or later.
|
|
|
|
|
| |
PR: 98851
Submitted by: Alan Hicks <ahicks@p-o.co.uk>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
|
|
|
|
|
| |
PR: 98829
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
| |
Reported by: krismail
|
|
|
|
|
|
| |
PR: ports/98702
Submitted by: maintainer
Approved by: lawrance (mentor, implict)
|
|
|
|
|
|
|
| |
- Change master site to CPAN.
PR: ports/98352
Submitted by: leeym
|
| |
|
|
|
|
|
| |
PR: ports/98705
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/98704
Submitted by: maintainer
|
| |
|
| |
|