diff options
author | foxfair <foxfair@FreeBSD.org> | 1999-01-27 09:27:42 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 1999-01-27 09:27:42 +0800 |
commit | 3709d06c6146df5f0891ce0b816f61a080230c8c (patch) | |
tree | 6b72bc1c8f75b851cf86c42865eff1363eafc4d5 | |
parent | 9a5f4460b5d67663dd7d7e6e2aff8c00e98970ab (diff) | |
download | freebsd-ports-graphics-3709d06c6146df5f0891ce0b816f61a080230c8c.tar.gz freebsd-ports-graphics-3709d06c6146df5f0891ce0b816f61a080230c8c.tar.zst freebsd-ports-graphics-3709d06c6146df5f0891ce0b816f61a080230c8c.zip |
Initial import of Mars_NWE v0.99pl14.
Free Netware(tm) emulator (file/remote print/system binary server) written by
Martin Stover, porting to FreeBSD by Boris Popov (bp@butya.kz).
PR 9231
Submitted by: Boris Popov <bp@butya.kz>
-rw-r--r-- | net/mars_nwe/distinfo | 1 | ||||
-rw-r--r-- | net/mars_nwe/files/patch-aa | 51 | ||||
-rw-r--r-- | net/mars_nwe/pkg-comment | 1 | ||||
-rw-r--r-- | net/mars_nwe/pkg-descr | 10 | ||||
-rw-r--r-- | net/mars_nwe/pkg-message | 1 | ||||
-rw-r--r-- | net/mars_nwe/pkg-plist | 5 | ||||
-rw-r--r-- | net/mars_nwe/scripts/configure | 5 |
7 files changed, 74 insertions, 0 deletions
diff --git a/net/mars_nwe/distinfo b/net/mars_nwe/distinfo new file mode 100644 index 00000000000..4859e0276e9 --- /dev/null +++ b/net/mars_nwe/distinfo @@ -0,0 +1 @@ +MD5 (mars_nwe-0.99.pl14.tgz) = d9cb9b28b0df33be209ba952ade47272 diff --git a/net/mars_nwe/files/patch-aa b/net/mars_nwe/files/patch-aa new file mode 100644 index 00000000000..0a48abd929c --- /dev/null +++ b/net/mars_nwe/files/patch-aa @@ -0,0 +1,51 @@ +diff -rub -x config.h org/mars_nwe/doc/README.FREEBSD ./doc/README.FREEBSD +--- org/mars_nwe/doc/README.FREEBSD Fri Jul 24 00:11:24 1998 ++++ ./doc/README.FREEBSD Tue Dec 29 10:26:00 1998 +@@ -5,9 +5,11 @@ + Notes given below related only to FreeBSD. For full description + of Mars_nwe, please read README file. + ++ Additional info available at http://www.dixi.ml.org/bp/ ++ + 1. Kernel configuration + +- To enable kernel support for IPX protol you must include ++ To enable kernel support for IPX protocol you must include + keyword "options IPX" and rebuild kernel. + + +@@ -76,7 +78,4 @@ + + 6. Problems + +- Because this is first release for FreeBSD you can encounter +-different problems with compilation, configuration, etc. Please send +-questions and suggestions to bp@butya.kz. +- ++If you have any questions do not hesitate to contact me at bp@butya.kz. +diff -rub -x config.h org/mars_nwe/examples/mk.li ./examples/mk.li +--- org/mars_nwe/examples/mk.li Sun Jul 12 01:38:04 1998 ++++ ./examples/mk.li Tue Dec 29 10:05:52 1998 +@@ -109,7 +109,7 @@ + NSLLIB="" + MAKE=make + TMP=/tmp +- INSTALL=install ++ INSTALL="install -c" + ;; + + *) echo "mk.li: Unknown or not supported OS, probably you must set \$UNX" +diff -rub -x config.h org/mars_nwe/ipxif.c ./ipxif.c +--- org/mars_nwe/ipxif.c Sun Jul 12 01:40:53 1998 ++++ ./ipxif.c Tue Dec 29 10:06:07 1998 +@@ -6,7 +6,9 @@ + #include <sys/time.h> + + #include <net/if.h> +-#include <net/if_var.h> ++#ifndef if_mtu ++# include <net/if_var.h> ++#endif + #include <net/if_dl.h> + #include <net/if_types.h> + #include <net/route.h> diff --git a/net/mars_nwe/pkg-comment b/net/mars_nwe/pkg-comment new file mode 100644 index 00000000000..2ca7e2fb7d3 --- /dev/null +++ b/net/mars_nwe/pkg-comment @@ -0,0 +1 @@ +Netware server emulator for Un*x systems. diff --git a/net/mars_nwe/pkg-descr b/net/mars_nwe/pkg-descr new file mode 100644 index 00000000000..1b7f756b0b1 --- /dev/null +++ b/net/mars_nwe/pkg-descr @@ -0,0 +1,10 @@ +This is a port of Mars_nwe, a free NetWare(tm) emulator for Linux and +UnixWare to FreeBSD. An original program was written by Martin Stover, +Marburg, Germany. Port to FreeBSD was made by Boris Popov (bp@butya.kz). + + Notes given below related only to FreeBSD. For full description +of Mars_nwe, please read mars_nwe/doc/README file. + + Additional info available at http://www.dixi.ml.org/bp/ + +If you have any questions do not hesitate to contact me at bp@butya.kz. diff --git a/net/mars_nwe/pkg-message b/net/mars_nwe/pkg-message new file mode 100644 index 00000000000..13e4e0e00eb --- /dev/null +++ b/net/mars_nwe/pkg-message @@ -0,0 +1 @@ +After building look into work/mars_nwe/doc directory. diff --git a/net/mars_nwe/pkg-plist b/net/mars_nwe/pkg-plist new file mode 100644 index 00000000000..d3c746524dc --- /dev/null +++ b/net/mars_nwe/pkg-plist @@ -0,0 +1,5 @@ +sbin/nwserv +sbin/ncpserv +sbin/nwbind +sbin/nwclient +sbin/nwconn diff --git a/net/mars_nwe/scripts/configure b/net/mars_nwe/scripts/configure new file mode 100644 index 00000000000..abbe9fa6d0c --- /dev/null +++ b/net/mars_nwe/scripts/configure @@ -0,0 +1,5 @@ +#!/bin/sh + +cp ${WRKSRC}/examples/config.h ${WRKSRC}/config.h +cp ${WRKSRC}/examples/nw.ini ${WRKSRC}/nw.ini +cp ${WRKSRC}/examples/mk.li ${WRKSRC}/mk.li |