packages: perl-PDL/perl-PDL.spec - updated files - added perldl2 package
baggins
baggins at pld-linux.org
Sat Jan 28 19:05:50 CET 2012
Author: baggins Date: Sat Jan 28 18:05:50 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated files
- added perldl2 package
---- Files affected:
packages/perl-PDL:
perl-PDL.spec (1.115 -> 1.116)
---- Diffs:
================================================================
Index: packages/perl-PDL/perl-PDL.spec
diff -u packages/perl-PDL/perl-PDL.spec:1.115 packages/perl-PDL/perl-PDL.spec:1.116
--- packages/perl-PDL/perl-PDL.spec:1.115 Sat Jan 28 17:42:56 2012
+++ packages/perl-PDL/perl-PDL.spec Sat Jan 28 19:05:44 2012
@@ -91,6 +91,25 @@
są odpowiednie wersje modułów ReadLines oraz ReadKeys. W tym ostatnim
przypadku perldl obsługuje mechanizm historii komend.
+%package perldl2
+Summary: New and improved PDL shell
+Summary(pl.UTF-8): Nowa i usprawniona powłoka PDL
+Group: Development/Languages/Perl
+Requires: %{name} = %{epoch}:%{version}-%{release}
+
+%description perldl2
+The program perldl2 is a simple shell (written in perl) for interactive
+use of PDL. perl/PDL commands can simply be typed in - and edited if
+you have appropriate version of the ReadLines and ReadKeys modules
+installed. In that case perldl2 also supports a history mechanism.
+
+%description perldl2 -l pl.UTF-8
+Program perldl2 jest prostą powłoką napisaną w Perlu do interaktywnego
+wykonywania funkcji modułu PDL. Komendy Perla lub PDL mogą być w
+prosty sposób wprowadzane, a także modyfikowane jeśli zainstalowane
+są odpowiednie wersje modułów ReadLines oraz ReadKeys. W tym ostatnim
+przypadku perldl2 obsługuje mechanizm historii komend.
+
%package docs
Summary: Supplied extra documentation for PDL::* perl modules
Summary(pl.UTF-8): Dodatkowo dostarczona dokumentacja do modułów perla PDL::*
@@ -731,7 +750,9 @@
%{perl_vendorarch}/PDL/CallExt.pm
%{perl_vendorarch}/PDL/Char.pm
%{perl_vendorarch}/PDL/Complex.pm
+%{perl_vendorarch}/PDL/Compression.pm
%{perl_vendorarch}/PDL/Config.pm
+%{perl_vendorarch}/PDL/Constants.pm
%{perl_vendorarch}/PDL/Core
%{perl_vendorarch}/PDL/Core.pm
%{perl_vendorarch}/PDL/Dbg.pm
@@ -783,6 +804,9 @@
%dir %{perl_vendorarch}/auto/PDL/Complex
%{perl_vendorarch}/auto/PDL/Complex/*.bs
%attr(755,root,root) %{perl_vendorarch}/auto/PDL/Complex/*.so
+%dir %{perl_vendorarch}/auto/PDL/Compression
+%{perl_vendorarch}/auto/PDL/Compression/*.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/PDL/Compression/*.so
%dir %{perl_vendorarch}/auto/PDL/FFT
%{perl_vendorarch}/auto/PDL/FFT/*bs
%attr(755,root,root) %{perl_vendorarch}/auto/PDL/FFT/*so
@@ -852,10 +876,12 @@
%{_mandir}/man3/PDL::Func.3pm*
%{_mandir}/man3/PDL::Graphics::State.3pm*
%{_mandir}/man3/PDL::I[mn]*
+%{_mandir}/man3/PDL::IO.3pm*
%{_mandir}/man3/PDL::IO::FITS.3pm*
%{_mandir}/man3/PDL::IO::Misc*
%{_mandir}/man3/PDL::Math*
%{_mandir}/man3/PDL::MatrixOps.3pm*
+%{_mandir}/man3/PDL::Modules.3pm*
%{_mandir}/man3/PDL::NiceSlice.3pm*
%{_mandir}/man3/PDL::Slices*
%{_mandir}/man3/PDL::pptemplate.3pm*
@@ -879,6 +905,12 @@
%attr(755,root,root) %{_bindir}/perldl
%{_mandir}/man1/perldl*
+%files perldl2
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/perldl2
+%{perl_vendorarch}/PDL/Perldl2
+%{_mandir}/man1/pdl2*
+
%files Graphics-IIS
%defattr(644,root,root,755)
%{perl_vendorarch}/PDL/Graphics/IIS*
@@ -1082,6 +1114,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.116 2012/01/28 18:05:44 baggins
+- updated files
+- added perldl2 package
+
Revision 1.115 2012/01/28 16:42:56 baggins
- Tk support has been removed
- so was automatic generation of pdl.1 man page
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-PDL/perl-PDL.spec?r1=1.115&r2=1.116&f=u
More information about the pld-cvs-commit
mailing list