Serhiy Storchaka
fc9c24c6f9
Ticket #1920 : Issues with deba and debd VFS
...
Currently, deba and debd VFS contains fake directories a-la "14:21
DEBIAN", "14:21 CONTENTS". Items from DEBIAN directory (conffiles,
md5sums, ...) not accessible.
The patch fixes this issues.
Thanks to Serhiy Storchaka for the patch.
2010-01-02 17:04:18 +01:00
Enrico Weigelt, metux IT service
ec1a52fb0a
VFS: renamed USE_VFS to ENABLE_VFS
2009-12-30 11:06:11 +02:00
Jakob Kemi
6908e6fc48
Ticket #272 : Extfs: added S3 backend by Jakob Kemi
2009-12-24 22:26:14 +01:00
Slava Zanko
e7ed071be7
/vfs/extfs/rpm wrapper is totally rewritten.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-11-23 10:16:28 +02:00
Andrew Borodin
d53630b800
Drop srpm VFS at all. rpm VFS is used instead.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-11-23 10:16:28 +02:00
Arkadiusz Miśkiewicz
03fd0a6cd0
Ticket #1590 : single rpm script that also does srpm job.
...
Use rpm script for srpm job, too.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-11-23 10:16:28 +02:00
Yuri Fil
c5fd4aef8e
Ticket #1681 : extfs for .cab
...
Added ability for work with Microsoft CAB archives.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-10-07 13:14:24 +03:00
Slava Zanko
ff6cd52e53
Ticket #44 : More functionally u7z.
...
* automatically search of 7z or 7za utility
* fixed calculate of EXFNAME file name.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-24 14:14:46 +03:00
Daniel Borca
ad42905ecf
Ticket #1477 : incorrect detection of compressed patchfs
...
UseCase:
* rename any patch file into patch_file.lzma_tar.patch.gz for example
* try to enter into renamed file (press Enter key on a file in panel)
* You'll see error message 'sh: lzma: command not found'
Fix issue:
* Add -b key into call of 'file' utility (to avoid filename in output)
* better parse 'file -b' output
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-08-24 17:41:36 +03:00
Stan. S. Krupoderov
96c0dc08d8
Ticket #1485 : iso9660 extfs does not handle certain isos
...
extfs/iso9660.in: add suport UCS l1, and fix ageinst new isoinfo
Original author: dborca
Signed-off-by: Stan. S. Krupoderov <pashelper@gmail.com>
2009-08-09 16:27:27 +04:00
Slava Zanko
c78c4a555a
Ticket #1467 (Portability: fix bashism in vfs/extfs/u7z)
...
Fixed bashism in 'mcu7zip_rm' and 'mcu7zip_rmdir' functions.
* Use 'printf' instread of 'echo -e'
* stderor redirected to /dev/null
Thanks to narcan.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-08-05 16:37:36 +03:00
Slava Zanko
0c17219b2a
Move global config files from pkg_datadir to sysconfdir
...
* Also fixed 'make dist' command
* changed contrib/dist/redhat/mc.spec.in for builds with new dir
2009-05-21 01:01:10 +03:00
Ilia Maslakov
b29e81556f
Rewritten by David Sterba <dave jikos.cz> patchfs.
...
add xz compress support to David's version.
2009-05-14 13:38:10 +00:00
xgizzmo
24ca27fe30
Added XZ compression support. Signed-off-by: xgizzmo <xgizzmo@slackbuilds.org>
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-05-13 11:35:22 +03:00
Mikhail S. Pobolovets
121e910351
Merge branch '191_extfs_unrar'
2009-04-16 22:50:03 +03:00
Mikhail S. Pobolovets
07584c35c7
Merge branch '190_srpm_support'
2009-04-16 22:31:48 +03:00
Mikhail S. Pobolovets
e0831ebd2e
* vfs/extfs/urar.in: If unrar is not aviable then use rar instead
...
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-04-16 20:41:25 +03:00
Sergei Trofimovich
e2f1b4991e
Merge branch 'mc-4.6'
...
* mc-4.6:
added fix by cppgx (#84 )
2009-02-23 22:17:17 +02:00
Enrico Weigelt, metux IT service
2d3da8a99c
added fix by cppgx ( #84 )
2009-02-23 20:55:42 +02:00
Mikhail S. Pobolovets
70e800fc58
mandriva: Srpm support for extfs
...
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-02-21 13:28:40 +02:00
Enrico Weigelt, metux IT service
a5ba278729
merged in lzma patch from mandriva
2009-02-04 21:16:00 +01:00
Enrico Weigelt, metux IT service
648a377ad8
merged mc-4.6
2009-02-04 04:11:17 +01:00
Enrico Weigelt, metux IT service
5f84762472
extfs/rpm,extfs/trpm: removed obsolete rpm tags
2009-02-04 04:09:30 +01:00
Enrico Weigelt, metux IT service
584caa7949
manually merged mc-4.6
2009-02-04 01:26:28 +01:00
Enrico Weigelt, metux IT service
adbe38172d
added patch from #194
2009-02-04 01:18:51 +01:00
Enrico Weigelt, metux IT service
173ca89fca
merged jpelletier's patch for historic archive formats
2009-01-24 04:59:34 +01:00
Slava Zanko
9623a85506
lib/mc.ext.in: change filemask for recognize 7z-files
...
vfs/extfs/u7z:
- change only LC_DATE global variable for correct work with arhive;
- add sorting by filename in output of list files
2009-01-14 11:54:02 +02:00
Enrico Weigelt, metux IT service
7770bc7899
fixed some bashisms in vfs/extfs/*
2009-01-12 20:58:50 +01:00
Patrick Winnertz
dcd57a34ef
Removed .cvsignore files as we don't need them any longer
2009-01-05 16:58:44 +01:00
Slava Zanko
aad7c6c317
Added .svnignore files (same as .cvsignore)
2008-12-28 23:27:03 +02:00
Leonard den Ottolander
16bf1ca415
* extfs/rpm: Recognize CONFLICTS.
...
* extfs/trpm: Likewise.
2006-11-01 10:30:26 +00:00
Leonard den Ottolander
7564bbd7d4
* extfs/rpm: Restore legacy RPM tags for backward compatibility.
...
* extfs/trpm: Likewise.
2006-08-01 21:03:18 +00:00
Pavel Tsekov
c2721465d7
* vfs/extfs/urar.in (mcrarfs_copyout): Do not query password
...
when extracting password protected entries.
2006-07-25 20:42:58 +00:00
Pavel Tsekov
e7d571c9d6
* vfs/extfs/audio.in (audiofs_copyout): Quote the track name.
...
* vfs/extfs/bpp (mcbppfs_list): Quote the package file name.
* vfs/extfs/uzoo.in (mklink): Quote MC_TMPDIR.
2006-07-25 20:22:59 +00:00
Pavel Tsekov
ec98ac4cf7
* vfs/extfs/iso9660.in (test_iso): Use `locale charmap' to retrieve
...
the current character set. If that fails fallback to using
the LC_CTYPE field of `locale' output.
When invoking `isoinfo' to test whether it supports a given character
set tell it to use /dev/null as the cdrom device so that it will bail
out immediatly instead of accessing a real drive.
2006-07-19 11:19:52 +00:00
Pavel Tsekov
3c713dfe18
* vfs/extfs/deb.in (mcdebfs_list): Do not skip over directory entries.
...
Set the locale to C when executing dpkg-deb.
2006-07-18 14:49:48 +00:00
Pavel Tsekov
46ca52176b
* vfs/extfs/rpm: Remove support for obsoleted RPM tags.
...
* vfs/extfs/trpm: Likewise.
2006-07-13 14:23:08 +00:00
Leonard den Ottolander
e494043f82
* extfs/mailfs.in (parse_date): Output 3 date fields not 4. Range to
...
output time not year is slightly larger than the range used by
file_date() in util.c. Prefer using Date::Parse over Date::Manip as the
former is faster. Fix fallback for "light version".
(process_header): Match header field names case insensitively.
(mailfs_list): Improve match for header start.
(mailfs_copyout): Likewise.
2006-05-28 12:35:57 +00:00
Andrew V. Samoilov
9395167ddd
* extfs/uzip.in (print_file): Use %8s instead of %8d
...
printf() pattern to print really big "realsize"
2006-05-06 08:31:53 +00:00
Leonard den Ottolander
25002a0274
* extfs/deb.in (mcdebfs_list): Output three date fields, not four.
2006-03-19 17:41:11 +00:00
Leonard den Ottolander
7d7ea8c067
* extfs/deb.in: Patrik Rak is mentioned in the header, no need to
...
specify his code blocks in the comments.
2006-03-19 17:15:55 +00:00
Leonard den Ottolander
866d39e32c
* extfs/uar.in (mcarfs_list): Parse date reported by ar back to three
...
fields as vfs_parse_filedate() only expects three date fields now.
2006-03-18 12:56:50 +00:00
Roland Illig
4972324b16
* extfs/iso9660.in: Ignore error messages from locale(1), as it
...
does not exist on OpenBSD. Reported by q# on mc-devel.
2005-09-26 15:07:00 +00:00
Pavel Roskin
3b40737834
* extfs/urar.in: Remove month translation and year windowing -
...
they are better handled by mc. Use more robust date format.
Set locale to C.
2005-07-25 21:51:51 +00:00
Pavel Roskin
271a56e3f8
* extfs/uzip.in: Preserve seconds. Avoid month translation - it
...
only slows down processing.
2005-07-25 20:24:01 +00:00
Pavel Roskin
23c29ab03a
* extfs/ualz.in: Fix compatibility with unalz 0.51.
2005-07-25 16:19:53 +00:00
Pavel Roskin
a0c56a1a7d
* extfs/ualz.in: Anticipate eventual posixification of the date
...
format.
2005-07-22 21:54:00 +00:00
Pavel Roskin
a24baacdf8
* extfs/ualz.in: New file - support for ALZip archives.
...
* extfs/Makefile.am: Add ualz.
* extfs/extfs.ini: Likewise.
2005-07-20 19:03:53 +00:00
Pavel Roskin
33ded3d61b
* extfs/u7z: New file - support for 7zip archives.
...
* extfs/Makefile.am: Add u7z.
* extfs/extfs.ini: Likewise.
2005-06-22 02:21:43 +00:00
Andrew V. Samoilov
4cc677124a
* extfs/uarj.in (mcarjfs_copyout): Use the regular extract command,
...
instead of redirecting all the output of the print (p) command.
2005-03-31 05:28:15 +00:00