Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
snapshot of project "tin", label vctin960524
  • Loading branch information
ThomasDickey committed Dec 31, 2019
1 parent 50e5312 commit 99cba22
Show file tree
Hide file tree
Showing 43 changed files with 3,272 additions and 238 deletions.
14 changes: 14 additions & 0 deletions CHANGES
@@ -1,3 +1,17 @@
--950824BETA PLMC.960524 --

047) Branden Robinson <branden@purdue.edu>
ADD. '&' toggle_color in all levels, rewrote show_inverse_video_status
FIX. several supplied patches

046) Chris Blum <chris@phil.uni-sb.de>
BUG. mail_to_someone uses note_h_followup instead of note_h_newsgroups
FIX. post.c

045) T.E. Dickey <dickey@clark.net>
ADD. autoconf
FIX. several supplied patches

--950824BETA PLMC.960522 --

044) Sven Paulus <sven@oops.sub.de>
Expand Down
77 changes: 42 additions & 35 deletions MANIFEST
@@ -1,82 +1,89 @@
MANIFEST for tin-1.3_950824BETA_PLMC.960522 (Thu May 23 00:37:28 MET DST 1996)
MANIFEST for tin-1.3_950824BETA_PLMC.960524 (Fri May 24 20:37:36 MET DST 1996)
----------------------------------------------------
14143 ./CHANGES
14552 ./CHANGES
8093 ./TODO
4439 ./Makefile
4657 ./Makefile
17158 ./INSTALL
132 ./MANIFEST
1356 ./README
1379 ./README
913 ./tinpp
13185 ./aclocal.m4
86400 ./configure
6618 ./configure.in
4771 ./install.sh
11427 ./makefile.in
3016 ./cfg-tin
69402 ./doc/tin.1
2514 ./include/amiga.h
2131 ./include/amigatcp.h
9622 ./include/config.h
32344 ./include/extern.h
5436 ./include/autoconf.hin
9831 ./include/config.h
34787 ./include/extern.h
565 ./include/gst.h
9920 ./include/menukeys.h
10025 ./include/menukeys.h
718 ./include/msmail.h
4765 ./include/nntplib.h
2305 ./include/os_2.h
1777 ./include/patchlev.h
27511 ./include/proto.h
89 ./include/rfc1521.h
292 ./include/rfc1522.h
1827 ./include/patchlev.h
28562 ./include/proto.h
1272 ./include/stpwatch.h
39077 ./include/tin.h
39802 ./include/tin.h
4101 ./include/win32.h
791 ./include/win32tcp.h
19291 ./src/active.c
8203 ./src/actived.c
13012 ./src/amiga.c
4427 ./src/amigatcp.c
36345 ./src/art.c
36334 ./src/art.c
22033 ./src/attrib.c
8262 ./src/charset.c
1463 ./src/color.c
41001 ./src/config.c
19972 ./src/curses.c
41022 ./src/config.c
19932 ./src/curses.c
12381 ./src/debug.c
2835 ./src/envarg.c
18348 ./src/feed.c
35387 ./src/filter.c
11250 ./src/getline.c
41543 ./src/group.c
41715 ./src/group.c
2671 ./src/hashstr.c
9650 ./src/help.c
11855 ./src/inews.c
27949 ./src/init.c
11827 ./src/inews.c
27925 ./src/init.c
40781 ./src/lang.c
2771 ./src/list.c
12119 ./src/mail.c
12009 ./src/mail.c
16806 ./src/main.c
9898 ./src/makefile.in
11022 ./src/memory.c
41295 ./src/misc.c
7231 ./src/msmail.c
33010 ./src/newsrc.c
26006 ./src/nntplib.c
41582 ./src/misc.c
7234 ./src/msmail.c
33022 ./src/newsrc.c
26002 ./src/nntplib.c
31433 ./src/nntpw32.c
26641 ./src/open.c
26395 ./src/open.c
6305 ./src/os_2.c
34474 ./src/page.c
24108 ./src/parsdate.y
34653 ./src/page.c
24128 ./src/parsdate.y
7195 ./src/pgp.c
63127 ./src/post.c
63052 ./src/post.c
4342 ./src/prompt.c
53 ./src/proto.sed
9953 ./src/refs.c
4813 ./src/rfc1521.c
11740 ./src/rfc1522.c
34129 ./src/save.c
4856 ./src/rfc1521.c
11710 ./src/rfc1522.c
34142 ./src/save.c
4116 ./src/screen.c
9895 ./src/search.c
35004 ./src/select.c
34879 ./src/select.c
5270 ./src/sigfile.c
11103 ./src/signal.c
11022 ./src/signal.c
5882 ./src/strftime.c
25085 ./src/thread.c
25279 ./src/thread.c
5014 ./src/wildmat.c
12569 ./src/win32.c
2130 ./src/win32tcp.c
7143 ./src/xref.c
5549 ./src/vms.c
21908 ./src/Makefile
1203277 total
21903 ./src/Makefile
1349098 total
20 changes: 14 additions & 6 deletions Makefile
Expand Up @@ -6,7 +6,7 @@ MANEXT = 1
BASE_VER = 950824
LVER = 1.3_$(BASE_VER)
PPREFIX = MC
PVER = 960522
PVER = 960524
VER = $(LVER)BETA_PL$(PPREFIX).$(PVER)
MAIL_ADDR = "urs@akk.uni-karlsruhe.de"

