summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* * Slight documentation update.Dan McGee2007-03-01
|
* * Added another test as suggested by Nagy on the ML- a package both providesDan McGee2007-02-28
| | | | | | | | | | | | 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.
* * Added some undocumented options to the manpage.Dan McGee2007-02-24
|
* Implementing feature request: <http://bugs.archlinux.org/task/4706>Dan McGee2007-02-23
| | | | | | | | | | | | | * 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.
* * Removed man2html stuff from configure. It is now available in the doc/Dan McGee2007-02-23
| | | | | directory by running the target man2html, e.g. 'make man2html'. * Slightly fixed up the bottom of the manpages.
* Big commit here, I'll try to cover all the bases.Dan McGee2007-02-22
| | | | | | | | | | | | * 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.
* * A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee2007-02-22
| | | | to work as expected.
* * Updated makepkg.8 manpage to reflect shift of -S to --usesudo.Dan McGee2007-02-14
|
* * Unified description of arch variable. Recommend using single quotes inDan McGee2007-02-12
| | | | | | the array, e.g. arch=('i686'). * Updated my TODO. * Changed the email address in rankmirrors script.
* A few more slight changes to the pacman man pageDan McGee2007-02-11
|
* * Fix compile errors/warnings.Dan McGee2007-02-09
| | | | * Update .cvsignore files a bit.
* New manpages were going nowhere without an updated makefileDan McGee2007-02-09
|
* Man pages, man pages, man pages. Just a few more additions and clarifications,Dan McGee2007-02-09
| | | | ensured force option was still documented in PKGBUILD.5.
* Cleaned up the PKGBUILD man a bit.Dan McGee2007-02-09
|
* Another round of manpage updates.Dan McGee2007-02-09
|
* * Nice overhaul of manpages. It is at least a start.Dan McGee2007-02-08
| | | | * Alphabetized options in pacman usage.
* Greatly simplify the way our non-existant translated manpages were beingDan McGee2007-02-07
| | | | | | 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.
* one more change for man page moveDan McGee2007-02-06
|
* fix makefiles for PKGBUILD.8 -> PKGBUILD.5Dan McGee2007-02-06
|
* Minor fixups for the moment, still partially completeAaron Griffin2007-02-06
|
* Swapped out PKGBUILD.8 for PKGBUILD.5 from Dan McGee - original PKGBUILD.8 ↵Aaron Griffin2007-02-06
| | | | had too many Frugal specific changes.
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
| | | | | | | * gcc visiblity changes Also modified _alpm_versioncmp -> alpm_versioncmp (public function) as per K. Piche's suggestions
* * Fix building outside $(srcdir).Jürgen Hötzel2007-01-29
| | | | | * Removed ./gen-mirrorlist.sh invocation from configure script: Mirror-files are generated by make, not configure.
* Forgot this patch from Dan McGee as part of the bug #5409 fixesAaron Griffin2007-01-26
|
* cvsignore cleanup and additionsAaron Griffin2007-01-17
|
* * Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-11
| | | | Documentation cleanup
* Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel ↵Aaron Griffin2006-12-22
| | | | | | | <juergen@hoetzel.info> * configure swig check * misc libalpm cleanup
* A few minor updates so --root works again.Aaron Griffin2006-12-08
|
* Corrected -Qg descriptionAaron Griffin2006-12-05
|
* * Numerous mini valgrind fixes.Aaron Griffin2006-11-14
| | | | | | | | | | * 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)
* * Makefile changes for libfetch integrationAaron Griffin2006-10-31
| | | | * Fixed the --enable-debug option in ./configure (never worked)
* Remove generated man pages from CVSAaron Griffin2006-10-27
|
* configure changes for java detection (require swig)Aaron Griffin2006-10-16
| | | | by Christian Hamar alias krix <krics@linuxforum.hu>
* *** empty log message ***Aaron Griffin2006-10-15
|
* Added alpm function docs alongAaron Griffin2006-10-15
| | | | | pacman.c : Removed link to frugalware wiki sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE)
* Final frugalware changes commitAaron Griffin2006-10-15
|
* Merging Frugalware changes - these need to be checked for instances of "Frugal"Aaron Griffin2006-10-15
| | | | in the docs, but I'm lazy right now
* small typo fixJudd Vinet2006-10-01
|
* added .cvsignore filesAurelien Foret2006-03-27
|
* fixed doxygen support (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-02-20
|
* FW: re-add CacheDir settingJudd Vinet2006-02-20
|
* commented out doxygen support as it produces an errorAurelien Foret2006-02-17
|
* doxygen support for autotools (patch from Christian Hamar <krics@linuxforum.hu>Aurelien Foret2006-02-17
|
* changes merged from 2.9.8 -- clarified license usage, new options var in ↵Judd Vinet2006-02-02
| | | | PKGBUILDs, --noprogressbar pacman switch...
* added libalpm manpage (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-02-01
|
* typo fixJudd Vinet2006-01-07
|
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
|
* typoJudd Vinet2005-12-14
|
* added Frugalware patch: -Q --foreign to display packages not found in sync reposJudd Vinet2005-12-14
|
* Added CacheDir directiveJudd Vinet2005-10-20
|