SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
--- docs/_build/conf.py.in.orig Tue Sep 24 23:32:25 2013
+++ docs/_build/conf.py.in Tue Sep 24 23:34:42 2013
@@ -211,8 +211,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('mydumper_usage', 'mydumper', u'@PROGRAM_DESC@',
+ ('mydumper_usage', 'mydumper', u'a tool to dump MySql data',
[u'Andrew Hutchings'], 1),
- ('myloader_usage', 'myloader', u'@PROGRAM_DESC@',
+ ('myloader_usage', 'myloader', u'a tool to load MySql data',
[u'Andrew Hutchings'], 1)
]