wok rev 24192

updated perl-date-manip (6.81 -> 6.86)
author Hans-G?nter Theisgen
date Fri Dec 31 14:44:57 2021 +0100 (2021-12-31)
parents f5b60c3a2ab9
children 2e9676db9360
files perl-date-manip/description.txt perl-date-manip/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-date-manip/description.txt	Fri Dec 31 14:44:57 2021 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +Date::Manip is a series of modules designed to make any common
     1.5 +date or time operation easy to do.
     1.6 +Operations such as comparing two times, determining a date a
     1.7 +given amount of time from another, or parsing international
     1.8 +times are all easily done.
     1.9 +It deals with time as it is used in the Gregorian calendar
    1.10 +(the one currently in use) with full support for time changes
    1.11 +due to daylight saving time.
    1.12 +
    1.13 +From the very beginning, the main focus of Date::Manip has been
    1.14 +to be able to do ANY desired date or time operation easily.
    1.15 +Many other modules exist which may do a subset of these
    1.16 +operations quicker or more efficiently, but no other module
    1.17 +can do all of the operations available in Date::Manip.
    1.18 +
    1.19 +Date::Manip has functionality to work with several fundamental
    1.20 +types of data.
     2.1 --- a/perl-date-manip/receipt	Fri Dec 31 14:39:29 2021 +0100
     2.2 +++ b/perl-date-manip/receipt	Fri Dec 31 14:44:57 2021 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-date-manip"
     2.7 -VERSION="6.81"
     2.8 +VERSION="6.86"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl extension Date::Manip."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/Date-Manip/"
    2.14 +WEB_SITE="https://metacpan.org/pod/Date::Manip"
    2.15 +REPOLOGY="perl:date-manip"
    2.16  
    2.17  SOURCE="Date-Manip"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19 @@ -26,12 +27,11 @@
    2.20  {
    2.21  	perl Makefile.PL &&
    2.22  	make &&
    2.23 -	make DESTDIR=$DESTDIR install
    2.24 +	make install DESTDIR=$DESTDIR
    2.25  }
    2.26  
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.28  genpkg_rules()
    2.29  {
    2.30 -	mkdir -p $fs/usr
    2.31 -	cp -a $install/usr/lib	$fs/usr
    2.32 +	cook_copy_folders	lib
    2.33  }