Index: head/devel/libstrfunc/Makefile =================================================================== --- head/devel/libstrfunc/Makefile (revision 137037) +++ head/devel/libstrfunc/Makefile (revision 137038) @@ -1,41 +1,43 @@ # New ports collection makefile for: libstrfunc # Date created: 2001-07-19 # Whom: Lev Walkin # # $FreeBSD$ # PORTNAME= libstrfunc -PORTVERSION= 7.4.6 +PORTVERSION= 8.2 CATEGORIES= devel www -MASTER_SITES= http://www.spelio.net.ru/soft/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= vlm@spelio.net.ru +MAINTAINER= vlm@lionet.info COMMENT= Handles CGI forms, MIME, templates, date conversions, etc INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix="" MAN3= \ sf_cfg.3 sf_cgi.3 sf_file.3 sf_fmt.3 sf_mem.3 sf_mime.3 \ sf_misc.3 sf_sbuf.3 sf_sed.3 sf_split.3 sf_svect.3 sf_time.3 \ strfunc.3 libstrfunc.3 slist.3 sinit.3 svect.3 sadd.3 sadd2.3 \ sadd_attach.3 sdel.3 sins.3 simport.3 sfree.3 sclear.3 sarray.3 \ mkarray.3 charize.3 sfind.3 scfind.3 find.3 cfind.3 count_values.3 \ copy_values.3 free_values.3 sget.3 scget.3 scgetp.3 scopy.3 split.3 \ splitf.3 splitquotable.3 split_network.3 sjoin.3 join.3 param.3 \ param2.3 params.3 set_cookie.3 cookie.3 cookies.3 html_quote.3 \ url_encode.3 url_decode.3 getlanguageprefs.3 base64_encode.3 \ base64_decode.3 quoted_printable_decode.3 mime_word_decode.3 \ strtotime.3 timetostr.3 cfgread.3 cfgget.3 cfgget2.3 format_init.3 \ format_free.3 format_metarule.3 formatf.3 format_lastsize.3 \ format_lastresult.3 format_detach.3 sbuf.3 sbuf_init.3 sbuf_free.3 \ sbuf_detach.3 sbuf_clear.3 sbuf_zero.3 sbuf_extend.3 sbuf_add.3 \ sbuf_add2.3 sbuf_sprintf.3 sbuf_fetch.3 sbuf_fgets.3 sed.3 \ sed_compile.3 sed_exec.3 sed_free.3 initfdpos.3 initFILEpos.3 \ adjfdpos.3 adjFILEpos.3 eq.3 ecq.3 countchar.3 countchar2.3 \ countstr.3 replace.3 replace_detach.3 limittextwidth.3 strndup.3 \ sf_strdup.3 sf_malloc.3 sf_calloc.3 sf_realloc.3 strfunc_ctl.3 .include Property changes on: head/devel/libstrfunc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/libstrfunc/distinfo =================================================================== --- head/devel/libstrfunc/distinfo (revision 137037) +++ head/devel/libstrfunc/distinfo (revision 137038) @@ -1,2 +1,2 @@ -MD5 (libstrfunc-7.4.6.tar.gz) = f69c487a5974b5bf6f7eda3c3b77371e -SIZE (libstrfunc-7.4.6.tar.gz) = 296699 +MD5 (libstrfunc-8.2.tar.gz) = f048a3140e811e8eb7d9ca20005ce76a +SIZE (libstrfunc-8.2.tar.gz) = 434624 Property changes on: head/devel/libstrfunc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/libstrfunc/pkg-descr =================================================================== --- head/devel/libstrfunc/pkg-descr (revision 137037) +++ head/devel/libstrfunc/pkg-descr (revision 137038) @@ -1,13 +1,13 @@ Handy library for manipulating strings, string arrays, buffers, CGI forms, configuration files, textual templates, regular expressions, date and time conversions, et cetera. Handles base64, quoted-printable, url_encode, mime-words and other encoded data. Please have a look at strfunc(3) and other manual pages. -WWW: http://www.spelio.net.ru/soft/ +WWW: http://sourceforge.net/projects/libstrfunc/ -- Lev Walkin -vlm@spelio.net.ru +vlm@lionet.info Property changes on: head/devel/libstrfunc/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/libstrfunc/pkg-plist =================================================================== --- head/devel/libstrfunc/pkg-plist (revision 137037) +++ head/devel/libstrfunc/pkg-plist (revision 137038) @@ -1,8 +1,19 @@ bin/posdump bin/strtotime bin/timetostr include/strfunc.h +include/sf_mem.h +include/sf_core.h +include/sf_svect.h +include/sf_sbuf.h +include/sf_smisc.h +include/sf_cfg.h +include/sf_cgi.h +include/sf_fmt.h +include/sf_fpos.h +include/sf_sed.h +include/sf_mime.h +include/sf_time.h lib/libstrfunc.a -lib/libstrfunc.la lib/libstrfunc.so -lib/libstrfunc.so.7 +lib/libstrfunc.so.9 Property changes on: head/devel/libstrfunc/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property