kasm is a System RPL/Machine Language assembler for the Saturn microprocessor,
used in the HP48/HP49 calculators (this microprocessor is also used in other
HP calculators, but kasm is made specifically for the HP48/HP49
calculators). It uses the same syntax as the MASD compiler (found in the
MetaKernel program for HP48 calculators and in the HP49 calculator). This
syntax, which has only very small incompatibilities with the traditional
syntax (used in the HP Tools, in the GNU Tools and in JAZZ), supports a few
constructs that make the assembly language be closer to a high level
programming language. It supports all the structures (blocks, etc.) and
shortcuts (RPL, SCREEN, etc.) of the MASD compiler in the HP49G calculators.
WWW: http://k-asm.sourceforge.net/
A notebook widget with orientable, dynamically rearranging tabs. When
the containing window is resized, the tabs will either stack or unstack
as needed to fit the enclosing widget's width(height). Likewise, when
tabs are added or removed, the tabs will stack/unstack as needed.
WWW: http://search.cpan.org/dist/Tk-DynaTabFrame/
Author: Dean Arnold <darnold@presicient.com>
Justification: sysutils/namefix dep
ssh_encode_{array_alloc,buffer}() calls as appropriate in order to
fix argument size problems on 64-bit platforms and that manifest
themselves on amd64 and ia64. [1]
- Allow the tcsetattr(3) calls in ssh_rl_{restore,set}_tty_modes_for_fd()
to be interrupted by signal. This fixes occasional problems when
connecting to a host for the first time.
- Use the base zlib instead of the one shipping with SSH; although the
latter has an enhancement allowing a minor SSH-specific optimization,
using the base one has the benefit of not needing to track security
vulnerabilities of zlib in this port (SSH 3.2.9.1 ships with zlib
1.1.4 which is not know to be vulnerable though).
- Try to make the description of the WITHOUT_X11 option of the port
Makefile to be more sentence-like.
PR: 98016 [1]
Approved by: netchild
Obtained from: NetBSD [1]
avoffset. What happens is that on sparc64 when avoffset is compiled
with optimizations, it dumps core due to a SIGILL instead of failing
gracefully. If this happens during the build of a Schily tool like
cdrtools etc, it doesn't cause any further problems as all build
errors are ignored in the Schily build system. When built as part of
cdrdao, build errors in the Schily libs are reported upwards though,
albeit with an illegal exit status of -1, which was ignored until a
change in sh(1) earlier this year.
Reported by: kris/pointyhat
Approved by: netchild
SSL 3.0 protocols. The library does not include any patented algorithms and
is available under the GNU Lesser GPL license.
Important features of the GnuTLS library include:
- Thread safety
- Support for both TLS 1.0 and SSL 3.0 protocols
- Support for both X.509 and OpenPGP certificates
- Support for basic parsing and verification of certificates
- Support for SRP for TLS authentication
- Support for TLS Extension mechanism
- Support for TLS Compression Methods
Additionaly GnuTLS provides an emulation API for the widely used
OpenSSL library, to ease integration with existing applications.
WWW: http://www.gnutls.org/
* gcc-2.95/3.3/3.4/4.0/4.1 can compile skyeye
* add amd64 support, update autotest,
* in 64bit system, long=64 bit int=32bit, long long =64 bit, long int=64bit;
* in 32bit system, long = 32 bit, int=32bit, long long =64 bit, long int=32bit
* so I do: long ---> int
* Changed files:
*.[ch] which has long --->int , long int ---> int
Makefile
utils/tools/auto_test/daily_test.sh
* added files:
Makefile_gcc-3.3_with_DBCT_X86_32
2. Add to Makefile ONLY_FOR_ARCHS= i386 amd64
PR: 102558 [1]
Submitted by: RuanWei <iamayan at gmail.com> (maintainer) [1]
Approved by: netchild (mentor, implicit)
you played to last.fm, formerly known as AudioScrobbler.
WWW: http://code-monkey.de/pages/xmms2-scrobbler
PR: ports/102511
Submitted by: Alexander Botero-Lowry <alex at foxybanana.com>
XDS DnD, XSPF and DBus. BMPx is highly interoperable and integrates
well with other applications and a variety of desktop environments.
Features:
* Last.FM Support
* Tracklist based playback
* Media Library
* Radio streams lister
* Relation type library
* Tags/Labels, with which you can categorize your music in whatever
way you see fit (think GMail "Labels")
* Playback History instead of a hardcoded previous/next mechanism
* Flow Plugins, which can take control over the playback flow and
trough wich it is possible to control the playback in whatever
way you see fit, given the right flow plugin.
WWW: http://beep-media-player.org/
- Use libdts and libmad from ports instead of ones from the xine
distribution. [*]
- Make dependency to graphics/aalib, graphics/ImageMagick and
x11-toolkits/gtk20 optional. [*]
- Add WITH_AALIB, WITH_IMAGEMAGICK and WITH_GTK2 knobs accordingly. [*]
Suggested by: bland [*]
This project is intended to try and implement as much of WML (Wireless
Markup Language) as possible in Mozilla/Firefox. The current extension
is based on Raoul's attachments to Mozilla bug 35995.
WWW: http://wmlbrowser.mozdev.org/
InfoLister is an extension for Mozilla Firefox, Mozilla Thunderbird,
and Nvu that collects various information about Firefox/Thunderbird
and saves it to a file. Currently it prints the list of installed
extensions, themes and plugins.
WWW: http://mozilla.doslash.org/infolister/
Author: Nickolay Ponomarev <asqueella@gmail.com>
Features include:
* LCD for elapsed time,
* Nice display of song information
* Interfaces to the playlist and media library
PR: ports/102508
Submitted by: Alexander Botero-Lowry <alex at foxybanana.com>