1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

SVr4 and XSI-Curses compatible curses library.

Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
PR:		ports/4631
This commit is contained in:
Jun Kuriyama 1998-06-07 12:01:15 +00:00
parent c630aa342b
commit c086e05543
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11326
10 changed files with 3978 additions and 0 deletions

View File

@ -0,0 +1,45 @@
# New ports collection makefile for: ncurses
# Version required: 1.9.9g
# Date created: 23 September 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= ncurses-1.9.9g
CATEGORIES= devel
MASTER_SITES= ftp://ftp.netcom.com/pub/zm/zmbenhal/ncurses/
MAINTAINER= andy@icc.surw.chel.su
WRKSRC= ${WRKDIR}/ncurses_1.9.9g
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-shared --datadir=${PREFIX}/share/misc
USE_GMAKE= yes
MAKE_FLAGS+= ABI_VERSION=3.4 -f
post-install:
@ ${MKDIR} ${PREFIX}/include/ncurses
.for file in curses eti form menu panel term termcap unctrl
@ ${MV} ${PREFIX}/include/${file}.h ${PREFIX}/include/ncurses
.endfor
@ ${MKDIR} ${PREFIX}/share/doc/ncurses
.for file in ANNOUNCE INSTALL NEWS README TO-DO announce.html misc/hackguide.doc misc/hackguide.html misc/ncurses-intro.doc misc/ncurses-intro.html
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ncurses
.endfor
@ ${INSTALL_DATA} ${WRKSRC}/misc/terminfo.src ${PREFIX}/share/misc/terminfo
@ ${MKDIR} ${PREFIX}/share/examples/ncurses
.for file in README blue.c bs.6 bs.c firework.c gdc.6 gdc.c hanoi.c hashtest.c knight.c lrtest.c ncurses.c newdemo.c rain.c tclock.c test.priv.h testcurs.c view.c worm.c xmas.c
@ ${INSTALL_DATA} ${WRKSRC}/test/${file} ${PREFIX}/share/examples/ncurses
.endfor
@ ${MKDIR} ${PREFIX}/share/examples/ncurses/include
@ ${INSTALL_DATA} ${WRKSRC}/include/config.h ${PREFIX}/share/examples/ncurses/include
@ ${INSTALL_SCRIPT} ${WRKSRC}/test/tracemunch ${PREFIX}/share/examples/ncurses
@ ${INSTALL_DATA} ${FILESDIR}/Makefile ${PREFIX}/share/examples/ncurses
@ ${MKDIR} ${PREFIX}/share/examples/ncurses/c++
.for file in README-first cursesp.cc cursesp.h cursesw.cc cursesw.h demo.cc
@ ${INSTALL_DATA} ${WRKSRC}/c++/${file} ${PREFIX}/share/examples/ncurses/c++
.endfor
@ ${INSTALL_DATA} ${FILESDIR}/Makefile.c++ ${PREFIX}/share/examples/ncurses/c++/Makefile
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ncurses-1.9.9g.tar.gz) = 4cfe23b29218a11f304652659d4dd84f

View File

@ -0,0 +1 @@
SVr4 and XSI-Curses compatible curses library

View File

@ -0,0 +1,8 @@
SVr4 and XSI-Curses compatible curses library and terminfo
tools including tic, infocmp, captoinfo. The library can
be configured to fall back to reading /etc/termcap for
backward compatibility with BSD curses, but the distribution
includes a copy of the master terminfo database. Supports
color, multiple highlights, forms-drawing characters, and
automatic recognition of keypad and function-key sequences.
Approved to replace 4.4BSD curses.

File diff suppressed because it is too large Load Diff

45
devel/ncurses/Makefile Normal file
View File

@ -0,0 +1,45 @@
# New ports collection makefile for: ncurses
# Version required: 1.9.9g
# Date created: 23 September 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= ncurses-1.9.9g
CATEGORIES= devel
MASTER_SITES= ftp://ftp.netcom.com/pub/zm/zmbenhal/ncurses/
MAINTAINER= andy@icc.surw.chel.su
WRKSRC= ${WRKDIR}/ncurses_1.9.9g
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-shared --datadir=${PREFIX}/share/misc
USE_GMAKE= yes
MAKE_FLAGS+= ABI_VERSION=3.4 -f
post-install:
@ ${MKDIR} ${PREFIX}/include/ncurses
.for file in curses eti form menu panel term termcap unctrl
@ ${MV} ${PREFIX}/include/${file}.h ${PREFIX}/include/ncurses
.endfor
@ ${MKDIR} ${PREFIX}/share/doc/ncurses
.for file in ANNOUNCE INSTALL NEWS README TO-DO announce.html misc/hackguide.doc misc/hackguide.html misc/ncurses-intro.doc misc/ncurses-intro.html
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ncurses
.endfor
@ ${INSTALL_DATA} ${WRKSRC}/misc/terminfo.src ${PREFIX}/share/misc/terminfo
@ ${MKDIR} ${PREFIX}/share/examples/ncurses
.for file in README blue.c bs.6 bs.c firework.c gdc.6 gdc.c hanoi.c hashtest.c knight.c lrtest.c ncurses.c newdemo.c rain.c tclock.c test.priv.h testcurs.c view.c worm.c xmas.c
@ ${INSTALL_DATA} ${WRKSRC}/test/${file} ${PREFIX}/share/examples/ncurses
.endfor
@ ${MKDIR} ${PREFIX}/share/examples/ncurses/include
@ ${INSTALL_DATA} ${WRKSRC}/include/config.h ${PREFIX}/share/examples/ncurses/include
@ ${INSTALL_SCRIPT} ${WRKSRC}/test/tracemunch ${PREFIX}/share/examples/ncurses
@ ${INSTALL_DATA} ${FILESDIR}/Makefile ${PREFIX}/share/examples/ncurses
@ ${MKDIR} ${PREFIX}/share/examples/ncurses/c++
.for file in README-first cursesp.cc cursesp.h cursesw.cc cursesw.h demo.cc
@ ${INSTALL_DATA} ${WRKSRC}/c++/${file} ${PREFIX}/share/examples/ncurses/c++
.endfor
@ ${INSTALL_DATA} ${FILESDIR}/Makefile.c++ ${PREFIX}/share/examples/ncurses/c++/Makefile
.include <bsd.port.mk>

1
devel/ncurses/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ncurses-1.9.9g.tar.gz) = 4cfe23b29218a11f304652659d4dd84f

View File

@ -0,0 +1 @@
SVr4 and XSI-Curses compatible curses library

8
devel/ncurses/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
SVr4 and XSI-Curses compatible curses library and terminfo
tools including tic, infocmp, captoinfo. The library can
be configured to fall back to reading /etc/termcap for
backward compatibility with BSD curses, but the distribution
includes a copy of the master terminfo database. Supports
color, multiple highlights, forms-drawing characters, and
automatic recognition of keypad and function-key sequences.
Approved to replace 4.4BSD curses.

1934
devel/ncurses/pkg-plist Normal file

File diff suppressed because it is too large Load Diff