mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.9.9 [1]
- Properly respect PREFIX - Re-sort pkg-plist PR: ports/61822 [1] Submitted by: maintainer [1]
This commit is contained in:
parent
3ac7fa0588
commit
6f3a2bc625
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99644
4 changed files with 50 additions and 55 deletions
|
@ -6,61 +6,58 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= firestring
|
PORTNAME= firestring
|
||||||
PORTVERSION= 0.9.6
|
PORTVERSION= 0.9.9
|
||||||
CATEGORIES= misc net devel
|
CATEGORIES= misc net devel
|
||||||
MASTER_SITES= http://firestuff.org/projects/ \
|
MASTER_SITES= http://firestuff.org/projects/ \
|
||||||
http://www.wa.apana.org.au/~dean/sources/ \
|
http://www.wa.apana.org.au/~dean/sources/ \
|
||||||
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
|
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
|
||||||
DISTNAME= ${PORTNAME}
|
|
||||||
EXTRACT_SUFX= -${PORTVERSION}.tar.gz
|
|
||||||
|
|
||||||
MAINTAINER= dean@odyssey.apana.org.au
|
MAINTAINER= dean@odyssey.apana.org.au
|
||||||
COMMENT= A library to make string handling easier in C
|
COMMENT= A library to make string handling easier in C
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
CONFIGURE_ENV= PREFIX="${PREFIX}"
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
MAN3= firestring_chomp.3 firestring_estr_munch.3 \
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
firestring_chug.3 firestring_estr_read.3 \
|
|
||||||
firestring_concat.3 firestring_estr_replace.3 \
|
|
||||||
firestring_conf_add.3 firestring_estr_sprintf.3 \
|
|
||||||
firestring_conf_delete.3 firestring_estr_starts.3 \
|
|
||||||
firestring_conf_find.3 firestring_estr_strcasecmp.3 \
|
|
||||||
firestring_conf_find_next.3 firestring_estr_strcat.3 \
|
|
||||||
firestring_conf_free.3 firestring_estr_strchr.3 \
|
|
||||||
firestring_conf_parse.3 firestring_estr_strcmp.3 \
|
|
||||||
firestring_conf_parse_next.3 \
|
|
||||||
firestring_estr_strcpy.3 \
|
|
||||||
firestring_estr_0.3 firestring_estr_stristr.3 \
|
|
||||||
firestring_estr_aestrcat.3 firestring_estr_strstr.3 \
|
|
||||||
firestring_estr_aestrcpy.3 firestring_estr_tolower.3 \
|
|
||||||
firestring_estr_alloc.3 firestring_estr_toupper.3 \
|
|
||||||
firestring_estr_areplace.3 firestring_estr_trim.3 \
|
|
||||||
firestring_estr_astrcat.3 firestring_estr_vsprintf.3 \
|
|
||||||
firestring_estr_astrcpy.3 \
|
|
||||||
firestring_estr_xml_decode.3 \
|
|
||||||
firestring_estr_base64_decode.3 \
|
|
||||||
firestring_estr_xml_encode.3 \
|
|
||||||
firestring_estr_base64_encode.3 firestring_fprintf.3 \
|
|
||||||
firestring_estr_chomp.3 firestring_hextoi.3 \
|
|
||||||
firestring_estr_chug.3 firestring_malloc.3 \
|
|
||||||
firestring_estr_ends.3 firestring_printf.3 \
|
|
||||||
firestring_estr_estrcasecmp.3 firestring_realloc.3 \
|
|
||||||
firestring_estr_estrcat.3 \
|
|
||||||
firestring_set_error_handler.3 \
|
|
||||||
firestring_estr_estrcmp.3 firestring_snprintf.3 \
|
|
||||||
firestring_estr_estrcpy.3 firestring_strcasecmp.3 \
|
|
||||||
firestring_estr_estristr.3 firestring_strdup.3 \
|
|
||||||
firestring_estr_estrncasecmp.3 \
|
|
||||||
firestring_strncasecmp.3 \
|
|
||||||
firestring_estr_estrstr.3 firestring_strncat.3 \
|
|
||||||
firestring_estr_expand.3 firestring_strncpy.3 \
|
|
||||||
firestring_estr_free.3 firestring_trim.3 \
|
|
||||||
firestring_estr_ip_chug.3 firestring_vfprintf.3 \
|
|
||||||
firestring_estr_ip_trim.3 libfirestring.3
|
|
||||||
|
|
||||||
post-install:
|
MAN3= firestring_chomp.3 firestring_chug.3 \
|
||||||
@cd ${PREFIX}/lib; ${MV} libfirestring.so libfirestring.so.0; \
|
firestring_concat.3 firestring_conf_add.3 \
|
||||||
${LN} -s libfirestring.so.0 libfirestring.so
|
firestring_conf_delete.3 firestring_conf_find.3 \
|
||||||
|
firestring_conf_find_next.3 firestring_conf_free.3 \
|
||||||
|
firestring_conf_parse.3 firestring_conf_parse_next.3 \
|
||||||
|
firestring_estr_0.3 firestring_estr_aestrcat.3 \
|
||||||
|
firestring_estr_aestrcpy.3 firestring_estr_alloc.3 \
|
||||||
|
firestring_estr_areplace.3 firestring_estr_astrcat.3 \
|
||||||
|
firestring_estr_astrcpy.3 \
|
||||||
|
firestring_estr_base64_decode.3 \
|
||||||
|
firestring_estr_base64_encode.3 firestring_estr_chomp.3 \
|
||||||
|
firestring_estr_chug.3 firestring_estr_ends.3 \
|
||||||
|
firestring_estr_estrcasecmp.3 firestring_estr_estrcat.3 \
|
||||||
|
firestring_estr_estrcmp.3 firestring_estr_estrcpy.3 \
|
||||||
|
firestring_estr_estristr.3 \
|
||||||
|
firestring_estr_estrncasecmp.3 firestring_estr_estrstr.3 \
|
||||||
|
firestring_estr_expand.3 firestring_estr_free.3 \
|
||||||
|
firestring_estr_ip_chug.3 firestring_estr_ip_trim.3 \
|
||||||
|
firestring_estr_munch.3 firestring_estr_read.3 \
|
||||||
|
firestring_estr_replace.3 firestring_estr_sprintf.3 \
|
||||||
|
firestring_estr_starts.3 firestring_estr_strcasecmp.3 \
|
||||||
|
firestring_estr_strcat.3 firestring_estr_strchr.3 \
|
||||||
|
firestring_estr_strcmp.3 firestring_estr_strcpy.3 \
|
||||||
|
firestring_estr_stristr.3 firestring_estr_strstr.3 \
|
||||||
|
firestring_estr_tolower.3 firestring_estr_toupper.3 \
|
||||||
|
firestring_estr_trim.3 firestring_estr_vsprintf.3 \
|
||||||
|
firestring_estr_xml_decode.3 \
|
||||||
|
firestring_estr_xml_encode.3 firestring_fprintf.3 \
|
||||||
|
firestring_hextoi.3 firestring_malloc.3 \
|
||||||
|
firestring_printf.3 firestring_realloc.3 \
|
||||||
|
firestring_set_error_handler.3 firestring_snprintf.3 \
|
||||||
|
firestring_strcasecmp.3 firestring_strdup.3 \
|
||||||
|
firestring_strncasecmp.3 firestring_strncat.3 \
|
||||||
|
firestring_strncpy.3 firestring_trim.3 \
|
||||||
|
firestring_vfprintf.3 libfirestring.3
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
@-${RM} ${WRKSRC}/firemake/*.orig
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
MD5 (firestring-0.9.6.tar.gz) = 398c841107aed4226824bde5af2bc272
|
MD5 (firestring-0.9.9.tar.gz) = daaf1f1f504a85afc508e21bc53d4e9a
|
||||||
|
SIZE (firestring-0.9.9.tar.gz) = 34196
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
From libfirestring(3):
|
libfirestring is a string handling library that provides
|
||||||
|
|
||||||
"libfirestring is a string handling library that provides
|
|
||||||
maximum length aware string handling functions to programs.
|
maximum length aware string handling functions to programs.
|
||||||
Several functions provide saner interfaces than the standard
|
Several functions provide saner interfaces than the standard
|
||||||
libc functions. libfirestring also provides functions that
|
libc functions. libfirestring also provides functions that
|
||||||
|
@ -14,10 +12,9 @@ with the firestring functions, are overflow safe, because
|
||||||
they include allocated memory size information with them.
|
they include allocated memory size information with them.
|
||||||
|
|
||||||
libfirestring also includes functions for dealing with
|
libfirestring also includes functions for dealing with
|
||||||
reading configuration files in an easy to program fashion."
|
reading configuration files in an easy to program fashion.
|
||||||
|
|
||||||
WWW: http://firestuff.org/
|
WWW: http://firestuff.org/
|
||||||
|
|
||||||
- Dean
|
- Dean
|
||||||
|
|
||||||
dean@odyssey.apana.org.au
|
dean@odyssey.apana.org.au
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@comment $FreeBSD$
|
@comment $FreeBSD$
|
||||||
lib/libfirestring.a
|
|
||||||
lib/libfirestring.so.0.9.6
|
|
||||||
lib/libfirestring.so.0.9
|
|
||||||
lib/libfirestring.so
|
|
||||||
include/firestring.h
|
include/firestring.h
|
||||||
|
lib/libfirestring.a
|
||||||
|
lib/libfirestring.so
|
||||||
|
lib/libfirestring.so.0
|
||||||
|
lib/libfirestring.so.0.9.9
|
||||||
|
|
Loading…
Add table
Reference in a new issue