Main > Free Download Search >

Free bzr hudson software for linux

bzr hudson

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
bzr-hudson 1.0 Beta 1

bzr-hudson 1.0 Beta 1


Bazaar plugin for Hudson more>>
bzr-hudson 1.0 Beta 1 offers you a perfect and helpful plugin which can allow the use of Bazaar as a build SCM in Hudson. With this plugin, you can designate a Bazaar branch as the "upstream" repository. Every build will update the local branch. Polling is also supported, it'll check if the upstream branch have any new revision and use this as the build triggering condition.

Requirements:

  • Bazaar Revision Control System: bzr >= 1.9
  • xmloutput >= 0.8.2
<<less
Added: 2009-01-28 License: GPL Price: FREE
14 downloads
bzr 0.10 RC1

bzr 0.10 RC1


bzr is a simple distributed version control system. more>>
Bazaar-NG (or bzr) is a project of Canonical to develop an open source distributed version control system that is powerful, friendly, and scalable.
Version control means a system that keeps track of previous revisions of software source code or similar information and helps people work on it in teams.
bzr is still at a fairly early stage of development but has been self-hosting since March 2005 with no loss of data.
bzr is the next-generation distributed version control.
Main features:
- Written in Python (but nevertheless fast and easy to install.)
- Runs on Linux, Windows and Mac OS X, or any system with a Python interpreter. (Primarily tested on Ubuntu.)
- Free software, released under the GNU GPL.
- Designed to play well with others: can be called by IDEs, editors, web tools, GUIs, etc through either a Python API or a shell interface, and possibly a C interface in the future. Can support workflow/process tools built on top.
- The user interface is simple and familiar to people with experience from CVS or Subversion: add, mv, diff, status, commit, log, merge, etc all do what you would expect.
- Offers a choice between centralized and decentralized work within a single project: when in the office, you can work on a shared central branch. For experimental changes or offline work you can make a branch on your laptop and merge back in later.
- Preserves history; any previous revision can be recreated. History can be GPG-signed to protect against man-in-the-middle attacks, bad mirrors, server intrusion or data corruption.
- Just one .bzr directory at the top of the tree; it doesnt clutter the tree or get in your face. No wierd ++file--names--0.
- Tracks file and directory renames and merges across them.
- Powerful Python plugin system for adding new commands, protocols, formats, or site policy.
Enhancements:
- merge now takes --uncommitted, to apply uncommitted changes from a tree.
- Moderate performance improvements, particularly on large trees.
- Compatability with diffutils 2.8.4. bzr uncommit preserves pending merges.
- Active FTP support has been fixed.
- TZ=UTC is handled properly when reading/writing revisions.
- GPG_TTY is used to allow gpg --cl to work with gpg-agent in a pipeline (passing text to sign in on stdin).
- External diff does the right thing for binaries even in foreign languages.
<<less
Download (0.55MB)
Added: 2006-08-28 License: GPL (GNU General Public License) Price:
1153 downloads
Bazaar Subversion Plugin 0.4.0

Bazaar Subversion Plugin 0.4.0


