mkproject and tw are becoming obsolete in favour of another single merger project that reduces packaging and syndication efforts: codemiscs .

Obsoleted, yet practically orphaned:
 * mkproject - command line project generator <https://admin.fedoraproject.org/pkgdb/acls/name/mkproject>
 * tw - command line human language translator <https://admin.fedoraproject.org/pkgdb/acls/name/tw>

Not Packaged:
 * codemiscs - command line code miscellaneous <https://code.google.com/p/codemiscs/>

As the developer i don't feel and have a motivation to package it myself, since i got it running ;-). I'd consider a multidistro package though:

For those Obtuse
1. Not an .rpm, not a .deb, not a .tar.gz, but all of them.
2. freedesktop.org

Only For Those Interested
say pack (build a la freedistro equivalent of freedesktop, it is: all distributions working on it)
$ pack codemiscs-0.9.0.tar.bz2 fedora debian ubuntu nameit
codemiscs-0.9.0-fc20.i686.rpm (rpm, fedora policy)
codemiscs-0.9.0-1_i386.deb (deb, debian policy)
codemiscs-0.9.0-1_i686.deb (deb, ubuntu policy)
codemiscs-0.9.0******* (nameit, nameit policy)

Not trivial, Think it!