From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 8 10:00:34 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D99A16A41F for ; Thu, 8 Sep 2005 10:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA0543D46 for ; Thu, 8 Sep 2005 10:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j88A0XFZ057708 for ; Thu, 8 Sep 2005 10:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j88A0XxO057707; Thu, 8 Sep 2005 10:00:33 GMT (envelope-from gnats) Resent-Date: Thu, 8 Sep 2005 10:00:33 GMT Resent-Message-Id: <200509081000.j88A0XxO057707@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D01E16A41F for ; Thu, 8 Sep 2005 10:00:23 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: from mx.critical.ch (admin.critical.ch [67.18.86.178]) by mx1.FreeBSD.org (Postfix) with SMTP id D17D343D45 for ; Thu, 8 Sep 2005 10:00:22 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: (qmail 74132 invoked by uid 1000); 8 Sep 2005 10:00:21 -0000 Message-Id: <20050908100021.74131.qmail@mx.critical.ch> Date: 8 Sep 2005 10:00:21 -0000 From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85862: new port: ftp/weex - A non-interactive FTP client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 10:00:34 -0000 >Number: 85862 >Category: ports >Synopsis: new port: ftp/weex - A non-interactive FTP client >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 08 10:00:33 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: new port: ftp/weex - A non-interactive FTP client Weex is an utility designed to automate the task of remotely maintaining a web page or other FTP archive. It will synchronize a set of local files to a remote server by performing uploads and remote deletes as required. Main features: * easy configuration to easily maintain your remote Web sites * nice colour output useful for tracking mistakes before you loose files * caching to speed up the synchronization process >How-To-Repeat: >Fix: --- weex.shar begins here --- # 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: # # weex # weex/Makefile # weex/pkg-descr # weex/distinfo # weex/pkg-plist # echo c - weex mkdir -p weex > /dev/null 2>&1 echo x - weex/Makefile sed 's/^X//' >weex/Makefile << 'END-of-weex/Makefile' X# New ports collection makefile for: weex X# Date created: 8 Sep 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= weex XPORTVERSION= 2.6.1.5 XCATEGORIES= ftp XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A non-interactive FTP client X XGNU_CONFIGURE= yes XUSE_REINPLACE= yes XMANCOMPRESSED= no X XPORTDOCS= ChangeLog README XMAN1= weex.1 X Xpost-patch: X @${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \ X ${WRKSRC}/Makefile.in X Xpost-install: X ${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${EXAMPLESDIR} X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} X.endfor X.endif X X.include END-of-weex/Makefile echo x - weex/pkg-descr sed 's/^X//' >weex/pkg-descr << 'END-of-weex/pkg-descr' XWeex is an utility designed to automate the task of remotely maintaining a web Xpage or other FTP archive. It will synchronize a set of local files to a remote Xserver by performing uploads and remote deletes as required. X XMain features: X X * easy configuration to easily maintain your remote Web sites X * nice colour output useful for tracking mistakes before you loose files X * caching to speed up the synchronization process X XWWW: http://weex.sourceforge.net/ X X- ehaupt Xehaupt@critical.ch END-of-weex/pkg-descr echo x - weex/distinfo sed 's/^X//' >weex/distinfo << 'END-of-weex/distinfo' XMD5 (weex-2.6.1.5.tar.gz) = c10192608ab9f715c4c1ea63cf6ad2da XSIZE (weex-2.6.1.5.tar.gz) = 206972 END-of-weex/distinfo echo x - weex/pkg-plist sed 's/^X//' >weex/pkg-plist << 'END-of-weex/pkg-plist' Xbin/weex Xshare/locale/de/LC_MESSAGES/weex.mo Xshare/locale/es/LC_MESSAGES/weex.mo Xshare/locale/fr/LC_MESSAGES/weex.mo Xshare/locale/ja/LC_MESSAGES/weex.mo Xshare/locale/nl/LC_MESSAGES/weex.mo X%%EXAMPLESDIR%%/sample.weexrc X@dirrm %%EXAMPLESDIR%% END-of-weex/pkg-plist exit --- weex.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: >HowTo-Repeat: