diff options
author | drochner <drochner@pkgsrc.org> | 2003-07-28 14:57:00 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-07-28 14:57:00 +0000 |
commit | f6bfe4f08d173f40c51834843957466a57cae9d6 (patch) | |
tree | 4e0463099c0fab84fba1148224512a8f4f384f5e /misc/routeplanner-cli/PLIST | |
parent | f08518b4b82bf55bcd86a527f05455819559300e (diff) | |
download | pkgsrc-f6bfe4f08d173f40c51834843957466a57cae9d6.tar.gz |
import routeplanner-cli-0.11, a routeplanner written in Python
(you'll probably not use it to plan the next trip, but it is still a
good example for graph manipulation in Python)
Diffstat (limited to 'misc/routeplanner-cli/PLIST')
-rw-r--r-- | misc/routeplanner-cli/PLIST | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/routeplanner-cli/PLIST b/misc/routeplanner-cli/PLIST new file mode 100644 index 00000000000..b069db2c740 --- /dev/null +++ b/misc/routeplanner-cli/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/28 14:57:00 drochner Exp $ +bin/rpcli +lib/routeplanner/Basic-USA.rpl3.gz +lib/routeplanner/NorthAmerica.rpl3.gz +lib/routeplanner/rpcli.py +lib/routeplanner/rpcountry.py +lib/routeplanner/rpcity.py +lib/routeplanner/rpdbase.py +lib/routeplanner/rproute.py +lib/routeplanner/rpunits.py +@dirrm lib/routeplanner |