summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2007-07-16Remove unnecessary entries from .gitignore filesDan McGee1-2/+0
.gitignore works recursively, so we don't need Makefile and Makefile.in in all of the subdirectory .gitignore files. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-07-02Move Doxygen manpage generation to doc/ directoryDan McGee2-1/+245
Instead of doing the doxygen work in the libalpm/ dir, do it with the rest of the docs in the doc/ dir. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee1-0/+4
After adding a alpm_db_check() operation in the back end, we can call it in the front end and present a user-friendly interface to it. Inspired-by: VMiklos <vmiklos@frugalware.org> Signed-off-by: Dan McGee <dan@archlinux.org>
2007-06-05Autotool clean up.Andrew Fyfe1-0/+1
* Add vim modeline to Makefile.am and configure.ac * Fix white space in Makefile.am and configure.ac * Add contrib/wget-xdelta.sh to EXTRA_DIST in Makefile.am Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
2007-06-01Drop --usesudo option and add some checks related to ASROOTDan McGee1-5/+5
Drop the --usesudo option and use it by default if running as a non-root user. Check the usage of the --asroot option and do not allow it to be used as a normal user. A few other small fixes, including a typo in $confdir. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-06-01scripts/makepkg.in: Various clean ups.Andrew Fyfe1-5/+11
* etc/makepkg.conf.in: Add description for xdelta. * doc/makepkg.conf.5: Add description for xdelta. * scripts/makepkg.in: Various clean ups. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-0/+4
Also cleaned up some duplicate printf lines related to the ShowSize option. Signed-off-by: Nathan Jones <nathanj@insightbb.com> Signed-off-by: Dan McGee <dan@archlinux.org>
2007-05-30doc/makepkg.8: document --log optionDan McGee1-0/+4
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-28Move .cvsignore -> .gitignoreDan McGee1-0/+0
* Move all .cvsignore files to .gitignore for switch in VCS. In addition, delete ones that were unnecessary because they only contained Makefile and Makefile.am. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-27* Remove outdated ProxyServer option from pacman.conf.5.Dan McGee1-3/+0
2007-03-20* NEWS: add quick line about backup files.Dan McGee1-0/+4
* pacman.8: add documentation for -Se option.
2007-03-19* Updated Italian translationDan McGee1-0/+13
Giovanni Scafora <linuxmania@gmail.com> * Many minor issues mentioned by Scott Horowitz <stonecrest@gmail.com>. - extra 'done' text in --noprogressbar output - missing flags in the pacman.8 manpage - unclear text in --noconfirm help description
2007-03-11* Added Russian language translation. Thanks!Dan McGee1-6/+15
Вам Зачем <4rayven@gmail.com> * Updated manpage to document --cachedir and --dbpath options.
2007-03-01* Slight documentation update.Dan McGee1-6/+10
2007-02-28* Added another test as suggested by Nagy on the ML- a package both providesDan McGee1-20/+0
for and is a dependency of another package. (upgrade057) * Removed man2html stuff from doc/Makefile.am. * Patch: improved depends checking in _alpm_checkdeps Nagy Gabor <ngaba@petra.hos.u-szeged.hu> * Slight revisions to pmrule.py to allow for a PKG_PROVIDES test. * Very quick updates to the pactest README. * Added rules to some of the newer upgrade tests. Note: upgrade055 now fails due to requiredby entries not being written packages that are dependencies in a provides role.
2007-02-25* Added some undocumented options to the manpage.Dan McGee1-14/+17
2007-02-23Implementing feature request: <http://bugs.archlinux.org/task/4706>Dan McGee3-13/+18
* Added these three possible options (or !options, more likely), to the PKGBUILD possibilities: - ccache - distcc - makeflags * Removed the --noccache and -j flags from makepkg as their functionality is better used by adding the above options to a PKGBUILD- keep the functionality where it is needed. Testing would be appreciated, I didn't do much of that yet.
2007-02-23* Removed man2html stuff from configure. It is now available in the doc/Dan McGee8-30/+37
directory by running the target man2html, e.g. 'make man2html'. * Slightly fixed up the bottom of the manpages.
2007-02-22Big commit here, I'll try to cover all the bases.Dan McGee1-1/+1
* Updated all of the language files, as the POT file was updated. NOTE FOR TRANSLATORS, try to base your next contribution off of these, notice how some msgids and messages have been wrapped to the next line- it makes it easier to read anyway. * More Makefile.am/configure.ac updates. 'make dist' and 'make distclean' now work properly, with only one caveat- the automatic testing in distclean doesn't do so hot as it is compiled with a default configure, which includes the fakeroot-proof code (which does not cooperate with pactest). * Added a Makefile.am for the pactest directory.
2007-02-22* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee1-3/+7
to work as expected.
2007-02-14* Updated makepkg.8 manpage to reflect shift of -S to --usesudo.Dan McGee1-4/+5
2007-02-12* Unified description of arch variable. Recommend using single quotes inDan McGee1-1/+1
the array, e.g. arch=('i686'). * Updated my TODO. * Changed the email address in rankmirrors script.
2007-02-11A few more slight changes to the pacman man pageDan McGee1-20/+23
2007-02-09* Fix compile errors/warnings.Dan McGee1-2/+1
* Update .cvsignore files a bit.
2007-02-09New manpages were going nowhere without an updated makefileDan McGee1-4/+11
2007-02-09Man pages, man pages, man pages. Just a few more additions and clarifications,Dan McGee2-14/+36
ensured force option was still documented in PKGBUILD.5.
2007-02-09Cleaned up the PKGBUILD man a bit.Dan McGee1-131/+92
2007-02-09Another round of manpage updates.Dan McGee6-45/+234
2007-02-08* Nice overhaul of manpages. It is at least a start.Dan McGee4-741/+494
* Alphabetized options in pacman usage.
2007-02-07Greatly simplify the way our non-existant translated manpages were beingDan McGee11-5201/+4
made. Ripped out all the po4a stuff, letting us cut down on yet another makedepends. Also moved all of the manpages to non-.in names.
2007-02-06one more change for man page moveDan McGee1-2/+2
2007-02-06fix makefiles for PKGBUILD.8 -> PKGBUILD.5Dan McGee2-6/+6
2007-02-06Minor fixups for the moment, still partially completeAaron Griffin1-73/+68
2007-02-06Swapped out PKGBUILD.8 for PKGBUILD.5 from Dan McGee - original PKGBUILD.8 ↵Aaron Griffin2-460/+286
had too many Frugal specific changes.
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin2-146/+152
* gcc visiblity changes Also modified _alpm_versioncmp -> alpm_versioncmp (public function) as per K. Piche's suggestions
2007-01-29* Fix building outside $(srcdir).Jürgen Hötzel2-7/+8
* Removed ./gen-mirrorlist.sh invocation from configure script: Mirror-files are generated by make, not configure.
2007-01-26Forgot this patch from Dan McGee as part of the bug #5409 fixesAaron Griffin1-0/+3
2007-01-17cvsignore cleanup and additionsAaron Griffin2-0/+10
2007-01-11* Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-4/+1
Documentation cleanup
2006-12-22Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel ↵Aaron Griffin2-4/+4
<juergen@hoetzel.info> * configure swig check * misc libalpm cleanup
2006-12-08A few minor updates so --root works again.Aaron Griffin2-6/+6
2006-12-05Corrected -Qg descriptionAaron Griffin1-2/+2
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin4-191/+99
* Addition of hacky architecture check in the _splitname function * Removal of libfetch from the archlinux proper - it has been renamed to libdownload and can be found at http://phraktured.net/libdownload * Merge of _some_ of the Frugalware makepkg change - this may still be incomplete * Removal of libftp from cvs proper * PKGBUILD manpage now says 'PKGBUILD' instead of FrugalBuild (he he)
2006-10-31* Makefile changes for libfetch integrationAaron Griffin2-1432/+1946
* Fixed the --enable-debug option in ./configure (never worked)
2006-10-27Remove generated man pages from CVSAaron Griffin56-1554/+0
2006-10-16configure changes for java detection (require swig)Aaron Griffin1-1/+1
by Christian Hamar alias krix <krics@linuxforum.hu>
2006-10-16*** empty log message ***Aaron Griffin1-2/+3
2006-10-15Added alpm function docs alongAaron Griffin53-0/+1014
pacman.c : Removed link to frugalware wiki sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE)
2006-10-15Final frugalware changes commitAaron Griffin3-0/+4737
2006-10-15Merging Frugalware changes - these need to be checked for instances of "Frugal"Aaron Griffin7-7/+1028
in the docs, but I'm lazy right now