- use 'sed -i' instead of perl
- use gnu make, needed for tests
- enable tests and set TEST_TARGET
- disable pylint tests, our version is too old
- disable sscs and python3 tests
OK aja@
- remove asciidoc BUILD_DEPENDS (no need to regenerate the manpage)
- add GNU rcs and rcs-fast-import as RUN_DEPENDS
- add RUN_DEPENDS to TEST_DEPENDS
- post-extract substitutions for GNU rcs/rcsdiff/ci/co with in src
OK sthen@ landry@
OK sthen@
SRC (Simple Revision Control) is RCS, reloaded.
It remains determinedly file-oriented and doesn't even track the
committer of a change (because that's always you), but incorporates
the design and user-interface lessons of modern systems. It features
sequential revision numbers, lockless operation, embedded command
help, and a command set that will seem familiar to users of Subversion,
Mercurial, and Git.