mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add weex 2.6.1.5, a non-interactive FTP client.
PR: ports/85862 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
parent
d953d8260d
commit
7b64bbe330
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142211
@ -95,6 +95,7 @@
|
||||
SUBDIR += urlgfe
|
||||
SUBDIR += vcheck
|
||||
SUBDIR += vsftpd
|
||||
SUBDIR += weex
|
||||
SUBDIR += wget
|
||||
SUBDIR += wgetpro
|
||||
SUBDIR += wmget
|
||||
|
39
ftp/weex/Makefile
Normal file
39
ftp/weex/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: weex
|
||||
# Date created: 8 Sep 2005
|
||||
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= weex
|
||||
PORTVERSION= 2.6.1.5
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ehaupt@critical.ch
|
||||
COMMENT= A non-interactive FTP client
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
MANCOMPRESSED= no
|
||||
|
||||
PORTDOCS= ChangeLog README
|
||||
MAN1= weex.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${EXAMPLESDIR}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
ftp/weex/distinfo
Normal file
2
ftp/weex/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (weex-2.6.1.5.tar.gz) = c10192608ab9f715c4c1ea63cf6ad2da
|
||||
SIZE (weex-2.6.1.5.tar.gz) = 206972
|
14
ftp/weex/pkg-descr
Normal file
14
ftp/weex/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
||||
|
||||
WWW: http://weex.sourceforge.net/
|
||||
|
||||
- ehaupt
|
||||
ehaupt@critical.ch
|
8
ftp/weex/pkg-plist
Normal file
8
ftp/weex/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/weex
|
||||
share/locale/de/LC_MESSAGES/weex.mo
|
||||
share/locale/es/LC_MESSAGES/weex.mo
|
||||
share/locale/fr/LC_MESSAGES/weex.mo
|
||||
share/locale/ja/LC_MESSAGES/weex.mo
|
||||
share/locale/nl/LC_MESSAGES/weex.mo
|
||||
%%EXAMPLESDIR%%/sample.weexrc
|
||||
@dirrm %%EXAMPLESDIR%%
|
Loading…
Reference in New Issue
Block a user