which was lost in the great attic-sweep.
Thanks to all the people who had a local copy of it at freefall.
- Udpate to new layout and cleaned with portlint.
- Depends on autconf
This is a 6811 cross compiler for FreeBSD.
The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is
based on an old port of GCC for 68HC11 made by Otto Lind. However, it was
intensively modified to generate smaller and faster code. It was enhanced
to support 32-bits and 64-bits integers. The support for IEEE floating point
numbers (32 and 64-bits) is also provided. Source level debugging is available
with DWARF-2 debugging format.
This is a 6811 cross toolchain for FreeBSD.
The GNU binutils contain: as, ld, ar, objcopy, objdump and many other
utilities. The format of object files is ELF-32. The GNU Binutils support
translation to other formats such as S-records, Intel HEX records, ...
WWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html
PR: 17801
Submitted by: jake
which is based on ruby-lapidary and being merged with ruby-unit.
ruby-testunit has a ruby-unit compatibility layer which is only
installed if ruby-unit is _not_ installed yet.
Card Processing Daemon via SSL, unencrypted IP, and drop-files.
It is the base of other APIs including PHP, PERL, and JAVA.
Submitted by: Brad House <brad@mcve.com>
The Apache Portable Runtime is a library of C data structures and routines,
forming a system portability layer that covers as many operating systems as
possible, including Unices, Win32, BeOS, and OS/2.
This port also includes the APR-Util package, which contains some useful
utilities built on top of APR.
There is no apr port as it is still in development.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
- Update devel/splint to 3.0.1.6
- Give maintainership to Raymond Medeiros <rrm@subterrain.net>
for requesting in PR
PR: 33788, 35247, 35474
Submitted by: KATO Tsuguru <tkato@prontomail.com>,
Jeroen Ruigrok van der Werven <asmodai@wxs.nl>,
Raymond Medeiros <rrm@subterrain.net>
Repocopied by: joe
Approved by: portmgr
Trf is a TCL extension library. It extends the language
at the C-level with so-called ``transformer''-procedures.
The package is able to intercept all read/write operations
on designated channels, thus giving it the ability to
transform the buffer contents as desired. This allows
things like transparent encryption, compression, charset
recoding, etc. Build upon this framework (and as proof of
concept) a collection of tcl-level commands was implemented,
most of them related to cryptography.
WWW: http://www.oche.de/~akupries/soft/trf/