From 16a2528ed0b2204e5a70e46927b7e66c881ac0fe Mon Sep 17 00:00:00 2001 From: Skunnyk Date: Sun, 7 Jun 2015 21:35:25 +0200 Subject: [PATCH] Update URLs, authors, prepare v1.6 --- README.pod | 3 + src/AUTHORS | 8 + src/man/yaourt.8 | 8 +- src/man/yaourt.8.orig | 305 +++++++++++++++++++++++++++++++++++++++ src/man/yaourtrc.5 | 2 +- src/pacdiffviewer.sh.in | 2 +- src/po/yaourt/yaourt.pot | 4 +- src/yaourt.sh.in | 1 + 8 files changed, 326 insertions(+), 7 deletions(-) create mode 100644 src/man/yaourt.8.orig diff --git a/README.pod b/README.pod index eda4661..f8edeae 100644 --- a/README.pod +++ b/README.pod @@ -107,3 +107,6 @@ Use EdirE as temporary folder. default to '/tmp' See I +=head1 TRANSLATIONS + +Translations are handle on L diff --git a/src/AUTHORS b/src/AUTHORS index 4d51c6a..3525712 100644 --- a/src/AUTHORS +++ b/src/AUTHORS @@ -1,3 +1,11 @@ Yaourt authors/contributors: + +Original author : - Julien MISCHKOWITZ + +Maintainers : - tuxce +- Skunnyk + +Thanks everybody for your patchs ! +Thanks to all translators ! diff --git a/src/man/yaourt.8 b/src/man/yaourt.8 index 35020ef..5d92d7f 100644 --- a/src/man/yaourt.8 +++ b/src/man/yaourt.8 @@ -7,7 +7,7 @@ .\" Source: Yaourt 1.5 .\" Language: English .\" -.TH "YAOURT" "8" "2015\-04\-28" "Yaourt 1\&.5" "Yaourt Manual" +.TH "YAOURT" "8" "2015\-04\-28" "Yaourt 1\&.6" "Yaourt Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -205,7 +205,7 @@ to ignore \fBPKGBUILD\fR(5) \fIarch\fR field\&. .PP \fB\-\-aur\-url \fR .RS 4 -Specify a custom AUR url (default to http://aur.archlinux.org)\&. +Specify a custom AUR url (default to https://aur.archlinux.org)\&. .RE .PP \fB\-\-conflicts\fR @@ -295,7 +295,7 @@ Set a user defined colors\&. (see See the yaourt website at http://archlinux\&.fr/yaourt\-en/ for more info\&. .SH "BUGS" .sp -http://bugs\&.archlinux\&.fr +https://github\&.com/archlinuxfr/yaourt .SH "AUTHORS" .sp Julien MISCHKOWITZ @@ -303,3 +303,5 @@ Julien MISCHKOWITZ Current maintainers: .sp Tuxce +.sp +Skunnyk diff --git a/src/man/yaourt.8.orig b/src/man/yaourt.8.orig new file mode 100644 index 0000000..35020ef --- /dev/null +++ b/src/man/yaourt.8.orig @@ -0,0 +1,305 @@ +'\" t +.\" Title: yaourt +.\" Author: [see the "Authors" section] +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 2015-04-28 +.\" Manual: Yaourt Manual +.\" Source: Yaourt 1.5 +.\" Language: English +.\" +.TH "YAOURT" "8" "2015\-04\-28" "Yaourt 1\&.5" "Yaourt Manual" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +yaourt \- more than a frontend to pacman +.SH "SYNOPSIS" +.sp +\fIyaourt\fR [options] [packages] +.sp +\fIyaourt\fR (search pattern|package file) +.SH "DESCRIPTION" +.sp +Yaourt is a pacman frontend with a lot of features\&. +.sp +AUR/ABS support, colorized output, interactive search/install, save/restore Alpm database, orphans detection, manage \&.pac* files, \&... +.SH "OPERATIONS" +.sp +Since the majority of those options are the same as pacman\(cqs (\fBpacman\fR(8)), this manual page will focus on the yaourt-specific ones\&. +.PP +\fB\-B, \-\-backup\fR +.RS 4 +Backup or restore alpm local database\&. See +Backup Options\&. +.RE +.PP +\fB\-C\fR +.RS 4 +Manage \&.pac* files\&. See +Clean Options\&. +.RE +.PP +\fB\-G, \-\-getpkgbuild \fR +.RS 4 +Get PKGBUILD for ABS or AUR\&. +.RE +.PP +\fB\-Q, \-\-query\fR +.RS 4 +Query local database + Can sort packages by installation date, possibility to delete orphans\&. See +Query Options\&. +.RE +.PP +\fB\-R, \-\-remove\fR +.RS 4 +Remove package(s) from the system\&. +.RE +.PP +\fB\-U, \-\-upgrade\fR +.RS 4 +Upgrade or add package(s) to the system\&. +.RE +.PP +\fB\-S, \-\-sync\fR +.RS 4 +Synchronize packages + AUR support, building from sources\&. See +Sync Options\&. +.RE +.PP +\fB\-\-stats\fR +.RS 4 +Show some statistics about your packages\&. +.RE +.PP +\fB\-V, \-\-version\fR +.RS 4 +Display version and exit\&. +.RE +.PP +\fB\-h, \-\-help\fR +.RS 4 +Display a short help\&. +.RE +.SH "OPTIONS" +.PP +\fB\-\-color\fR +.RS 4 +Force color\&. +.RE +.PP +\fB\-\-export \fR +.RS 4 +Export built packages and their sources (\fBmakepkg\fR(8)) to \&. +.RE +.PP +\fB\-\-force\fR +.RS 4 +Force installation or updates\&. +.RE +.PP +\fB\-\-insecure\fR +.RS 4 +Allow curl & package\-query to perform "insecure" SSL connections +.RE +.PP +\fB\-\-nocolor\fR +.RS 4 +Disable color\&. +.RE +.PP +\fB\-\-noconfirm\fR +.RS 4 +Don\(cqt ask for confirmation\&. +.RE +.PP +\fB\-\-pager\fR +.RS 4 +Use +\fI$PAGER\fR +to show search results\&. +.RE +.PP +\fB\-\-tmp \fR +.RS 4 +Use as temporary folder\&. default to +\fI/tmp\fR +.RE +.SH "BACKUP OPTIONS" +.PP +\fIyaourt \-B\fR +.RS 4 +Backup alpm local database in current dir\&. +.RE +.PP +\fIyaourt \-B \fR +.RS 4 +Backup alpm local database in /pacman\-date\&.tar\&.bz2 +.RE +.PP +\fIyaourt \-B \fR +.RS 4 +Restore alpm local database from \&. +.RE +.SH "CLEAN OPTIONS" +.sp +Manage \&.pacnew, \&.pacsave and \&.pacorig files\&. +.PP +\fB\-c, \-\-clean\fR +.RS 4 +Clean all these files\&. +.RE +.SH "QUERY OPTIONS" +.PP +\fB\-\-backupfile \fR +.RS 4 +Query instead of alpm/aur\&. +.RE +.PP +\fB\-\-date\fR +.RS 4 +List queries result sorted by installation date\&. +.RE +.PP +\fB\-d, \-\-deps\fR +.RS 4 +Filter output to packages installed as dependencies\&. +.RE +.PP +\fB\-t, \-\-unrequired\fR +.RS 4 +Filter output to packages not required by any currently installed package\&. With +\fI\-d\fR, yaourt list all real orphans and ask for deletion\&. +.RE +.SH "SYNC OPTIONS" +.PP +\fB\-a, \-\-aur\fR +.RS 4 +Also search in AUR database\&. With +\fI\-u\fR +or +\fI\-\-sysupgrade\fR, upgrade aur packages that are out of date\&. With +\fI\-Qm\fR, display more info about foreign package\&. +.RE +.PP +\fB\-A, \-\-ignorearch\fR +.RS 4 +Pass \fI\-A\fR or \fI\-\-ignorearch\fR option to \fBmakepkg\fR(8) +to ignore \fBPKGBUILD\fR(5) \fIarch\fR field\&. +.RE +.PP +\fB\-\-aur\-url \fR +.RS 4 +Specify a custom AUR url (default to http://aur.archlinux.org)\&. +.RE +.PP +\fB\-\-conflicts\fR +.RS 4 +Show packages that conflicts with one of the targets\&. +.RE +.PP +\fB\-b, \-\-build\fR +.RS 4 +Build from sources, ABS for official packages, or AUR if packages is not found\&. Specify this option twice to build all dependencies\&. +.RE +.PP +\fB\-\-depends\fR +.RS 4 +Show packages that depends on one of the targets\&. +.RE +.PP +\fB\-\-devel\fR +.RS 4 +With +\fI\-u\fR +or +\fI\-\-sysupgrade\fR, search an update for devel packages\&. +.RE +.PP +\fB\-i, \-\-info\fR +.RS 4 +Display dependency and other information for a given package\&. This will search through all repositories and AUR database for a matching package\&. +.RE +.PP +\fB\-\-m-arg \fR +.RS 4 +Pass additional options to \fBmakepkg\fR(8). To pass more than one +option, put them in quotes. +.RE +.PP +\fB\-\-provides\fR +.RS 4 +Show packages that provides one of the targets\&. +.RE +.PP +\fB\-\-replaces\fR +.RS 4 +Show packages that replaces one of the targets\&. +.RE +.PP +\fB\-u, \-\-sysupgrade\fR +.RS 4 +Upgrade all packages that are out of date\&. +.RE +.SH "HANDLING CONFIG FILES" +.sp +With AUTOSAVEBACKUPFILE (\fByaourtrc\fR(5)), yaourt will search and save all files marked as backup\&. These files can be used later with \fIyaourt \-C\fR to automerge current configuration files with new ones\&. +.SH "CONFIGURATION" +.sp +See \fByaourtrc\fR(5) for more details on configuring yaourt using the \fIyaourtrc\fR file\&. +.SH "ENVIRONMENT VARIABLES" +.PP +\fBMAKEPKG\fR +.RS 4 +Set an alternative +\fBmakepkg\fR(8) +command\&. +.RE +.PP +\fBPACMAN\fR +.RS 4 +Set an alternative +\fBpacman\fR(8) +command\&. +.RE +.PP +\fBTMPDIR\fR +.RS 4 +Set a temporary folder to use\&. +.RE +.PP +\fBYAOURT_COLORS\fR +.RS 4 +Set a user defined colors\&. (see +\fBpackage-query\fR(8)) +.RE +.SH "SEE ALSO" +.sp +\fByaourtrc\fR(5), \fBmakepkg\fR(8), \fBpacman\fR(8) +.sp +See the yaourt website at http://archlinux\&.fr/yaourt\-en/ for more info\&. +.SH "BUGS" +.sp +http://bugs\&.archlinux\&.fr +.SH "AUTHORS" +.sp +Julien MISCHKOWITZ +.sp +Current maintainers: +.sp +Tuxce diff --git a/src/man/yaourtrc.5 b/src/man/yaourtrc.5 index 9660547..45aec49 100644 --- a/src/man/yaourtrc.5 +++ b/src/man/yaourtrc.5 @@ -7,7 +7,7 @@ .\" Source: Yaourt 1.5 .\" Language: English .\" -.TH "YAOURTRC" "5" "2015\-04\-28" "Yaourt 1\&.5" "Yaourt Manual" +.TH "YAOURTRC" "5" "2015\-04\-28" "Yaourt 1\&.6" "Yaourt Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/src/pacdiffviewer.sh.in b/src/pacdiffviewer.sh.in index c1f7487..fd83922 100755 --- a/src/pacdiffviewer.sh.in +++ b/src/pacdiffviewer.sh.in @@ -3,7 +3,7 @@ # pacdiffviewer : manage/backup/clean/merge pac* files # # Copyright (c) 2008-2010 Julien MISCHKOWITZ -# Copyright (c) 2010-2012 tuxce +# Copyright (c) 2010-2014 tuxce # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU Library General Public License as published diff --git a/src/po/yaourt/yaourt.pot b/src/po/yaourt/yaourt.pot index fdbfc29..82925cf 100644 --- a/src/po/yaourt/yaourt.pot +++ b/src/po/yaourt/yaourt.pot @@ -6,8 +6,8 @@ # msgid "" msgstr "" -"Project-Id-Version: yaourt 1.5\n" -"Report-Msgid-Bugs-To: http://bugs.archlinux.fr/index.php?project=3\n" +"Project-Id-Version: yaourt 1.6\n" +"Report-Msgid-Bugs-To: https://github.com/archlinuxfr/yaourt\n" "POT-Creation-Date: 2010-04-09 15:19+0200\n" "PO-Revision-Date: 2014-12-29 20:28+0200\n" "Last-Translator: tuxce \n" diff --git a/src/yaourt.sh.in b/src/yaourt.sh.in index daa4194..03dec11 100755 --- a/src/yaourt.sh.in +++ b/src/yaourt.sh.in @@ -4,6 +4,7 @@ # # Copyright (c) 2008-2010 Julien MISCHKOWITZ # Copyright (c) 2010-2015 tuxce +# Copyright (c) 2014-2015 Skunnyk # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU Library General Public License as published