# 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