Expand All @@ -20,6 +20,7 @@ SRCDIR = ./src
HFILES = \
$(INCDIR)/amiga.h \
$(INCDIR)/amigatcp.h \
$(INCDIR)/autoconf.hin \
$(INCDIR)/config.h \
$(INCDIR)/extern.h \
$(INCDIR)/gst.h \
Expand All @@ -29,8 +30,6 @@ HFILES = \
$(INCDIR)/os_2.h \
$(INCDIR)/patchlev.h \
$(INCDIR)/proto.h \
$(INCDIR)/rfc1521.h \
$(INCDIR)/rfc1522.h \
$(INCDIR)/stpwatch.h \
$(INCDIR)/tin.h \
$(INCDIR)/win32.h \
Expand Down Expand Up @@ -61,6 +60,7 @@ CFILES = \
$(SRCDIR)/list.c \
$(SRCDIR)/mail.c \
$(SRCDIR)/main.c \
$(SRCDIR)/makefile.in \
$(SRCDIR)/memory.c \
$(SRCDIR)/misc.c \
$(SRCDIR)/msmail.c \
Expand All @@ -73,8 +73,9 @@ CFILES = \
$(SRCDIR)/parsdate.y \
$(SRCDIR)/pgp.c \
$(SRCDIR)/post.c \
$(SRCDIR)/prompt.c\
$(SRCDIR)/refs.c\
$(SRCDIR)/prompt.c \
$(SRCDIR)/proto.sed \
$(SRCDIR)/refs.c \
$(SRCDIR)/rfc1521.c \
$(SRCDIR)/rfc1522.c \
$(SRCDIR)/save.c \
Expand All @@ -101,7 +102,13 @@ TOP = \
$(TOPDIR)/INSTALL \
$(TOPDIR)/MANIFEST \
$(TOPDIR)/README \
$(TOPDIR)/tinpp
$(TOPDIR)/tinpp \
$(TOPDIR)/aclocal.m4 \
$(TOPDIR)/configure \
$(TOPDIR)/configure.in \
$(TOPDIR)/install.sh \
$(TOPDIR)/makefile.in \
$(TOPDIR)/cfg-tin

ALL_FILES = $(TOP) $(DOC) $(HFILES) $(CFILES) $(SRCDIR)/Makefile

Expand Down Expand Up @@ -173,6 +180,7 @@ chmod:
@$(ECHO) "Setting the file permissions..."
@$(CHMOD) 644 $(ALL_FILES)
@$(CHMOD) 755 $(ALL_DIRS)
@$(CHMOD) 755 ./cfg-tin ./configure ./tinpp
gtar:
@$(MAKE) tar

Expand Down
6 changes: 5 additions & 1 deletion README
Expand Up @@ -3,7 +3,11 @@ several additions/bug-fixes over the latest 'official' beta release (for
more information have a look at the CHANGES file).
Due to work is still in progress it might not compile on all machines.

Be sure to configure the Makefile in src/ to your local setup!
configure to your local setup with:
cfg-tin

compile with:
cd src; make -f makefile

Install at your own risk.

Expand Down

0 comments on commit 99cba22

Please sign in to comment.