From owner-cvs-gnu Sun Sep 1 01:16:14 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA14321 for cvs-gnu-outgoing; Sun, 1 Sep 1996 01:16:14 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA14304; Sun, 1 Sep 1996 01:16:02 -0700 (PDT) Date: Sun, 1 Sep 1996 01:16:02 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199609010816.BAA14304@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog ui_objects.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/09/01 01:16:01 Modified: gnu/lib/libdialog ui_objects.c Log: Collapse some common arrow key handling semantics from sysinstall into PollObj(), simplifying code which uses it. Revision Changes Path 1.5 +7 -0 src/gnu/lib/libdialog/ui_objects.c From owner-cvs-gnu Thu Sep 5 01:44:16 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA01802 for cvs-gnu-outgoing; Thu, 5 Sep 1996 01:44:16 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA01740; Thu, 5 Sep 1996 01:43:53 -0700 (PDT) Date: Thu, 5 Sep 1996 01:43:53 -0700 (PDT) From: Peter Wemm Message-Id: <199609050843.BAA01740@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cvs/contrib Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/05 01:43:52 Modified: gnu/usr.bin/cvs/contrib Makefile Log: forgot to reconnect easy-import to the Makefile Revision Changes Path 1.6 +2 -3 src/gnu/usr.bin/cvs/contrib/Makefile From owner-cvs-gnu Thu Sep 5 10:17:18 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03201 for cvs-gnu-outgoing; Thu, 5 Sep 1996 10:17:18 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03127; Thu, 5 Sep 1996 10:16:12 -0700 (PDT) Date: Thu, 5 Sep 1996 10:16:12 -0700 (PDT) From: Bruce Evans Message-Id: <199609051716.KAA03127@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games, cvs-lib, cvs-usrbin, cvs-gnu, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/games/fortune/fortune Makefile src/gnu/lib/libg++ Makefile src/gnu/usr.bin/man/manpath Makefile src/lib/libss Makefile src/libexec/telnetd Makefile src/sbin/init Makefile src/usr.bin/netstat Makefile src/usr.bin/tip/tip Makefile src/usr.bin/tn3270/tn3270 Makefile src/usr.bin/vmstat Makefile src/usr.sbin/rpc.yppasswdd Makefile src/usr.sbin/rpc.ypxfrd Makefile src/usr.sbin/sup/supfilesrv Makefile src/usr.sbin/sup/supscan Makefile src/games/atc Makefile src/gnu/usr.bin/man/man Makefile src/lib/libcurses Makefile src/lib/libncurses Makefile src/libexec/xtend Makefile src/libexec/ypxfr Makefile src/sbin/ifconfig Makefile src/usr.bin/systat Makefile src/usr.bin/telnet Makefile src/usr.sbin/pcvt/kcon Makefile src/usr.sbin/slstat Makefile src/usr.sbin/spray Makefile src/usr.sbin/sup/sup Makefile src/usr.sbin/xntpd/xntpd Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/05 10:16:11 Modified: games/atc Makefile games/fortune/fortune Makefile gnu/lib/libg++ Makefile gnu/usr.bin/man/man Makefile gnu/usr.bin/man/manpath Makefile lib/libcurses Makefile lib/libncurses Makefile lib/libss Makefile libexec/telnetd Makefile libexec/xtend Makefile libexec/ypxfr Makefile sbin/ifconfig Makefile sbin/init Makefile usr.bin/netstat Makefile usr.bin/systat Makefile usr.bin/telnet Makefile usr.bin/tip/tip Makefile usr.bin/tn3270/tn3270 Makefile usr.bin/vmstat Makefile usr.sbin/pcvt/kcon Makefile usr.sbin/rpc.yppasswdd Makefile usr.sbin/rpc.ypxfrd Makefile usr.sbin/slstat Makefile usr.sbin/spray Makefile usr.sbin/sup/sup Makefile usr.sbin/sup/supfilesrv Makefile usr.sbin/sup/supscan Makefile usr.sbin/xntpd/xntpd Makefile Log: Fixed DPADD. Revision Changes Path 1.7 +1 -1 src/games/atc/Makefile 1.3 +1 -1 src/games/fortune/fortune/Makefile 1.13 +3 -3 src/gnu/lib/libg++/Makefile 1.20 +5 -4 src/gnu/usr.bin/man/man/Makefile 1.15 +4 -3 src/gnu/usr.bin/man/manpath/Makefile 1.8 +3 -2 src/lib/libcurses/Makefile 1.19 +3 -2 src/lib/libncurses/Makefile 1.14 +5 -4 src/lib/libss/Makefile 1.7 +2 -2 src/libexec/telnetd/Makefile 1.4 +3 -2 src/libexec/xtend/Makefile 1.4 +3 -2 src/libexec/ypxfr/Makefile 1.5 +1 -1 src/sbin/ifconfig/Makefile 1.8 +5 -5 src/sbin/init/Makefile 1.7 +1 -1 src/usr.bin/netstat/Makefile 1.3 +1 -1 src/usr.bin/systat/Makefile 1.8 +2 -1 src/usr.bin/telnet/Makefile 1.6 +2 -1 src/usr.bin/tip/tip/Makefile 1.7 +2 -2 src/usr.bin/tn3270/tn3270/Makefile 1.4 +1 -1 src/usr.bin/vmstat/Makefile 1.4 +8 -1 src/usr.sbin/pcvt/kcon/Makefile 1.5 +3 -2 src/usr.sbin/rpc.yppasswdd/Makefile 1.3 +3 -2 src/usr.sbin/rpc.ypxfrd/Makefile 1.3 +2 -2 src/usr.sbin/slstat/Makefile 1.2 +2 -1 src/usr.sbin/spray/Makefile 1.5 +3 -3 src/usr.sbin/sup/sup/Makefile 1.5 +3 -3 src/usr.sbin/sup/supfilesrv/Makefile 1.3 +3 -3 src/usr.sbin/sup/supscan/Makefile 1.9 +2 -1 src/usr.sbin/xntpd/xntpd/Makefile From owner-cvs-gnu Fri Sep 6 02:37:05 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA08045 for cvs-gnu-outgoing; Fri, 6 Sep 1996 02:37:05 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA07995; Fri, 6 Sep 1996 02:36:50 -0700 (PDT) Date: Fri, 6 Sep 1996 02:36:50 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199609060936.CAA07995@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog kernel.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/09/06 02:36:49 Modified: gnu/lib/libdialog kernel.c Log: Make button highlighting more visible on B/W displays. Revision Changes Path 1.25 +1 -3 src/gnu/lib/libdialog/kernel.c From owner-cvs-gnu Sat Sep 7 18:09:15 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA01513 for cvs-gnu-outgoing; Sat, 7 Sep 1996 18:09:15 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA01494; Sat, 7 Sep 1996 18:09:06 -0700 (PDT) Date: Sat, 7 Sep 1996 18:09:06 -0700 (PDT) From: Paul Traina Message-Id: <199609080109.SAA01494@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff BUG-REPORT COPYING ChangeLog INSTALL Makefile Makefile.ccpg Makefile.cfg Makefile.comm Makefile.cpg Makefile.dev Makefile.in Makefile.init Makefile.lib Makefile.man Makefile.sub Makefile.tty NEWS PROBLEMS PROJECTS README TODO VERSION acgroff.m4 configure configure.in gendef.sh mdate.sh test-groff src/gnu/usr.bin/groff/devX75 CB CBI CI CR DESC HB HBI HI HR Makefile Makefile.sub NB NBI NI NR S TB TBI TI TR src/gnu/usr.bin/groff/devX75-12 CB CBI CI CR DESC HB HBI HI HR Makefile Makefile.sub NB NBI NI NR S TB TBI TI TR src/gnu/usr.bin/groff/devascii DESC.proto Makefile Makefile.sub R.proto src/gnu/usr.bin/groff/devlatin1 DESC.proto Makefile Makefile.sub R.proto src/gnu/usr.bin/groff/devps AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR DESC.in HB HBI HI HNB HNBI HNI HNR HR Makefile Makefile.sub NB NBI NI NR PB PBI PI PR S SS TB TBI TI TR ZCMI ZD ZDR download prologue.ps psstrip.sed symbol.afm symbolmap symbolsl.ps text.enc zapfdr.afm zapfdr.ps src/gnu/usr.bin/groff/doc Makefile meintro.me meref.me src/gnu/usr.bin/groff/grog Makefile.sub grog.man grog.pl grog.sh src/gnu/usr.bin/groff/grops Makefile Makefile.dep Makefile.sub TODO grops.man ps.cc ps.h psfig.diff psrm.cc src/gnu/usr.bin/groff/include Makefile.sub assert.h cmap.h cset.h defs.h device.h driver.h errarg.h error.h font.h index.h lib.h macropath.h posix.h printer.h ptable.h refid.h search.h searchpath.h stringclass.h unix.h src/gnu/usr.bin/groff/lkbib Makefile Makefile.dep Makefile.sub lkbib.cc lkbib.man src/gnu/usr.bin/groff/lookbib Makefile Makefile.dep Makefile.sub lookbib.cc lookbib.man src/gnu/usr.bin/groff/mm ChangeLog Makefile Makefile.sub NOTES README groff_mm.man groff_mmse.man tmac.m tmac.mse src/gnu/usr.bin/groff/pic Makefile Makefile.dep Makefile.sub TODO common.cc common.h depend lex.cc main.cc make-dos-dist object.cc object.h output.h pic.h pic.man pic.y position.h tex.cc text.h troff.cc src/gnu/usr.bin/groff/psbb Makefile Makefile.dep Makefile.sub psbb.c psbb.man src/gnu/usr.bin/groff/tmac Makefile Makefi Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/07 18:09:05 Removed: gnu/usr.bin/groff BUG-REPORT COPYING ChangeLog INSTALL Makefile Makefile.ccpg Makefile.cfg Makefile.comm Makefile.cpg Makefile.dev Makefile.in Makefile.init Makefile.lib Makefile.man Makefile.sub Makefile.tty NEWS PROBLEMS PROJECTS README TODO VERSION acgroff.m4 configure configure.in gendef.sh mdate.sh test-groff gnu/usr.bin/groff/addftinfo Makefile Makefile.dep Makefile.sub addftinfo.cc addftinfo.man guess.cc guess.h gnu/usr.bin/groff/afmtodit Makefile.sub afmtodit.man afmtodit.pl gnu/usr.bin/groff/devX100 CB CBI CI CR DESC HB HBI HI HR Makefile Makefile.sub NB NBI NI NR S TB TBI TI TR gnu/usr.bin/groff/devX100-12 CB CBI CI CR DESC HB HBI HI HR Makefile Makefile.sub NB NBI NI NR S TB TBI TI TR gnu/usr.bin/groff/devX75 CB CBI CI CR DESC HB HBI HI HR Makefile Makefile.sub NB NBI NI NR S TB TBI TI TR gnu/usr.bin/groff/devX75-12 CB CBI CI CR DESC HB HBI HI HR Makefile Makefile.sub NB NBI NI NR S TB TBI TI TR gnu/usr.bin/groff/devascii DESC.proto Makefile Makefile.sub R.proto gnu/usr.bin/groff/devdvi B BI CW DESC.in EX H HB HI I MI Makefile Makefile.sub R S SA SB gnu/usr.bin/groff/devdvi/generate CompileFonts Makefile cork.map msam.map msbm.map texb.map texex.map texi.map texmi.map texr.map texsy.map textt.map gnu/usr.bin/groff/devkoi8-r DESC.proto Makefile Makefile.sub R.proto gnu/usr.bin/groff/devlatin1 DESC.proto Makefile Makefile.sub R.proto gnu/usr.bin/groff/devps AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR DESC.in HB HBI HI HNB HNBI HNI HNR HR Makefile Makefile.sub NB NBI NI NR PB PBI PI PR S SS TB TBI TI TR ZCMI ZD ZDR download prologue.ps psstrip.sed symbol.afm symbolmap symbolsl.ps text.enc zapfdr.afm zapfdr.ps gnu/usr.bin/groff/devps/generate Makefile afmname dingbatsmap dingbatsrmap lgreekmap symbol.sed symbolchars symbolsl.afm textmap gnu/usr.bin/groff/doc Makefile meintro.me meref.me gnu/usr.bin/groff/eqn Makefile Makefile.dep Makefile.sub TODO box.cc box.h delim.cc eqn.h eqn.man eqn.y lex.cc limit.cc list.cc main.cc mark.cc neqn.sh other.cc over.cc pbox.h pile.cc script.cc special.cc sqrt.cc text.cc gnu/usr.bin/groff/grodvi Makefile Makefile.dep Makefile.sub dvi.cc grodvi.man gnu/usr.bin/groff/groff Makefile Makefile.dep Makefile.sub groff.cc groff.man pipeline.c pipeline.h gnu/usr.bin/groff/grog Makefile.sub grog.man grog.pl grog.sh gnu/usr.bin/groff/grops Makefile Makefile.dep Makefile.sub TODO grops.man ps.cc ps.h psfig.diff psrm.cc gnu/usr.bin/groff/grotty Makefile Makefile.dep Makefile.sub TODO grotty.man tty.cc gnu/usr.bin/groff/include Makefile.sub assert.h cmap.h cset.h defs.h device.h driver.h errarg.h error.h font.h index.h lib.h macropath.h posix.h printer.h ptable.h refid.h search.h searchpath.h stringclass.h unix.h gnu/usr.bin/groff/indxbib Makefile Makefile.dep Makefile.sub dirnamemax.c eign indxbib.cc indxbib.man signal.c gnu/usr.bin/groff/libbib Makefile Makefile.dep Makefile.sub common.cc index.cc linear.cc map.c search.cc gnu/usr.bin/groff/libdriver Makefile Makefile.dep Makefile.sub input.cc printer.cc gnu/usr.bin/groff/libgroff Makefile Makefile.dep Makefile.sub assert.cc change_lf.cc cmap.cc cset.cc device.cc errarg.cc error.cc fatal.cc filename.cc fmod.c font.cc fontfile.cc getcwd.c iftoa.c illegal.cc itoa.c lf.cc lineno.cc macropath.cc matherr.c nametoindex.cc new.cc prime.cc progname.cc ptable.cc putenv.c searchpath.cc strerror.c string.cc strsave.cc strtol.c tmpfile.cc gnu/usr.bin/groff/lkbib Makefile Makefile.dep Makefile.sub lkbib.cc lkbib.man gnu/usr.bin/groff/lookbib Makefile Makefile.dep Makefile.sub lookbib.cc lookbib.man gnu/usr.bin/groff/man Makefile Makefile.sub groff_char.man groff_font.man groff_out.man gnu/usr.bin/groff/mm ChangeLog Makefile Makefile.sub NOTES README groff_mm.man groff_mmse.man tmac.m tmac.mse gnu/usr.bin/groff/mm/mm 0.MT 4.MT 5.MT ms.cov se_ms.cov gnu/usr.bin/groff/nroff Makefile Makefile.sub conftest.sh nroff.man nroff.sh psroff.sh gnu/usr.bin/groff/pfbtops Makefile Makefile.dep Makefile.sub pfbtops.c pfbtops.man gnu/usr.bin/groff/pic Makefile Makefile.dep Makefile.sub TODO common.cc common.h depend lex.cc main.cc make-dos-dist object.cc object.h output.h pic.h pic.man pic.y position.h tex.cc text.h troff.cc gnu/usr.bin/groff/psbb Makefile Makefile.dep Makefile.sub psbb.c psbb.man gnu/usr.bin/groff/refer Makefile Makefile.dep Makefile.sub TODO command.cc command.h label.y ref.cc ref.h refer.cc refer.h refer.man token.cc token.h gnu/usr.bin/groff/soelim Makefile.dep Makefile.sub TODO soelim.cc soelim.man gnu/usr.bin/groff/tbl Makefile Makefile.dep Makefile.sub main.cc table.cc table.h tbl.man gnu/usr.bin/groff/tfmtodit Makefile Makefile.dep Makefile.sub tfmtodit.cc tfmtodit.man gnu/usr.bin/groff/tmac Makefile Makefile.sub TODO doc-common doc-ditroff doc-nroff doc-syms eqnrc fixmacros.sed groff_ms.man man.local man.ultrix me.man strip.sed tmac.X tmac.Xps tmac.an tmac.andoc tmac.doc tmac.doc.old tmac.dvi tmac.e tmac.latin1 tmac.pic tmac.ps tmac.psatk tmac.psfig tmac.psnew tmac.psold tmac.pspic tmac.s tmac.tty tmac.tty-char troffrc gnu/usr.bin/groff/troff Makefile Makefile.dep Makefile.sub TODO charinfo.h column.cc dictionary.cc dictionary.h div.cc div.h env.cc env.h hvunits.h hyphen.us hyphen.us-ru input.cc node.cc node.h number.cc reg.cc reg.h request.h symbol.cc symbol.h token.h troff.h troff.man gnu/usr.bin/groff/xditview ChangeLog DESC Dvi.c Dvi.h DviChar.c DviChar.h DviP.h FontMap GXditview.ad INSTALL Imakefile Makefile Menu.h README TODO XFontName.c XFontName.h device.c device.h draw.c font.c gxditview.man lex.c page.c parse.c xdit.bm xdit_mask.bm xditview.c xtotroff.c Log: Groff is dead... From owner-cvs-gnu Sat Sep 7 18:21:34 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02360 for cvs-gnu-outgoing; Sat, 7 Sep 1996 18:21:34 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02343; Sat, 7 Sep 1996 18:21:22 -0700 (PDT) Date: Sat, 7 Sep 1996 18:21:22 -0700 (PDT) From: Paul Traina Message-Id: <199609080121.SAA02343@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff - Imported sources Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/07 18:21:21 src/gnu/usr.bin/groff - Imported sources Update of /home/ncvs/src/gnu/usr.bin/groff In directory freefall.freebsd.org:/a/pst/ngroff Revision/Branch: 2.1.1 Log Message: ...long live groff Status: Vendor Tag: PST Release Tags: v1_10 cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/Attic/Makefile.dev,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/Attic/Makefile.cfg,v failed N src/gnu/usr.bin/groff/Makefile.inc cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/Attic/Makefile.tty,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/libgroff/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/libdriver/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/libbib/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/addftinfo/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/eqn/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/grodvi/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/groff/Attic/Makefile,v failed N src/gnu/usr.bin/groff/grolj4/Makefile cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/grops/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/grotty/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/lkbib/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/lookbib/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/man/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/mm/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/nroff/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/pfbtops/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/pic/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/psbb/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/refer/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/tbl/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/tfmtodit/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/tmac/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/troff/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/devX100/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/devX100-12/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/devX75/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/devX75-12/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/devascii/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/devdvi/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/devlatin1/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/devkoi8-r/Attic/Makefile,v failed N src/gnu/usr.bin/groff/devlj4/Makefile cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/devps/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/indxbib/Attic/Makefile,v failed cvs: ERROR: Check-in of /home/ncvs/src/gnu/usr.bin/groff/include/Attic/defs.h,v failed No conflicts created by this import From owner-cvs-gnu Sat Sep 7 18:28:08 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03269 for cvs-gnu-outgoing; Sat, 7 Sep 1996 18:28:08 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03239; Sat, 7 Sep 1996 18:27:59 -0700 (PDT) Date: Sat, 7 Sep 1996 18:27:59 -0700 (PDT) From: Paul Traina Message-Id: <199609080127.SAA03239@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff Makefile Makefile.cfg Makefile.dev Makefile.tty src/gnu/usr.bin/groff/addftinfo Makefile src/gnu/usr.bin/groff/devX75 Makefile src/gnu/usr.bin/groff/devX75-12 Makefile src/gnu/usr.bin/groff/devkoi8-r Makefile src/gnu/usr.bin/groff/grodvi Makefile src/gnu/usr.bin/groff/grops Makefile src/gnu/usr.bin/groff/grotty Makefile src/gnu/usr.bin/groff/libdriver Makefile src/gnu/usr.bin/groff/libgroff Makefile src/gnu/usr.bin/groff/nroff Makefile src/gnu/usr.bin/groff/psbb Makefile src/gnu/usr.bin/groff/tfmtodit Makefile src/gnu/usr.bin/groff/tmac Makefile src/gnu/usr.bin/groff/troff Makefile src/gnu/usr.bin/groff/devX100 Makefile src/gnu/usr.bin/groff/devX100-12 Makefile src/gnu/usr.bin/groff/devascii Makefile src/gnu/usr.bin/groff/devdvi Makefile src/gnu/usr.bin/groff/devlatin1 Makefile src/gnu/usr.bin/groff/devps Makefile src/gnu/usr.bin/groff/eqn Makefile src/gnu/usr.bin/groff/groff Makefile src/gnu/usr.bin/groff/indxbib Makefile src/gnu/usr.bin/groff/libbib Makefile src/gnu/usr.bin/groff/lkbib Makefile src/gnu/usr.bin/groff/lookbib Makefile src/gnu/usr.bin/groff/man Makefile src/gnu/usr.bin/groff/mm Makefile src/gnu/usr.bin/groff/pfbtops Makefile src/gnu/usr.bin/groff/pic Makefile src/gnu/usr.bin/groff/refer Makefile src/gnu/usr.bin/groff/tbl Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/07 18:27:59 Added: gnu/usr.bin/groff Makefile Makefile.cfg Makefile.dev Makefile.tty gnu/usr.bin/groff/addftinfo Makefile gnu/usr.bin/groff/devX100 Makefile gnu/usr.bin/groff/devX100-12 Makefile gnu/usr.bin/groff/devX75 Makefile gnu/usr.bin/groff/devX75-12 Makefile gnu/usr.bin/groff/devascii Makefile gnu/usr.bin/groff/devdvi Makefile gnu/usr.bin/groff/devkoi8-r Makefile gnu/usr.bin/groff/devlatin1 Makefile gnu/usr.bin/groff/devps Makefile gnu/usr.bin/groff/eqn Makefile gnu/usr.bin/groff/grodvi Makefile gnu/usr.bin/groff/groff Makefile gnu/usr.bin/groff/grops Makefile gnu/usr.bin/groff/grotty Makefile gnu/usr.bin/groff/indxbib Makefile gnu/usr.bin/groff/libbib Makefile gnu/usr.bin/groff/libdriver Makefile gnu/usr.bin/groff/libgroff Makefile gnu/usr.bin/groff/lkbib Makefile gnu/usr.bin/groff/lookbib Makefile gnu/usr.bin/groff/man Makefile gnu/usr.bin/groff/mm Makefile gnu/usr.bin/groff/nroff Makefile gnu/usr.bin/groff/pfbtops Makefile gnu/usr.bin/groff/pic Makefile gnu/usr.bin/groff/psbb Makefile gnu/usr.bin/groff/refer Makefile gnu/usr.bin/groff/tbl Makefile gnu/usr.bin/groff/tfmtodit Makefile gnu/usr.bin/groff/tmac Makefile gnu/usr.bin/groff/troff Makefile Log: ...long live groff From owner-cvs-gnu Sat Sep 7 18:30:23 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03477 for cvs-gnu-outgoing; Sat, 7 Sep 1996 18:30:23 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03461; Sat, 7 Sep 1996 18:30:17 -0700 (PDT) Date: Sat, 7 Sep 1996 18:30:17 -0700 (PDT) From: Paul Traina Message-Id: <199609080130.SAA03461@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/include defs.h Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/07 18:30:17 Added: gnu/usr.bin/groff/include defs.h Log: long live groff From owner-cvs-gnu Sat Sep 7 18:32:07 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03650 for cvs-gnu-outgoing; Sat, 7 Sep 1996 18:32:07 -0700 (PDT) Received: from freefall.freebsd.org (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA03597; Sat, 7 Sep 1996 18:31:49 -0700 (PDT) Message-Id: <199609080131.SAA03597@freefall.freebsd.org> To: pst cc: CVS-committers, cvs-all, cvs-gnu Subject: Re: Long live groff... In-reply-to: Your message of "Sat, 07 Sep 1996 18:27:59 PDT." <199609080127.SAA03239@freefall.freebsd.org> Date: Sat, 07 Sep 1996 18:31:49 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Since the makefiles are not GPLed, perhaps they should be moved in with the rest usr.bin?? They would have to DTRT if the stuff in contrib was not there, of course. -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-gnu Sat Sep 7 19:25:43 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA08483 for cvs-gnu-outgoing; Sat, 7 Sep 1996 19:25:43 -0700 (PDT) Received: from precipice.shockwave.com (ppp-206-170-5-166.rdcy01.pacbell.net [206.170.5.166]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA08468; Sat, 7 Sep 1996 19:25:37 -0700 (PDT) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.5/8.7.3) with ESMTP id TAA21228; Sat, 7 Sep 1996 19:25:10 -0700 (PDT) Message-Id: <199609080225.TAA21228@precipice.shockwave.com> To: "Justin T. Gibbs" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: Long live groff... In-reply-to: Your message of "Sat, 07 Sep 1996 18:31:49 PDT." <199609080131.SAA03597@freefall.freebsd.org> Date: Sat, 07 Sep 1996 19:25:09 -0700 From: Paul Traina Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk No, I think not, as they make code that is GPL'ed... Paul From: "Justin T. Gibbs" Subject: Re: Long live groff... Since the makefiles are not GPLed, perhaps they should be moved in with the rest usr.bin?? They would have to DTRT if the stuff in contrib was not there, of course. -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations ===========================================