::: L I N K S F O R T H E D A Y :::
Today's news on the web: http://freshmeat.net/daily/2005/07/21/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce
-- -..-..--.- -- .- -.--- ..-.--. - - .--. .--.-.- .-.----.--.
::: A D V E R T I S I N G :::
Reap the benefits of migrating from Solaris to Linux on IBM's POWER
Architecture.
Get free Resources: Porting guides, Roadmaps, workshops, white papers,
forums, access to hardware and technical support. Get started today!
http://ads.osdn.com/?ad_id=7443&alloc_id=16416&op=click
-- .. -..--.- -- - -. ------- .- ---.--.. .--- .--.----- .-.---.
::: R E L E A S E H E A D L I N E S (70) :::
[001] - ArX 2.2.3
[002] - AVFS 0.9.6
[003] - bash programmable completion 20050721 (Stable)
[004] - Binc IMAP 1.2.13final (Stable)
[005] - Coursor 1.0-rc1
[006] - Crispy 0.4.0
[007] - DB Visual Architect for IntelliJ IDEA 2.0
[008] - DenyHosts 0.8.2
[009] - DNRD 2.19.1
[010] - doxygen 1.4.4
[011] - DRBL 1.3.11-19 (Stable)
[012] - EasyBMP 0.63
[013] - ezUserManager 1.4b
[014] - Faces for Laszlo 1.0
[015] - Fityk 0.5.1
[016] - freed php classes 5.7
[017] - ganttproject 2.0-pre1 (2.x)
[018] - GCViewer 1.22
[019] - HarvestMan 1.4.5 alpha 2 (Development)
[020] - HTTP File Upload Applet 1.0
[021] - Hyper Estraier 0.5.1
[022] - Impact 0.6.1
[023] - Infotrope ACAP Server 0.2.0
[024] - Insipid 0.9.12
[025] - Issue Dealer Main 0.9.78
[026] - Job Hunter Build 2005202132833
[027] - JPdfUnit 0.9
[028] - JWChat 1.0beta2
[029] - KnowledgeTree 2.0.7
[030] - Master Combat Control Program 0.9.4
[031] - Mavscript 0.0.6
[032] - mechanoid.send_yahoo 0.1.3
[033] - Meteach 0.0.1
[034] - mp3act 1.1
[035] - MultiServ 0.3R2
[036] - MySQL 4.1.13 (Production (4.1.x))
[037] - ne 1.40
[038] - NetClassifieds Premium 1.0.1
[039] - Open Concepts Bulletin Board 0.9.3 (Beta 3)
[040] - OProfile 0.9.1
[041] - oXygen XML editor 6.1 (Standalone)
[042] - PhpMathPublisher 0.1
[043] - phpMyBackupPro 1.7.1
[044] - pmr 0.10
[045] - pyNetConv 0.10.2
[046] - pyRadar 0.1
[047] - qplay 0.7.3
[048] - RabbIT 2.0.40
[049] - Ravenous 0.3.0
[050] - Resolver User Layer Interface 0.34
[051] - RPL/2 4.00pre8h (Development)
[052] - SDE for IntelliJ IDEA 3.0
[053] - Seismic Toolkit 0.26
[054] - Shadow 4.0.11.1
[055] - Task Coach 0.44
[056] - Time Attendance 1.02
[057] - tk_mp3converter 0.1.2
[058] - TrollBooth 1-1-0
[059] - Unified I/O 2.5
[060] - Usermin 1.150
[061] - webFonts4Linux 1.07
[062] - Webmin 1.220
[063] - webreset 0.1
[064] - Wheel 'O Yum 3.5.1
[065] - WifiWare 1.0beta
[066] - Workout 0.4
[067] - XDrawChem 1.9.7 (Stable)
[068] - xmlenc 0.48
[069] - Xnee's not an event emulator 2.0
[070] - XOrg/XFree86 Synaptics TouchPad Driver 0.14.3
--- .- .--- -. .----- ---. .- .---.-.-.- .. -. .. ---. --. --
::: R E L E A S E D E T A I L S :::
[001] - ArX 2.2.3
by wlandry (http://freshmeat.net/users/wlandry/)
Thu, Jul 21st 2005 01:02
Software Development :: Version Control
About: ArX is a flexible, high performance, distributed revision control
system featuring whole-tree atomic changesets, easy branching, and
sophisticated merging. ArX has always been self hosting.
Changes: "annotate" was implemented and "log" was enhanced. The patch
queue was updated and tests were modified to work with ArX. "fork",
"replay", and "merge" no longer support out-of-place forks. "arx help" now
works. The autoconf scripts for Python configuration were revamped to use a
standard autoconf macro. INSTALL.GENERIC was updated with details. Revision
libraries and "library" were removed. Some limitations in "merge", "diff",
and "replay" were removed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/arx/
- % - % - % - % -
[002] - AVFS 0.9.6
by Miklos Szeredi (http://freshmeat.net/users/mszeredi/)
Thu, Jul 21st 2005 15:02
System :: Filesystems
About: AVFS (A Virtual File System) is an easy-to-install system that
enables all programs to access archived, compressed, remote, or other kind
of virtual files without the need to recompile programs or the kernel. The
following modules are currently implemented: tar, zip, rar, gzip, bzip2,
ftp, http, dav, rsh/ssh, floppy, and many more.
Changes: This release adds support for returning an error value from the
close operation. In addition, extfs was fixed so that patchfs works again,
and the urar module was improved so that now it is able to access rar
archives from newer rar versions.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/avfs/
- % - % - % - % -
[003] - bash programmable completion 20050721 (Stable)
by Ian Macdonald (http://freshmeat.net/users/ianmacd/)
Thu, Jul 21st 2005 15:00
System :: Shells
System :: Systems Administration
Utilities
About: Since v2.04, bash has allowed you to intelligently program and
extend its standard completion behavior to achieve complex command lines
with just a few keystrokes. Imagine typing ssh [Tab] and being able to
complete on hosts from your ~/.ssh/known_hosts files. Or typing man 3 str
[Tab] and getting a list of all string handling functions in the UNIX
manual. mount system: [Tab] would complete on all exported file-systems
from the host called system, while make [Tab] would complete on all
targets in Makefile. This project was conceived to produce programmable
completion routines for the most common Linux/UNIX commands, reducing the
amount of typing sysadmins and programmers need to do on a daily basis.
Changes: The disabling of glob expansion in _filedir() has itself been
disabled, as this triggered a bug in bash, which had the annoying effect
of temporarily disabling alias expansion. mc completion has been greatly
extended. A bug in lilo completion has been fixed. Improvements have been
made to iwconfig completion. tcpdump and dhclient completion have been
fixed to use the correct interfaces function. MPlayer options should now
use dashes, not underscores.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/bashcompletion/
- % - % - % - % -
[004] - Binc IMAP 1.2.13final (Stable)
by Andreas Aardal Hanssen (http://freshmeat.net/users/andreaha/)
Thu, Jul 21st 2005 05:17
Communications :: Email :: Post-Office :: IMAP
About: Binc IMAP is a well designed, modular IMAP server for Maildir. Its
goals are to be secure, stable, and fast, yet flexible and easy to
maintain. It is designed to be familiar for qmail-pop3d users, uses
checkpassword to authenticate, and is very easy to set up.
Changes: The response for INTERNALDATE was fixed, and a race condition
when scanning mailboxes on XFS partitions was fixed. A few other smaller
bugs have also been fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/bincimap/
- % - % - % - % -
[005] - Coursor 1.0-rc1
by george (http://freshmeat.net/users/georglippold/)
Thu, Jul 21st 2005 09:35
Education
Internet :: WWW/HTTP :: Dynamic Content
About: Coursor is a Web-based academic course system for assigning
students to university courses. It has an evolutionary algorithm for
assigning students to the courses they requested. This algorithm tries to
find an optimal distribution of students to existing courses while taking
their preferences into account. The system supports multiple roles for
users: Admin, Student, Teacher/Prof, or Tutor. A user can also have
multiple roles. It supports international localization, currently in
English, German, French, Russian, and Arabic.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/coursor/
- % - % - % - % -
[006] - Crispy 0.4.0
by Linke (http://freshmeat.net/users/linkemario/)
Thu, Jul 21st 2005 15:17
About: Crispy is a client for remote invocation for different kinds of
services via proxies. It is a very simple Java API for calling different
kinds of services (RMI, WebServices, XML-RPC, EJB, Hessian, Burlap, and
others).
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/crispy/
- % - % - % - % -
[007] - DB Visual Architect for IntelliJ IDEA 2.0
by Visual Paradigm International Ltd.
(http://freshmeat.net/users/elyse_mirror/)
Thu, Jul 21st 2005 03:40
Database
Software Development
Software Development :: Build Tools
About: DB Visual Architect for IntelliJ IDEA (DBVA-IJ) is an Object
Relational Mapping (ORM) plugin for IntelliJ that provides round-trip code
engineering support for Java. It acts as a bridge between the object model,
the data model and the relational model by automating the mapping between
relational rows in a database and object models which can be manipulated
by a Java program, and helps in realizing UML designs to database
implementations.
Changes: This release features enhanced smart resources, EJB diagram
support, EJB code generation and deployment, support for multiple
application servers for EJB applications, enhanced reverse engineering of
databases, customizable SQL, and mapping of one class to multiple tables.
License: Free for non-commercial use
URL: http://freshmeat.net/projects/dbva-ij/
- % - % - % - % -
[008] - DenyHosts 0.8.2
by Phil Schwartz (http://freshmeat.net/users/phil_schwartz/)
Thu, Jul 21st 2005 15:01
About: DenyHosts is a script intended to help Linux system administrators
thwart ssh server attacks. DenyHosts scans an ssh server log, updates
/etc/hosts.deny after a configurable number of failed attempts from a
rogue host is determined, and alerts the administrator of any suspicious
logins.
Changes: LOCK_FILE configuration parameter and support, such that only one
instance of DenyHosts can be running at any given time. A PURGE_DENY
configuration parameter and support for purging entries from the
HOSTS_DENY file that have exceeded the PURGE_DENY value. DenyHosts can
automatically migrate your HOSTS_DENY file such that all entries are
suitable for purging. The --purge and --migrate command line arguments
have been added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/denyhosts/
- % - % - % - % -
[009] - DNRD 2.19.1
by Natanael Copa (http://freshmeat.net/users/ncopa/)
Thu, Jul 21st 2005 08:50
Internet :: Name Service (DNS)
About: DNRD is a proxy DNS daemon. It supports several forward servers for
redundancy and/or load-balancing. DNS queries for specific domains can be
forwarded to a specific group of DNS servers (with redundancy and load
balancing) for that domain. It is very useful in VPN and dialup
environments but can also be used as a DNS cache or ad-blocker for
networks and workstations.
Changes: A buffer and stack overflow that can be used for DoS attacks and
possible remote execution was fixed. DNRD runs in a chroot environment and
as non-root, but it is recommended to upgrade anyway.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/dnrd/
- % - % - % - % -
[010] - doxygen 1.4.4
by Dimitri van Heesch (http://freshmeat.net/users/dvh/)
Thu, Jul 21st 2005 03:39
Software Development
Software Development :: Documentation
About: Doxygen is a cross-platform, JavaDoc-like documentation system for
C++, C, Objective-C, C#, Java, IDL, Python, and PHP. Doxygen can be used
to generate an on-line class browser (in HTML) and/or an off-line
reference manual (in LaTeX or RTF) from a set of source files. Doxygen can
also be configured to extract the code-structure from undocumented source
files. This includes dependency graphs, class diagrams and hyperlinked
source code. This type of information can be very useful to quickly find
your way in large source distributions.
Changes: This release added support for parsing and documenting Python
code and for using C# compatible XML commands inside comment blocks. A
large number of bugs were fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/doxygen/
- % - % - % - % -
[011] - DRBL 1.3.11-19 (Stable)
by Steven (http://freshmeat.net/users/stevenshiau/)
Thu, Jul 21st 2005 03:41
About: Diskless Remote Boot in Linux (DRBL) provides a diskless or
systemless environment for client machines. It works on Debian, Mandrake,
Red Hat, and Fedora. Unlike LTSP, it uses distributed hardware resources
and makes it possible for clients to fully access local hardware. It also
includes Clonezilla, a partitioning and disk cloning utility similar to
Symantec Ghost.
Changes: Some bugs were fixed. Fedora Core 4 is now supported.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/drbl/
- % - % - % - % -
[012] - EasyBMP 0.63
by Paul Macklin (http://freshmeat.net/users/macklin01/)
Thu, Jul 21st 2005 23:59
Multimedia :: Graphics
Multimedia :: Graphics :: Editors
Multimedia :: Graphics :: Graphics Conversion
About: EasyBMP is a cross-platform C++ library for reading and writing
Windows bitmap (BMP) files. Designed for ease of use, it requires no
installation or external libraries, is small in size, well-documented, and
is simple enough for the novice programmer to start in just minutes.
Changes: This release focuses on enhancing the safety and reliability and
cleanliness of the code. More checks have been added to avoid accessing
non-existent pixels, and warning messages have been added to cue in the
user. The color table functions have been rewritten in a much more elegant
manner, which has brought the size of the library down to under 43KB.
Lastly, the appearance of error messages has been made more consistent
throughout the library.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/easybmp/
- % - % - % - % -
[013] - ezUserManager 1.4b
by ZoRaC (http://freshmeat.net/users/ZoRaC1/)
Thu, Jul 21st 2005 08:40
Information Management
Internet :: WWW/HTTP :: Site Management
System :: Systems Administration
About: ezUserManager is a script that allows administration of .htpasswd
files or the use of Web-based login. It features a signup form, a
forgotten password form, and an admin form with the ability to modify and
delete users. It offers email activation or admin approval, and supports
both encrypted and plain text passwords.
Changes: Simplified Chinese, Traditional Chinese, Indonesian, Italian, and
Czech translations were added. The English and German translations were
updated. A bug in which the charset did not work on any pages was
corrected. Chinese will override the charset setting to match the Chinese
charset. The Web-based login is now split into 2 files for easier
implementation into the existing design of your Web site. The URLs in all
files were updated to match the new site: www.ezusermanager.com.
License: Free for non-commercial use
URL: http://freshmeat.net/projects/ezum/
- % - % - % - % -
[014] - Faces for Laszlo 1.0
by alphaWorks (http://freshmeat.net/users/alphaworks/)
Thu, Jul 21st 2005 01:46
About: Faces for Laszlo makes use of multiple emerging technologies for
rich Internet applications, resulting in a rich user experience on the
browser. It combines the rich controls of OpenLaszlo with the client-side
"model-view- controller" architecture of FacesClient components by
enabling OpenLaszlo applications to participate in client-side data
sharing. It features a JSF/JSP (JavaTM Server Faces/Java Server Pages)
custom tag library and gives a rich user experience on the browser that
looks and feels like a native application.
License: Free for non-commercial use
URL: http://freshmeat.net/projects/facesforlaszlo/
- % - % - % - % -
[015] - Fityk 0.5.1
by Marcin Wojdyr (http://freshmeat.net/users/wojdyr/)
Thu, Jul 21st 2005 11:12
Scientific/Engineering
Scientific/Engineering :: Chemistry
Scientific/Engineering :: Visualization
About: Fityk is nonlinear curve-fitting and data analysis software. It
allows data visualization, separation of overlapping peaks, and least
squares fitting using standard Levenberg-Marquardt algorithm, a genetic
algorithm, or Nelder-Mead simplex method. It only knows about common
bell-shaped functions (Gaussian, Loretzian, Pearson 7, Voigt,
Pseudo-Voigt) and polynomials, but more sophisticated formulae can be
easily added if necessary. It also enables background substracting, data
calibration, and task automation with a simple script language. It is
being developed to analyze powder diffraction patterns, but is also used
in chromatography, photoluminescence, infrared, and Raman spectroscopy,
and can be used to fit analytical functions to any kind of data. The most
similar program to Fityk is probably PeakFit.
Changes: The toolbar was redesigned.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/fityk/
- % - % - % - % -
[016] - freed php classes 5.7
by milky (http://freshmeat.net/users/milky/)
Thu, Jul 21st 2005 01:42
Software Development :: Libraries :: PHP Classes
About: The freed php classes project collects object, class, and include
scripts from phpclasses.org and makes them freely available solitary and
in a large collection tarball. The individual packages are covered by
differing licenses.
Changes: Packages were updated from upstream and restructured. Freshmeat
XML project listing files were added.
License: Freely Distributable
URL: http://freshmeat.net/projects/freedphpclasses/
- % - % - % - % -
[017] - ganttproject 2.0-pre1 (2.x)
by THOMAS Alexandre (http://freshmeat.net/users/bbadmin/)
Thu, Jul 21st 2005 21:59
Office/Business :: Scheduling
About: Ganttproject is a pure Java application thats lets you plan project
using Gantt charts. It lets you easily breaks down a project into tasks,
show dependencies, and manage resources. It uses a file format based on
XML and can export into HTML and PDF documents using XSL transformations.
The software is translated into 20 languages.
Changes: MS Project compatibility was added (using mpxj). The task tree
was updated to be a table. Vacations for resources are included. An
undo/redo feature was added. The critical path of the project was added.
The parameters for the chart rendering were improved. Custom columns may
be specified for the tasks. The temporary state of the project is saved.
New translations were added for Korean and Bulgarian.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ganttproject/
- % - % - % - % -
[018] - GCViewer 1.22
by hendrik (http://freshmeat.net/users/hendriks73/)
Thu, Jul 21st 2005 08:38
Software Development
Software Development :: Testing
System :: Monitoring
About: GCViewer is a Swing-based application that visualizes the verbose
garbage collection output generated by the IBM and Sun Java VMs
(-verbose:gc/-Xloggc:-flags). The data can also be exported as CSV for
forther processing with a spreadsheet application. Visualizing the data
can help when one is tuning the garbage collector, especially the
generation sizes and initial heap size.
Changes: Minor bugs in the garbage collection data panel were fixed.
Unless you actually see the errors (IllegalStateExceptions), there is no
need to update.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/gcviewer/
- % - % - % - % -
[019] - HarvestMan 1.4.5 alpha 2 (Development)
by Anand Pillai (http://freshmeat.net/users/pythonguy/)
Thu, Jul 21st 2005 14:59
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Browsers
Internet :: WWW/HTTP :: Indexing/Search
About: HarvestMan is a multithreaded off-line browser.It has many features
for customizing offline browsing through URL filters, word filters, domain
filters, URL priorities, depth-fetching, fetch levels, file limits, time
limits, robot exclusion protocols, and many more. It is useful to download
an entire Web site or certain files from a Web site to the hard disk for
offline browsing later. It supports HTTP/HTTPS and FTP protocols and can
work across proxies.
Changes: This release replaces lists at critical places with the new
collections.deque data structure. This improves performance when run with
Python 2.4. 2. A bug with HTTP redirect handling that requires cookies has
been fixed. Many bugs that created invalid URL (HTTP 404) errors have been
fixed. The modules htmlparser and cookiemgr have been removed, since they
are no longer used. The default locale has been changed to 'C'. Bugs in
the logger.py, connector.py, and config.py modules have been fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/harvestman/
- % - % - % - % -
[020] - HTTP File Upload Applet 1.0
by JScape (http://freshmeat.net/users/jscape/)
Thu, Jul 21st 2005 11:12
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Site Management
About: HTTP File Upload Applet is a browser based Java applet developed to
simplify the process of uploading multiple files to a server using the HTTP
file upload standard described in RFC 1867. It supports many server-side
languages. Files can be previewed prior to upload. It supports
drag-n-drop, uploading entire folders, network drives, a progress monitor,
the ability to cancel an upload before it is finished, SSL encryption,
internationalization, local file filters, proxies, and maximum file size
limits.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/httpfileuploadapplet/
- % - % - % - % -
[021] - Hyper Estraier 0.5.1
by Mikio Hirabayashi (http://freshmeat.net/users/mikio/)
Thu, Jul 21st 2005 22:39
Internet :: WWW/HTTP :: Indexing/Search
Software Development :: Libraries
Text Processing :: Indexing
About: Hyper Estraier is a full-text search system. It can be used as a
Web search engine, mailbox searching, etc. It features high performance
searching, high scalability of target documents, a perfect recall ratio by
the N-gram method, phrase searching, attribute searching, and similarity
searching. Multilingualism is supported with Unicode. It is independent of
file format and repository, and has a simple and powerful API.
Changes: The daemon program for the P2P mechanism was enhanced. An
interface to search with Web browsers was added. A bug related to the
server process on Mac OS X was fixed. The API to access the daemon was
enhanced.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/hyperestraier/
- % - % - % - % -
[022] - Impact 0.6.1
by jonas forssell (http://freshmeat.net/users/jonasforssell/)
Thu, Jul 21st 2005 03:44
Scientific/Engineering
About: Impact is a finite element program for simulation of dynamic events
such as car crashes or other large deformation events. It is kept very
simple to make it intuitive to use and easy to change and extend. The
program includes a NURBS based pre-processor for modelling, a solver with
editor, a post-processor, and a graph plotter for results viewing. Impact
also interfaces with several other programs, such as Nastran and Gmsh.
Changes: Some improvements were made to the preprocessor. Selection is now
possible by picking directly on the geometry. Extrusion is now more
accurate and supports rotating of the section according to spine tangents.
Bugs in the move and rotate command were fixed. Extrusion of arcs remain to
be fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/impact/
- % - % - % - % -
[023] - Infotrope ACAP Server 0.2.0
by Dave Cridland (http://freshmeat.net/users/dwdbah/)
Thu, Jul 21st 2005 22:06
Communications :: Email
Communications :: Email :: Address Book
Internet
About: The Infotrope ACAP Server is an implementation of RFC2244, complete
with asynchronous notification of changes, stored search results, ACLs, and
data inheritance, etc. It supports TLS and SASL encryption as well as the
entire base standard, plus a few optional extensions. ACAP allows
applications to store configuration data in a way that is standard, fully
interoperable, and easily managed by users, administrators, and technical
support teams alike. Infotrope's key features include the ability to
randomly crash the server without data loss, and backing up of data (even
while it's being written) without losing integrity.
Changes: Lots of changes were made. The server is now faster, more
compliant, and more stable.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/acapd/
- % - % - % - % -
[024] - Insipid 0.9.12
by LukeyBoy (http://freshmeat.net/users/lukeyboy/)
Thu, Jul 21st 2005 23:05
Information Management
About: Insipid is a Web-based bookmark repository (or a linkblog) inspired
from the popular Delicious site. It supports RSS feeds, private entries,
and importing and exporting of the bookmarks.
Changes: Fixes were made for the PostgreSQL database backend concerning
snapshots. Other minor fixes were made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/insipid/
- % - % - % - % -
[025] - Issue Dealer Main 0.9.78
by Morten W. Petersen (http://freshmeat.net/users/morphex/)
Thu, Jul 21st 2005 15:00
Information Management
Information Management :: Document Repositories
Information Management :: Issue Tracking
About: The Issue Dealer is a simple product for managing (structuring,
editing, prioritizing, categorizing) issues. It is primarily used to
manage information and tasks. It can be used as an issue tracker,
knowledge management tool, or outliner.
Changes: This release adds a category interface for the Weblog publisher.
License: BSD License (original)
URL: http://freshmeat.net/projects/issuedealer/
- % - % - % - % -
[026] - Job Hunter Build 2005202132833
by sauge (http://freshmeat.net/users/sauge/)
Thu, Jul 21st 2005 15:05
Information Management :: Issue Tracking
Internet :: WWW/HTTP :: Dynamic Content
Office/Business
About: Job Hunter is PHP/PostgreSQL-based software you can run on a Linux
or OS X machine to track job opportunities in your hunt for contracts or
employment. Documentation is included in OpenOffice/NeoOffice and PDF
formats.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/jobhunter/
- % - % - % - % -
[027] - JPdfUnit 0.9
by bbratkus (http://freshmeat.net/users/bbratkus/)
Thu, Jul 21st 2005 14:41
About: JPdfUnit integrates PDFBox as a PDF API with the JUnit framework
for the testing of PDF documents (so JPdfUnit is a high level API).
Simple, ready-to-use assertions help to compare the expected data to the
concrete data of the PDF document.
License: The Apache License 2.0
URL: http://freshmeat.net/projects/jpdfunit/
- % - % - % - % -
[028] - JWChat 1.0beta2
by Stefan Strigler (http://freshmeat.net/users/zeank/)
Thu, Jul 21st 2005 11:15
Communications :: Chat
Communications :: Conferencing
Internet :: WWW/HTTP
About: JWChat (Jabber Web Chat) aims to be a full featured, Web-based
Jabber client. It uses only JavaScript and HTML on the client side.
Currently, it supports basic Jabber instant messaging, roster management,
and muc-based groupchats.
Changes: This release features true support for HTTP binding (non-polling
mode), a Dutch translation, some bugfixes, and a more verbose README that
hopefully gets you started more easily.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/jwchat/
- % - % - % - % -
[029] - KnowledgeTree 2.0.7
by Neil Blakey-Milner (http://freshmeat.net/users/nbm/)
Thu, Jul 21st 2005 15:03
Information Management :: Document Repositories
Office/Business :: Groupware
About: KnowledgeTree is a feature-rich document management system
featuring knowledge management, document version control, hierarchical
document management, support for common file formats (MS Word, MS Excel,
PDF, TXT, HTML), extensible meta data, creation of custom document
types, application managed document links that guarantees consistent data
and eliminates emailing documents, easy publication of documents,
subscription agents, archiving according to expiry date, expiry time
period, or utilisation for enhanced speed, and much more.
Changes: This release KnowledgeTree continues the incremental bugfixes and
behind-the-scenes improvements.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/knowledgetree/
- % - % - % - % -
[030] - Master Combat Control Program 0.9.4
by Stefan Bissell (http://freshmeat.net/users/weaselflink/)
Thu, Jul 21st 2005 14:41
Games/Entertainment :: Role-Playing
About: Master Combat Control Program is an improved clone of the
"Shadowrun-Assistent" program (as found on shadowrun.de). Its main goals
are better usability, minor feature improvements, and i18n. It constists
of a character editor, an initiative manager, and a dice roller.
Changes: Due to popular demand, the directory where the configuration
files are put is now configurable via the "-config" option. When first
running the program it complained about missing files, which are created
on shutdown, so this was changed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/srmccp/
- % - % - % - % -
[031] - Mavscript 0.0.6
by qwert (http://freshmeat.net/users/qwert2003/)
Thu, Jul 21st 2005 15:03
Office/Business
Scientific/Engineering :: Mathematics
Text Processing
About: Mavscript allows the user to do calculations in a text document.
Plain text and OpenOffice Writer files (sxw/odt) are supported. The
calculation is done by an external computer algebra system, usually yacas.
Changes: Support for BeanShell has been added. BeanShell is a Java source
interpreter with scripting language features. The standard engine remains
the computer algebra system yacas. A man page in English has been added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mavscript/
- % - % - % - % -
[032] - mechanoid.send_yahoo 0.1.3
by Richard Harris (http://freshmeat.net/users/goosequill/)
Thu, Jul 21st 2005 22:50
Communications :: Email :: Mail Transport Agents
About: send_yahoo is a sendmail substitute for clients like mutt. It sends
your email using your Yahoo! Web mail account. send_yahoo is a mechanoid
script.
Changes: The error log now includes the recipient address so you know
which email address failed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/send_yahoo_gq/
- % - % - % - % -
[033] - Meteach 0.0.1
by no19amin (http://freshmeat.net/users/no19amin/)
Thu, Jul 21st 2005 01:43
Education
About: Meteach is a program for teaching yourself foreign words or other
things. Example files are included.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/meteach/
- % - % - % - % -
[034] - mp3act 1.1
by Jon Buda (http://freshmeat.net/users/jonbuda/)
Thu, Jul 21st 2005 22:58
Database :: Front-Ends
Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Sound/Audio :: Players :: MP3
About: mp3act is an AJAX-based Web interface to a user's collection of
MP3s. It features Jukebox Mode (play on local stereo), Streaming Mode, a
searchable database, easy installation, a simple user interface, reading
of ID3 tag data, dynamic playlists, random streams, random play by artist,
genre, or album, browsing of the collection by artist or genre, album art
downloading through Amazon API, and detailed play statistics.
Changes: This release includes several bugfixes. Song titles now show up
in Winamp correctly. Song imports work better now. Several other small
bugs have been squashed. Admins now have the ability to add new user
accounts from the admin menu.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mp3act/
- % - % - % - % -
[035] - MultiServ 0.3R2
by EndyMion (http://freshmeat.net/users/endyk/)
Thu, Jul 21st 2005 15:17
About: MultiServ extends the PTLink/Hybrid networks with new unseen
features. This includes VhostServ for vhosts and OperControl for ircops as
an agenda.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ms/
- % - % - % - % -
[036] - MySQL 4.1.13 (Production (4.1.x))
by Patrick Lenz (http://freshmeat.net/users/scoop/)
Thu, Jul 21st 2005 09:29
Database :: Database Engines/Servers
About: MySQL is a widely used and fast SQL database server. It is a
client/server implementation that consists of a server daemon (mysqld) and
many different client programs/libraries.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mysql/
- % - % - % - % -
[037] - ne 1.40
by Sebastiano Vigna (http://freshmeat.net/users/vigna/)
Thu, Jul 21st 2005 05:40
Text Editors
About: ne is a free text editor that runs on (hopefully almost) any UN*X
machine. ne is easy to use for the beginner, but powerful and fully
configurable for the wizard, and most sparing in its resource usage.
Changes: A very subtle bug in loading command history that was causing
random lock-ups has been fixed. Completion now works even if the current
directory is not accessible.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ne/
- % - % - % - % -
[038] - NetClassifieds Premium 1.0.1
by scriptd (http://freshmeat.net/users/scriptdevelopers/)
Thu, Jul 21st 2005 01:42
Internet :: WWW/HTTP :: Dynamic Content
About: NetClassifieds Premium is a classified advertisement system
suitable for automotive, horse, realty, general, or any other type of
site. It can be customised easily and allows new fields to be added to
categories. The script offers you the ability to override automatic
behaviors and customize things even more, manually.
Changes: One-click Froogle submission was added and minor bugfixes were
made.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/netclassifiedspremium/
- % - % - % - % -
[039] - Open Concepts Bulletin Board 0.9.3 (Beta 3)
by Soenke J. Peters (http://freshmeat.net/users/soenke/)
Thu, Jul 21st 2005 09:22
Communications :: BBS
Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
About: ocBB (Open Concepts Bulletin Board) is a fork of the phpBB
"Olympus" CVS which will strive to continue the phpBB traditions of easy
modification, freedom, and usablity, and also to improve upon development
speed.
Changes: The PostgreSQL and SQLite DB layers were updated. The topic
marking feature was optimized and fixed. Some bugs with the attachment
feature were fixed. Some more bugs were fixed within group administration.
Additionally, known problems as reported in the bug tracker have been
solved.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ocbb/
- % - % - % - % -
[040] - OProfile 0.9.1
by John Levon (http://freshmeat.net/users/movement/)
Thu, Jul 21st 2005 08:43
Software Development
About: OProfile is a low-overhead, transparent profiler for Linux. It is
capable of instruction-grain profiling of all processes, shared libraries,
the kernel, and device drivers, via the hardware performance counters.
Changes: MIPS 24k support was added. Important fixes were made for ARM
users, as well as some other minor fixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/oprofile/
- % - % - % - % -
[041] - oXygen XML editor 6.1 (Standalone)
by SyncRO Soft (http://freshmeat.net/users/syncroxygen/)
Thu, Jul 21st 2005 05:51
Office/Business :: Financial
Software Development :: Debuggers
Text Editors :: Word Processors
About: oXygen is an XML editor that supports any XML document, and works
with XML Schemas, DTDs, Relax NG schemas, and NRL Schemas. It has powerful
transformation support that allows you to edit XSLT and XSL-FO documents
and to obtain documents in the desired output format (such as HTML, PS, or
PDF) with just one click.
Changes: The main new features are an XSLT Profiler integrated in the
debugging perspective, an enhanced XML schema documentation tool that
includes diagrams, in-place editing in schema diagrams, easy navigation to
component definitions in schema editors, support for presenting the Relax
NG annotations next to the content completion proposals, and an attributes
editor.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/oxygen/
- % - % - % - % -
[042] - PhpMathPublisher 0.1
by Brachet Pascal (http://freshmeat.net/users/xm1net/)
Thu, Jul 21st 2005 02:12
Internet :: WWW/HTTP :: Dynamic Content
Scientific/Engineering :: Mathematics
About: PhpMathPublisher is a system for publishing Web pages that include
mathematical expressions. Webmasters only have to install some fonts as no
CGI scripts or LaTeX programs are required. Each formula is transformed
into an image and the generated Web pages can be displayed by all
browsers. It can be easily used in a CMS, blogs, and forums.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/phpmathpublisher/
- % - % - % - % -
[043] - phpMyBackupPro 1.7.1
by Dirk (http://freshmeat.net/users/datz/)
Thu, Jul 21st 2005 05:44
Database :: Front-Ends
About: phpMyBackupPro is a Web-based MySQL backup program. You can
schedule backups (without cron jobs), and download, email, or upload
backups with FTP. File directories can also be backed up. No compression,
zip compression, or gzip compression of the backups is possible. HTTP or
HTML authentication is possible. It has an easy user interface and is easy
to install. Many languages and online help are available.
Changes: This release fixes a bug with the schedule backup feature. It's
highly recomended that you upgrade from phpMybackupPro 1.7 to 1.7.1.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/phpmybackup/
- % - % - % - % -
[044] - pmr 0.10
by Heikki Orsila (http://freshmeat.net/users/shaihulud/)
Thu, Jul 21st 2005 08:45
System
Utilities
About: pmr is a commandline filter that displays the data bandwidth and
total number of bytes passing through a pipe. It can also limit the rate
of bytes going through the pipe.
Changes: An option to compute the MD5 checksum of the stream was added.
This is useful for verifying data integrity through TCP networks.
License: Public Domain
URL: http://freshmeat.net/projects/pmr/
- % - % - % - % -
[045] - pyNetConv 0.10.2
by mrsva (http://freshmeat.net/users/mrsva/)
Thu, Jul 21st 2005 05:43
Scientific/Engineering :: Bioinformatics
About: pyNetConv is a Python library created to help the conversion of
some network file formats. It can read/write (and convert from/to) the
following file formats: Pajek network files (.net), Pajek cluster files
(.clu), Cytoscape network files (.sif), Cytoscape node attributes files,
and GML files.
Changes: Support for using pyNetConv with NetworkX was improved.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pynetconv/
- % - % - % - % -
[046] - pyRadar 0.1
by John D (http://freshmeat.net/users/bpcjohnd/)
Thu, Jul 21st 2005 01:46
Scientific/Engineering
About: pyRadar is retrieves and displays radar images from NOAA's NEXRAD
radar stations, which are located around the United States and its
territories. These images are released into the public domain on behalf of
the American public.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pyradar/
- % - % - % - % -
[047] - qplay 0.7.3
by OrcLex (http://freshmeat.net/users/OrcLex/)
Thu, Jul 21st 2005 01:46
Multimedia :: Sound/Audio
Multimedia :: Sound/Audio :: Players
Multimedia :: Sound/Audio :: Players :: MP3
About: qplay is a console music player that features a user-friendly
inferface for managing a play- and queue-list and a module-like system for
adding new file formats. It uses familiar vim key bindings. The playlist
can be played in sequence or in shuffle mode while an extra queuelist has
highest priority so that you can determine which song will be played next
before returning back to sequence or shuffle mode. It also features
efficient sort and randomization, custom key bindings, external control
support, and support for MP3, Ogg, M3U, and FTP streams.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/qplay/
- % - % - % - % -
[048] - RabbIT 2.0.40
by Ernimril (http://freshmeat.net/users/ernimril/)
Thu, Jul 21st 2005 11:13
Internet :: Proxy Servers
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content
About: RabbIt is the mutating, caching webproxy which is used to speed up
surfing over slow links like modems. It does this by removing advertising
and background images and scaling down images to low quality JPEGs. RabbIT
is written in Java and should be able to run on any platform. It does
depend upon an image converter if imagescaleing is on. The recommended
image converter is "convert" from the ImageMagick package.
Changes: This release fixes a file descriptor leak (caused by a bug in
Sun's JVM). There are a few other minor fixes and code cleanups.
License: BSD License (revised)
URL: http://freshmeat.net/projects/rabbit/
- % - % - % - % -
[049] - Ravenous 0.3.0
by Kasper J. Jeppesen (http://freshmeat.net/users/kapper/)
Thu, Jul 21st 2005 05:47
Internet :: WWW/HTTP :: HTTP Servers
About: Ravenous is full-featured Web server written in Java. It allows you
to write dynamic pages in Java without the need to read stacks of books
before you get started.
Changes: This release fixes several bugs related to the HTML helper
methods and adds functionality to retain database statements within
JDBCModel objects. This makes it possible to retrieve relationally
connected objects without having to provide a database statement.
License: BSD License (revised)
URL: http://freshmeat.net/projects/ravenous/
- % - % - % - % -
[050] - Resolver User Layer Interface 0.34
by Everton da Silva Marques (http://freshmeat.net/users/evertonm/)
Thu, Jul 21st 2005 09:01
Internet :: Name Service (DNS)
Software Development :: Libraries
About: RULI stands for Resolver User Layer Interface. It's a library built
on top of an asynchronous DNS stub resolver. RULI provides an easy-to-use
interface for querying DNS SRV resource records. The main goal is to
promote wide deployment of SRV-cognizant programs. RULI aims to
automatically perform all the SRV logic described by RFC 2782, and to
comply with related specifications. As a side-effect, RULI also provides a
general-purpose, event-driven, asynchronous, stub DNS resolver. There are
bindings for Perl, PHP, Guile/Scheme, Java, and Lua. IPv6 is supported.
Changes: An option for allowing CNAME in SRV targets has been added. Some
minor bugs have been fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ruli/
- % - % - % - % -
[051] - RPL/2 4.00pre8h (Development)
by JKB (http://freshmeat.net/users/jkb/)
Thu, Jul 21st 2005 02:13
Scientific/Engineering :: Mathematics
Software Development :: Interpreters
About: RPL/2 (Reverse Polish Lisp/2) is a langage derived from the RPL
made by Hewlett-Packard for its HP-28S. It has some extensions
(preprocessor, compilated libraries, new functions), a TeX output, and can
draw graphics.
Changes: The units tool was upgraded to the 1.85 release. A new -d command
line flag for debugging internal memory allocations was added. Internal
pointers (ADR objects) are now printed as 64-bit pointers on 64-bit wide
architectures.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/rpl2/
- % - % - % - % -
[052] - SDE for IntelliJ IDEA 3.0
by Visual Paradigm International Ltd.
(http://freshmeat.net/users/elyse_mirror/)
Thu, Jul 21st 2005 03:40
Documentation
Education
freshmeat.net
About: SDE for IntelliJ IDEA is a UML modelling plugin for IDEA. It lets
you draw all types of UML diagrams in IDEA, including the Use Case
diagram, Class diagram, Sequence diagram, Collaboration diagram,
Statechart diagram, Activity diagram, Component diagram, and Deployment
diagram. It features Java round-trip engineering, an XMI importer,
HTML/PDF documentation generators, and plug-in and template support.
Changes: This release features a use case details editor, enhanced XMI
import/export that supports UML 2.0, enhanced smart resources, EJB diagram
support, EJB code generation and deployment, customizable SQL, and advanced
ORM features.
License: Freeware
URL: http://freshmeat.net/projects/sdeij/
- % - % - % - % -
[053] - Seismic Toolkit 0.26
by Reymond (http://freshmeat.net/users/Reymond/)
Thu, Jul 21st 2005 01:48
Scientific/Engineering
About: Seismic Toolkit is a tool for processing and displaying seismic
signal data in a graphical interface. It reads seismic signals in SAC
format, and provides a number of user operations, such as zooming,
filtering, spectral analysis, polarisation analysis, time-frequency
representation, Hilbert transform, and singular value decomposition.
Changes: New tools for spectral estimation were added. A polarization
study in the frequency domain is now available. It uses a spectral tool
involving MPTA (Multi Prolate Taper Analysis). Tools were also provided
for comparing results of spectral estimation with different tapers
functions.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/seismictoolkit-stk/
- % - % - % - % -
[054] - Shadow 4.0.11.1
by kloczek (http://freshmeat.net/users/kloczel/)
Thu, Jul 21st 2005 05:46
System :: Systems Administration
About: The Shadow password file utilities package includes the programs
necessary to convert traditional V7 UNIX password files to the SVR4 shadow
password format, and additional tools to maintain password and group files
(that work with both shadow and non-shadow passwords).
Changes: autoconf was fixed so that it is now possible to build shadow
with shadow group support either enabled or disabled. The sv translation
was updated.
License: BSD License (original)
URL: http://freshmeat.net/projects/shadow/
- % - % - % - % -
[055] - Task Coach 0.44
by Frank Niessink (http://freshmeat.net/users/fniessink/)
Thu, Jul 21st 2005 15:03
Office/Business :: Scheduling
About: Task Coach is a simple todo manager to manage personal tasks and
todo lists. It grew out of a frustration that well-known task managers,
such as those provided with Outlook or Lotus Notes, do not provide
facilities for composite tasks. Often, tasks and other things to do
consist of several activities. Task Coach is designed to deal with
composite tasks.
Changes: A Russian translation has been added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/taskcoach/
- % - % - % - % -
[056] - Time Attendance 1.02
by Tom (http://freshmeat.net/users/webapp/)
Thu, Jul 21st 2005 03:42
Information Management
Information Management :: Records Management
Office/Business :: Groupware
About: Time and Attendance is software that is designed to track time and
attendance. Attendance tracking is key to any club or organization, and
Time and Attendance can easily bring this task online. Its Web-based
interface allows you to enter events as either public or private, and only
public events are shown on the public attendance page.
Changes: This release fixes a few bugs found in the template files.
License: Other/Proprietary License with Source
URL: http://freshmeat.net/projects/time-attendance/
- % - % - % - % -
[057] - tk_mp3converter 0.1.2
by Falk (http://freshmeat.net/users/richterf/)
Thu, Jul 21st 2005 11:15
Multimedia :: Sound/Audio :: Conversion
About: tk_mp3converter is a small GUI frontend which helps you rip a CD
into a directory, convert the resulting wav files into MP3s (using lame),
and set the ID3 tags (using id3lib).
Changes: This release has a list instead of a combo box for the CD title
choice. The balloon help error (when the window no longer exits) has been
fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tk_mp3converter/
- % - % - % - % -
[058] - TrollBooth 1-1-0
by Bill Moran (http://freshmeat.net/users/wmoran/)
Thu, Jul 21st 2005 15:01
Communications :: Email :: Filters
System :: Systems Administration
About: TrollBooth is email filtering and administration software intended
to run on a dedicated FreeBSD email filtering server. Web-based
administration tools allow easy and secure management of the
most-commonly-used features. The whitelist adviser makes delivery
assurance simple for non-technical users. Automatic installation and
minimal additional configuration are major project goals. TrollBooth uses
the best features of Postfix, SpamAssassin, and Clam AntiVirus, and
centralizes or automates configuration and control.
Changes: The reports section of the Web interface has been enhanced.
License: Common Development and Distribution License (CDDL)
URL: http://freshmeat.net/projects/trollbooth/
- % - % - % - % -
[059] - Unified I/O 2.5
by ak (http://freshmeat.net/users/imagero/)
Thu, Jul 21st 2005 05:36
Software Development :: Libraries
Software Development :: Libraries :: Java Libraries
About: UnifiedIO allows a Java programmer to access files, URLs, primitive
arrays, and streams through the same interface. It features high
performance, transparent buffering, a memory manager, implementations of
ImageInputStream and ImageOutputStream, a bridge between the
RandomAccessFile world and the InputStream/OutputStream world, directly
reading from and writing to primitive arrays, optimized reading over HTTP
(using byteserving), an easily extensible design, and many codec
utilities.
Changes: The bridge between the RandomAccessFile world and
InputStream/OutputStream world is finally complete. A UIO-based
implementation of ImageInputStream and ImageOutputStream was added, but is
available only in a separate package because it needs Java 1.4. The new,
beta OpenFileManager makes it possible to keep a count of simultaneously
open files. Bugfixes were made.
License: BSD License (revised)
URL: http://freshmeat.net/projects/uio/
- % - % - % - % -
[060] - Usermin 1.150
by Jamie Cameron (http://freshmeat.net/users/jcameron/)
Thu, Jul 21st 2005 23:03
System :: Systems Administration
About: Usermin is a Web interface that can be used by any user on a UNIX
system to easily perform tasks like reading mail, setting up SSH, or
configuring mail forwarding. It can be thought of as a simplified version
of Webmin designed for use by normal users rather than system
administrators.
Changes: The timeout detection in HTTP requests was improved to reduce the
ability of incorrect or malicious clients to tie up the Usermin Web server
process. Mail lists in the Read Mail module are now sortable by the From:,
Subject:, and Date: headers. When searching email, results are put into a
virtual folder for easier navigation, rather than simply being displayed
on a single page. The Header and Body Tests page in the SpamAssassin
module was simplified to more easily allow the definition of rules using
the header, score, and describe directives.
License: BSD License (original)
URL: http://freshmeat.net/projects/usermin/
- % - % - % - % -
[061] - webFonts4Linux 1.07
by Sebastiano Vigna (http://freshmeat.net/users/vigna/)
Thu, Jul 21st 2005 02:14
Text Processing :: Fonts
About: webFonts4Linux is a shell scripts that automates the process of
downloading and installing Microsoft's Web Core Fonts, a collection of
high-quality True Type fonts designed for use with low resolutions.
webFonts2Linux exists because although these Microsoft distributes these
fonts for free, strong redistribution restrictions makes it impossible to
distribute a tarball or package containing them.
Changes: Microsoft's EULA is now displayed to the user before downloading
the fonts. The internals of the font installing script have been updated.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/webfonts4linux/
- % - % - % - % -
[062] - Webmin 1.220
by Jamie Cameron (http://freshmeat.net/users/jcameron/)
Thu, Jul 21st 2005 23:01
System :: Systems Administration
About: Webmin is a web-based interface for system administration for Unix.
Using any browser that supports tables and forms, you can setup user
accounts, internet services, DNS, file sharing and so on.
Changes: The speed of Webmin configuration reloads was increased. The
timeout detection in HTTP requests was improved to prevent DOS attacks.
The Unix User Authentication feature was enhanced to allow users and group
members to be handled differently. A page to automatically set up RNDC in
the BIND module was added. The ability to lock, unlock, and delete
multiple users and groups at once in the LDAP and Users and Groups modules
was added. Buttons in the MySQL and PostgreSQL modules to drop multiple
tables and databases at once were added.
License: BSD License (original)
URL: http://freshmeat.net/projects/webmin/
- % - % - % - % -
[063] - webreset 0.1
by Dreamguard (http://freshmeat.net/users/dreamguard/)
Thu, Jul 21st 2005 02:12
System :: Power (UPS)
About: webreset is a framework for handling and performing resets in a
server farm.
Changes: The queue mechanism was changed to DelayQueue.
ConradRelaisCardLinuxDriver was added and the XML schema was changed to
allow custom attributes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/webreset/
- % - % - % - % -
[064] - Wheel 'O Yum 3.5.1
by saber850 (http://freshmeat.net/users/saber850/)
Thu, Jul 21st 2005 05:43
Communications :: Chat
Games/Entertainment
Utilities
About: The Wheel 'O Yum is a program to assist in deciding where to eat.
All too often, excess time is spent among groups trying to decide. The
Wheel 'O Yum allows people to vote on their favorite restaurants and spin
the wheel for a random restaurant.
Changes: A bug in which the client's and server's graphical wheels did not
match after spinning was fixed. A bug in which the private message list
excluded a "broadcast" option was fixed. The "Vote" and "Options..."
buttons were removed from the graphical server.
License: Freely Distributable
URL: http://freshmeat.net/projects/wheeloyum/
- % - % - % - % -
[065] - WifiWare 1.0beta
by MPeh (http://freshmeat.net/users/mpeh/)
Thu, Jul 21st 2005 08:56
System :: Operating System :: Linux Distributions :: CD-Based
About: WifiWare is a custom mini Slackware distribution intended for WiFi
routers, VPN servers, and file servers. A full install will take about 490
MB of disk space. It includes the linux-wlan-ng package with support for
major WiFi chipsets. Other utilities and drivers include rt2500 drivers,
rt2400 drivers, rt2570 drivers, Unreal IRC server, bridge-utils, glftpd,
kismet, webmin, and more.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/wifiware/
- % - % - % - % -
[066] - Workout 0.4
by Rob Crowther (http://freshmeat.net/users/weilawei/)
Thu, Jul 21st 2005 23:56
Desktop Environment :: Gnome
Other/Nonlisted Topic
Utilities
About: Workout is a script to remind a user not to goof off during set
work hours. A list of work hours can be specified in the configuration
file. A number of modes can be used to remind the user not to goof off.
Changes: A new configuration format was created. The date/time
specification was made more powerful. A general mess was made of things.
License: Public Domain
URL: http://freshmeat.net/projects/workout/
- % - % - % - % -
[067] - XDrawChem 1.9.7 (Stable)
by Bryan Herger (http://freshmeat.net/users/bherger/)
Thu, Jul 21st 2005 08:42
Scientific/Engineering
Scientific/Engineering :: Chemistry
About: XDrawChem is a program for drawing chemical structures. Features
include fixed length and fixed angle drawing, a ring tool to automatically
draw rings, automatic alignment of structures in reactions, 2D structure
diagram generation, and 3D structure conversion. It can access structures
in the NCI database by name, CAS number, or formula. It can predict 1H
NMR, 13C NMR, simple IR spectra, and estimated pKa. XDrawChem can work
with its native file format, ChemDraw files, and any format supported by
OpenBabel (MDL Molfile, CML, etc.).
Changes: A few bugs with screen drawing were fixed. A few new drawing
symbols were added. XDrawChem can now output InChI identifiers for
structures.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/xdrawchem/
- % - % - % - % -
[068] - xmlenc 0.48
by Ernst de Haan (http://freshmeat.net/users/znerd/)
Thu, Jul 21st 2005 11:14
Internet
Software Development :: Libraries :: Java Libraries
Text Processing :: Markup :: XML
About: xmlenc is a light-weight XML encoding library for Java. It fills
the gap between a light-weight parser like SAX, and a heavy-weight XML
output library, like JDOM.
Changes: A work-around was applied for a bug in the IBM JDK 1.3.1 that
caused NoSuchFieldErrors.
License: BSD License (revised)
URL: http://freshmeat.net/projects/xmlenc/
- % - % - % - % -
[069] - Xnee's not an event emulator 2.0
by Henrik Sandklef (http://freshmeat.net/users/sandklef/)
Thu, Jul 21st 2005 05:03
Software Development :: Testing
Software Development :: Testing :: Traffic Generation
System :: Emulators
About: Xnee can record, distribute, and replay X (X11) protocol data. This
is useful for automated tests of applications or benchmarking of
applications. Think of it as a robot.
Changes: A graphical user interface (GUI), script primitives, and xosd
support were added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/xnee/
- % - % - % - % -
[070] - XOrg/XFree86 Synaptics TouchPad Driver 0.14.3
by Peter Osterlund (http://freshmeat.net/users/petero2/)
Thu, Jul 21st 2005 22:56
About: The XOrg/XFree86 Synaptics TouchPad Driver is a driver for
Synaptics touchpads, which are found on many notebook computers. It
features tap gesture decoding (including tap-and-drag operations and multi
finger tapping), emulation of a middle mouse button, emulation of vertical
and horizontal scroll wheels, palm detection, and run-time configuration.
Changes: New parameters to control scroll button auto-repeat behavior have
been added. A switch to make syndaemon ignore modifier keys has been added.
This release also contains some minor bugfixes and documentation updates.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/synaptics/
. --- -- -------.-- .-- - .-- ....------- --- ---..-- ------ --
_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to [email protected]
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.