mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade to the latest version (0.22)
This commit is contained in:
parent
26cc4a3cc4
commit
e0ca3fc42a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401
@ -1,7 +1,16 @@
|
||||
DISTNAME= mgetty-0.21
|
||||
DISTFILES= mgetty021-Nov09.tar.gz
|
||||
DISTNAME= mgetty-0.22
|
||||
DISTFILES= mgetty+sendfax-0.22.tar.gz
|
||||
MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/networking/communication/modem/mgetty/
|
||||
MAKE_FLAGS= FAX_SPOOL=/var/spool/fax LDFLAGS=-lutil prefix=${PREFIX}
|
||||
IS_INTERACTIVE= yes
|
||||
MAKE_FLAGS= CC=cc spool=/var/spool LDFLAGS=-lutil prefix=${PREFIX} -f
|
||||
USE_GMAKE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
pre-install:
|
||||
@mkdir -p ${PREFIX}/bin
|
||||
@mkdir -p ${PREFIX}/lib
|
||||
@mkdir -p ${PREFIX}/info
|
||||
@mkdir -p ${PREFIX}/man/man1
|
||||
@mkdir -p ${PREFIX}/man/man4
|
||||
@(cd ${WRKSRC}/doc; ${GMAKE} manpages)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
mgetty+sendfax version 0.21 - handle external logins, send and receive faxes
|
||||
mgetty+sendfax version 0.22 - handle external logins, send and receive faxes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@cd /usr/local
|
||||
@mode 775
|
||||
@owner bin
|
||||
@group bin
|
||||
bin/faxspool
|
||||
@ -18,7 +19,8 @@ lib/mgetty+sendfax/login.config
|
||||
@owner bin
|
||||
@mode 644
|
||||
lib/mgetty+sendfax/faxheader
|
||||
lib/mgetty+sendfax/cour24i.pbm
|
||||
lib/mgetty+sendfax/cour25.pbm
|
||||
lib/mgetty+sendfax/cour25n.pbm
|
||||
man/man1/g3topbm.1
|
||||
man/man1/pbmtog3.1
|
||||
man/man1/g3cat.1
|
||||
@ -26,6 +28,8 @@ man/man1/faxspool.1
|
||||
man/man1/faxrunq.1
|
||||
man/man1/faxq.1
|
||||
man/man1/faxrm.1
|
||||
man/man1/fax.1
|
||||
man/man1/coverpg.1
|
||||
man/man4/mgettydefs.4
|
||||
man/man5/faxqueue.5
|
||||
man/man8/sendfax.8
|
||||
@ -36,6 +40,6 @@ info/mgetty.info-2
|
||||
info/mgetty.info-3
|
||||
@cd /var/spool
|
||||
@exec mkdir -p %D/fax/incoming
|
||||
@exec mkdir -p %D/fax/outging
|
||||
@exec mkdir -p %D/fax/outgoing
|
||||
@exec chmod -R 775 %D/fax
|
||||
@unexec rm -r %D/fax
|
||||
|
11
comms/mgetty+sendfax/scripts/configure
vendored
11
comms/mgetty+sendfax/scripts/configure
vendored
@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
H=${WRKSRC}/policy.h
|
||||
H=$WRKSRC/policy.h
|
||||
trap "rm -f $H; exit 1" 1 2 3
|
||||
cp ${WRKSRC}/policy.h-dist $H || exit 1
|
||||
cp $WRKSRC/policy.h-dist $H || exit 1
|
||||
|
||||
|
||||
ww () {
|
||||
@ -57,12 +57,13 @@ cat <<END
|
||||
You could use it to call "uucico" for all users starting with "U*"
|
||||
(works only with Taylor UUCP 1.04 with my patch), or to call a fido
|
||||
mailer for fido calls (only if -DFIDO defined)...
|
||||
See the samples in the example mgetty.login file.
|
||||
See the samples in the example login.config file (built from login.cfg.in).
|
||||
|
||||
WARNING: make sure that this file isn't world-accessable (SECURITY!)
|
||||
|
||||
If you want to call /bin/login in any case, do not define this
|
||||
If you want to call /usr/bin/login in any case, do not define this
|
||||
END
|
||||
echo "#undef LOGIN_CFG_FILE" >>$H
|
||||
wn "config file:" LOGIN_CFG_FILE
|
||||
|
||||
ww DEFAULT_LOGIN_PROGRAM \"/usr/bin/login\"
|
||||
@ -296,7 +297,7 @@ this is the command to set the modem to use the desired flow control.
|
||||
For hardware handshake, this could be &H3 for the ZyXEL, &K3 for
|
||||
Rockwell-Based modems or \\Q3&S0 for Exar-Based Modems (i.e. some GVC's)
|
||||
END
|
||||
wq command: "&H3" FAX_MODEM_HANDSHAKE
|
||||
wq command: "AT&H3" FAX_MODEM_HANDSHAKE
|
||||
|
||||
cat <<END
|
||||
When sending a fax, if the other side says "page bad, retrain
|
||||
|
Loading…
Reference in New Issue
Block a user