mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add ustl 0.4.1
Codespace-frugal STL implementation
This commit is contained in:
parent
d7e45701d1
commit
8f5de719d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96613
@ -1129,6 +1129,7 @@
|
||||
SUBDIR += umbrello
|
||||
SUBDIR += upnp
|
||||
SUBDIR += ups-debug
|
||||
SUBDIR += ustl
|
||||
SUBDIR += varconf
|
||||
SUBDIR += vb2c
|
||||
SUBDIR += veepee
|
||||
|
25
devel/ustl/Makefile
Normal file
25
devel/ustl/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: uSTL
|
||||
# Date created: Dec 26, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ustl
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Codespace-frugal STL implementation
|
||||
|
||||
USE_BZIP2= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= # empty
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/ustl/distinfo
Normal file
1
devel/ustl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ustl-0.4-1.tar.bz2) = a6ae59bc5e1ad54cb700a48ea67d7fa1
|
4
devel/ustl/pkg-descr
Normal file
4
devel/ustl/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
uSTL (micro-STL) is a partial implementation of the STL specification intended
|
||||
to reduce code size of the derivative programs.
|
||||
|
||||
WWW: http://ustl.sourceforge.net/
|
42
devel/ustl/pkg-plist
Normal file
42
devel/ustl/pkg-plist
Normal file
@ -0,0 +1,42 @@
|
||||
include/ustl/cmemlink.h
|
||||
include/ustl/config.h
|
||||
include/ustl/fdostream.h
|
||||
include/ustl/memblock.h
|
||||
include/ustl/memlink.h
|
||||
include/ustl/mistream.h
|
||||
include/ustl/mostream.h
|
||||
include/ustl/sistream.h
|
||||
include/ustl/sostream.h
|
||||
include/ustl/strmsize.h
|
||||
include/ustl/ualgo.h
|
||||
include/ustl/ualgobase.h
|
||||
include/ustl/ubitset.h
|
||||
include/ustl/uctralgo.h
|
||||
include/ustl/uexception.h
|
||||
include/ustl/ufunction.h
|
||||
include/ustl/uios.h
|
||||
include/ustl/uiosfunc.h
|
||||
include/ustl/uiterator.h
|
||||
include/ustl/ulimits.h
|
||||
include/ustl/ulist.h
|
||||
include/ustl/umap.h
|
||||
include/ustl/umemory.h
|
||||
include/ustl/umultimap.h
|
||||
include/ustl/umultiset.h
|
||||
include/ustl/unew.h
|
||||
include/ustl/unumeric.h
|
||||
include/ustl/upair.h
|
||||
include/ustl/upredalgo.h
|
||||
include/ustl/uset.h
|
||||
include/ustl/uspecial.h
|
||||
include/ustl/ustack.h
|
||||
include/ustl/ustl.h
|
||||
include/ustl/ustring.h
|
||||
include/ustl/utf8.h
|
||||
include/ustl/utuple.h
|
||||
include/ustl/utypes.h
|
||||
include/ustl/uutility.h
|
||||
include/ustl/uvector.h
|
||||
@dirrm include/ustl
|
||||
include/ustl.h
|
||||
lib/libustl.a
|
Loading…
Reference in New Issue
Block a user