ibgrass5 is a library containing the all of the functions
that are available in the GRASS GIS program.
PR: 23872
Submitted by: Jonathan Pennington <john@coastalgeology.org>
instead of copying unknown stock versions from /usr/share/tmac.
Submitted by: Yoshisato Yanagisawa <Yoshisato.Yanagisawa@is.titech.ac.jp>,
Kazuo Horikawa <horikawa@psinet.com>
at: [man-jp 3155], [man-jp 3158]
2) Read mdoc localization file not only in localized tty mode
but in all troff mode. This tweak avoids the problem that
headers and footers are not displayed for translated manual
pages when troff output device was a non typewriter-like one.
Submitted by: MORI Kouji <moriko@hh.iij4u.or.jp> at: [man-jp 2723]
Obey %%PORTDOCS%%. Increment PORTREVISION.
changes.
At present newpcm has sticky parameter settings, even when an
inappropriate value is set. For instance, set format to alaw on h/w
that does not support alaw; newpcm interface state records format as
alaw, and subsequent unrelated state changes may fail, ie a rate change.
In mpg123 this can cause files to be played at lower quality
than available because of mis-diagnosis of available formats and
sample rates. E.g downsamples everything to 11025Hz on this h/w as
12kHz probing breaks state and subsequent probes for higher supported
sampling rates.
PR: 25046
Submitted by: Orion Hodson <oh@btinternet.com>
This is the TCL interface to the Expat library. I updated it to link
against the modern Expat, as installed by the expat2 port.
PR: 22879
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
The jday binary can be used to convert calendar dates to astronomical
julian dates. This number is useful for a variety of purposes.
Especially related to calculating elapsed time between instances
over large or short periods of time.
PR: 23142
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Remove all non-codec related information.
Also, add audio as a secondary category since the codecs cover
video as well as audio only types.
PR: 25035
Reviewed by: sobomax
Approved by: maintainer
on this port can be also used by other ports -> graphics/win32-codecs.
Therefore, all codec related code will be removed,
Depend on that port from now on.
A positive side effect is that this port can now produce a package
since the RESTRICTED flag (related to the codecs) can be removed.
Update LEGAL, win32-codecs instead of avifile is now RESTRICTED.
PR: 25035
Reviewed by: sobomax
Approved by: maintainer
- Don't use the imap library that comes with it --
use the cclient port. Don't even extract it.
- Don't bother patching configure and Makefile.in(s) --
use a local Makefile.
- Use the latest TCL/TK 8.3. This port does not provide
any loadable packages, so I chose not to use tclstubs, but link
with libtk and libtcl directly.
- Remove the tkstep cruft -- it was commented out since forever.
- Finally fix the options.tcl -- the env(MAIL) logic was backwards.
To do: add support of Cyrillic charsets (koi8-u,
koi8-r). Currently has to be done by providing one's own
${LOCALBASE}/lib/postilion/postilionrc. Revisit installation of the
documentation. The existing port continues to ignore it completely.
Some day the rest of the world will wise up and realize, that it is
often easier and neater to create a Makefile from scratch, than to try
to patch the configure/Makefile.in/Makefile.am/etc nonsense to do the
right thing.