From vlm@smarts-gsm.ru  Thu Jul 19 00:50:05 2001
Return-Path: <vlm@smarts-gsm.ru>
Received: from smarts-gsm.ru (ns.smarts-gsm.ru [193.125.154.106])
	by hub.freebsd.org (Postfix) with ESMTP id 82B6237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Jul 2001 00:50:00 -0700 (PDT)
	(envelope-from vlm@smarts-gsm.ru)
Received: (from root@localhost)
	by smarts-gsm.ru (8.11.3/8.11.0-vlm) id f6J7npe38601
	for FreeBSD-gnats-submit@freebsd.org.AVP; Thu, 19 Jul 2001 11:49:51 +0400 (MSD)
	(envelope-from vlm@smarts-gsm.ru)
Received: (from root@localhost)
	by smarts-gsm.ru (8.11.3/8.11.0-vlm) id f6J7npF38592;
	Thu, 19 Jul 2001 11:49:51 +0400 (MSD)
	(envelope-from vlm@smarts-gsm.ru)
Message-Id: <200107190749.f6J7npF38592@smarts-gsm.ru>
Date: Thu, 19 Jul 2001 11:49:51 +0400 (MSD)
From: vlm@spelio.net.ru
Reply-To: vlm@spelio.net.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: libstrfunc: CGI, MIME, regex, date&time handling library
X-Send-Pr-Version: 3.2

>Number:         29076
>Category:       ports
>Synopsis:       New port: libstrfunc: CGI, MIME, regex, date&time handling library
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 19 01:00:01 PDT 2001
>Closed-Date:    Sat Aug 4 03:00:56 PDT 2001
>Last-Modified:  Sat Aug 04 03:01:29 PDT 2001
>Originator:     Lev Walkin
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
Ulyanovsk-GSM, JSC
>Environment:

	Almost any POSIX systems.

>Description:

Handy library for manipulating strings, string arrays, buffers, CGI forms,
configuration files, textual templates, regular expressions, date
and time conversions, et cetera.

>How-To-Repeat:
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libstrfunc
#	libstrfunc/Makefile
#	libstrfunc/distinfo
#	libstrfunc/pkg-comment
#	libstrfunc/pkg-descr
#	libstrfunc/pkg-plist
#
echo c - libstrfunc
mkdir -p libstrfunc > /dev/null 2>&1
echo x - libstrfunc/Makefile
sed 's/^X//' >libstrfunc/Makefile << 'END-of-libstrfunc/Makefile'
X# New ports collection makefile for:	libstrfunc
X# Date created:				2001-07-19
X# Whom:					Lev Walkin <vlm@spelio.net.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libstrfunc
XPORTVERSION=	7.2.5
XCATEGORIES=	devel www
XMASTER_SITES=	http://www.spelio.net.ru/soft/
X
XMAINTAINER=	vlm@spelio.net.ru
X
XINSTALLS_SHLIB=	yes
X
XMANCOMPRESSED=	no
XCAT3=	strfunc.3 sf_slist.3 sinit.3 slist.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 sgetp.3 scgetp.3 scopy.3 sf_split.3 split.3 splitf.3 splitquotable.3 split_network.3 sjoin.3 join.3 sf_cgi.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 sf_mime.3 base64_encode.3 base64_decode.3 quoted_printable_decode.3 mime_word_decode.3 sf_time.3 strtotime.3 timetostr.3 sf_cfg.3 cfgread.3 cfgget.3 cfgget2.3 sf_fmt.3 format_init.3 format_free.3 format_metarule.3 formatf.3 format_lastsize.3 format_lastresult.3 format_detach.3 sf_sbuf.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_fgets.3 sf_sed.3 sed.3 sed_compile.3 sed_exec.3 sed_free.3 sf_file.3 initfdpos.3 initFILEpos.3 adjfdpos.3 adjFILEpos!
 .3 sf_misc.3 eq.3 ecq.3 countchar.3 countchar2.3 countstr.3 replace.3 replace_detach.3 limittextwidth.3 sf_mem.3 strndup.3 sf_strdup.3 sf_malloc.3 sf_calloc.3 sf_realloc.3 strfunc_ctl.3
