mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: devel/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. wWW: http://fstrcmp.sourceforge.net/
This commit is contained in:
parent
692de2f4b7
commit
1e95d7097d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477490
6 changed files with 84 additions and 0 deletions
|
@ -672,6 +672,7 @@
|
|||
SUBDIR += frama-c
|
||||
SUBDIR += frink
|
||||
SUBDIR += fsmtrie
|
||||
SUBDIR += fstrcmp
|
||||
SUBDIR += fstrm
|
||||
SUBDIR += ftjam
|
||||
SUBDIR += ftnchek
|
||||
|
|
22
devel/fstrcmp/Makefile
Normal file
22
devel/fstrcmp/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fstrcmp
|
||||
PORTVERSION= 0.7.D001
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/fstrcmp/fstrcmp/${PORTVERSION:R}
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= Library for fuzzy string comparisons
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gmake libtool:build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfstrcmp.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/fstrcmp/distinfo
Normal file
3
devel/fstrcmp/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1534583859
|
||||
SHA256 (fstrcmp-0.7.D001.tar.gz) = e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476
|
||||
SIZE (fstrcmp-0.7.D001.tar.gz) = 394845
|
35
devel/fstrcmp/files/patch-Makefile.in
Normal file
35
devel/fstrcmp/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,35 @@
|
|||
- Avoid creating cat pages (pointless and would need groff)
|
||||
- Do not generate the PDF reference manual which is just an
|
||||
amalgamation of all man pages and would add a ghostscript dependency
|
||||
- Do not install a man page for the license; LICENSE_FILE is already
|
||||
part of the package
|
||||
|
||||
--- Makefile.in.orig 2014-03-05 00:13:45 UTC
|
||||
+++ Makefile.in
|
||||
@@ -588,7 +588,7 @@ bin/test_user$(EXEEXT): $(test_user_obj) .bin lib/libf
|
||||
$(LIBTOOL) --mode=link --tag=CC $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ \
|
||||
$(test_user_obj) lib/libfstrcmp.la $(LDFLAGS) $(LIBS)
|
||||
|
||||
-all: all-bin all-doc
|
||||
+all: all-bin
|
||||
|
||||
all-bin: bin/fstrcmp$(EXEEXT) bin/test_prelude$(EXEEXT) bin/test_user$(EXEEXT)
|
||||
|
||||
@@ -657,7 +657,7 @@ distclean-files:
|
||||
distclean-directories:
|
||||
rm -rf bin fstrcmp/.libs lib/.libs lib/ac/.libs test_user/.libs
|
||||
|
||||
-install: install-bin install-doc install-include install-libdir install-man
|
||||
+install: install-bin install-include install-libdir install-man
|
||||
|
||||
install-bin: $(bindir)/fstrcmp$(EXEEXT)
|
||||
|
||||
@@ -674,7 +674,7 @@ install-include: $(includedir)/fstrcmp.h
|
||||
#
|
||||
install-libdir: $(libdir)/libfstrcmp.la $(libdir)/pkgconfig/fstrcmp.pc
|
||||
|
||||
-install-man: $(mandir)/man1/fstrcmp.1 $(mandir)/man1/fstrcmp_license.1 \
|
||||
+install-man: $(mandir)/man1/fstrcmp.1 \
|
||||
$(mandir)/man3/fmemcmp.3 $(mandir)/man3/fmemcmpi.3 \
|
||||
$(mandir)/man3/fstrcasecmp.3 $(mandir)/man3/fstrcasecmpi.3 \
|
||||
$(mandir)/man3/fstrcmp.3 $(mandir)/man3/fstrcmpi.3 \
|
5
devel/fstrcmp/pkg-descr
Normal file
5
devel/fstrcmp/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
||||
|
||||
wWW: http://fstrcmp.sourceforge.net/
|
18
devel/fstrcmp/pkg-plist
Normal file
18
devel/fstrcmp/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
bin/fstrcmp
|
||||
include/fstrcmp.h
|
||||
lib/libfstrcmp.a
|
||||
lib/libfstrcmp.so
|
||||
lib/libfstrcmp.so.0
|
||||
lib/libfstrcmp.so.0.6.0
|
||||
libdata/pkgconfig/fstrcmp.pc
|
||||
man/man1/fstrcmp.1.gz
|
||||
man/man3/fmemcmp.3.gz
|
||||
man/man3/fmemcmpi.3.gz
|
||||
man/man3/fstrcasecmp.3.gz
|
||||
man/man3/fstrcasecmpi.3.gz
|
||||
man/man3/fstrcmp.3.gz
|
||||
man/man3/fstrcmpi.3.gz
|
||||
man/man3/fstrcoll.3.gz
|
||||
man/man3/fstrcolli.3.gz
|
||||
man/man3/fwcscmp.3.gz
|
||||
man/man3/fwcscmpi.3.gz
|
Loading…
Add table
Reference in a new issue