Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2011 16:27:39 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/teken Makefile teken.c teken.h teken_demo.c teken_stress.c src/sys/teken/demo Makefile teken_demo.c src/sys/teken/libteken Makefile Symbol.map teken.3 src/sys/teken/stress Makefile teken_stress.c
Message-ID:  <201105091627.p49GRwom039910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2011-05-09 16:27:39 UTC

  FreeBSD src repository

  Modified files:
    sys/teken            teken.c teken.h 
  Added files:
    sys/teken/demo       Makefile teken_demo.c 
    sys/teken/libteken   Makefile Symbol.map teken.3 
    sys/teken/stress     Makefile teken_stress.c 
  Removed files:
    sys/teken            Makefile teken_demo.c teken_stress.c 
  Log:
  SVN rev 221698 on 2011-05-09 16:27:39Z by ed
  
  Add proper build infrastructure for teken.
  
  I'm not sure whether we should install teken as a library on any stock
  FreeBSD installation, but I can imagine people want to tinker around
  with it now and then. Create a /sys/teken/libteken, which holds a
  Makefile to install a shared library version of the terminal emulator,
  complete with a manpage.
  
  Also add Makefiles for the demo/stress applications, to build it against
  the shared library.
  
  Revision  Changes    Path
  1.2       +0 -13     src/sys/teken/Makefile (dead)
  1.1       +9 -0      src/sys/teken/demo/Makefile (new)
  1.1       +354 -0    src/sys/teken/demo/teken_demo.c (new)
  1.1       +39 -0     src/sys/teken/libteken/Makefile (new)
  1.1       +21 -0     src/sys/teken/libteken/Symbol.map (new)
  1.1       +220 -0    src/sys/teken/libteken/teken.3 (new)
  1.1       +9 -0      src/sys/teken/stress/Makefile (new)
  1.1       +132 -0    src/sys/teken/stress/teken_stress.c (new)
  1.14      +3 -13     src/sys/teken/teken.c
  1.10      +2 -0      src/sys/teken/teken.h
  1.6       +0 -354    src/sys/teken/teken_demo.c (dead)
  1.3       +0 -132    src/sys/teken/teken_stress.c (dead)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105091627.p49GRwom039910>