Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.6 2015/03/19 19:17:18 joerg Exp $
# $NetBSD: Makefile,v 1.9 2016/09/25 21:13:09 wiz Exp $
DISTNAME= dateutils-0.3.1
PKGREVISION= 1
DISTNAME= dateutils-0.4.0
CATEGORIES= time
MASTER_SITES= https://github.com/hroptatyr/dateutils/releases/download/v0.3.1/
#MASTER_SITES= ${MASTER_SITE_GITHUB:=hroptatyr/}
MASTER_SITES+= https://bitbucket.org/hroptatyr/dateutils/downloads/
EXTRACT_SUFX= .tar.xz

View File

@@ -1,5 +1,14 @@
@comment $NetBSD: PLIST,v 1.3 2014/12/16 01:51:35 mef Exp $
@comment $NetBSD: PLIST,v 1.4 2016/09/19 05:33:15 mef Exp $
bin/dadd
bin/dateadd
bin/dateconv
bin/datediff
bin/dategrep
bin/dateround
bin/dateseq
bin/datesort
bin/datetest
bin/datezone
bin/dconv
bin/ddiff
bin/dgrep
@@ -31,7 +40,16 @@ include/dateutils/version.h
info/dateutils.info
lib/libdut.a
man/man1/dadd.1
man/man1/dateadd.1
man/man1/dateconv.1
man/man1/datediff.1
man/man1/dategrep.1
man/man1/dateround.1
man/man1/dateseq.1
man/man1/datesort.1
man/man1/datetest.1
man/man1/dateutils.1
man/man1/datezone.1
man/man1/dconv.1
man/man1/ddiff.1
man/man1/dgrep.1
@@ -43,5 +61,7 @@ man/man1/dzone.1
man/man1/strptime.1
share/dateutils/iata.tzmcc
share/dateutils/icao.tzmcc
share/dateutils/locale
share/dateutils/mic.tzmcc
share/doc/dateutils/LICENSE
share/doc/dateutils/README.md

View File

@@ -1,9 +1,10 @@
$NetBSD: distinfo,v 1.5 2015/03/19 19:17:18 joerg Exp $
$NetBSD: distinfo,v 1.8 2016/09/19 05:33:15 mef Exp $
SHA1 (dateutils-0.3.1.tar.xz) = 07884be555998aa649733401e65f073ada89ac08
RMD160 (dateutils-0.3.1.tar.xz) = a45ed9fb1c5d5107883fb3cfdf3f43d238e0497c
Size (dateutils-0.3.1.tar.xz) = 586848 bytes
SHA1 (dateutils-0.4.0.tar.xz) = 7f3ec03b68464f37ea2eb661b569b3352ed66740
RMD160 (dateutils-0.4.0.tar.xz) = b1efb3742d47ae4d3f2cddb0df88480a40e0d82b
SHA512 (dateutils-0.4.0.tar.xz) = 06aeed8cc2e8bd22584d74fccd6a9739fbed191a01d5dfb5bab48d5b059dce01d48f8b5f4b6e927e26c1ac2143d7aeed1f20f0415d1275d172f2584ef9d776a9
Size (dateutils-0.4.0.tar.xz) = 608364 bytes
SHA1 (patch-Makefile.am) = 936ad7f986ff5cb8bec5f85c96a17657fca2774f
SHA1 (patch-Makefile.in) = ff5aaffb2046f17189b9074090c68295df5fb57a
SHA1 (patch-configure) = 191c8d1d2a81ecbea8a699a6da1a161c06688db4
SHA1 (patch-m4_sxe-compiler.m4) = 0ac9b1337c7a1de66f644aaf1a048f404d521e7b
SHA1 (patch-configure) = abb72e6c1ff9e9aca1bd20ee57b779667c8ecc29
SHA1 (patch-m4_sxe-compiler.m4) = 8df17f891ba18ff54555e302388f0fe184fa33bc

View File

