Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
BUILDLINK_CONFIG_WRAPPER_SED.gtk to BUILDLINK_CONFIG_WRAPPER_SED.
|
|
package buildlink.mk file. Also change
BUILDLINK_CONFIG_WRAPPER_SED.<pkgname> to BUILDLINK_CONFIG_WRAPPER_SED.
|
|
|
|
|
|
gsm library.
|
|
|
|
|
|
BuildLink is defined. Bump xpkgwedge version number to 1.4 and increase
xpkgwedge dependency version in bsd.pkg.mk.
|
|
name as real ncurses headers. This is to prevent accidentally resolving
something like <include/term.h> into ${LOCALBASE}/include/term.h if the
compiler is passed "-I${BUILDLINK_DIR}/include -I${LOCALBASE}/include".
|
|
|
|
missing "GNU-required" files like NEW, AUTHORS, etc.
|
|
bump to nb1.
|
|
|
|
|
|
|
|
|
|
|
|
- more sql backend work
- updated translations for Portuguese, German, Swedish, and Danish
- a little ray of sunshine
- updated documentation (English & Portuguese)
- updated German and Portuguese translations
- more work on sql backend
- fixes for FreeBSD
- updated documentation
- updated Norwegian and Portuguese translations
- second alpha release
- updated user documentation
- updated api documentation
- alpha release, string freeze
- new user account hierarchy wizard
- account hierarchy export
- reporting improvements
- transfer dialog auto-completion
- reporting improvements
- many misc GUI improvements
- updated German and Portuguese translations
- fixes for Solaris
- more new & improved reports
- use of gnome MDI for main window
- GUI improvements
- several new & improved reports/graphs
- online price quotes now work
- new main window display
- Spanish & Portuguese translations of the manual
- new XML file format
- better support for importing qifs from online banks
- improved checking register
- support for charts & graphs
- financial calculator
- new user account hierarchy wizard
- many UI improvements
- fixes for Solaris 8
- fixes for gnome-print 0.23
- new Spanish translation
- new Russion translation
- improved qif importing
- updated documentation
- lots of bug fixes
- switch to gtkhtml widget
- updated French translations
- improved qif importing
- fix for g-wrap 0.9.4
|
|
changes is available in the "ChangeLog" file.
|
|
|
|
|
|
RubyUnit is Ruby implementation of Kent Beck's Testing Framework,
which is known as the part of "eXtreme Programming" (XP).
For details of XP, see http://www.xprogramming.com/.
|
|
ri -- Ruby Interactive reference
ri displays descriptions of Ruby's built-in methods, classes, and modules.
|
|
byaccr is a parser generator for ruby based on 'Berkeley Yacc' and
'Berkeley Yacc for Java'.
|
|
|
|
|
|
This is a Ruby interface to parse URIs according to RFC 2396. FTP and
HTTP URLs are supported for the present.
|
|
Ruby module for handling ICMP packets.
|
|
druby (DRb) - distributed ruby.
DRb can be used to exchange messages among Ruby scripts.
|
|
|
|
Ruby Simple HTML Tag library for CGI.
|
|
Ruby HTML Split library: It parse into array of tag and string,
and result would be back to HTML by to_s method.
|
|
mod_ruby embeds the Ruby interpreter into the Apache web server,
allowing Ruby CGI scripts to be executed natively. These scripts will
start up much faster than without mod_ruby.
|
|
|
|
The html-parser package is a Ruby implementation of the Python's SGML
parser (sgmllib.py), HTML parser (htmllib.py) and Formatter
(formatter.py).
|
|
eruby interprets Ruby code embedded in a text file just like PHP,
ePerl, ASP, or JSP. For example, eruby enables you to embed a Ruby
code in a HTML file.
|
|
RTtool converts RT to HTML table.
Currently it support only HTML, but it hopefully other format like LaTeX.
|
|
|
|
This is a Ruby module to access syslog(3) interface.
|
|
|
|
|
|
ruby-tcpwrap -- TCP wrappers library for Ruby.
|
|
This is a Ruby module for handling SSL sockets, ported from Python.
|
|
ruby-sha1 - A Ruby interface to the SHA-1 Secure Hash Algorithm
This is a Ruby extension which implements the SHA-1 Secure Hash
Algorithm by NIST (the US' National Institute of Standards and
Technology), described in FIPS PUB 180-1.
|
|
Ruby-acl provides Access Control List checks.
list = %w(
deny all
allow 192.168.1.*
allow 127.0.0.1
)
acl = ACL.new(list, ACL::DENY_ALLOW)
...
ns = soc.accept
unless acl.allow_socket?(ns)
# forbidden
end
|
|
|
|
BitVector is a fairly extensive and fast BitVector class for Ruby.
Handles sequences of up to 2**32-1 bits (about 500 Mb). Implemented
as a wrapper around Bit::Vector version 6.0 by Steffen Beyer.
|
|
BigFloat is an extension library for Ruby. Using BigFloat class, you
can obtain any number of significant digits in computation.
|
|
0.9.2 is a bugfix release.
See release notes for detail.
http://www.mozilla.org/releases/mozilla0.9.2/
|