Import cdk-5.0.20060507

Cdk stands for 'Curses Development Kit' and it currently contains 21
ready to use widgets which facilitate the speedy development of full
screen curses programs.

from Pierre-Emmanuel Andre with some tweaks
This commit is contained in:
ajacoutot 2008-09-17 13:22:05 +00:00
parent e105824d95
commit 670b6aa360
6 changed files with 1077 additions and 0 deletions

34
devel/cdk/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/17 13:22:05 ajacoutot Exp $
COMMENT= curses development kit
V= 5.0-20060507
DISTNAME= cdk
PKGNAME= ${DISTNAME}-${V:S/-/./}
WRKDIST= ${WRKDIR}/${DISTNAME}-${V}
SHARED_LIBS += cdk 0.0 # .4.0
CATEGORIES= devel
HOMEPAGE= http://invisible-island.net/cdk/
MAINTAINER= Pierre-Emmanuel Andre <pea@raveland.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://invisible-island.net/cdk/
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-ncurses \
--with-libtool
NO_REGRESS= Yes
.include <bsd.port.mk>

5
devel/cdk/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (cdk.tar.gz) = DsJGCkSE1fVZXY+sphvJxQ==
RMD160 (cdk.tar.gz) = xUH3WCmdZCGOoK4r/iKkO8zrtGw=
SHA1 (cdk.tar.gz) = Up0jUDKBRyXPCziXMsOaNyjChAw=
SHA256 (cdk.tar.gz) = 6CO/zOUpFnJ8sj1tVJpkNHxFw2SzxijWo1LEB/zo9LQ=
SIZE (cdk.tar.gz) = 396514

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/09/17 13:22:06 ajacoutot Exp $
--- Makefile.in.orig Tue Apr 18 01:13:49 2006
+++ Makefile.in Mon Sep 15 17:13:01 2008
@@ -61,7 +61,7 @@ includedir = $(DESTDIR)@includedir@
libdir = $(DESTDIR)@libdir@
mandir = $(DESTDIR)@mandir@
-DOCUMENT_DIR = @prefix@/doc/cdk
+DOCUMENT_DIR = $(DESTDIR)@prefix@/share/doc/cdk
INCLUDE_DIR = $(includedir)/cdk
LIB_DIR = $(libdir)
MAN_DIR = $(mandir)/man@MAN_DIR@

3
devel/cdk/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
Cdk stands for 'Curses Development Kit' and it currently contains 21
ready to use widgets which facilitate the speedy development of full
screen curses programs.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/09/17 13:22:06 ajacoutot Exp $
@lib lib/libcdk.so.${LIBcdk_VERSION}

1021
devel/cdk/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff