1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-28 23:43:50 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Alan Post
4877e69031 Add my e-mail address to the copyright header. 2010-10-09 10:48:56 -06:00
Alan Post
db7d691424 Fix license statement to conform to gplv3 and properly credit author.
I pulled this boilerplate from:

  http://www.gnu.org/licenses/gpl-3.0.html

It is the recommended text to add to the top of every file.
2010-10-08 23:09:43 -06:00
Alan Post
0847b73e5a makfa package python cleanup
* add a depend line.
 * check that python is installed.
 * call python directly, rather than using $(PYTHON) (I could find
   no use of the $PYTHON variable in any other packages.
2010-10-08 22:12:32 -06:00
Alan Post
a3c7562d28 Record myself as the maintainer of makfa. 2010-10-08 22:12:12 -06:00
Alan Post
9ef3793ed8 Move makfa from education to Languages/Lojban. 2010-10-08 22:11:47 -06:00
Alan Post
8c2ff78ec5 Add package description for makfa. 2010-10-08 22:11:24 -06:00
Alan Post
4082f67f78 makfa: only import ElementTree if we're going to use it.
ElementTree is not available by default.  (it is in pyexpat, which is
a non-default module.)

since ElementTree is only used by the Updater code, and this code is
not designed to run on the NanoNote (it is only run as part of the
build process), move the import statement inside the Updater in the
hopes that the user on the NanoNote never has to deal with it.

In the future I will make pyexpat a default module for the Lojban
config, but this change will still see a performance gain in the
most typical use case for makfa.
2010-09-14 20:53:01 -06:00
Alan Post
b3f79e4824 move makfa.dump from /var/lib/makfa to /usr/share/makfa
I originally choose /var/lib/... because makfa.dump can be updated by
the makfa program.  /usr/share/... is for read-only data, which this
most certainly is not.

The best solution for this problem would be to have some kind of
/ovelay/var/... directory that is copied at boot to /var/...  This
would allow files that need to be persistent in /var/... to be so,
but would permit the flexibility currently seen for I/O heavy uses
of /var/...

Ater a discussion with xiangfu, we decided that modifying the
base-package to support an overlay on /var is too much work to do
right now, and that we would use /usr/share/... for the time being.
2010-09-14 20:49:41 -06:00
Alan Post
f4fa2d50aa Create package for makfa, the Lojban dictionary.
{.i lo vi se finti ku vasru la makfa poi jbovlaste}
2010-09-10 10:04:22 -06:00