Add libvanessa_adt 0.0.1, a library that provides ADTs (queues,
dynamic arrays and more). PR: 26935 Submitted by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
This commit is contained in:
parent
c796258953
commit
e5be075df7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42788
6 changed files with 45 additions and 0 deletions
|
@ -209,6 +209,7 @@
|
|||
SUBDIR += libunicode
|
||||
SUBDIR += libusb
|
||||
SUBDIR += libuta
|
||||
SUBDIR += libvanessa_adt
|
||||
SUBDIR += libvanessa_logger
|
||||
SUBDIR += libvanessa_socket
|
||||
SUBDIR += libxalloc
|
||||
|
|
31
devel/libvanessa_adt/Makefile
Normal file
31
devel/libvanessa_adt/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: libvanessa_adt
|
||||
# Date created: 28 April 2001
|
||||
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libvanessa_adt
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \
|
||||
ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
||||
ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
||||
ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \
|
||||
ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION}
|
||||
DISTNAME= vanessa_adt-${PORTVERSION}
|
||||
|
||||
MAINTAINER= kkonstan@daemon.gr
|
||||
|
||||
LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger
|
||||
|
||||
INSTALLS_SHLIB= YES
|
||||
|
||||
USE_LIBTOOL= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
WRKSRC= ${WRKDIR}/vanessa_adt-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/libvanessa_adt/distinfo
Normal file
1
devel/libvanessa_adt/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (vanessa_adt-0.0.1.tar.gz) = 143b8250fcb4e7e90ed5fd57771c92e4
|
1
devel/libvanessa_adt/pkg-comment
Normal file
1
devel/libvanessa_adt/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Library that provides ADTs (queues, dynamic arrays and more)
|
6
devel/libvanessa_adt/pkg-descr
Normal file
6
devel/libvanessa_adt/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
libvanessa_adt is a library that provides Abstract Data Types (ADTs).
|
||||
It includes queues, dynamic arrays and key values.
|
||||
|
||||
WWW: http://vanessa.sourceforge.net/
|
||||
|
||||
-- K. Konstantinidis <kkonstan@daemon.gr>
|
5
devel/libvanessa_adt/pkg-plist
Normal file
5
devel/libvanessa_adt/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/dynamic_array_test
|
||||
include/vanessa_adt.h
|
||||
lib/libvanessa_adt.so.0
|
||||
lib/libvanessa_adt.so
|
||||
lib/libvanessa_adt.a
|
Loading…
Reference in a new issue