X
Xpost-install:
X	strip ${PREFIX}/bin/timetostr
X	strip ${PREFIX}/bin/strtotime
X	strip ${PREFIX}/bin/posdump
X	cd ${WRKSRC}; make install-man
X
X.include <bsd.port.mk>
END-of-libstrfunc/Makefile
echo x - libstrfunc/distinfo
sed 's/^X//' >libstrfunc/distinfo << 'END-of-libstrfunc/distinfo'
XMD5 (libstrfunc-7.2.5.tar.gz) = 2781d034214a0dd5265f219aeee20021
END-of-libstrfunc/distinfo
echo x - libstrfunc/pkg-comment
sed 's/^X//' >libstrfunc/pkg-comment << 'END-of-libstrfunc/pkg-comment'
XHandles CGI forms, MIME, templates, date conversions, etc.
END-of-libstrfunc/pkg-comment
echo x - libstrfunc/pkg-descr
sed 's/^X//' >libstrfunc/pkg-descr << 'END-of-libstrfunc/pkg-descr'
XHandy library for manipulating strings, string arrays, buffers, CGI forms,
Xconfiguration files, textual templates, regular expressions, date
Xand time conversions, et cetera.
X
XHandles base64, quoted-printable, url_encode, mime-words and other encoded data.
X
XPlease have a look at strfunc(3) and other manual pages.
X
XWWW: http://www.spelio.net.ru/soft/
X
X-- 
XLev Walkin
Xvlm@spelio.net.ru
END-of-libstrfunc/pkg-descr
echo x - libstrfunc/pkg-plist
sed 's/^X//' >libstrfunc/pkg-plist << 'END-of-libstrfunc/pkg-plist'
Xinclude/strfunc.h
Xlib/libstrfunc.a
Xlib/libstrfunc.so
Xlib/libstrfunc.so.7
Xbin/timetostr
Xbin/strtotime
Xbin/posdump
Xman/cat3/strfunc.3
Xman/cat3/sf_slist.3
Xman/cat3/sinit.3
Xman/cat3/slist.3
Xman/cat3/sadd.3
Xman/cat3/sadd2.3
Xman/cat3/sadd_attach.3
Xman/cat3/sdel.3
Xman/cat3/sins.3
Xman/cat3/simport.3
Xman/cat3/sfree.3
Xman/cat3/sclear.3
Xman/cat3/sarray.3
Xman/cat3/mkarray.3
Xman/cat3/charize.3
Xman/cat3/sfind.3
Xman/cat3/scfind.3
Xman/cat3/find.3
Xman/cat3/cfind.3
Xman/cat3/count_values.3
Xman/cat3/copy_values.3
Xman/cat3/free_values.3
Xman/cat3/sget.3
Xman/cat3/scget.3
Xman/cat3/sgetp.3
Xman/cat3/scgetp.3
Xman/cat3/scopy.3
Xman/cat3/sf_split.3
Xman/cat3/split.3
Xman/cat3/splitf.3
Xman/cat3/splitquotable.3
Xman/cat3/split_network.3
Xman/cat3/sjoin.3
Xman/cat3/join.3
Xman/cat3/sf_cgi.3
Xman/cat3/param.3
Xman/cat3/param2.3
Xman/cat3/params.3
Xman/cat3/set_cookie.3
Xman/cat3/cookie.3
Xman/cat3/cookies.3
Xman/cat3/html_quote.3
Xman/cat3/url_encode.3
Xman/cat3/url_decode.3
Xman/cat3/getlanguageprefs.3
Xman/cat3/sf_mime.3
Xman/cat3/base64_encode.3
Xman/cat3/base64_decode.3
Xman/cat3/quoted_printable_decode.3
Xman/cat3/mime_word_decode.3
Xman/cat3/sf_time.3
Xman/cat3/strtotime.3
Xman/cat3/timetostr.3
Xman/cat3/sf_cfg.3
Xman/cat3/cfgread.3
Xman/cat3/cfgget.3
Xman/cat3/cfgget2.3
Xman/cat3/sf_fmt.3
Xman/cat3/format_init.3
Xman/cat3/format_free.3
Xman/cat3/format_metarule.3
Xman/cat3/formatf.3
Xman/cat3/format_lastsize.3
Xman/cat3/format_lastresult.3
Xman/cat3/format_detach.3
Xman/cat3/sf_sbuf.3
Xman/cat3/sbuf.3
Xman/cat3/sbuf_init.3
Xman/cat3/sbuf_free.3
Xman/cat3/sbuf_detach.3
Xman/cat3/sbuf_clear.3
Xman/cat3/sbuf_zero.3
Xman/cat3/sbuf_extend.3
Xman/cat3/sbuf_add.3
Xman/cat3/sbuf_add2.3
Xman/cat3/sbuf_sprintf.3
Xman/cat3/sbuf_fgets.3
Xman/cat3/sf_sed.3
Xman/cat3/sed.3
Xman/cat3/sed_compile.3
Xman/cat3/sed_exec.3
Xman/cat3/sed_free.3
Xman/cat3/sf_file.3
Xman/cat3/initfdpos.3
Xman/cat3/initFILEpos.3
Xman/cat3/adjfdpos.3
Xman/cat3/adjFILEpos.3
Xman/cat3/sf_misc.3
Xman/cat3/eq.3
Xman/cat3/ecq.3
Xman/cat3/countchar.3
Xman/cat3/countchar2.3
Xman/cat3/countstr.3
Xman/cat3/replace.3
Xman/cat3/replace_detach.3
Xman/cat3/limittextwidth.3
Xman/cat3/sf_mem.3
Xman/cat3/strndup.3
Xman/cat3/sf_strdup.3
Xman/cat3/sf_malloc.3
Xman/cat3/sf_calloc.3
Xman/cat3/sf_realloc.3
Xman/cat3/strfunc_ctl.3
END-of-libstrfunc/pkg-plist
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports 
Responsible-Changed-By: dd 
Responsible-Changed-When: Sun Jul 22 07:36:46 PDT 2001 
Responsible-Changed-Why:  
misfiled 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29076 
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Sat Aug 4 03:00:56 PDT 2001 
State-Changed-Why:  
committed, thanks 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29076 
>Unformatted:
