Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 1998 12:29:24 +0600
From:      bp@butya.kz
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9231: New port Mars_nwe 0.99pl14
Message-ID:  <E0zusei-0006HM-00@lion.butya.kz>

next in thread | raw e-mail | index | archive | help

>Number:         9231
>Category:       ports
>Synopsis:       New port Mars_nwe 0.99pl14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 28 22:30:01 PST 1998
>Last-Modified:
>Originator:     Superuser
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	FreeBSD 3.0-CURRENT i386
        FreeBSD 2.2.8-RELEASE i386

>Description:

	This is a new port of Netware server emulator called Mars_nwe.
Previous port was made against version 0.99pl12 and wasn't submited.

>How-To-Repeat:


>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	port0.99.pl14
#	port0.99.pl14/files
#	port0.99.pl14/files/md5
#	port0.99.pl14/patches
#	port0.99.pl14/patches/patch-aa
#	port0.99.pl14/patches/patch-ab
#	port0.99.pl14/pkg
#	port0.99.pl14/pkg/COMMENT
#	port0.99.pl14/pkg/DESCR
#	port0.99.pl14/pkg/PLIST
#	port0.99.pl14/pkg/MESSAGE
#	port0.99.pl14/scripts
#	port0.99.pl14/scripts/configure
#	port0.99.pl14/Makefile
#
echo c - port0.99.pl14
mkdir -p port0.99.pl14 > /dev/null 2>&1
echo c - port0.99.pl14/files
mkdir -p port0.99.pl14/files > /dev/null 2>&1
echo x - port0.99.pl14/files/md5
sed 's/^X//' >port0.99.pl14/files/md5 << 'END-of-port0.99.pl14/files/md5'
XMD5 (mars_nwe-0.99.pl14.tgz) = d9cb9b28b0df33be209ba952ade47272
END-of-port0.99.pl14/files/md5
echo c - port0.99.pl14/patches
mkdir -p port0.99.pl14/patches > /dev/null 2>&1
echo x - port0.99.pl14/patches/patch-aa
sed 's/^X//' >port0.99.pl14/patches/patch-aa << 'END-of-port0.99.pl14/patches/patch-aa'
Xdiff -rub -x config.h org/mars_nwe/doc/README.FREEBSD ./doc/README.FREEBSD
X--- org/mars_nwe/doc/README.FREEBSD	Fri Jul 24 00:11:24 1998
X+++ ./doc/README.FREEBSD	Tue Dec 29 10:26:00 1998
X@@ -5,9 +5,11 @@
X 	Notes given below related only to FreeBSD. For full description
X of Mars_nwe, please read README file.
X 
X+	Additional info available at http://www.dixi.ml.org/bp/
X+
X 	1. Kernel configuration
X 	
X-	To enable kernel support for IPX protol you must include
X+	To enable kernel support for IPX protocol you must include
X keyword "options  IPX" and rebuild kernel.
X 
X 
X@@ -76,7 +78,4 @@
X 
X 	6. Problems
X 	
X-	Because this is first release for FreeBSD you can encounter
X-different problems with compilation, configuration, etc. Please send
X-questions and suggestions to bp@butya.kz.
X-
X+If you have any questions do not hesitate to contact me at bp@butya.kz.
Xdiff -rub -x config.h org/mars_nwe/examples/mk.li ./examples/mk.li
X--- org/mars_nwe/examples/mk.li	Sun Jul 12 01:38:04 1998
X+++ ./examples/mk.li	Tue Dec 29 10:05:52 1998
X@@ -109,7 +109,7 @@
X      NSLLIB=""
X      MAKE=make
X      TMP=/tmp
X-     INSTALL=install
X+     INSTALL="install -c"
X      ;;
X 
X    *) echo "mk.li: Unknown or not supported OS, probably you must set \$UNX"
Xdiff -rub -x config.h org/mars_nwe/ipxif.c ./ipxif.c
X--- org/mars_nwe/ipxif.c	Sun Jul 12 01:40:53 1998
X+++ ./ipxif.c	Tue Dec 29 10:06:07 1998
X@@ -6,7 +6,9 @@
X #include <sys/time.h>
X 
X #include <net/if.h>
X-#include <net/if_var.h>
X+#ifndef if_mtu
X+#  include <net/if_var.h>
X+#endif
X #include <net/if_dl.h>
X #include <net/if_types.h>
X #include <net/route.h>
END-of-port0.99.pl14/patches/patch-aa
echo x - port0.99.pl14/patches/patch-ab
sed 's/^X//' >port0.99.pl14/patches/patch-ab << 'END-of-port0.99.pl14/patches/patch-ab'
X--- org/mars_nwe/examples/config.h	Sun Jul 12 01:35:54 1998
X+++ examples/config.h	Tue Dec 29 10:18:27 1998
X@@ -11,9 +11,9 @@
X # define PATHNAME_PROGS   "."        /* where to find the executables      */
X # define PATHNAME_BINDERY "."        /* directory for bindery-files        */
X #else
X-# define FILENAME_NW_INI  "/etc/nwserv.conf"
X+# define FILENAME_NW_INI  "/usr/local/etc/nwserv.conf"
X                                      /* full name of ini (conf) file       */
X-# define PATHNAME_PROGS   "/usr/sbin" /* where to find the executables     */
X+# define PATHNAME_PROGS   "/usr/local/sbin" /* where to find the executables     */
X # define PATHNAME_BINDERY "/var/nwserv/db"  /* directory for bindery-files        */
X #endif
X 
END-of-port0.99.pl14/patches/patch-ab
echo c - port0.99.pl14/pkg
mkdir -p port0.99.pl14/pkg > /dev/null 2>&1
echo x - port0.99.pl14/pkg/COMMENT
sed 's/^X//' >port0.99.pl14/pkg/COMMENT << 'END-of-port0.99.pl14/pkg/COMMENT'
XNetware server emulator for Un*x systems.
END-of-port0.99.pl14/pkg/COMMENT
echo x - port0.99.pl14/pkg/DESCR
sed 's/^X//' >port0.99.pl14/pkg/DESCR << 'END-of-port0.99.pl14/pkg/DESCR'
XMars_nwe is a Novell Netware server emulator.
XOriginal site: http://www.compu-art.de/
X
X--
XBoris Popov
Xbp@butya.kz
END-of-port0.99.pl14/pkg/DESCR
echo x - port0.99.pl14/pkg/PLIST
sed 's/^X//' >port0.99.pl14/pkg/PLIST << 'END-of-port0.99.pl14/pkg/PLIST'
Xsbin/nwserv
Xsbin/ncpserv
Xsbin/nwbind
Xsbin/nwclient
Xsbin/nwconn
END-of-port0.99.pl14/pkg/PLIST
echo x - port0.99.pl14/pkg/MESSAGE
sed 's/^X//' >port0.99.pl14/pkg/MESSAGE << 'END-of-port0.99.pl14/pkg/MESSAGE'
XAfter building look into work/mars_nwe/doc directory.
END-of-port0.99.pl14/pkg/MESSAGE
echo c - port0.99.pl14/scripts
mkdir -p port0.99.pl14/scripts > /dev/null 2>&1
echo x - port0.99.pl14/scripts/configure
sed 's/^X//' >port0.99.pl14/scripts/configure << 'END-of-port0.99.pl14/scripts/configure'
X#!/bin/sh
X
Xcp ${WRKSRC}/examples/config.h ${WRKSRC}/config.h
Xcp ${WRKSRC}/examples/nw.ini ${WRKSRC}/nw.ini
Xcp ${WRKSRC}/examples/mk.li ${WRKSRC}/mk.li
END-of-port0.99.pl14/scripts/configure
echo x - port0.99.pl14/Makefile
sed 's/^X//' >port0.99.pl14/Makefile << 'END-of-port0.99.pl14/Makefile'
X# New ports collection makefile for:	mars_nwe
X# Version required:     0.99.pl14
X# Date created:		29 Dec 1998
X# Whom:			Boris Popov <bp@butya.kz>
X#
X# $Id$
X#
X
XDISTNAME=       mars_nwe-0.99.pl14
XPKGNAME=	mars_nwe-0.99b14
XCATEGORIES=	net
XMASTER_SITES=	http://www.compu-art.de/download/ \
X		ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/mars_nwe/ \
X		ftp://ftp.butya.kz/pub/mars_nwe/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	bp@butya.kz
X
XWRKSRC=		${WRKDIR}/mars_nwe
X
XNO_PACKAGE=	ignores cflags
X
Xdo-build:
X	cd ${WRKSRC} && make all
X
Xdo-install:
X	cd ${WRKSRC} && ./mk.li install
X
X.include <bsd.port.mk>
END-of-port0.99.pl14/Makefile
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0zusei-0006HM-00>