packages: lesspipe/lesspipe.sh, lesspipe/lesspipe.spec - show squash files=?UTF-8?Q?=20?=...

glen glen at pld-linux.org
Tue Apr 24 19:47:30 CEST 2012


Author: glen                         Date: Tue Apr 24 17:47:30 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- show squash files (.sqf)

---- Files affected:
packages/lesspipe:
   lesspipe.sh (1.52 -> 1.53) , lesspipe.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: packages/lesspipe/lesspipe.sh
diff -u packages/lesspipe/lesspipe.sh:1.52 packages/lesspipe/lesspipe.sh:1.53
--- packages/lesspipe/lesspipe.sh:1.52	Sun Oct 16 23:44:45 2011
+++ packages/lesspipe/lesspipe.sh	Tue Apr 24 19:47:24 2012
@@ -105,6 +105,7 @@
 	*.rar) unrar -p- vb -- "$1" ;;
 	*.rpm) rpm -qpivl --changelog -- "$1" ;;
 	*.tar|*.ova) tar tvvf "$1" ;;
+	*.sqf) unsquashfs -d . -ll "$1" ;;
 	*.zip|*.jar|*.xpi|*.pk3|*.skz|*.gg|*.ipa) 7z l "$1" || unzip -l "$1" ;;
 	# .war could be Zip (limewire) or tar.gz file (konqueror web archives)
 	*.war) 7z l "$1" || unzip -l "$1" || tar tzvvf "$1" ;;

================================================================
Index: packages/lesspipe/lesspipe.spec
diff -u packages/lesspipe/lesspipe.spec:1.27 packages/lesspipe/lesspipe.spec:1.28
--- packages/lesspipe/lesspipe.spec:1.27	Sun Oct 16 23:44:45 2011
+++ packages/lesspipe/lesspipe.spec	Tue Apr 24 19:47:24 2012
@@ -6,7 +6,7 @@
 Summary:	Input preprocessor for less
 Summary(pl.UTF-8):	Preprocesor wejścia dla narzędzia less
 Name:		lesspipe
-Version:	1.52
+Version:	1.53
 Release:	1
 License:	GPL v2
 Group:		Applications/Text
@@ -75,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2012/04/24 17:47:24  glen
+- show squash files (.sqf)
+
 Revision 1.27  2011/10/16 21:44:45  gotar
 - rel. 1.52: added rrd info, sorted archives with most common alternatives
   first and keeping *.tar.XYZ before *.XYZ
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/lesspipe/lesspipe.sh?r1=1.52&r2=1.53
    http://cvs.pld-linux.org/packages/lesspipe/lesspipe.spec?r1=1.27&r2=1.28



More information about the pld-cvs-commit mailing list