of the moon.
Author: David Stevenson <david.35472@gmail.com>
WWW: http://www.enlightenment.org
PR: ports/99366
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
- display text and/or graph
- display text in percentage or absolute
Author: Matthew Mullins
WWW: http://www.enlightenment.org
PR: ports/99365
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Features are:
- choose between simple and detailed view
- specify poll time
- display degree in Celsius or Fahrenheit
- choose the weather station from a menu or via ICAO Code.
Author: Matthew Mullins
WWW: http://www.enlightenment.org
PR: ports/99367
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
- use pkg-message instead of echo in post-install: so people using packages get
the instructions too [2]
PR: ports/99358
Submitted by: maintianer [1], itetcu (me) [2]
entire X related infrastructure of the linux ports which use fonts somehow
assume this.
This fixes missing fonts for those, which install from scratch instead of
portupgrade-ing to it.
Noticed by: mezz
[NOTE]
But I don't know that this fix is good. I think that
there are some missing dependency:-(. So I don't
bump PORTREVISION. I'm watching pointyhat report...
Pointed out by: pointyhat via kris
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.
With hat: portmgr
Add a patch which converts the IM input charater to Unicode.
It requires additional patch dependancy and enlarge executable size,
so a knob WITHOUT_IMLOCALE_FIX is provided to disable this feature.
PR: ports/98166
Submitted by: Kuang-che Wu <kcwu (at) csie.org>
new hacks, this version removes xteevee (superseded by xanalogtv),
has some performance improvements, and new xml config panels for
some of the third party programs that can be used as hacks.
- 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