2002-08-22 05:35:39 +02:00
|
|
|
# New ports collection makefile for: firestring
|
|
|
|
# Date created: Mon 13 May 14:30:00 WST 2002
|
|
|
|
# Whom: Dean Hollister <dean@odyssey.apana.org.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= firestring
|
2003-11-09 02:13:23 +01:00
|
|
|
PORTVERSION= 0.9.6
|
2002-11-09 01:37:57 +01:00
|
|
|
CATEGORIES= misc net devel
|
2003-11-09 02:13:23 +01:00
|
|
|
MASTER_SITES= http://firestuff.org/projects/ \
|
2002-08-22 05:35:39 +02:00
|
|
|
http://www.wa.apana.org.au/~dean/sources/ \
|
|
|
|
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
|
2002-10-15 16:48:17 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
EXTRACT_SUFX= -${PORTVERSION}.tar.gz
|
2002-08-22 05:35:39 +02:00
|
|
|
|
|
|
|
MAINTAINER= dean@odyssey.apana.org.au
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= A library to make string handling easier in C
|
2002-08-22 05:35:39 +02:00
|
|
|
|
2002-10-15 16:48:17 +02:00
|
|
|
HAS_CONFIGURE= yes
|
2002-08-22 05:35:39 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-11-09 02:13:23 +01:00
|
|
|
MAN3= firestring_chomp.3 firestring_estr_munch.3 \
|
|
|
|
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 \
|
2002-11-09 01:37:57 +01:00
|
|
|
firestring_estr_xml_decode.3 \
|
2003-11-09 02:13:23 +01:00
|
|
|
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
|
2002-10-15 16:48:17 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@cd ${PREFIX}/lib; ${MV} libfirestring.so libfirestring.so.0; \
|
|
|
|
${LN} -s libfirestring.so.0 libfirestring.so
|
2002-08-22 05:35:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|