Lines 6-65
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= firestring |
8 |
PORTNAME= firestring |
9 |
PORTVERSION= 0.9.9 |
9 |
PORTVERSION= 0.9.12 |
10 |
CATEGORIES= misc net devel |
10 |
CATEGORIES= misc net devel |
11 |
MASTER_SITES= http://firestuff.org/projects/ \ |
11 |
MASTER_SITES= http://www.firestuff.org/projects/ \ |
12 |
http://www.wa.apana.org.au/~dean/sources/ \ |
12 |
http://www.wa.apana.org.au/~dean/sources/ \ |
13 |
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ |
13 |
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ |
14 |
|
14 |
|
15 |
MAINTAINER= dean@odyssey.apana.org.au |
15 |
MAINTAINER= dean@odyssey.apana.org.au |
16 |
COMMENT= A library to make string handling easier in C |
16 |
COMMENT= A library to make string handling easier in C |
17 |
|
17 |
|
18 |
BROKEN= "Installs libraries into /usr/lib" |
18 |
USE_BZIP2= yes |
19 |
|
|
|
20 |
HAS_CONFIGURE= yes |
19 |
HAS_CONFIGURE= yes |
21 |
CONFIGURE_ENV= PREFIX="${PREFIX}" |
|
|
22 |
INSTALLS_SHLIB= yes |
20 |
INSTALLS_SHLIB= yes |
23 |
|
21 |
|
|
|
22 |
.include <bsd.port.pre.mk> |
23 |
|
24 |
.if ${OSVERSION} < 500000 |
25 |
USE_GCC= 3.2 |
26 |
.else |
27 |
USE_GCC= yes |
28 |
.endif |
29 |
|
24 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
30 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
25 |
|
31 |
|
26 |
MAN3= firestring_chomp.3 firestring_chug.3 \ |
32 |
MAN3= firestring_chomp.3 firestring_chug.3 firestring_concat.3 \ |
27 |
firestring_concat.3 firestring_conf_add.3 \ |
33 |
firestring_conf_add.3 firestring_conf_delete.3 \ |
28 |
firestring_conf_delete.3 firestring_conf_find.3 \ |
34 |
firestring_conf_find.3 firestring_conf_find_next.3 \ |
29 |
firestring_conf_find_next.3 firestring_conf_free.3 \ |
35 |
firestring_conf_free.3 firestring_conf_parse.3 \ |
30 |
firestring_conf_parse.3 firestring_conf_parse_next.3 \ |
36 |
firestring_conf_parse_next.3 firestring_estr_0.3 \ |
31 |
firestring_estr_0.3 firestring_estr_aestrcat.3 \ |
37 |
firestring_estr_aestrcat.3 firestring_estr_aestrcpy.3 \ |
32 |
firestring_estr_aestrcpy.3 firestring_estr_alloc.3 \ |
38 |
firestring_estr_alloc.3 firestring_estr_areplace.3 \ |
33 |
firestring_estr_areplace.3 firestring_estr_astrcat.3 \ |
39 |
firestring_estr_astrcat.3 firestring_estr_astrcpy.3 \ |
34 |
firestring_estr_astrcpy.3 \ |
40 |
firestring_estr_base64_decode.3 firestring_estr_base64_encode.3 \ |
35 |
firestring_estr_base64_decode.3 \ |
41 |
firestring_estr_chomp.3 firestring_estr_chug.3 \ |
36 |
firestring_estr_base64_encode.3 firestring_estr_chomp.3 \ |
42 |
firestring_estr_eends.3 firestring_estr_ends.3 \ |
37 |
firestring_estr_chug.3 firestring_estr_ends.3 \ |
43 |
firestring_estr_estarts.3 firestring_estr_estrcasecmp.3 \ |
38 |
firestring_estr_estrcasecmp.3 firestring_estr_estrcat.3 \ |
44 |
firestring_estr_estrcat.3 firestring_estr_estrcmp.3 \ |
39 |
firestring_estr_estrcmp.3 firestring_estr_estrcpy.3 \ |
45 |
firestring_estr_estrcpy.3 firestring_estr_estristr.3 \ |
40 |
firestring_estr_estristr.3 \ |
|
|
41 |
firestring_estr_estrncasecmp.3 firestring_estr_estrstr.3 \ |
46 |
firestring_estr_estrncasecmp.3 firestring_estr_estrstr.3 \ |
42 |
firestring_estr_expand.3 firestring_estr_free.3 \ |
47 |
firestring_estr_expand.3 firestring_estr_free.3 \ |
43 |
firestring_estr_ip_chug.3 firestring_estr_ip_trim.3 \ |
48 |
firestring_estr_ip_chug.3 firestring_estr_ip_trim.3 \ |
44 |
firestring_estr_munch.3 firestring_estr_read.3 \ |
49 |
firestring_estr_munch.3 firestring_estr_read.3 \ |
45 |
firestring_estr_replace.3 firestring_estr_sprintf.3 \ |
50 |
firestring_estr_replace.3 firestring_estr_sprintf.3 \ |
46 |
firestring_estr_starts.3 firestring_estr_strcasecmp.3 \ |
51 |
firestring_estr_sprintfe.3 firestring_estr_starts.3 \ |
47 |
firestring_estr_strcat.3 firestring_estr_strchr.3 \ |
52 |
firestring_estr_strcasecmp.3 firestring_estr_strcat.3 \ |
48 |
firestring_estr_strcmp.3 firestring_estr_strcpy.3 \ |
53 |
firestring_estr_strchr.3 firestring_estr_strcmp.3 \ |
49 |
firestring_estr_stristr.3 firestring_estr_strstr.3 \ |
54 |
firestring_estr_strcpy.3 firestring_estr_stristr.3 \ |
50 |
firestring_estr_tolower.3 firestring_estr_toupper.3 \ |
55 |
firestring_estr_strstr.3 firestring_estr_tolower.3 \ |
51 |
firestring_estr_trim.3 firestring_estr_vsprintf.3 \ |
56 |
firestring_estr_toupper.3 firestring_estr_trim.3 \ |
52 |
firestring_estr_xml_decode.3 \ |
57 |
firestring_estr_vsprintf.3 firestring_estr_vsprintfe.3 \ |
53 |
firestring_estr_xml_encode.3 firestring_fprintf.3 \ |
58 |
firestring_estr_xml_decode.3 firestring_estr_xml_encode.3 \ |
54 |
firestring_hextoi.3 firestring_malloc.3 \ |
59 |
firestring_fprintf.3 firestring_fprintfe.3 \ |
55 |
firestring_printf.3 firestring_realloc.3 \ |
60 |
firestring_hextoi.3 firestring_malloc.3 firestring_printf.3 \ |
|
|
61 |
firestring_printfe.3 firestring_realloc.3 \ |
56 |
firestring_set_error_handler.3 firestring_snprintf.3 \ |
62 |
firestring_set_error_handler.3 firestring_snprintf.3 \ |
57 |
firestring_strcasecmp.3 firestring_strdup.3 \ |
63 |
firestring_strcasecmp.3 firestring_strdup.3 \ |
58 |
firestring_strncasecmp.3 firestring_strncat.3 \ |
64 |
firestring_strncasecmp.3 firestring_strncat.3 \ |
59 |
firestring_strncpy.3 firestring_trim.3 \ |
65 |
firestring_strncpy.3 firestring_trim.3 \ |
60 |
firestring_vfprintf.3 libfirestring.3 |
66 |
firestring_vfprintf.3 firestring_vfprintfe.3 \ |
|
|
67 |
libfirestring.3 |
61 |
|
68 |
|
62 |
pre-configure: |
69 |
pre-configure: |
63 |
@-${RM} ${WRKSRC}/firemake/*.orig |
70 |
@-${RM} ${WRKSRC}/firemake/*.orig |
64 |
|
71 |
|
65 |
.include <bsd.port.mk> |
72 |
.include <bsd.port.post.mk> |