mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
New port of unix-connect
[German] UNIX-Connect kann sehr vielseitig eingesetzt werden. Entwickelt wurde es, um ein Unix-System als Server im Z-NETZ (im alten Sinne) einsetzen zu koennen. Nebeneffekt ist die Gateway-Funktion. Gerade die Gateway-Routinen sind relativ gut portabel (ANSI-C ohne wesentliche UNIX-Einfluesse), und daher bereits auf anderen Computertypen realisiert worden. Bei den Online-Routinen ist das schwieriger, aber nicht unmoeglich. UNIX-Connect kann auch als Point benutzt werden - also um am heimischen Linux-System die Nachrichten aus der Z-NETZ MailBox vor Ort im ELM oder NN zu lesen. Dieser Einsatzmoeglichkeit widmet die Dokumentation ein eigenes Kapitel, da hierbei sehr viele Konfigurationsprobleme von vornherein vermieden werden koennen. Autoren: * 1993-1994 Martin Husemann * 1995-1998 Christopher Creutzig * 1997-1998 Detlef Wuerkner * 1995-2000 Moritz Both * 1997-2000 Matthias Andree * 1997-2000 Andreas Barth * 1999-2000 Krischan Jodies * 1996-2001 Dirk Meyer FTP: ftp://ftp.sf.net/pub/sourceforge/unix-connect/ FTP: ftp://unix-connect.sf.net/pub/unix-connect/ FTP: ftp://ftp.dinoex.org/pub/unix-connenct/ WWW: http://www.dinoex.de/unix-connect.html
This commit is contained in:
parent
0258697314
commit
474819d807
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46444
@ -15,6 +15,7 @@
|
||||
SUBDIR += php_doc
|
||||
SUBDIR += staroffice5
|
||||
SUBDIR += staroffice52
|
||||
SUBDIR += unix-connect
|
||||
SUBDIR += webalizer2
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
38
german/unix-connect/Makefile
Normal file
38
german/unix-connect/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: unix-connect
|
||||
# Date created: 01.May 1999
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unix-connect
|
||||
PORTVERSION= 0.92
|
||||
CATEGORIES= german comms news mail
|
||||
MASTER_SITES= ftp://ftp.dinoex.org/pub/unix-connect/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= dinoex@freebsd.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
#USE_GMAKE= yes
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+=--with-user=news
|
||||
CONFIGURE_ARGS+=--with-group=dialer
|
||||
CONFIGURE_ARGS+=--with-execdir=${PREFIX}/libexec/uconnect
|
||||
CONFIGURE_ARGS+=--with-confdir=/etc/uconnect
|
||||
CONFIGURE_ARGS+=--with-spooldir=/var/spool/uconnect
|
||||
CONFIGURE_ARGS+=--with-mail=sendmail
|
||||
CONFIGURE_ARGS+=--with-news=cnews
|
||||
CONFIGURE_ARGS+=--enable-testing
|
||||
CFLAGS+=-g
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/unix-connect
|
||||
.for i in README INSTALL TODO ChangeLog ChangeLog.configure
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/unix-connect
|
||||
.endfor
|
||||
@cd ${WRKSRC}/docs; tar cf - . | (cd ${PREFIX}/share/doc/unix-connect; tar xf -)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
german/unix-connect/distinfo
Normal file
1
german/unix-connect/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (unix-connect-0.92.tar.gz) = 3d49ca3b154c8ab8daf9ca7529c90c1c
|
1
german/unix-connect/pkg-comment
Normal file
1
german/unix-connect/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Unix-Connect - mail+news-gateway for Zconnect (tm)
|
26
german/unix-connect/pkg-descr
Normal file
26
german/unix-connect/pkg-descr
Normal file
@ -0,0 +1,26 @@
|
||||
README zu UNIX-Connect
|
||||
======================
|
||||
|
||||
UNIX-Connect kann sehr vielseitig eingesetzt werden. Entwickelt wurde
|
||||
es, um ein Unix-System als Server im Z-NETZ (im alten Sinne) einsetzen
|
||||
zu koennen. Nebeneffekt ist die Gateway-Funktion. Gerade die Gateway-Routinen
|
||||
sind relativ gut portabel (ANSI-C ohne wesentliche UNIX-Einfluesse), und daher
|
||||
bereits auf anderen Computertypen realisiert worden. Bei den Online-Routinen
|
||||
ist das schwieriger, aber nicht unmoeglich.
|
||||
|
||||
UNIX-Connect kann auch als Point benutzt werden - also um am heimischen
|
||||
Linux-System die Nachrichten aus der Z-NETZ MailBox vor Ort im ELM oder NN
|
||||
zu lesen. Dieser Einsatzmoeglichkeit widmet die Dokumentation ein eigenes
|
||||
Kapitel, da hierbei sehr viele Konfigurationsprobleme von vornherein
|
||||
vermieden werden koennen.
|
||||
|
||||
Autoren:
|
||||
* 1993-1994 Martin Husemann * 1995-1998 Christopher Creutzig
|
||||
* 1997-1998 Detlef Wuerkner * 1995-2000 Moritz Both
|
||||
* 1997-2000 Matthias Andree * 1997-2000 Andreas Barth
|
||||
* 1999-2000 Krischan Jodies * 1996-2001 Dirk Meyer
|
||||
|
||||
FTP: ftp://ftp.sf.net/pub/sourceforge/unix-connect/
|
||||
FTP: ftp://unix-connect.sf.net/pub/unix-connect/
|
||||
FTP: ftp://ftp.dinoex.org/pub/unix-connenct/
|
||||
WWW: http://www.dinoex.de/unix-connect.html
|
46
german/unix-connect/pkg-plist
Normal file
46
german/unix-connect/pkg-plist
Normal file
@ -0,0 +1,46 @@
|
||||
libexec/uconnect/januslogin
|
||||
libexec/uconnect/receiver
|
||||
libexec/uconnect/zcall
|
||||
libexec/uconnect/uuwnews
|
||||
libexec/uconnect/uuwsmtp
|
||||
libexec/uconnect/uursmtp
|
||||
libexec/uconnect/zconsplit
|
||||
libexec/uconnect/anruf
|
||||
libexec/uconnect/auspack
|
||||
libexec/uconnect/einpack
|
||||
libexec/uconnect/import
|
||||
libexec/uconnect/list-systems
|
||||
libexec/uconnect/prearc
|
||||
libexec/uconnect/uumlist
|
||||
libexec/uconnect/bsmtp
|
||||
libexec/uconnect/rcsmtp
|
||||
libexec/uconnect/rgsmtp
|
||||
libexec/uconnect/rsmtp
|
||||
libexec/uconnect/cron.d.hourly
|
||||
libexec/uconnect/logrotate.d.entry
|
||||
libexec/uconnect/mail.uuconnect
|
||||
libexec/uconnect/uurnews
|
||||
libexec/uconnect/zbatchsmtp
|
||||
@dirrm libexec/uconnect
|
||||
%%PORTDOCS%%share/doc/unix-connect/ChangeLog
|
||||
%%PORTDOCS%%share/doc/unix-connect/ChangeLog.configure
|
||||
%%PORTDOCS%%share/doc/unix-connect/INSTALL
|
||||
%%PORTDOCS%%share/doc/unix-connect/INSTALL.OLD
|
||||
%%PORTDOCS%%share/doc/unix-connect/POLICY
|
||||
%%PORTDOCS%%share/doc/unix-connect/PROBLEMS
|
||||
%%PORTDOCS%%share/doc/unix-connect/README
|
||||
%%PORTDOCS%%share/doc/unix-connect/README.systeme
|
||||
%%PORTDOCS%%share/doc/unix-connect/THANX
|
||||
%%PORTDOCS%%share/doc/unix-connect/TODO
|
||||
%%PORTDOCS%%share/doc/unix-connect/bnews.patch
|
||||
%%PORTDOCS%%share/doc/unix-connect/changes.doc
|
||||
%%PORTDOCS%%share/doc/unix-connect/ger-texinfo.tex
|
||||
%%PORTDOCS%%share/doc/unix-connect/iso8859-1.tex
|
||||
%%PORTDOCS%%share/doc/unix-connect/lizenz.deutsch
|
||||
%%PORTDOCS%%share/doc/unix-connect/texinfo.tex
|
||||
%%PORTDOCS%%share/doc/unix-connect/unix-connect.dvi
|
||||
%%PORTDOCS%%share/doc/unix-connect/unix-connect.texinfo
|
||||
%%PORTDOCS%%share/doc/unix-connect/xpoint.dok
|
||||
%%PORTDOCS%%share/doc/unix-connect/zcon31.changes
|
||||
%%PORTDOCS%%share/doc/unix-connect/zconnect.doc
|
||||
%%PORTDOCS%%@dirrm share/doc/unix-connect
|
Loading…
x
Reference in New Issue
Block a user