pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dateutils: Drop (duplicates time/dateutils)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 28 00:06:11 2016 +0200
Changeset:	7dadb56fa4111c9de237b7e7cafa20fc9bec099d

Removed Files:
	dateutils/DESCR
	dateutils/Makefile
	dateutils/PLIST
	dateutils/TODO
	dateutils/distinfo
	dateutils/patches/patch-Makefile.am

Log Message:
dateutils: Drop (duplicates time/dateutils)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7dadb56fa4111c9de237b7e7cafa20fc9bec099d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dateutils/DESCR                     |  8 -----
 dateutils/Makefile                  | 56 -------------------------------
 dateutils/PLIST                     | 67 -------------------------------------
 dateutils/TODO                      |  2 --
 dateutils/distinfo                  |  8 -----
 dateutils/patches/patch-Makefile.am | 16 ---------
 6 files changed, 157 deletions(-)

diffs:
diff --git a/dateutils/DESCR b/dateutils/DESCR
deleted file mode 100644
index 232499b..0000000
--- a/dateutils/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Dateutils are a bunch of tools that revolve around fiddling with
-dates and times in the command line with a strong focus on use
-cases that arise when dealing with large amounts of financial data.
-
-Dateutils commands are prefixed with a `d` but otherwise resemble
-known unix commands for reasons of intuition.  The only exception
-being `strptime` which is analogous to the libc function of the
-same name.
diff --git a/dateutils/Makefile b/dateutils/Makefile
deleted file mode 100644
index d9e7464..0000000
--- a/dateutils/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2014/12/16 13:44:40 makoto Exp $
-
-DISTNAME=	dateutils-0.4.0
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
-CATEGORIES=	time
-MASTER_SITES=	${MASTER_SITE_GITHUB:=hroptatyr/}
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.fresse.org/dateutils/
-COMMENT=	Command line tools for working with dates
-LICENSE=	modified-bsd
-
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
-GNU_CONFIGURE=	yes
-USE_TOOLS+=	automake pkg-config gmake makeinfo bison flex
-USE_LIBTOOL=	yes
-MAKE_JOBS_SAFE= no
-
-INFO_FILES=		yes
-TEST_TARGET=		check
-INCLUDEDIR=		include/${PKGBASE}
-AUTO_MKDIRS=		YES
-
-post-build:
-	(cd ${WRKSRC}/lib; ${GMAKE})
-
-post-install:
-	(cd ${WRKSRC}/lib; \
-	env DESTDIR=${DESTDIR} ${GMAKE} install-libLIBRARIES)
-# To have the similar PLIST of previous version, installing headers.
-.for i in \
-	boops.h \
-	date-core-strpf.h \
-	date-core.h \
-	dt-core-strpf.h \
-	dt-core-tz-glue.h \
-	dt-core.h \
-	generics.h \
-	gmtime.h \
-	leaps.h \
-	leapseconds.def \
-	leapseconds.h \
-	nifty.h \
-	strops.h \
-	time-core-strpf.h \
-	time-core.h \
-	token.h \
-	tzmap.h \
-	tzraw.h \
-	version.h
-	(cd ${WRKSRC}/lib; ${INSTALL_DATA} ${i} ${DESTDIR}${PREFIX}/${INCLUDEDIR})
-.endfor
-
-.include "../../devel/gperf/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/dateutils/PLIST b/dateutils/PLIST
deleted file mode 100644
index 9ff6997..0000000
--- a/dateutils/PLIST
+++ /dev/null
@@ -1,67 +0,0 @@
-@comment $NetBSD$
-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
-bin/dround
-bin/dseq
-bin/dsort
-bin/dtest
-bin/dzone
-bin/strptime
-include/dateutils/boops.h
-include/dateutils/date-core-strpf.h
-include/dateutils/date-core.h
-include/dateutils/dt-core-strpf.h
-include/dateutils/dt-core-tz-glue.h
-include/dateutils/dt-core.h
-include/dateutils/generics.h
-include/dateutils/gmtime.h
-include/dateutils/leaps.h
-include/dateutils/leapseconds.def
-include/dateutils/leapseconds.h
-include/dateutils/nifty.h
-include/dateutils/strops.h
-include/dateutils/time-core-strpf.h
-include/dateutils/time-core.h
-include/dateutils/token.h
-include/dateutils/tzmap.h
-include/dateutils/tzraw.h
-include/dateutils/version.h
-info/dateutils.info
-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
-man/man1/dround.1
-man/man1/dseq.1
-man/man1/dsort.1
-man/man1/dtest.1
-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
-@pkgdir lib
diff --git a/dateutils/TODO b/dateutils/TODO
deleted file mode 100644
index c95c402..0000000
--- a/dateutils/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- Submit patch to upstream with minor improvement over existing
-  time/dateutils 0.31
diff --git a/dateutils/distinfo b/dateutils/distinfo
deleted file mode 100644
index 176acea..0000000
--- a/dateutils/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2014/12/16 13:44:40 makoto Exp $
-
-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
diff --git a/dateutils/patches/patch-Makefile.am b/dateutils/patches/patch-Makefile.am
deleted file mode 100644
index 2795f6f..0000000
--- a/dateutils/patches/patch-Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-Makefile.am,v 1.2 2014/12/16 13:44:40 makoto Exp $
-
-Previous version (at least 0.27) installs libdut.a, while 0.31
-does not. Add that one.
-
---- lib/Makefile.am~	2014-10-07 23:57:32.000000000 +0900
-+++ lib/Makefile.am	2014-12-15 16:13:40.000000000 +0900
-@@ -9,7 +9,7 @@
- noinst_HEADERS =
- noinst_LIBRARIES =
- pkgdata_DATA =
--lib_LIBRARIES =
-+lib_LIBRARIES = libdut.a
- BUILT_SOURCES =
- CLEANFILES =
- DISTCLEANFILES =


Home | Main Index | Thread Index | Old Index