Date: Wed, 2 Jun 1999 12:06:49 GMT From: Rasmus Kaj <kaj@raditex.se> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11990: New port: devel/rstl Message-ID: <199906021206.MAA73715@mail.raditex.se>
next in thread | raw e-mail | index | archive | help
>Number: 11990 >Category: ports >Synopsis: New port: devel/rstl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 2 05:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rasmus Kaj >Release: FreeBSD 3.1-RELEASE i386 >Organization: Raditex AB >Environment: FreeBSD 3.2-STABLE i386 >Description: New port of rstl, a utility / convenience library for C++ and the Standard Template Library (as distributed in gcc) >How-To-Repeat: N/A >Fix: Commit the following port stub. # 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: # # devel/rstl # devel/rstl/Makefile # devel/rstl/pkg # devel/rstl/pkg/COMMENT # devel/rstl/pkg/DESCR # devel/rstl/pkg/PLIST # devel/rstl/files # devel/rstl/files/md5 # echo c - devel/rstl mkdir -p devel/rstl > /dev/null 2>&1 echo x - devel/rstl/Makefile sed 's/^X//' >devel/rstl/Makefile << 'END-of-devel/rstl/Makefile' X# New ports collection makefile for: rstl X# Version required: 0.2 X# Date created: 19990602 X# Whom: Rasmus Kaj <kaj@raditex.se> X# X# $Id$ X# X XDISTNAME= rstl-0.2 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.raditex.se/pub/opensrc/ X XMAINTAINER= kaj@raditex.se X X.include <bsd.port.pre.mk> X Xdo-configure: X @touch ${WRKSRC}/depend.mk X @cd ${WRKSRC} && make depend X X.include <bsd.port.post.mk> END-of-devel/rstl/Makefile echo c - devel/rstl/pkg mkdir -p devel/rstl/pkg > /dev/null 2>&1 echo x - devel/rstl/pkg/COMMENT sed 's/^X//' >devel/rstl/pkg/COMMENT << 'END-of-devel/rstl/pkg/COMMENT' XR utilities for C++ Standard Template Library. END-of-devel/rstl/pkg/COMMENT echo x - devel/rstl/pkg/DESCR sed 's/^X//' >devel/rstl/pkg/DESCR << 'END-of-devel/rstl/pkg/DESCR' XR utilities for C++ Standard Template Library. X XSome string manipulations thats not included in the STL string class, Xsplit and join strings to / from vectors of strings, build a map of Xthe input to a CGI, help producing the output from a CGI. X XWWW: http://www.raditex.se/projekt/opensrc/#rstl X- Rasmus Kaj <kaj@raditex.se> END-of-devel/rstl/pkg/DESCR echo x - devel/rstl/pkg/PLIST sed 's/^X//' >devel/rstl/pkg/PLIST << 'END-of-devel/rstl/pkg/PLIST' Xinclude/rstl/strings.h Xinclude/rstl/vectors.h Xinclude/rstl/cvec.h Xinclude/rstl/cgiresponce.h Xinclude/rstl/cgiquery.h Xlib/librstl.a Xlib/librstl.so.1 X@dirrm include/rstl END-of-devel/rstl/pkg/PLIST echo c - devel/rstl/files mkdir -p devel/rstl/files > /dev/null 2>&1 echo x - devel/rstl/files/md5 sed 's/^X//' >devel/rstl/files/md5 << 'END-of-devel/rstl/files/md5' XMD5 (rstl-0.2.tar.gz) = c6d3255b296f0b93d0ea3a0f0dbd187e END-of-devel/rstl/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906021206.MAA73715>