| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: ports/9925
Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
|
|
|
|
| |
Approved by: chuckr (maintainer)
|
| |
|
|
|
|
|
|
|
| |
a new source checksum."
PR: ports/10993
Submitted by: Ted Faber <faber@lunabase.org>
|
|
|
|
| |
Noticed by: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
|
|
|
|
|
|
|
| |
version of the Handbook).
Removed Japanese localisation patches (no longer needed, per e-mail with
Jun Kuriyama). Patched distfiles to work with DocBook 3.0, because we
haven't upgraded to 3.1 yet. Pointed distfile at www.freebsd.org/~nik,
as nwalsh.com appears to be having some problems.
|
|
|
|
|
| |
PR: 10732
Submitted by: Martin Kammerhofer <mkamm@gmx.net>
|
|
|
|
|
| |
PR: 10865
Submitted by: maintainer
|
|
|
|
| |
PR: 10724
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422
ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426
ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421
ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435
ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423
ports/devel/gettext shared libs now PR ports/10293
ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419
ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430
ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436
ports/graphics/electriceyes distfile moved PR ports/10437
ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424
ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441
ports/math/gnumeric 0.6 -> 0.15 PR ports/10439
ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442
ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445
ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446
ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477
ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438
ports/www/libghttp distfile moved PR ports/10429
ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450
ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432
ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425
ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448
ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427
ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420
Note that repository copies were made before this commit, as follows:
ports/devel/glib11-devel -> ports/devel/glib12
ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
|
| |
PR: 10335
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
If "HAVE_EGCS" is defined, aspell will not depend on the STL port and will
use the natvie EGCS STL instead.
|
| |
|
|
|
|
|
| |
PR: ports/10223
Submitted by: Palla Girgensohn <girgen@partitur.se>
|
| |
|
|
|
|
|
|
| |
PR: 9959
Reviewed by: maintainer
Submitted by: Martin KammerHofer <dada@sbox.tu-graz.ac.at>
|
| |
|
| |
|
|
|
|
| |
Prompted By: John-Mark Gurney <gurney_j@efn.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 9788
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Hugh Blandford <hugh@island.net.au>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
|
| |
|
|
|
|
|
| |
Submitted by: Robert Brive <brive@mail.dotcom.fr>
Requested by: John Fieber <jfieber@FreeBSD.ORG>
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/9634
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
|
| |
|
|
|
|
| |
- strip installed binaries.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Uses autoconf and libtool, now. Thus shared libraries are working now
and the bmakefiles are not necessary any longer.
OK'ed by: John Fieber <jfieber@FreeBSD.ORG>
|
|
|
|
|
| |
PR: 9468
Submitted by: Steve Coltrin <spcoltri@io.com>
|
|
|
|
| |
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
|
| |
|
|
|
|
| |
Make more selective about targets to yell about.
|
|
|
|
|
|
|
|
|
| |
"yes" then a dependency on print/jadetex is included (which in turn pulls
in all 30MB of TeTeX). If no then it is ignored. There is no default.
If ${JADETEX} is unset then pkg/JADETEX is shown to the user.
Set IS_INTERACTIVE to indicate this in the Makefile.
|
|
|
|
|
|
| |
(III) clean up post-patch target (IV) fix 'Version Required'
Submitted by: (I) max@wide.ad.jp, (II,III,IV) billf
|
| |
|
|
|
|
|
|
|
| |
An implementation of Kernigan and Bentley's grap language.
PR: 9512
Submitted by: Ted Faber <faber@lunabase.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Changes of my localizatoin:
o Rename l10n identifier from "jpja" to "ja".
o Add "ja" l10n for print target.
I hope these changes fix warning in print target for
non-japanese SGML files.
|
| |
|
|
|
|
| |
and BROKEN some gnome ports until I upgrade it.
|
|
|
|
|
|
|
|
| |
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)
Approved by: asami
|
| |
|
|
|
|
| |
Reviewed by: the ports list
|
| |
|
|
|
|
|
| |
Correct gtk11-devel's PLIST,
and fix some configure problem of electriceyes.
|
|
|
|
|
|
|
| |
dependencies to perl5 in -current. This might cause some unwanted
perl5 installations on -stable (if it was originally RUN_DEPENDS,
perl5 will now be installed during build too, etc.), but its lifetime
is limited anyway.
|
|
|
|
| |
Submitted by: sumikawa@kame.net (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
find it. There was no mechanism to even detect if wish existed before telling
configure where to find it.
(2) The distribution no longer comes packaged with .o files, so there is no
need to `make clean' before we build this port.
(3) portlint
(4) Added my public_html on freefall as a MASTER_SITE, as the singular MASTER_SITE
had no route to it. A search on ftpsearch revealed no mirrors. Pity.
Triggered By: One of Satoshi's scripts (part 4)
|
| |
|
|
|
|
|
| |
Submitted by: josh@quick.net
Spelling checker with better suggestion logic than ispell
|
|
|
|
|
|
|
| |
Actually, can this thing be moved to `textproc' to live with `ispell'?
Having a distributed electronic dictionary in "net" is stupid. This port is
virtually ispell with /usr/share/dict/words over the network. Otherwise I vote
to move `xmcd' to `net' since it gets its CD database over the network.
|
|
|
|
| |
Submitted by: Dima Sivachenko
|
| |
|
|
|
|
|
| |
Submitted by: sfarrell@healthquiz.com
PR: ports/7706
|
|
|
|
|
|
| |
dependencies list.
Prompted by: Jordan (for the stylesheets)
|
| |
|
| |
|
|
|
|
| |
Reviewed by: jmz
|
|
|
|
|
|
|
|
| |
without building one of the other mule's first.
Also, add USE_XLIB and fix stuff to synch it with ../mule.
Submitted by: maintainer (last part)
|
|
|
|
| |
so just prepend ${WRKDIRPREFIX} to ${.CURDIR} in there.
|
|
|
|
| |
nfb7507.zip is the latest on the FTP site.
|
|
|
|
| |
Suggested by: asami
|
|
|
|
|
|
| |
lv is a multilingual text viewer (like less).
Submitted by: sumikawa@kame.net
|
|
|
|
|
|
|
|
|
| |
never updated the Makefile. I was trying to avoid using sed and patch, and
just ended up breaking it by my indeciveness. :>
It's fixed now, and packages no less.
Remind by: Satoshi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
===> Building package for htdig-3.1.0
Creating package /usr/ports/packages/All/htdig-3.1.0.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/htdig-3.1.0.tgz'
tar: can't add file etc/htdig.conf : No such file or directory
tar: can't add file share/htdig/footer.html : No such file or directory
tar: can't add file share/htdig/bad_words : No such file or directory
tar: can't add file share/htdig/header.html : No such file or directory
tar: can't add file share/htdig/nomatch.html : No such file or directory
tar: can't add file share/htdig/syntax.html : No such file or directory
tar: can't add file share/htdig/english.0 : No such file or directory
tar: can't add file share/htdig/english.aff : No such file or directory
tar: can't add file share/htdig/synonyms : No such file or directory
pkg_create: tar command failed with code 256
*** Error code 1
Stop.
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/8785
Submitted by: Josh Gilliam <josh@quick.net>
|
|
|
|
|
| |
Reminded by: wosch
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
though they had a different checksum.
patch-ac is obsolete, which seems to be the only difference between the
old tarball and the new one.
Added myself as the MAINTAINER, as I use this program at work.
|
| |
|
|
|
|
| |
Submitted by: kuriyama
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
|
|
|
|
| |
Mistaken by: myself
|
| |
|
| |
|
|
|
|
| |
fix CATEGORIES in mswordview/Makefile.
|
|
|
|
|
|
|
|
|
|
|
|
| |
binary file format (office97), it currently converts word into html,
which can then be read with a browser.
It is also capable of converting Japanese MS Word document
MSWordView HomePage is
http://www.csn.ul.ie/~caolan/docs/MSWordView.html
Reviewed by: itojun
Submitted by: sumikawa@kame.net
|
| |
|
| |
|
| |
|
|
|
|
| |
Requested by: nik
|
|
|
|
| |
the "STRIP=".
|
| |
|
| |
|
|
|
|
| |
available.
|
|
|
|
| |
Submitted by: jfieber
|
|
|
|
|
|
|
|
|
| |
cc -O -pipe -o nsgmls nsgmls.o SgmlsEventHandler.o RastEventHandler.o StringSet.o nsgmls_inst.o -lstdc++ -L/usr/ports/textproc/sp/work/sp-1.2.1/nsgmls/../lib -lsp
/usr/lib/libstdc++.so: undefined reference to `log'
/usr/lib/libstdc++.so: undefined reference to `sqrt'
/usr/lib/libstdc++.so: undefined reference to `cosh'
/usr/lib/libstdc++.so: undefined reference to `cos'
/usr/lib/libstdc++.so: undefined reference to `sin'
|
|
|
|
| |
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
|
|
|
|
|
|
|
| |
cd index ; make
cc -O -pipe -O -DSTRUCTURED_QUERIES=1 -L../agrep -L../libtemplate/template -L../libtemplate/util -L../compress -o buildcast buildcast.o region.o dir.o io.o build_in.o filetype.o simpletest.o getword.o memlook.o lib.o partition.o -lagrep -ltemplate -lutil
/usr/libexec/elf/ld: cannot open -ltemplate: No such file or directory
*** Error code 1
|
| |
|
|
|
|
|
| |
PR: ports/8227
Submitted by: <nakai@technologist.com>
|
|
|
|
|
| |
PR: 8218
Submitted by: maintainer
|
|
|
|
| |
PR: ports/8208
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
19.28).
PR: 8178
Submitted by: taoka@infonets.hiroshima-u.ac.jp
|
| |
|
|
|
|
| |
at current location so use the master backup site instead.
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: myself
|
|
|
|
|
|
| |
checks haven't missed anything.
Submitted by: dima
|
|
|
|
|
|
|
| |
The only change is to check if /usr/bin/perl is version 5 and use that
rather than ${PREFIX}/bin/perl if it is.
Submitted by: John Hay <jhay@mikom.csir.co.za>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
:
c++ -O2 -pipe -DHAVE_CONFIG_H -c -o html-table.o html-table.cc
html-table.cc:19: declaration of C function `char * alloca(int)' conflicts with
/usr/include/stdlib.h:133: previous declaration `void * alloca(unsigned int)' here
gmake: *** [html-table.o] Error 1
*** Error code 2
===
While I'm here, portlint.
|
| |
|
|
|
|
| |
Founded by: Bill Fenner's "unfetchable distfiles" mail
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NFBTRANS is a very accurate Grade Two braille translator. It can also
back translate a Grade Two file into normal text. The program has
many options which allow the user to customize its operation.
Formatting commands can be used to generate Tables of Contents, ink
print page numbers, running headers and much more. Translation rules
are in a text file and can easily be modified by the user. The
program can be configured to hyphenate words to save space.
Because the copyright status is unclear, I'm marking this as
RESTRICTED until I can find out from the author.
|
|
|
|
|
|
| |
able to textproc away the manpages in their PLISTs. I'll do it
for them. Or, rather, bento.freebsd.org will do it for them under
my direction. :-)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
except to official homepages, but in this batch there were a few
cases where a link was desireable anyways. For these, the form
http://url/ (FAQ/whatever)
was used.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Submitted by: me
Import of new port textproc/yodl, an easy to use but powerful
document formatting/preparation language.
|
| |
|
|
|
|
|
| |
PR: 7260
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
|
| |
|
|
|
|
|
|
|
| |
Text processing utilities (does not include desktop publishing).
PR: 7121
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/7087
Submitted by: nik@freebsd.org
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
2) commit updated port
3) go to bento and test on -current
4) get checksum mismatch
5) email author again.... Arg!!! He has been appropriately reprimanded. ;-)
6) It sure is faster to commit these little things from bento, at least.. :)
|
|
|
|
|
|
| |
This is an extremely minor upgrade, but the author requested it because
apparently he was getting too many complaints from Linux-ites getting
catdoc from our ports system (old ver. didn't work on Linux).
|
| |
|
|
|
|
|
|
|
|
| |
programs are installed wit the prefix "g", a la gmake. This produces
the interesting program /usr/local/bin/god.
PR: 6050
Submitted by: Adrian Wontroba <aw1@stade.co.uk>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Bugfixes only, no new features.
|
|
|
|
|
| |
Fix the problem where nsgmls would load parts of the HTML 4.0
DTD from www.w3.org rather than the local disk.
|
|
|
|
|
|
|
|
| |
tests for /usr/lib/aout, I took the easy way out and deleted the
attempted support of FreeBSD-2.1.x. That branch is dead, dead,
dead, and support for it in this port was broken anyway.
Another "make release" killer bites the dust.
|
| |
|
| |
|
|
|
|
|
|
| |
real this time. :-)
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
|
|
|
|
| |
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
|
|
|
|
|
| |
PR: 6502
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(1) /usr/local/lib/mule/site-lisp/site-start.el is fixed
(2) /usr/X11R6/info is added to Info-default-directory-list in site-start.el
(3) mule can work on FreeBSD-current (this problem is about new ld.so).
PR: 6030
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
sgrep (structured grep) is a tool for searching text files
and filtering text streams using structural criteria. The
data model of sgrep is based on regions, which are non-
empty substrings of text. Regions are typically occur-
rences of constant strings or meaningful text elements,
which are recognizable through some delimiting strings.
PR: 6449
Submitted by: A Joseph Koshy <koshy@india.hp.com>
|
| |
|
|
|
|
|
|
| |
presents them in a menu to browse from.
PR: 6378
Submitted by: Josh Gilliam <josh@quick.net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
conjunction with Jade, and the DocBook DTD) to convert DocBook documents
to HTML, RTF and TeX (in conjunction with jadetex macros, which I have
yet to submit/commit).
The name is a bit long but is, I think, relatively future proof. DSSSL is
not the only mechanism that can be used to format SGML, DocBook is not
the only DTD with a DSSSL stylesheet, and the modular stylesheets are not
the only stylesheets available for DocBook. . .
This is my first port commit, I hope I haven't screwed anything up too
much. . .
PR: 6043
Submitted by: Jun Kuriyama, kuriyama@opt.phys.waseda.ac.jp
|
|
|
|
| |
OK'd by: Satoshi
|
|
|
|
| |
different.
|
|
|
|
| |
PR: ports/5832
|
|
|
|
| |
Adds XML support, including a utility to convert SGML files to XML files.
|
|
|
|
|
| |
PR: 5909
Submitted by: Josh Gilliam <josh@quick.net>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 5835
Submitted by: Josh Giliam <josh@quick.net>
|
|
|
|
| |
user base is much greater.
|
|
|
|
| |
images in docbook documents.
|
|
|
|
| |
PR: 5725
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This allows the user to read MS Word documents. Doesn't accept
Word 97.
PR: ports/5162
Submitted by: Brion Moss <brion@queeg.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/5441
Submitted by: maintainer
|
|
|
|
|
|
| |
man page a bit, and a few other minor bugs.
PR: 5391
|
|
|
|
|
|
|
| |
To use it, you need to change the doctype declaration to
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc 1.1//EN">
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Requested by: maintainer
PR: 5280
|
| |
|
| |
|
|
|
|
| |
Submitted by: andy@icc.surw.chel.su
|
| |
|
|
|
|
|
|
|
| |
Texinfo to HTML converter
PR: 4952
Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Submitted by: maintainer
While at it, I also changed
kr-mule-2.3 -> ko-mule-2.3
cn-mule-2.3 -> zh-mule-2.3
|
|
|
|
|
| |
(Now, PKGNAME of these ports are ja-mule-*, zh-*, ko-* instead of jp, cn or
kr.)
|
| |
|
| |
|
| |
|
|
|
|
| |
(this may come back later if we need this...)
|
|
|
|
| |
PR: 4027
|
| |
|
|
|
|
|
| |
Menus, Notes, and Up/Next/Prev pointers are translated into links.
Other text is left as-is in <PRE></PRE> tags.
|
| |
|
|
|
|
|
|
| |
Display word differences between text files.
PR: 4613
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
|
| |
|
| |
|
|
|
|
| |
the 4.0 draft (Cougar), excluding the dead end 3.0.
|
|
|
|
|
| |
PR: 4236
Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
|
|
|
|
|
|
|
|
|
| |
packages. The editors/mule-common package contains the language-
independent parts. Add some new ports based on input methods. They
don't take up much space because of efficient sharing.
PR: 4411
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
|
|
|
| |
Prompted by: distfile checker
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: Annelise Anderson <andrsn@andrsn.stanford.edu>
|
|
|
|
|
|
| |
* fix a fatal bug in docbook-roff.ts
* add a linuxdoc to docbook transpec
* add an iso12083 article transpec
|
|
|
|
| |
run happily with any version.
|
|
|
|
| |
Create the emacs/site-lisp directory, and remove useless ${MKDIR}
|
|
|
|
|
|
| |
instead of DISTNAME/DISTFILES/WRKSRC (one less line :).
Pointed out by: portlint
|
| |
|
|
|
|
|
| |
written with email in mind, so it takes multiple paragraphs and
quote characters into consideration. This is version 1.50.
|