@@ -1,18 +1,27 @@
$NetBSD: patch-configure,v 1.1 2015/03/19 19:17:18 joerg Exp $
$NetBSD: patch-configure,v 1.3 2016/09/19 05:33:15 mef Exp $
Don't create broken or non-portable binaries. This code isn't even
performance critical.
--- configure.orig 2015-03-19 00:03:08.000000000 +0000
+++ configure
@@ -7779,330 +7779,6 @@ $as_echo_n "checking for preferred warni
--- configure~ 2016-05-20 17:26:30.000000000 +0900
+++ configure 2016-09-19 14:20:56.000000000 +0900
@@ -7735,381 +7735,6 @@ $as_echo_n "checking for preferred warni
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${warnflags}" >&5
$as_echo "${warnflags}" >&6; }
-
-
- case " ${CFLAGS} ${EXTRA_CFLAGS}" in
- (*" -O"0-9)
-
- case " ${CFLAGS} ${EXTRA_CFLAGS} " in
- (*" -O"[0-9]" "*)
- ;;
- (*" -Os "*)
- ;;
- (*" -Og "*)
- ;;
- (*" -Ofast "*)
- ;;
- (*" -O "*)
- ;;
- (*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -O3" >&5
@@ -66,19 +75,19 @@ performance critical.
- ;;
- esac
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -ipo256" >&5
-$as_echo_n "checking whether C compiler accepts -ipo256... " >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -ipo" >&5
-$as_echo_n "checking whether C compiler accepts -ipo... " >&6; }
-
- ## store werror status, then turn -Werror on
- save_ac_c_werror_flag="${ac_c_werror_flag}"
-
-ac_c_werror_flag=yes
-
- if ${sxe_cv_c_flag__ipo256+:} false; then :
- if ${sxe_cv_c_flag__ipo+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- sxe_save_FLAGS="${CFLAGS}"
- CFLAGS="-ipo256"
- CFLAGS="-ipo"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
@@ -91,16 +100,16 @@ performance critical.
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- eval sxe_cv_c_flag__ipo256="yes"
- eval sxe_cv_c_flag__ipo="yes"
-else
- eval sxe_cv_c_flag__ipo256="no"
- eval sxe_cv_c_flag__ipo="no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="${sxe_save_FLAGS}"
-
-fi
-
- eval sxe_check_flag=$sxe_cv_c_flag__ipo256
- eval sxe_check_flag=$sxe_cv_c_flag__ipo
- ac_c_werror_flag="${save_ac_c_werror_flag}"
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${sxe_check_flag}" >&5
@@ -108,56 +117,217 @@ performance critical.
- if test "${sxe_check_flag}" = "yes"; then
- :
-
- optiflags="${optiflags} -ipo256"
- else
- :
- optiflags="${optiflags} -ipo"
-
- fi
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -ipo-jobs256" >&5
-$as_echo_n "checking whether C compiler accepts -ipo-jobs256... " >&6; }
-
- ## store werror status, then turn -Werror on
- save_ac_c_werror_flag="${ac_c_werror_flag}"
-
-ac_c_werror_flag=yes
-
- if ${sxe_cv_c_flag__ipo_jobs256+:} false; then :
- if test -n "$ac_tool_prefix"; then
- for ac_prog in xiar ar
- do
- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AR+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- sxe_save_FLAGS="${CFLAGS}"
- CFLAGS="-ipo-jobs256"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- eval sxe_cv_c_flag__ipo_jobs256="yes"
- if test -n "$AR"; then
- ac_cv_prog_AR="$AR" # Let the user override the test.
-else
- eval sxe_cv_c_flag__ipo_jobs256="no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="${sxe_save_FLAGS}"
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
-fi
-fi
-AR=$ac_cv_prog_AR
-if test -n "$AR"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
-$as_echo "$AR" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- eval sxe_check_flag=$sxe_cv_c_flag__ipo_jobs256
- ac_c_werror_flag="${save_ac_c_werror_flag}"
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${sxe_check_flag}" >&5
-$as_echo "${sxe_check_flag}" >&6; }
- if test "${sxe_check_flag}" = "yes"; then
- :
- test -n "$AR" && break
- done
-fi
-if test -z "$AR"; then
- ac_ct_AR=$AR
- for ac_prog in xiar ar
-do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_AR+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_AR"; then
- ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_AR="$ac_prog"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_AR=$ac_cv_prog_ac_ct_AR
-if test -n "$ac_ct_AR"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
-$as_echo "$ac_ct_AR" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_AR" && break
-done
-
- if test "x$ac_ct_AR" = x; then
- AR="false"
- else
- case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
- AR=$ac_ct_AR
- fi
-fi
-
- if test -n "$ac_tool_prefix"; then
- for ac_prog in xild ld
- do
- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_LD+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$LD"; then
- ac_cv_prog_LD="$LD" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
-fi
-fi
-LD=$ac_cv_prog_LD
-if test -n "$LD"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$LD" && break
- done
-fi
-if test -z "$LD"; then
- ac_ct_LD=$LD
- for ac_prog in xild ld
-do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_LD+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_LD"; then
- ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_LD="$ac_prog"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_LD=$ac_cv_prog_ac_ct_LD
-if test -n "$ac_ct_LD"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
-$as_echo "$ac_ct_LD" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_LD" && break
-done
-
- if test "x$ac_ct_LD" = x; then
- LD="false"
- else
- case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
- LD=$ac_ct_LD
- fi
-fi
-
-
- ## fiddle with xiar and xild params, kick ansi aliasing warnings
- if test "${ac_cv_prog_ac_ct_AR}" = "xiar"; then
- AR="${AR} -qdiag-disable=2102"
- fi
- if test "${ac_cv_prog_ac_ct_LD}" = "xild"; then
- LD="${LD} -qdiag-disable=2102"
- fi
-
- optiflags="${optiflags} -ipo-jobs256"
- else
- :
-
@@ -213,125 +383,6 @@ performance critical.
- fi
-
-
- ## -fast implies -static which is a dream but
- ## packager prefer dynamic binaries
-
- ## auto-vectorisation
-
- case " ${CFLAGS} ${EXTRA_CFLAGS}" in
- (*" -mtune"*)
- ## don't tune
- ;;
- (*" -march"*)
- ## don't set march
- ;;
- (*" -m32 "*)
- ## don't bother
- ;;
- (*" -m64 "*)
- ## don't bother
- ;;
- (*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -xHost" >&5
-$as_echo_n "checking whether C compiler accepts -xHost... " >&6; }
-
- ## store werror status, then turn -Werror on
- save_ac_c_werror_flag="${ac_c_werror_flag}"
-
-ac_c_werror_flag=yes
-
- if ${sxe_cv_c_flag__xHost+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- sxe_save_FLAGS="${CFLAGS}"
- CFLAGS="-xHost"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- eval sxe_cv_c_flag__xHost="yes"
-else
- eval sxe_cv_c_flag__xHost="no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="${sxe_save_FLAGS}"
-
-fi
-
- eval sxe_check_flag=$sxe_cv_c_flag__xHost
- ac_c_werror_flag="${save_ac_c_werror_flag}"
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${sxe_check_flag}" >&5
-$as_echo "${sxe_check_flag}" >&6; }
- if test "${sxe_check_flag}" = "yes"; then
- :
-
- optiflags="${optiflags} -xHost"
- else
- :
-
- ## non-icc
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -mtune=native -march=native" >&5
-$as_echo_n "checking whether C compiler accepts -mtune=native -march=native... " >&6; }
-
- ## store werror status, then turn -Werror on
- save_ac_c_werror_flag="${ac_c_werror_flag}"
-
-ac_c_werror_flag=yes
-
- if { as_var=`$as_echo "sxe_cv_c_flag_-mtune=native -march=native" | $as_tr_sh`; eval \${$as_var+:} false; }; then :
- $as_echo_n "(cached) " >&6
-else
- sxe_save_FLAGS="${CFLAGS}"
- CFLAGS="-mtune=native -march=native"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- eval `$as_echo "sxe_cv_c_flag_-mtune=native -march=native" | $as_tr_sh`="yes"
-else
- eval `$as_echo "sxe_cv_c_flag_-mtune=native -march=native" | $as_tr_sh`="no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="${sxe_save_FLAGS}"
-
-fi
-
- eval sxe_check_flag=$`$as_echo "sxe_cv_c_flag_-mtune=native -march=native" | $as_tr_sh`
- ac_c_werror_flag="${save_ac_c_werror_flag}"
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${sxe_check_flag}" >&5
-$as_echo "${sxe_check_flag}" >&6; }
- if test "${sxe_check_flag}" = "yes"; then
- :
-
- optiflags="${optiflags} -mtune=native -march=native"
- else
- :
-
- fi
-
-
- fi
-
- ;;
- esac
-
SXE_CFLAGS="${SXE_CFLAGS} ${debugflags} ${optiflags} ${warnflags}"

