ImPressTM is a WYSIWYG layout program designed especially for Linux [sic]. It
allows you to create presentations and Postscript documents using fully scalable
graphics similar to programs like Macromedia Freehand, Corel Draw, Adobe
Illustrator and Visio. It is different from raster graphic packages like gimp,
Adobe PhotoShop and Jasc's PaintShop Pro in that it deals with graphical
objects which can be manipulated on a canvas rather than just layers of paint.
Obtained from: OpenBSD
The vomit utility converts a Cisco IP phone conversation into a wave file
that can be played with ordinary sound players. The phone conversation can
either be played directly from the network or from a tcpdump output file.
Vomit is also capable of inserting wavefiles into ongoing telephone
conversations. Vomit can be used as a network debugging tool, a speaker
phone, etc ...
---
I haven't tested whether this works.
Obtained from: OpenBSD
KLONE is a small and fast fully interpreted language intended to be
embedded into C applications to provide them with a powerful, yet fast
and small extension language. Its syntax is very inspired from Lisp (its
external syntax has been kept as close as possible to Common Lisp as
possible), but its implementation is original and efficient, to give full
extensibility, intimate interfacing to C, incremental garbage collection,
and full portability on either K&R or ANSI C.
Obtained from: OpenBSD
This is RATS, a rough auditing tool for security, developed by
Secure Software Solutions. It is a tool for scanning source code
(C, C++, Perl, and Python) and flagging common security related
programming errors such as buffer overflows and TOCTOU (Time Of
Check, Time Of Use) race conditions. As its name implies, the tool
performs only a rough analysis of source code. It will not find
every error and will also find things that are not errors. Manual
inspection of your code is still necessary, but greatly aided with
this tool.
Obtained from: OpenBSD
(upgrade vera to 1.7 and its converting script to 1.0.2)
* Using a converted files on the master site
instead of converting the original file by its converting script
in this port.
shared among all epplets that should be created and "owned" by the
libepplet port, but they aren't. They are created and owned by the
epplets port, so depend on epplets again until that is fixed.
Overall:
- Fix commands and libraries to run on a statically linked ruby.
- If a command fails to load dynamic modules with dynamically linked ruby,
restart itself with statically linked ruby.
This is to cope with the 4.3 -> 4.4 upgrade, since ruby's dynamic modules
are under a directory with a name including a FreeBSD version. Now
portupgrade can upgrade itself and ruby even after a major FreeBSD upgrade.
portupgrade:
- Fix a bug where portupgrade -sS 'su root -c %s' did not properly work.
[Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>]
portcvsweb:
- Accept a port path as well.
portsdb:
- Adopt better error handling and a better PORTS_DBDIR selection algorithm.
- Check database errors a bit harder.