pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fstrcmp: Import fstrcmp 0.7.D001 as wip/fstrcmp
Module Name: pkgsrc-wip
Committed By: snow flurry <snow%datagirl.xyz@localhost>
Pushed By: flurry
Date: Wed Jun 8 00:45:15 2022 -0700
Changeset: 6c75e615e197562516c06cf5e7df498a3d7045f4
Added Files:
fstrcmp/DESCR
fstrcmp/Makefile
fstrcmp/PLIST
fstrcmp/buildlink3.mk
fstrcmp/distinfo
Log Message:
fstrcmp: Import fstrcmp 0.7.D001 as wip/fstrcmp
The fstrcmp package provides a library which may be used to make fuzzy
comparisons of strings and byte arrays. It also provides simple
commands for use in shell scripts.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c75e615e197562516c06cf5e7df498a3d7045f4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fstrcmp/DESCR | 3 +++
fstrcmp/Makefile | 19 +++++++++++++++++++
fstrcmp/PLIST | 20 ++++++++++++++++++++
fstrcmp/buildlink3.mk | 13 +++++++++++++
fstrcmp/distinfo | 5 +++++
5 files changed, 60 insertions(+)
diffs:
diff --git a/fstrcmp/DESCR b/fstrcmp/DESCR
new file mode 100644
index 0000000000..131bd2e4d7
--- /dev/null
+++ b/fstrcmp/DESCR
@@ -0,0 +1,3 @@
+The fstrcmp package provides a library which may be used to make fuzzy
+comparisons of strings and byte arrays. It also provides simple
+commands for use in shell scripts.
diff --git a/fstrcmp/Makefile b/fstrcmp/Makefile
new file mode 100644
index 0000000000..fddf269f08
--- /dev/null
+++ b/fstrcmp/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= fstrcmp-0.7.D001
+CATEGORIES= devel
+MASTER_SITES= http://fstrcmp.sourceforge.net/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://fstrcmp.sourceforge.net/
+COMMENT= Library for fuzzy comparisons of strings
+LICENSE= gnu-gpl-v3
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config ps2pdf
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+
+PKGCONFIG_OVERRIDE+= libdir/pkgconfig/fstrcmp.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/fstrcmp/PLIST b/fstrcmp/PLIST
new file mode 100644
index 0000000000..7e96cd47e2
--- /dev/null
+++ b/fstrcmp/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+bin/fstrcmp
+include/fstrcmp.h
+lib/libfstrcmp.la
+lib/pkgconfig/fstrcmp.pc
+man/man1/fstrcmp.1
+man/man1/fstrcmp_license.1
+man/man3/fmemcmp.3
+man/man3/fmemcmpi.3
+man/man3/fstrcasecmp.3
+man/man3/fstrcasecmpi.3
+man/man3/fstrcmp.3
+man/man3/fstrcmpi.3
+man/man3/fstrcoll.3
+man/man3/fstrcolli.3
+man/man3/fwcscmp.3
+man/man3/fwcscmpi.3
+share/doc/fstrcmp/building.pdf
+share/doc/fstrcmp/readme.pdf
+share/doc/fstrcmp/reference.pdf
diff --git a/fstrcmp/buildlink3.mk b/fstrcmp/buildlink3.mk
new file mode 100644
index 0000000000..44ac229799
--- /dev/null
+++ b/fstrcmp/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= fstrcmp
+
+.if !defined(FSTRCMP_BUILDLINK3_MK)
+FSTRCMP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.fstrcmp+= fstrcmp>=0.7.D001
+BUILDLINK_DEPMETHOD.fstrcmp?= build
+BUILDLINK_PKGSRCDIR.fstrcmp?= ../../wip/fstrcmp
+.endif # FSTRCMP_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -fstrcmp
diff --git a/fstrcmp/distinfo b/fstrcmp/distinfo
new file mode 100644
index 0000000000..7f7d20f2b3
--- /dev/null
+++ b/fstrcmp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (fstrcmp-0.7.D001.tar.gz) = 8d5ea50b4f39ba456aecf4a048c0b7db24f6a4306e617f57bfd2a08b34d45801
+SHA512 (fstrcmp-0.7.D001.tar.gz) = aaeb0227afd5ada5955cbe6a565254ff88d2028d677d199c00e03b7cb5de1f2c69b18e6e8b032e452350a8eda7081807b01765adbeb8476eaf803d9de6e5509c
+Size (fstrcmp-0.7.D001.tar.gz) = 394845 bytes
Home |
Main Index |
Thread Index |
Old Index