praveenmunagapati / v7unix

Version 7 Unix for a POSIX world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v7unix

The Version 7 Unix sources compiled on contemporary systems using contemporary C compilers and system headers.

Implementation Status

ed and sed should work.

Source

Unix Version 7 tarbomb from http://minnie.tuhs.org/Archive/PDP-11/Distributions/research/Henry_Spencer_v7/v7.tar.gz

Ubuntu / v7sed

sed has been packaged for Ubuntu. The package is called v7sed. There is a debian/rules file suitable for making a source- and binary-packages.

To install this on Ubuntu:

echo deb http://ppa.launchpad.net/drj/v7/ubuntu precise main |
  sudo tee -a /etc/apt/sources.list.d/v7.list
sudo apt-get update
sudo apt-get install v7sed

(the last step seems to require you to "Install these packages without verification", I've no idea how I go about removing that)

To make the source and binary packages:

cd v7
# make source
dpkg-buildpackage -S
# make binary
dpkg-buildpackage

About

Version 7 Unix for a POSIX world


Languages

Language:C 76.4%Language:Roff 13.3%Language:Assembly 6.0%Language:Yacc 2.6%Language:Makefile 0.9%Language:Lex 0.2%Language:Clean 0.2%Language:OpenEdge ABL 0.1%Language:Io 0.1%Language:C++ 0.0%Language:GAP 0.0%Language:Shell 0.0%