Recent Projects

mixaill/mtasc

MTASC is the first ActionScript 2 Open Source free compiler. http://www.mtasc.org/
  • EPEL 7 : x86_64

zultron/amanda

Amanda backup system

evfool/elementary

Repository of elementary packages for Fedora

yselkowitz/cygwin

Cross-compiler toolchains for Cygwin targets
  • EPEL 8 : x86_64
  • EPEL 9 : x86_64
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora 41 : x86_64
  • Fedora rawhide : x86_64

lkundrak/awscli

Packages of boto3-based AWS client tool & required libraries.
  • EPEL 7 : x86_64

biow0lf/protobuf-for-el7

Backported protobuf and protobuf-c packages for el7.
  • EPEL 7 : x86_64

covex/octave-3.8-fc20

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.

maxamillion/fig

This is a workspace to get fig and it's dependencies not currently available in Fedora packaged and tested before filing review requests. The end goal is to have each of these packages available in Fedora proper. python-texttable | Review Request: APPROVED python-dockerpty | Review Request: APPROVED python-requests | RFE(Latest version in F20): Open fig | Review Request: UNASSIGNED Note: Fedora 20 is currently blocked on latest version of python-requests. Keep in mind that docker in Fedora is SELinux enabled by default and as a side effect, you need to appropriately label files/directories you would like to share with docker (i.e. - your fig dir). Using the "Getting Started" section from fig's website: ## Make sure you have docker running # systemctl start docker.service $ mkdir ~/figtest # semanage fcontext -a -t docker_share_t '/home/username/figtest(/.*)?' # Set SELinux labels # restorecon -Rv /home/uesrname/figtest $ cd ~/figtest $ cat > app.py <<EOF from flask import Flask from redis import Redis import os app = Flask(__name__) redis = Redis(host="redis_1", port=6379) @app.route('/') def hello(): redis.incr('hits') return 'Hello World! I have been seen %s times.' % redis.get('hits') if __name__ == "__main__": app.run(host="0.0.0.0", debug=True) EOF $ cat > requirements.txt <<EOF flask redis EOF $ cat > Dockerfile <<EOF FROM python:2.7 ADD . /code WORKDIR /code RUN pip install -r requirements.txt EOF $ cat > fig.yml <<EOF web: build: . command: python app.py ports: - "5000:5000" volumes: - .:/code links: - redis redis: image: redis $ fig up ### Should be a lot of output here about pulling docker container, starting redis, etc.

admiralnemo/pidgin-el7

Full Pidgin client for el7. Why anyone would want libpurple but not pidgin, even on RHEL, is beyond me...
  • EPEL 7 : x86_64

valtri/glite-lb

gLite Logging and Bookkeeping. documentation: http://egee.cesnet.cz/en/JRA1/LB/documentation.php project page: https://github.com/CESNET/glite-lb Rawhide: experiments with openssl 1.1
  • EPEL 7 : x86_64
  • Fedora rawhide : x86_64