diff --git a/.gitea/workflows/arch.yaml b/.gitea/workflows/arch.yaml new file mode 100644 index 0000000..d7c13f1 --- /dev/null +++ b/.gitea/workflows/arch.yaml @@ -0,0 +1,21 @@ +name: Archlinux build +run-name: ${{ gitea.name}} building 🚀 +on: [push] +jobs: + build: + runs-on: arch-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ gitea_event_name }} event." + - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" + - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." + - name: Check out repository code + uses: actions/checkout@v4 + - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." + - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - name: List files in the repository + run: | + ls ${{ gitea.basedir }} + - run: echo "🍏 This job's status is ${{ gitea.status }}." + - run: mkdir ${{gitea.basedir}}/../build + - run: cp ${{ gitea.basedir }}/archlinux/PKGBUILD.local ${{gitea.basedir}}/../build/PKGBUILD + - run: cd ${{gitea.basedir}}/../build && ls && makepkg diff --git a/man/bfindex.1 b/man/bfindex.1 new file mode 100644 index 0000000..d22ff14 --- /dev/null +++ b/man/bfindex.1 @@ -0,0 +1,25 @@ +.TH BFINDEX "1" "April 2003" +.SH NAME +bfindex \- nodelist compiler for bforce +.SH SYNOPSYS +\fBbfindex [-fh]\fR + +.SH DESCRIPTION +\fBbfindex\fP is a nodelist compiler for BinkleyForce FTN mailer. +.SH OPTIONS +\fB\-f\fR +force nodelist compiling +.P +\fB-h\fR +show help message +.SH SEE ALSO +bforce(1),bfstat(1),nlookup(1) +.SH AUTHOR +Bforce was written by Alexander Belkin , 2:5020/2120 +.P +This manual page was written by Zhenja Kaluta + +This is free documentation; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. diff --git a/man/bforce.1 b/man/bforce.1 new file mode 100644 index 0000000..7711408 --- /dev/null +++ b/man/bforce.1 @@ -0,0 +1,68 @@ +.TH BFORCE "1" "April 2003" +.SH NAME +Bforce \- FTN mailer +.SH SYNOPSYS +\fBbforce [-fmh] [-I\fIinclude\fB] [-n\fIphone\fB]\ +[-l\fIline_number\fB] [-a\fIip_address\fB] \ +[-S\fIconnect\fB] [-p\fIdevice\fB] \fP<\fInode\fP> +.P +\fBbforce [-ih] [-I\fIinclude\fB] [-S\fIconnect\fB] \ +\fI +.P +\fBbforce [-dh] [-C\fIconfig\fB] [-I\fIinclude\fB] + +.SH DESCRIPTION +\fBbforce\fP BinkleyForce is a simple ifcico like FTN mailer. It can +works via TCP/IP as well as on modem links. +.SH OPTIONS +\fB\-d\fR +run as daemon +.P +\fB\-q\fR +terminate daemon +.P +\fB\-i\fR +run from inetd (for slave mode only) +.P +\fB\-f\fR +ignore system's work time +.P +\fB\-o\fR +starts outgoing session on stdin/stdout +.P +\fB-C \fIconfig\fR +main config file name. Default is ("/etc/bforce/bforce.conf") +.P +\fB-I \fIconfig\fR +additional config file name +.P +\fB-n \fIphone\fR +override phone number +.P +\fB-l \fIline_number\fR +call on this hidden line (default is 0) +.P +\fB-a \fIip_address\fR +override internet address +.P +\fB-S \fIconnect_str\fR +connect string (for slave mode only) +.P +\fB-p \fIport\fR +override modem port (must be defined in config) +.P +\fB-h\fR +show help message +.SH SEE ALSO +bfindex(1),bfstat(1),nlookup(1) +.SH AUTHOR +Bforce was written by Alexander Belkin , 2:5020/2120 +.P +This manual page was written by Zhenja Kaluta +.P +Revision 2 by Evgeniy Kozhuhovskiy + +This is free documentation; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. diff --git a/man/bfstat.1 b/man/bfstat.1 new file mode 100644 index 0000000..059651b --- /dev/null +++ b/man/bfstat.1 @@ -0,0 +1,47 @@ +.TH BINDEX "1" "April 2003" +.SH NAME +bfstat \- binkley style outbound statistic +.SH SYNOPSYS +\fBbfstat [-afhprst] [-n \fInumber\fB]\fR +.SH DESCRIPTION +\fBbfstat\fP help you to see your outbound statistic in human readable +form. +.SH OPTIONS +\fB\-a\fR +sort by FTN address (default) +.P +\fB\-c\fR +print incoming/outgoing calls statistic +.P +\fB\-f\fR +disable queue sorting +.P +\fB\-n \fInumber\fR +don't print more than systems +.P +\fB\-p\fR +print sizes in human readable format +.P +\fB\-r\fR +reverse order while sorting +.P +\fB\-s\fR +sort by total files size +.P +\fB\-t\fR +disable total sizes printing +.P +\fB-h\fR +show help message +.SH SEE ALSO +bforce(1),bindex(1),nlookup(1) +.SH AUTHOR +Bforce was written by Alexander Belkin , 2:5020/2120 +.P +This manual page was written by Zhenja Kaluta +.P +Revision 2 by Evgeniy Kozhuhovskiy +This is free documentation; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. diff --git a/man/nlookup.1 b/man/nlookup.1 new file mode 100644 index 0000000..6e9d0a8 --- /dev/null +++ b/man/nlookup.1 @@ -0,0 +1,30 @@ +.TH NLOOKUP "1" "April 2003" +.SH NAME +Bnlookup \- Nodelist search tool for bforce +.SH SYNOPSYS +\fBnlookup [-rh]\fR + +.SH DESCRIPTION +\fBnlookup\fP is a nodelist search tool for BinkleyForce FTN mailer. +.SH OPTIONS +\fB\-r\fR +show nodelist string +.P +\fB\-m\fR +show sysops e-mail (see FSP-1004.001 - p2) +.P +\fB-h\fR +show help message +.SH SEE ALSO +bforce(1),bfstat(1),nlookup(1) +.SH AUTHOR +Bforce was written by Alexander Belkin , 2:5020/2120 +.P +This manual page was written by Zhenja Kaluta +.P +Revision 2 by Evgeniy Kozhuhovskiy + +This is free documentation; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. diff --git a/man/outman.1 b/man/outman.1 new file mode 100644 index 0000000..fbc657b --- /dev/null +++ b/man/outman.1 @@ -0,0 +1,36 @@ +.TH OUTMAN "1" "November 2004" +.SH NAME +outman \- creates polls, file requests and attach files in aso and bso +.SH SYNOPSIS +.B outman +\fI<\fR[\fIpoll|freq|send\fR]\fI> \fR[\fIoptions\fR] \fI
\fR[\fIfiles\fR] +.SH DESCRIPTION +.SS "options:" +.TP +\fB\-hold\fR +set hold flavor +.TP +\fB\-normal\fR +set normal flavor (default) +.TP +\fB\-crash\fR +set crash flavor +.TP +\fB\-kill\fR +kill files after send +.HP +\fB\-truncate\fR truncate files after send +.PP +Mail bug reports to +.SH "SEE ALSO" +bfindex(1), bfstat(1), nlookup(1), bforce(1) +.SH AUTHOR +Bforce was written by Alexander Belkin , 2:5020/2120 +.P +This manual page was written by Evgeniy Kozhuhovskiy + +This is free documentation; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. +