View File

@@ -1,15 +1,15 @@
$NetBSD: patch-m4_sxe-compiler.m4,v 1.1 2015/03/19 19:17:18 joerg Exp $
$NetBSD: patch-m4_sxe-compiler.m4,v 1.3 2016/09/19 05:33:15 mef Exp $
Don't create broken or non-portable binaries. This code isn't even
performance critical.
--- m4/sxe-compiler.m4.orig 2015-03-19 00:06:56.000000000 +0000
+++ m4/sxe-compiler.m4
@@ -453,7 +453,6 @@ AC_DEFUN([SXE_CHECK_CFLAGS], [dnl
--- m4/sxe-compiler.m4~ 2016-05-20 17:25:12.000000000 +0900
+++ m4/sxe-compiler.m4 2016-09-19 14:25:55.000000000 +0900
@@ -501,7 +501,6 @@ dnl + native[=yes|no] Emit the --enable
## Use either command line flag, environment var, or autodetection
SXE_DEBUGFLAGS
SXE_WARNFLAGS
- SXE_OPTIFLAGS
SXE_CFLAGS="${SXE_CFLAGS} ${debugflags} ${optiflags} ${warnflags}"
SXE_FEATFLAGS
m4_foreach_w([opt], [$1], [dnl
m4_case(opt,
[native], [SXE_CC_NATIVE],