01
2012-04-19
fredgnix
.TH "pkgtxt2db" 1 "04/19/2012" "Frederic Galusik"
04
2012-01-31
fredgnix
.SH NAME
07
2012-01-31
fredgnix
pkgtxt2db \- A perl utility to convert the Slackware PACKAGES.TXT to a database.
10
2012-04-19
fredgnix
Are supported: CSV, JSON, XML
12
2012-01-31
fredgnix
.SH SYNOPSIS
15
2012-01-31
fredgnix
\fBpkgtxt2db\fR [\fIOPTIONS\fR]
17
2012-01-31
fredgnix
.SH DESCRIPTION
20
2012-04-19
fredgnix
\fBPkgtxt2db\fR is a tool for automoatically convert PACKAGES.TXT from this plain text format to a database one like CSV, JSON, XML.
22
2012-01-31
fredgnix
.SH GENERAL OPTIONS
25
2012-01-31
fredgnix
\fB\-h\fR, \fB\-\-help\fR
26
2012-01-31
fredgnix
Simple help
29
2012-01-31
fredgnix
\fB\-v\fR, \fB\-\-version\fR
30
2012-01-31
fredgnix
Print Pkgtxt2db version
33
2012-01-31
fredgnix
\fB\-c\fR, \fB\-\-csv\fR
34
2012-01-31
fredgnix
Convert PACKAGES.TXT to a CSV database.
37
2012-01-31
fredgnix
\fB\-j\fR, \fB\-\-json\fR
38
2012-01-31
fredgnix
Convert PACKAGES.TXT to a JSON database.
41
2012-04-19
fredgnix
\fB\-x\fR, \fB\-\-xml\fR
42
2012-04-19
fredgnix
Convert PACKAGES.TXT to a XML database
45
2012-01-31
fredgnix
\fB\-t\fR, \fB\-\-target\fR
46
2012-01-31
fredgnix
Choose between Slackware or Salix repositories.
48
2012-01-31
fredgnix
It can be:
51
2012-01-31
fredgnix
.IP \(bu 3
52
2012-01-31
fredgnix
slack32: slackware i486 repository
53
2012-01-31
fredgnix
.IP \(bu 3
54
2012-01-31
fredgnix
slack64: slackware x86_64 repository
55
2012-01-31
fredgnix
.IP \(bu 3
56
2012-01-31
fredgnix
salix32: salix i486 repository
57
2012-01-31
fredgnix
.IP \(bu 3
58
2012-01-31
fredgnix
salix64: salix x86_64 repository
63
2012-01-31
fredgnix
\fB\-r\fR, \fB\-\-release\fR
64
2012-01-31
fredgnix
Choose the slackware or salix release.
66
2012-01-31
fredgnix
It can be: current (if exist), 13.37, ...
68
2012-01-31
fredgnix
.SH COMMAND LINE USAGE
71
2012-01-31
fredgnix
Here are some usages examples.
74
2012-01-31
fredgnix
\fBpkgtxt2db \-c \-t slack32 \-r current\fR
75
2012-01-31
fredgnix
It will fetch and convert PACKAGES.TXT from the Slackware current i486
76
2012-04-19
fredgnix
repository to a CSV database (tab separated): \fIslack32\-current.csv\fR.
77
2012-01-31
fredgnix
You can open it with libreoffice ;)
80
2012-01-31
fredgnix
\fBpkgtxt2db \-j \-t salix64 \-r 13.37\fR
81
2012-01-31
fredgnix
It will fetch and convert PACKAGES.TXT from the Salix 13.37 x86\-64
82
2012-04-19
fredgnix
repository to a JSON database: \fIsalix64\-13.37.json\fR.
84
2012-01-31
fredgnix
.SH WEBSITE
87
2012-01-31
fredgnix
http://www.salixos.org/wiki/index.php/Pkgtxt2db
89
2012-01-31
fredgnix
.SH AUTHOR
92
2012-01-31
fredgnix
Pkgtxt2db was written by Frederic Galusik <fredg~at~salixos~dot~org>
94
2012-01-31
fredgnix
.\" man code generated by txt2tags 2.6 (http://txt2tags.org)
95
2012-04-19
fredgnix
.\" cmdline: txt2tags -i pkgtxt2db.t2t