Giter Site home page Giter Site logo

sebastianweetabix / contrib-staging Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyphanet/contrib

1.0 1.0 0.0 34.96 MB

Stuff needed for freenet-ext.jar (staging area, writable by any developer)

Home Page: http://freenetproject.org/

C++ 0.27% Shell 6.69% C 18.61% Java 74.43%

contrib-staging's Introduction

## Overview

contrib contains the following libraries:

Upstream source
:	The build scripts get these from upstream. These are established projects
	and most OS distributions will have them in their package repository.

	- wrapper
	- bdb-je
	- db4o
	- commons-compress

Mirrored source
:	The build scripts get these from the freenet servers, but they have not
	been modified from upstream. These are smaller projects and are unlikely to
	have been packaged by an OS distribution.

	- lzma
	- lzmajio
	- mantissa
	- bitcollider-core

Locally maintained
:	These sources for these are included here in the repo, and we maintain it
	ourselves, because the original projects are no longer actively maintained.

	- jcpuid
	- NativeBigInteger
	- NativeThread
	- onion-common
	- onion-fec

## Build

You need to install ant, ant-contrib and maven, then call ant from the freenet-ext
subdirectory. TODO detect this.

contrib/freenet-ext$ ant

The build script compiles all the locally-maintained packages, and collects
them into freenet-ext.jar. It then retrieves all the remote source packages,
and builds those.

## Notes on locally maintained libraries

[onion-common]

Version 20020926 was imported into contrib on 2006-11-10. You can verify that
this was a clean import by running:

  $ unzip fec-1.0.3/common-20020926.zip common-20020926/*
  $ git checkout 3ebd55031d69ebfd129a83e2433b6fcc20e88b6c fec/common
  $ diff -ru common-20020926 fec/common
  Only in common-20020926: classes
  Only in common-20020926: javadoc
  Only in common-20020926: lib
  [snip]
  $ rm -rf fec/common && git reset --hard HEAD

where fec-1.0.3 is where you extracted Onion FEC 1.0.3.

You can view the changes made since this time, by running

  $ git log -M -- fec/common

[onion-fec]

changes to be made to hg tip at http://bitbucket.org/onionnetworks/fec:

- sed -i -e 's/\n/\r\n/g' src/csrc/Makefile.nmake
- rm src/csrc/fec_win32.c # already empty
- rm src/csrc/w32 # already empty
- add src/csrc/fec8.def
- add src/csrc/fec16.def

contrib-staging's People

Contributors

artefact2 avatar bombe avatar cjsab avatar indeyets avatar infinity0 avatar j16sdiz avatar nextgens avatar sanity avatar sebastianweetabix avatar toad avatar tommyd avatar xor-freenet avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.