diff options
author | will <will@FreeBSD.org> | 2001-05-20 11:59:29 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-05-20 11:59:29 +0800 |
commit | 597c6468070e31dafc9449c3e38f2d50f9193eaf (patch) | |
tree | 0cb41e6797a1c4747f23cdd1e3284a923def40bc /devel | |
parent | 0104e6a9e520d7d4696c212cd56e16d2363b6679 (diff) | |
download | freebsd-ports-gnome-597c6468070e31dafc9449c3e38f2d50f9193eaf.tar.gz freebsd-ports-gnome-597c6468070e31dafc9449c3e38f2d50f9193eaf.tar.zst freebsd-ports-gnome-597c6468070e31dafc9449c3e38f2d50f9193eaf.zip |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libvanessa_adt/Makefile | 31 | ||||
-rw-r--r-- | devel/libvanessa_adt/distinfo | 1 | ||||
-rw-r--r-- | devel/libvanessa_adt/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libvanessa_adt/pkg-descr | 6 | ||||
-rw-r--r-- | devel/libvanessa_adt/pkg-plist | 5 |
6 files changed, 45 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ef9bffe15015..1cbbccdc62cf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -209,6 +209,7 @@ SUBDIR += libunicode SUBDIR += libusb SUBDIR += libuta + SUBDIR += libvanessa_adt SUBDIR += libvanessa_logger SUBDIR += libvanessa_socket SUBDIR += libxalloc diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile new file mode 100644 index 000000000000..ed24aff20021 --- /dev/null +++ b/devel/libvanessa_adt/Makefile @@ -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> diff --git a/devel/libvanessa_adt/distinfo b/devel/libvanessa_adt/distinfo new file mode 100644 index 000000000000..5000865ffa6f --- /dev/null +++ b/devel/libvanessa_adt/distinfo @@ -0,0 +1 @@ +MD5 (vanessa_adt-0.0.1.tar.gz) = 143b8250fcb4e7e90ed5fd57771c92e4 diff --git a/devel/libvanessa_adt/pkg-comment b/devel/libvanessa_adt/pkg-comment new file mode 100644 index 000000000000..1879d436a6a7 --- /dev/null +++ b/devel/libvanessa_adt/pkg-comment @@ -0,0 +1 @@ +Library that provides ADTs (queues, dynamic arrays and more) diff --git a/devel/libvanessa_adt/pkg-descr b/devel/libvanessa_adt/pkg-descr new file mode 100644 index 000000000000..989465622861 --- /dev/null +++ b/devel/libvanessa_adt/pkg-descr @@ -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> diff --git a/devel/libvanessa_adt/pkg-plist b/devel/libvanessa_adt/pkg-plist new file mode 100644 index 000000000000..f6a3badcef5b --- /dev/null +++ b/devel/libvanessa_adt/pkg-plist @@ -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 |