1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to version 0.99pl18.

This commit is contained in:
Boris Popov 2000-05-16 07:45:41 +00:00
parent 71cd6682c1
commit 4a11ecc2c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28481
7 changed files with 68 additions and 15 deletions

View File

@ -6,31 +6,46 @@
#
PORTNAME= mars_nwe
PORTVERSION= 0.99.b17
PORTVERSION= 0.99.b18
CATEGORIES= net
MASTER_SITES= http://www.compu-art.de/download/ \
ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/mars_nwe/ \
ftp://ftp.butya.kz/pub/mars_nwe/
DISTNAME= mars_nwe-0.99.pl17
DISTNAME= mars_nwe-0.99.pl18
EXTRACT_SUFX= .tgz
MAINTAINER= bp@FreeBSD.org
WRKSRC= ${WRKDIR}/mars_nwe
PLIST= ${WRKDIR}/PLIST.DYN
NDOCDIR= ${PREFIX}/share/doc/mars_nwe
do-build:
@(cd ${WRKSRC} && ${MAKE} all)
do-install:
@(cd ${WRKSRC} && ./mk.li install)
@${INSTALL_DATA} ${WRKSRC}/examples/nw.ini ${PREFIX}/etc/nwserv.conf.example
@${ECHO} "You'll need to create a startup file to load MARS_NWE Server when booting."
@${ECHO} "Create a nwserv.sh in ${PREFIX}/etc/rc.d directory and modify"
@${ECHO} "${PREFIX}/etc/nwserv.conf manually before you loading server."
@${ECHO} "Kernel should be compiled with IPX support and IPXrouted should be"
@${ECHO} "started before server."
@${ECHO} ""
@${ECHO} "Please read details in ${WORKDIR}/mars_nwe/doc directory."
@${ECHO} "Especially README.FREEBSD file."
pre-install:
@cp ${PKGDIR}/PLIST ${WRKDIR}/PLIST.DYN
.if !defined(NOPORSDOCS)
@cat ${PKGDIR}/PLIST.DOC >> ${WRKDIR}/PLIST.DYN
.endif
post-install:
@${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" \
${FILESDIR}/nwserv.sh \
>${PREFIX}/etc/rc.d/nwserv.sh
@${CHMOD} 0755 ${PREFIX}/etc/rc.d/nwserv.sh
.if !defined(NOPORTDOCS)
@if ! [ -d ${NDOCDIR} ]; then ${MKDIR} ${NDOCDIR}; fi
${RM} -f ${WRKSRC}/doc/*.orig
${INSTALL_DATA} ${WRKSRC}/doc/* ${NDOCDIR}
.endif
@${ECHO_MSG} "Look in ${NDOCDIR} for documentation."
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (mars_nwe-0.99.pl17.tgz) = e9dd321df6cec84ee79aec5635219051
MD5 (mars_nwe-0.99.pl18.tgz) = d114f51c3b92e79765820fbe737a278c

View File

@ -0,0 +1,11 @@
#!/bin/sh
PREFIX=/usr/local
PROG=${PREFIX}/sbin/nwserv
if [ x$1 = xstart ]; then
(sleep 120;${PROG}) &
elif [ "x$1" = "xstop" ]; then
${PROG} -k
fi

View File

@ -4,8 +4,8 @@ RCS file: /usr/local/cvsrp/mars/doc/README.FREEBSD,v
retrieving revision 1.1.1.3
retrieving revision 1.5
diff -u -r1.1.1.3 -r1.5
--- README.FREEBSD 1999/06/04 09:38:04 1.1.1.3
+++ README.FREEBSD 1999/06/04 09:42:09 1.5
--- doc/README.FREEBSD 1999/06/04 09:38:04 1.1.1.3
+++ doc/README.FREEBSD 1999/06/04 09:42:09 1.5
@@ -44,7 +44,6 @@
with switch '-s'. Please use only patched version of IPXrouted if you
are run 2.2.8 or 3.x of FreeBSD.
@ -20,8 +20,8 @@ RCS file: /usr/local/cvsrp/mars/examples/config.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- config.h 1999/01/28 06:21:38 1.1.1.1
+++ config.h 1999/01/28 06:23:09 1.2
--- examples/config.h 1999/01/28 06:21:38 1.1.1.1
+++ examples/config.h 1999/01/28 06:23:09 1.2
@@ -11,9 +11,9 @@
# define PATHNAME_PROGS "." /* where to find the executables */
# define PATHNAME_BINDERY "." /* directory for bindery-files */
@ -33,3 +33,4 @@ diff -u -r1.1.1.1 -r1.2
+# define PATHNAME_PROGS "/usr/local/sbin" /* where to find the executables */
# define PATHNAME_BINDERY "/var/nwserv/db" /* directory for bindery-files */
#endif

View File

@ -1 +1 @@
After building look into work/mars_nwe/doc directory.
After building look into share/doc/mars_nwe directory.

View File

@ -1,4 +1,5 @@
etc/nwserv.conf.example
etc/rc.d/nwserv.sh
sbin/nwserv
sbin/ncpserv
sbin/nwbind

View File

@ -0,0 +1,25 @@
share/doc/mars_nwe/BUGS
share/doc/mars_nwe/BUGS.nl
share/doc/mars_nwe/CHANGES
share/doc/mars_nwe/CREDITS
share/doc/mars_nwe/FAQS
share/doc/mars_nwe/FILESHARING
share/doc/mars_nwe/FRAGEN
share/doc/mars_nwe/FRAGEN.erik
share/doc/mars_nwe/HOWTO.ger
share/doc/mars_nwe/INSTALL
share/doc/mars_nwe/INSTALL.ger
share/doc/mars_nwe/INSTALL.nl
share/doc/mars_nwe/NEWS
share/doc/mars_nwe/PIPE-FS
share/doc/mars_nwe/PIPE-FS.ger
share/doc/mars_nwe/PPP
share/doc/mars_nwe/PPP.isdn
share/doc/mars_nwe/README
share/doc/mars_nwe/README.FREEBSD
share/doc/mars_nwe/README.NLS
share/doc/mars_nwe/README.ger
share/doc/mars_nwe/TRUSTEES
share/doc/mars_nwe/VRAGEN.NL
share/doc/mars_nwe/mars_nwe.lsm
@dirrm share/doc/mars_nwe