Dan McGee
cf6f184243
* Updated Italian translation
...
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-19 02:45:00 +00:00
Dan McGee
f94506396f
* Added Russian language translation. Thanks!
...
Вам Зачем <4rayven@gmail.com>
* Updated manpage to document --cachedir and --dbpath options.
2007-03-11 20:53:50 +00:00
Dan McGee
6fc69d52c8
* Slight documentation update.
2007-03-01 20:16:15 +00:00
Dan McGee
bd7eb9475c
* Added another test as suggested by Nagy on the ML- a package both provides
...
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-28 04:00:21 +00:00
Dan McGee
4a75e42f12
* Added some undocumented options to the manpage.
2007-02-24 23:40:38 +00:00
Dan McGee
c94bfbaba3
Implementing feature request: < http://bugs.archlinux.org/task/4706 >
...
* 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 19:51:24 +00:00
Dan McGee
6fc803258a
* Removed man2html stuff from configure. It is now available in the doc/
...
directory by running the target man2html, e.g. 'make man2html'.
* Slightly fixed up the bottom of the manpages.
2007-02-23 03:23:06 +00:00
Dan McGee
332c127109
Big commit here, I'll try to cover all the bases.
...
* 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 21:34:51 +00:00
Dan McGee
3595201f5f
* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'
...
to work as expected.
2007-02-22 04:36:02 +00:00
Dan McGee
b347a7397a
* Updated makepkg.8 manpage to reflect shift of -S to --usesudo.
2007-02-14 15:06:03 +00:00
Dan McGee
67294287e3
* Unified description of arch variable. Recommend using single quotes in
...
the array, e.g. arch=('i686').
* Updated my TODO.
* Changed the email address in rankmirrors script.
2007-02-12 01:08:35 +00:00
Dan McGee
0597640129
A few more slight changes to the pacman man page
2007-02-11 00:27:45 +00:00
Dan McGee
73402a1459
* Fix compile errors/warnings.
...
* Update .cvsignore files a bit.
2007-02-09 21:54:57 +00:00
Dan McGee
d9a641a7a0
New manpages were going nowhere without an updated makefile
2007-02-09 18:37:27 +00:00
Dan McGee
4e0b649c3a
Man pages, man pages, man pages. Just a few more additions and clarifications,
...
ensured force option was still documented in PKGBUILD.5.
2007-02-09 15:37:20 +00:00
Dan McGee
eaf5ba61c7
Cleaned up the PKGBUILD man a bit.
2007-02-09 06:08:31 +00:00
Dan McGee
262c110dc0
Another round of manpage updates.
2007-02-09 03:44:54 +00:00
Dan McGee
a7df172bee
* Nice overhaul of manpages. It is at least a start.
...
* Alphabetized options in pacman usage.
2007-02-08 05:24:17 +00:00
Dan McGee
82de7efbf9
Greatly simplify the way our non-existant translated manpages were being
...
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-07 22:29:21 +00:00
Dan McGee
ac6e1c696e
one more change for man page move
2007-02-06 20:34:32 +00:00
Dan McGee
13f36463fa
fix makefiles for PKGBUILD.8 -> PKGBUILD.5
2007-02-06 20:23:41 +00:00
Aaron Griffin
b726277ccc
Minor fixups for the moment, still partially complete
2007-02-06 18:45:32 +00:00
Aaron Griffin
c32a7fcc85
Swapped out PKGBUILD.8 for PKGBUILD.5 from Dan McGee - original PKGBUILD.8 had too many Frugal specific changes.
2007-02-06 18:33:35 +00:00
Aaron Griffin
195e30e8aa
K. Piche <kpiche@rogers.com>
...
* gcc visiblity changes
Also modified _alpm_versioncmp -> alpm_versioncmp (public function) as per K.
Piche's suggestions
2007-01-30 07:47:19 +00:00
Jürgen Hötzel
13f9fc4d19
* Fix building outside $(srcdir).
...
* Removed ./gen-mirrorlist.sh invocation from configure script:
Mirror-files are generated by make, not configure.
2007-01-29 22:18:31 +00:00
Aaron Griffin
7ffb1e5fac
Forgot this patch from Dan McGee as part of the bug #5409 fixes
2007-01-26 01:57:06 +00:00
Aaron Griffin
42f8b8b2d3
cvsignore cleanup and additions
2007-01-17 03:40:08 +00:00
Aaron Griffin
244fb2a264
* Dan McGee <dpmcgee@gmail.com>
...
Documentation cleanup
2007-01-11 17:32:49 +00:00
Aaron Griffin
e3aace4a4d
Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel <juergen@hoetzel.info>
...
* configure swig check
* misc libalpm cleanup
2006-12-22 19:38:55 +00:00
Aaron Griffin
716e9ef095
A few minor updates so --root works again.
2006-12-08 08:17:41 +00:00
Aaron Griffin
f8b4b5257e
Corrected -Qg description
2006-12-05 07:38:34 +00:00
Aaron Griffin
4470e5ce01
* Numerous mini valgrind fixes.
...
* 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-11-14 07:58:42 +00:00
Aaron Griffin
a105718fd7
* Makefile changes for libfetch integration
...
* Fixed the --enable-debug option in ./configure (never worked)
2006-10-31 06:43:13 +00:00
Aaron Griffin
3e5401b74d
Remove generated man pages from CVS
2006-10-27 21:09:14 +00:00
Aaron Griffin
31c682c4ee
configure changes for java detection (require swig)
...
by Christian Hamar alias krix <krics@linuxforum.hu>
2006-10-16 00:02:43 +00:00
Aaron Griffin
04c48b4547
*** empty log message ***
2006-10-15 23:51:18 +00:00
Aaron Griffin
db769f667d
Added alpm function docs along
...
pacman.c : Removed link to frugalware wiki
sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE)
2006-10-15 21:06:08 +00:00
Aaron Griffin
9481022286
Final frugalware changes commit
2006-10-15 19:38:02 +00:00
Aaron Griffin
9ccd91701c
Merging Frugalware changes - these need to be checked for instances of "Frugal"
...
in the docs, but I'm lazy right now
2006-10-15 18:58:23 +00:00
Judd Vinet
431b0a953c
small typo fix
2006-10-01 23:22:53 +00:00
Aurelien Foret
3d3a29a808
added .cvsignore files
2006-03-27 17:17:35 +00:00
Aurelien Foret
a5f67ef819
fixed doxygen support (patch from VMiklos <vmiklos@frugalware.org>)
2006-02-20 20:08:24 +00:00
Judd Vinet
e28301168c
FW: re-add CacheDir setting
2006-02-20 18:40:50 +00:00
Aurelien Foret
5e4c3661c6
commented out doxygen support as it produces an error
2006-02-17 22:13:33 +00:00
Aurelien Foret
48cc9f3beb
doxygen support for autotools (patch from Christian Hamar <krics@linuxforum.hu>
2006-02-17 20:48:45 +00:00
Judd Vinet
fe0b4cccb2
changes merged from 2.9.8 -- clarified license usage, new options var in PKGBUILDs, --noprogressbar pacman switch...
2006-02-02 23:41:31 +00:00
Aurelien Foret
de3a0f164c
added libalpm manpage (patch from VMiklos <vmiklos@frugalware.org>)
2006-02-01 18:04:01 +00:00
Judd Vinet
caf64da579
typo fix
2006-01-07 21:14:50 +00:00
Judd Vinet
96de3501ab
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
2006-01-02 19:55:35 +00:00
Judd Vinet
1969a8beb9
typo
2005-12-14 02:32:31 +00:00
Judd Vinet
15689bddbf
added Frugalware patch: -Q --foreign to display packages not found in sync repos
2005-12-14 02:23:14 +00:00
Judd Vinet
e37bc739bd
Added CacheDir directive
2005-10-20 20:44:58 +00:00
Judd Vinet
a1526a3e7d
added first part of the autoconf stuff - patch from Christian Hamar <krics@linuxforum.hu>
2005-10-17 18:52:43 +00:00
Aurelien Foret
2e28303ee5
fixed a typo
2005-03-26 07:40:29 +00:00
Judd Vinet
d04baabafa
Initial revision
2005-03-15 01:51:43 +00:00