Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2008 18:12:37 GMT
From:      Peter Thoenen <peter.thoenen@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123424: [NEW PORT] net/winexe
Message-ID:  <200805051812.m45ICbE9076666@www.freebsd.org>
Resent-Message-ID: <200805051820.m45IK3CQ007539@freefall.freebsd.org>

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

>Number:         123424
>Category:       ports
>Synopsis:       [NEW PORT] net/winexe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 05 18:20:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Peter Thoenen
>Release:        7.0-RELEASE
>Organization:
>Environment:
FreeBSD ssvmfbsd.securestate.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
New Port: net/winexe ... makes use of the Samba4 framework to run remote commands on Microsoft Windows systems.  This is a run_depends for another port I will be submitting.

Also I am horrible with configuration tools so there might be a cleaner way to call autogen.sh, configure, make proto bin/winexe .... the standard make install clean fails and ports/Mk no help either.  The autotool macro's might do it but not sure how to use them.
>How-To-Repeat:
N/A
>Fix:
N/A

Patch attached with submission follows:

# 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:
#
#	winexe
#	winexe/pkg-descr
#	winexe/Makefile
#	winexe/distinfo
#
echo c - winexe
mkdir -p winexe > /dev/null 2>&1
echo x - winexe/pkg-descr
sed 's/^X//' >winexe/pkg-descr << 'END-of-winexe/pkg-descr'
Xwinexe remotely executes commands on WindowsNT/2000/XP/2003 systems from any
Xsystem capable of compiling Samba4
X
XWWW:	http://eol.ovh.org/winexe/
END-of-winexe/pkg-descr
echo x - winexe/Makefile
sed 's/^X//' >winexe/Makefile << 'END-of-winexe/Makefile'
X# New ports collection makefile for:	winexe
X# Date created:		2008-05-02
X# Whom:			peter.thoenen@yahoo.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	winexe
XPORTVERSION=	071026
XCATEGORIES=	net
XMASTER_SITES=	http://eol.ovh.org/winexe/
XDISTNAME=	${PORTNAME}-source-${PORTVERSION}
X
XMAINTAINER=	peter.thoenen@yahoo.com
XCOMMENT=	Winexe remotely executes commands on MS Windows systems
X
XUSE_BZIP2=	yes
X
XPLIST_FILES=	bin/${PORTNAME:L}
X
X.include <bsd.port.pre.mk>
X
Xpre-configure:
X	cd ${WRKSRC} && ${WRKSRC}/autogen.sh
X
Xdo-configure:
X	cd ${WRKSRC} && ${WRKSRC}/configure
X
Xdo-build:
X	cd ${WRKSRC} && make proto bin/winexe
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME:L} ${PREFIX}/bin/${PORTNAME:L}
X
X.include <bsd.port.post.mk>
END-of-winexe/Makefile
echo x - winexe/distinfo
sed 's/^X//' >winexe/distinfo << 'END-of-winexe/distinfo'
XMD5 (winexe-source-071026.tar.bz2) = 4eb7bc95014e6db7cd930513139f915f
XSHA256 (winexe-source-071026.tar.bz2) = 7caef8eb3a1ad9104aa1ddb45975fc74227691fa71c17f064a5b092b0dea1a78
XSIZE (winexe-source-071026.tar.bz2) = 2985699
END-of-winexe/distinfo
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805051812.m45ICbE9076666>