| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
while Ruby 1.8.0 is not recommended at all.
|
|
|
|
| |
textproc/p5-Template-Magic
|
|
|
|
| |
Spotted on: portscout
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
PR: ports/98284
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Approved by: lawrence (mentor, implicit)
|
|
|
|
| |
-Use DATADIR in plist.
|
|
|
|
|
| |
PR: 98520
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
|
|
|
|
| |
For writing RSS files
|
|
|
|
|
|
| |
PR: 98490
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer
|
|
|
|
|
| |
Submitted by: Martin Wilke (freebsd at unixfreunde dot de)
PR: ports/98444
|
|
|
|
|
| |
Submitted by: Martin Wilke (freebsd at unixfreunde dot de)
PR: ports/98425
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move to MODBUILD
- Restrict to Perl 5.7.3+ due to new dependency upon converters/p5-Encode
- Update plist
Changes
=======
Except where noted, all changes made by Daisuke Maki
0.21 - 31 May 2006
- Repository blunder messes up the distro. fixed.
Reported by Tatsuhiko Miyagawa
0.20 - 14 May 2006
- Set $rss->{version} for compatibility.
- As a result, we no longer set or depend on $rss->{_internal}{version}.
If you saw it and used it, then stop doing that ;)
PR: ports/98333
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
|
|
|
|
| |
Submitted by: Max N. Boyarov (maintainer)
|
|
|
|
|
|
|
| |
- Add support NOPORTDOCS and DOCSDIR
- Remove USE_EMACS and EMACS_PORT_NAME for support all emacsen, add
symlinks to xemacs load dir.
- Bump PORTREVISION.
|
|
|
|
| |
XML files with attributes containing the ' %' character.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
|
|
|
|
|
|
| |
PR: 98195
Submitted by: leeym
Approved by: maintainer
|
|
|
|
| |
obsolete (all supported OS versions have the sed -i capability)
|
|
|
|
|
|
|
|
| |
caused this port to install 3 additional files.
PR: 98168
Notified by: pointyhat via kris
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
|
| |
|
|
|
|
|
|
| |
- minor 'make test' failure reported to vendor
Approved by: tobez (implicit)
|
|
|
|
|
| |
PR: ports/98150
Submitted by: maintainer (Neal Nelson)
|
| |
|
|
|
|
|
|
| |
syntax highlighting engine.
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
|
| |
distfile.
PR: ports/97610
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
- Added build requirement upon Test::More
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: krion (mentor), maintainer
|
|
|
|
| |
Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.17/Changes
|
|
|
|
|
| |
textproc/gtkspell2 -> textproc/gtkspell
textproc/gtkspell2-reference -> textproc/gtkspell-reference
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/96593
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: krion (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
|
|
|
|
| |
Pointy hat to: pav
|
|
|
|
|
|
| |
fix the INDEX build.
Reported by: Portsnap buildbox
|
| |
|
|
|
|
| |
Submitted by: Max N. Boyarov (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Approved by: tobez (implicit)
1.00 Thu May 25 20:35:06 2006
- Pure Perl: compose($not_canonically_reordered) works like that in XSUB,
where an intervening character with higher combining class blocks
the composition. (This change doesn't affect any normalization forms.)
- XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then
internal subroutine calls are avoided.
- The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(),
isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented.
- Tests are more amplified and documentations are more clarified.
- Makefile.PL: Change 26295 is incorporated.
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
the expression.
Approved by: tobez (implicit)
|
|
|
|
| |
Reported by: krismail
|
|
|
|
| |
Reported by: krismail
|
| |
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
to Numeric Character References
Approved by: tobez (implicit)
|
|
|
|
|
| |
PR: ports/97909
Submitted by: maintainer (Alexander Zhuravlev)
|
|
|
|
|
|
|
|
|
| |
Karp's streaming hash, as described
in "Winnowing: Local Algorithms for Document Fingerprinting" by Schleimer,
Wilkerson, and Aiken.
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: kris mail
|
|
|
|
|
|
| |
${REINPLACE_CMD} -e 's|
$$||g'
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
|
|
|
|
| |
PR: ports/97776
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/97205
Submitted by: leeym
|
|
|
|
|
|
|
|
| |
- Reset maintainer
PR: 96920
Submitted by: Martin Wilke <freebsd___unixfreunde.de>
Approved by: maintainer
|
|
|
|
| |
Approved by: tobez (implicit)
|
| |
|
|
|
|
| |
Submitted by: Timothy Bourke <timbob@bigpond.com>
|
|
|
|
|
| |
PR: ports/96529
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
| |
|