Bazaar Subversion Plugin allows bzr direct access to Subversion repositories. more>>
Bazaar Subversion Plugin allows bzr direct access to Subversion repositories. This allows bzr branch, bzr push, bzr pull, and bzr co to work directly against Subversion repositories.
The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.
It is fully functional, but has only been tested on a few different Subversion branches (samba, wireshark, subversion, cups), so should be considered alpha.
Main features:
- Connecting to remote Subversion repositories over all protocols supported by Subversion itself (at present: svn://, svn+ssh://, http:// (webdav), file://) as well as dump files. Checkouts, lightweight checkouts and branching works.
- Track Bazaar merges in Subversion. Merged revisions show up as ghosts.
- Subversion working copies. Can be modified, queried (bzr status on a vanilla working copied created with svn co works) and committed from.
- Committing to Subversion from Bazaar.
- Push Bazaar revisions to Subversion. These revisions will show up in Subversion as a commit with the pushed revision as one of the parents.
- Follow branch copies. Revision history is not truncated when a branch was copied in Subversion.
- Efficiently uses network bandwidth.
- Recognizes file metadata (executable bits, symlinks).
- import-svn command with functionality similar to svn2bzr.
- Ability to track merges done with SVK (http://svk.elixus.org/) and write merges from SVK/Svn branches in a format understandable by SVK.
- Generates consistent file ids and revision ids. Two branches made using this plugin of the same Subversion branch will result in *exactly* the same Bazaar branch.
- Handles complex operations in Subversion: committing to two branches at once, upgrading directories to branches, copies from early revisions, ...
<<less
Download (0.055MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
810 downloads
Bazaar Explorer 0.5

Bazaar Explorer 0.5


desktop application providing an easy-to-use interface to the Bazaar version control system more>>

Bazaar Explorer 0.5 is a simple to use, yet sophisticated desktop application with an easy-to-use interface for the Bazaar version control system. It is designed to be simple enough for casual users of version control, yet powerful enough for experts to be productive. To see BzrExplorer in action, see Bazaar Explorer by Pictures or browse the screenshots.

Unlike many other version control applications, BzrExplorer puts the focus on managing branches and changes, rather than directories and files. (If you prefer the latter, you may find an extension to the File Manager provided as part of the operating system more to your liking, e.g. TortoiseBzr.)

Major Features:

  1. Cross Platform
    • Based on Nokia's Qt technology, BzrExplorer runs on all popular desktops including GNOME, KDE, Windows and Mac OS X. In each environment, it provides a native look-and-feel and adjusts its menu to meet the UI design guidelines for that platform.
  2. Application Suites
    • BzrExplorer provides most of its functionality by calling out to mini-applications provided by "application suites", namely the QBzr and bzr-gtk plugins. QBzr is required while bzr-gtk is optional. If both are installed, you can choose which application suite to use.
    • Note: Different application suites provide different amounts of coverage of Bazaar's functionality. If you expect an action to be enabled and it isn't, it's probably because the application suite is yet to provide that feature.
  3. Location Views:
    • BzrExplorer supports 4 kinds of Bazaar locations:
      • repositories
      • branches
      • bound branches (also called heavyweight checkouts in Bazaar 1.x)
      • checkouts.
    • The summary view and actions available depend on the location kind. For example, opening a repository shows the interesting locations nested within it while opening a branch shows the working tree "status" summary.
    • Note: Strictly speaking, "repositories" are actually called shared repositories and "checkouts" are actually called lightweight checkouts. Those more-precise terms are avoided in the BzrExplorer user interface to Keep It Simple for casual users.
  4. Change Management: Here's the most commonly used recipe by BzrExplorer users:
    • Open a branch
    • Change some files
    • Select Refresh on the toolbar (F5), confirming the overall status
    • Select Diff on the toolbar (F3), checking the changes
    • Select Commit on the toolbar (F4)
    • Enter a commit message and select OK
    • Select Refresh on the toolbar (F5), confirming there are no outstanding changes
  5. Remote Locations
    • While primarily designed for working on local branches, BzrExplorer lets you open remote locations, e.g. branches on Launchpad. The set of actions available is masked accordingly.
  6. Settings Management
    • BzrExplorer provides easy access to all of Bazaar's configuration files. Custom dialogs are provided by the various application suites for nice editing of some of these. For others, a (configurable) text editor is launched.
  7. Troubleshooting
    • BzrExplorer provides easy access to Bazaar's log file and the Launchpad pages for reporting bugs and asking questions about BzrExplorer. A diagnostic mode can also be enabled in which selecting an action simply shows what Bazaar command would actually be run, together with the options and parameters that would be passed to it.
<<less
Added: 2009-07-21 License: GPL Price: FREE
14 downloads
jukebox-control 0.3

jukebox-control 0.3


jukebox-control is a complete automation for Sony A/V components featuring S-Link (CD, DVD, MD, etc). more>>
jukebox-control project is a complete automation for Sony A/V components featuring S-Link (CD, DVD, MD, etc).
jukebox-control includes a Linux driver module for an easy/dirty cheap to build DIY parallel to the Sony S-Link interface, plus Perl modules with both control-A1 (II) and control-S protocol implementations.
Its actually-incomplete development state makes it interesting for developers mostly.
Enhancements:
- Bidirectional Control-A1 protocol fully supported
- Unidirectional Control-S protocol implemented, not fully supported yet.
- New object model that ties A1 and S devices together under the same base class.
- CDDB support has been removed temporarily. I am rewriting most of the modules at this time.
- No real user interface. Hey! This is a interim release.
<<less
Download (0.044MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1013 downloads
Bongo Project 0.2.0

Bongo Project 0.2.0


Bongo is an easy-to-use mail and calendar system, offering a simple yet powerful user interface. more>>
Bongo is an easy-to-use mail and calendar system, offering a simple yet powerful user interface. Bongo project goal is to make sharing, organisation, and communication simpler, quicker, and more useful.
What is Bongo?
Were creating fun and simple e-mail & calendaring software. We want our inboxes to be usable again: e-mail should be a useful tool, not a productivity killer. We want to be able to use our calendars to organise our lives, and we want other people to be able to interact with us through it whether they use Bongo or not.
Although Bongo is a young project, the software itself has a long pedigree and we are simply amongst the latest custodians. But while the core code isnt new, the ideas we have and the direction were taking are. Were not trying to create a "groupware" system to compete with well-known proprietary systems, or create an "enterprise platform" which encompasses everything from document management to project planning.
Best of all, Bongo is free (as in "freedom") software developed by an open community: we pride ourselves on being friendly and welcoming, and we see our project as being complementary to similar community projects.
Enhancements:
- This release is another source-only release intended for developers and very early testers, but it includes major new features such as native anti-spam and anti-virus integration and a brand-new Web administration system.
- Many structural changes have also been implemented, and less obvious improvements such as SMTP encryption are included, as are many bugfixes.
<<less
Download (5.2MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
883 downloads
blueMail 1.3

blueMail 1.3


blueMail is a multi-format offline mail reader for Unix, DOS, Win32, and other systems. more>>
blueMail is a multi-format offline mail reader for Unix, DOS, Win32, and other systems.
It supports the Blue Wave, QWK, QWKE, SOUP, OMEN and Hippo packet formats, the Hudson and BBBS Message Bases, Unix mail, Eudora and is designed to be a reasonable alternative to the Blue Wave mail reader. It works in full screen, the text interface is coloured and uses ncurses library.
blueMail is free, "open source" software, provided "as is", without warranty of any kind, distributed under the GNU General Public License. Its current maintainer is Ingo Brueckl and will not accept liability resulting from your use or inability to use blueMail.
Main features:
- Unix-compatible (POSIX) system, DOS with DJGPP, Windows with MinGW or Cygwin, or OS/2 with EMX
- curses -- tested with ncurses 1.9.3+, PDCurses 2.2+ (2.6+ recommended)
- gcc (g++) 2.7.0+ -- may work with other C++ compilers, not tested
- InfoZip, and/or other compressing archivers
- GNU make *may* be required on some systems
- PMODE/DJ (by Thomas Pytel & Matthias Grimrath) and UPX (by Markus
- Oberhumer & Laszlo Molnar) are recommended (and used) for the DOS binaries
Enhancements:
- More UTF-8 decoding support: unicode euro sign.
- More WINDOWS-1252 as ISO 8859-1 support: apostrophe-like characters, dash.
- Fixed bug with timezone offset.
- Compiles with recent version of PDCurses without demanding the patch for option WITH_CLOCK.
- Windows port compiles with MinGW, too.
- New option: ReplyExtension (user definable string).
<<less
Download (0.25MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1238 downloads
fontutils 0.7

fontutils 0.7


GNU font utilities to allow conversion of a scanned type specimen image into an outline (PostScript or Metafont) font. more>>
GNU font utilities to allow conversion of a scanned type specimen image into an outline (PostScript or Metafont) font. These fonts can be used with Ghostscript or TeX.
Since the fontutils were originally written in the early 1990s, other programs have been developed which do a better job of some parts of this task. Here is a list of the fontutils programs with indications of their current status:
- imgrotate: rotates images 90 degrees, an inefficiently-implemented subset of pnmrotate (from netpbm).
- imageto: extracts individual characters from a large image; still useful.
- fontconvert: some features may still be useful, such as creating a tfm file from a bitmap.
- charspace: allows non-interactive side bearing specification, so possibly still useful. On the other hand, fontforge allows interactive specification, and has a very nice preview window for testing side bearings.
- gsrenderfont: a shell script that converts outline fonts to bitmaps at a given size. This is called from TeX programs under certain circumstances. The version here has long been replaced by the scripts in the TeX distributions.
- limn: does the actual conversion from bitmaps to splines. These days, youre much better off using autotrace or potrace.
- bzrto: conversion from the generic homegrown `bzr (Bezier) format output by limn to PostScript Type 1, PostScript Type 3, or Metafont. Obsolete.
- bpltobzr: translate the binary bzr format into an equivalent text format `bpl (bezier property list), for editing. Fortunately, a full-featured free outline font editor, fontforge, has been written (by George Williams).
- xbfe: bitmap font editor for shapes and metrics; astonishingly, it seems there are still no bitmap editors for any format except BDF, so still useful.
<<less
Download (0.80MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1233 downloads
OpenSSL 0.9.8e

OpenSSL 0.9.8e


OpenSSL is The Open Source toolkit for Secure Sockets Layer and Transport Layer Security. more>>
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.
OpenSSL project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.
OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.
Main features:
- Creation of RSA, DH and DSA key parameters
- Creation of X.509 certificates, CSRs and CRLs
- Calculation of Message Digests
- Encryption and Decryption with Ciphers
- SSL/TLS Client and Server Tests
- Handling of S/MIME signed or encrypted mail
<<less
Download (3.1MB)
Added: 2007-02-23 License: BSD License Price:
999 downloads
 
Other version of OpenSSL
OpenSSL 0.9.7mEric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence
License:BSD License
Download (3.2MB)
998 downloads
Added: 2007-02-25
Fuzz Engine 0.5

Fuzz Engine 0.5


Fuzz Engine is an SDL/Mono-based 2D game engine. more>>
Fuzz Engine is an SDL/Mono-based 2D game engine that loads its games from XML so that anyone with a simple text editor can produce their own high-performance games in minutes.

Known problems: the platform game system is still pretty flaky.
<<less
Download (0.38MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1119 downloads
Scid 3.6.1

Scid 3.6.1


Scid project consists of a chess database. more>>
Scid project consists of a chess database.

Scid is a powerful chess database application with many search features.

Its GUI makes entering chess games fast and easy, and you can search games by exact position, material, player names, and many other criteria.

It does not come with any actual file of chess games, but it can convert databases to/from the popular PGN format which is widely used for chess games.

<<less
Download (2.2MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1022 downloads
mod_ssl 2.8.28

mod_ssl 2.8.28


The mod_ssl project provides strong cryptography for the Apache 1.3 webserver. more>>
mod_ssl module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit OpenSSL, which is based on SSLeay from Eric A. Young and Tim J. Hudson.
The mod_ssl package was created in April 1998 by Ralf S. Engelschall and was originally derived from software developed by Ben Laurie for use in the Apache-SSL HTTP server project. The mod_ssl package is licensed under a BSD-style license, which basically means that you are free to get and use it for commercial and non-commercial purposes.
Main features:
- Open Source software (BSD-style license)
- Useable for both commercial and non-commercial use
- Available for both Unix and Win32 platforms
- 128-bit strong cryptography world-wide
- Support for SSLv2, SSLv3 and TLSv1 protocols
- Support for both RSA and Diffie-Hellman ciphers
- Clean reviewable ANSI C source code
- Clean Apache module architecture
- Integrates seamlessly into Apache through an Extended API (EAPI)
- Full Dynamic Shared Object (DSO) support
- Support for the OpenSSL+RSAref US-situation
- Advanced pass-phrase handling for private keys
- X.509 certificate based authentication for both client and server
- X.509 certificate revocation list (CRL) support
- Support for per-URL renegotiation of SSL handshake parameters
- Support for explicit seeding of the PRNG with external sources
- Additional boolean-expression based access control facility
- Backward compatibility to other Apache SSL solutions
- Inter-process SSL session cache (DBM or Shared Memory based)
- Powerful dedicated SSL engine logging facility
- Simple and robust application to Apache source trees
- Fully integrated into the Apache 1.3 configuration mechanism
- Additional integration into the Apache Autoconf-style Interface (APACI)
- Assistance in X.509v3 certificate generation (both RSA and DSA)
<<less
Download (0.80MB)
Added: 2006-07-29 License: GPL (GNU General Public License) Price:
1186 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1