dev-libs/libfstrcmp: Make fuzzy comparisons of strings and byte arrays
authorCraig Andrews <candrews@gentoo.org>
Wed, 25 Jul 2018 14:04:18 +0000 (10:04 -0400)
committerCraig Andrews <candrews@gentoo.org>
Wed, 25 Jul 2018 14:15:22 +0000 (10:15 -0400)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-libs/libfstrcmp/Manifest [new file with mode: 0644]
dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild [new file with mode: 0644]
dev-libs/libfstrcmp/metadata.xml [new file with mode: 0644]

diff --git a/dev-libs/libfstrcmp/Manifest b/dev-libs/libfstrcmp/Manifest
new file mode 100644 (file)
index 0000000..3863e80
--- /dev/null
@@ -0,0 +1 @@
+DIST libfstrcmp-0.7.tar.gz 394845 BLAKE2B a8b68fcb8613f0d30e5ff7b862b37408472162585ca71cdff328e3299ff50476fd265467bbd77b352b22bb88c590969044f74d91c5468475504568fd269fa69e SHA512 aaeb0227afd5ada5955cbe6a565254ff88d2028d677d199c00e03b7cb5de1f2c69b18e6e8b032e452350a8eda7081807b01765adbeb8476eaf803d9de6e5509c
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
new file mode 100644 (file)
index 0000000..c156bb3
--- /dev/null
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
+HOMEPAGE="http://fstrcmp.sourceforge.net/"
+
+LICENSE="GPL-3+"
+IUSE="test"
+SLOT="0"
+
+SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/fstrcmp-0.7.D001"
+KEYWORDS="~amd64 ~x86"
diff --git a/dev-libs/libfstrcmp/metadata.xml b/dev-libs/libfstrcmp/metadata.xml
new file mode 100644 (file)
index 0000000..fbb8d54
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>candrews@gentoo.org</email>
+               <name>Craig Andrews</name>
+       </maintainer>
+</pkgmetadata>