Date: Sun, 22 Feb 2004 03:52:19 +0900 From: Kimura Fuyuki <fuyuki@nigredo.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63180: New port: devel/ossp-str - a generic string library Message-ID: <864qtki7to.wl%fuyuki@nigredo.org> Resent-Message-ID: <200402211900.i1LJ0hKe042592@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63180 >Category: ports >Synopsis: New port: devel/ossp-str - a generic string library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 21 11:00:42 PST 2004 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.2.1-RC2 i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.2.1-RC2 i386 >Description: OSSP str is a generic string library written in ISO-C which provides functions for handling, matching, parsing, searching and formatting of ISO-C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convenient and compact API plus a more generalized functionality. WWW: http://www.ossp.org/pkg/lib/str/ >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: # # ossp-str # ossp-str/Makefile # ossp-str/distinfo # ossp-str/pkg-plist # ossp-str/pkg-descr # echo c - ossp-str mkdir -p ossp-str > /dev/null 2>&1 echo x - ossp-str/Makefile sed 's/^X//' >ossp-str/Makefile << 'END-of-ossp-str/Makefile' X# New ports collection makefile for: OSSP str X# Date created: 22 February 2004 X# Whom: Kimura Fuyuki <fuyuki@nigredo.org> X# X# $FreeBSD$ X# X XPORTNAME= str XPORTVERSION= 0.9.8 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/ XPKGNAMEPREFIX= ossp- X XMAINTAINER= fuyuki@nigredo.org XCOMMENT= A generic string library written in ISO-C X XUSE_LIBTOOL_VER= 15 XINSTALLS_SHLIB= yes X XMAN1= str-config.1 XMAN3= str.3 X Xtest: X cd ${WRKSRC}; make check X X.include <bsd.port.mk> END-of-ossp-str/Makefile echo x - ossp-str/distinfo sed 's/^X//' >ossp-str/distinfo << 'END-of-ossp-str/distinfo' XMD5 (str-0.9.8.tar.gz) = 4b3be05ddcc5959215de2d0532b233ac XSIZE (str-0.9.8.tar.gz) = 254674 END-of-ossp-str/distinfo echo x - ossp-str/pkg-plist sed 's/^X//' >ossp-str/pkg-plist << 'END-of-ossp-str/pkg-plist' Xbin/str-config Xinclude/str.h Xlib/libstr.a Xlib/libstr.la Xlib/libstr.so Xlib/libstr.so.9 END-of-ossp-str/pkg-plist echo x - ossp-str/pkg-descr sed 's/^X//' >ossp-str/pkg-descr << 'END-of-ossp-str/pkg-descr' XOSSP str is a generic string library written in ISO-C which provides Xfunctions for handling, matching, parsing, searching and formatting of XISO-C strings. So it can be considered as a superset of POSIX Xstring(3), but its main intention is to provide a more convenient and Xcompact API plus a more generalized functionality. X XWWW: http://www.ossp.org/pkg/lib/str/ END-of-ossp-str/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864qtki7to.wl%fuyuki>