summaryrefslogtreecommitdiff
path: root/www/weex
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-11-29 08:36:06 +0000
committermartti <martti@pkgsrc.org>2001-11-29 08:36:06 +0000
commit9e24c5520408c74515dc9a63c093959241184284 (patch)
treeeca5de5a72e08872e02542f9630d94325a43e469 /www/weex
parentf0e66080e88bbfe5b0e0561e08cf14929706d01b (diff)
downloadpkgsrc-9e24c5520408c74515dc9a63c093959241184284.tar.gz
Fast Webpage Exchanger (weex) is a utility designed to automate the
task of remotely maintaining a web page or other FTP archive. With weex, the maintainer of a web site or archive that must be administered through FTP interaction can largely ignore that process. Provided by Hiramatsu Yoshifumi in pkg/13090
Diffstat (limited to 'www/weex')
-rw-r--r--www/weex/DESCR4
-rw-r--r--www/weex/Makefile28
-rw-r--r--www/weex/PLIST25
-rw-r--r--www/weex/distinfo7
-rw-r--r--www/weex/patches/patch-aa12
-rw-r--r--www/weex/patches/patch-ab30
-rw-r--r--www/weex/patches/patch-ac12
7 files changed, 118 insertions, 0 deletions
diff --git a/www/weex/DESCR b/www/weex/DESCR
new file mode 100644
index 00000000000..0c39113202b
--- /dev/null
+++ b/www/weex/DESCR
@@ -0,0 +1,4 @@
+ Fast Webpage Exchanger (weex) is a utility designed to automate the
+task of remotely maintaining a web page or other FTP archive. With weex,
+the maintainer of a web site or archive that must be administered through
+FTP interaction can largely ignore that process.
diff --git a/www/weex/Makefile b/www/weex/Makefile
new file mode 100644
index 00000000000..22994e2380d
--- /dev/null
+++ b/www/weex/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $
+
+DISTNAME= weex-2.6.1
+CATEGORIES= www
+MASTER_SITES= http://www.enjoy.ne.jp/~gm/program/weex/arc/
+
+MAINTAINER= tech-pkg-jp@jp.netbsd.org
+HOMEPAGE= http://www.enjoy.ne.jp/~gm/program/weex/index.html
+COMMENT= non-interactive ftp client
+
+GNU_CONFIGURE= yes
+
+WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \
+ ChangeLog ChangeLog.ja FAQ FAQ.ja README README.ja \
+ THANKS TODO TODO.ja
+
+WEEX_DOCDIR= share/doc/weex
+
+post-install:
+ ${INSTALL_DATA_DIR} ${LOCALBASE}/${WEEX_DOCDIR}
+.for f in ${WEEX_DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${LOCALBASE}/${WEEX_DOCDIR}
+.endfor
+ ${INSTALL_DATA_DIR} ${LOCALBASE}/share/examples/weex
+ ${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc \
+ ${LOCALBASE}/share/examples/weex
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/weex/PLIST b/www/weex/PLIST
new file mode 100644
index 00000000000..5f7b207f3d3
--- /dev/null
+++ b/www/weex/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $
+bin/weex
+man/man1/weex.1
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/weex.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/weex.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/weex.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/weex.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/weex.mo
+share/doc/weex/AUTHORS
+share/doc/weex/BUGS
+share/doc/weex/BUGS.ja
+share/doc/weex/COPYING
+share/doc/weex/COPYING.ja
+share/doc/weex/ChangeLog
+share/doc/weex/ChangeLog.ja
+share/doc/weex/FAQ
+share/doc/weex/FAQ.ja
+share/doc/weex/README
+share/doc/weex/README.ja
+share/doc/weex/THANKS
+share/doc/weex/TODO
+share/doc/weex/TODO.ja
+@dirrm share/doc/weex
+share/examples/weex/sample.weexrc
+@dirrm share/examples/weex
diff --git a/www/weex/distinfo b/www/weex/distinfo
new file mode 100644
index 00000000000..396b03210fb
--- /dev/null
+++ b/www/weex/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $
+
+SHA1 (weex-2.6.1.tar.gz) = 8613e7c1a1621bbe042d076883f10b330934de5e
+Size (weex-2.6.1.tar.gz) = 200858 bytes
+SHA1 (patch-aa) = 2b2ee9a565e996c99b3bcc6c0ba76d3a4c65ba55
+SHA1 (patch-ab) = b04948d733ee48742810d69015b25b00b916d37f
+SHA1 (patch-ac) = e22d816ad7177fdc3bd68f33fd1118cc8f5164d2
diff --git a/www/weex/patches/patch-aa b/www/weex/patches/patch-aa
new file mode 100644
index 00000000000..64f9c0e5060
--- /dev/null
+++ b/www/weex/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $
+--- src/ftplib.h.orig Mon May 28 21:55:05 2001
++++ src/ftplib.h Mon May 28 21:58:47 2001
+@@ -24,7 +24,7 @@
+ #if !defined(__FTPLIB_H)
+ #define __FTPLIB_H
+
+-#if defined(__unix__) || defined(VMS)
++#if defined(__unix__) || defined(__NetBSD__) || defined(VMS)
+ #define GLOBALDEF
+ #define GLOBALREF extern
+ #elif defined(_WIN32)
diff --git a/www/weex/patches/patch-ab b/www/weex/patches/patch-ab
new file mode 100644
index 00000000000..9b612ef03da
--- /dev/null
+++ b/www/weex/patches/patch-ab
@@ -0,0 +1,30 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $
+--- src/ftplib.c.orig Mon May 28 21:59:05 2001
++++ src/ftplib.c Mon May 28 21:59:47 2001
+@@ -40,7 +40,7 @@
+ #include "intl.h"
+ #include "variable.h"
+
+-#if defined(__unix__) || defined(__VMS)
++#if defined(__unix__) || defined(__NetBSD__) || defined(__VMS)
+ #include <unistd.h>
+ #endif
+ #if defined(_WIN32)
+@@ -51,7 +51,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <ctype.h>
+-#if defined(__unix__)
++#if defined(__unix__) || defined(__NetBSD__)
+ #include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+@@ -120,7 +120,7 @@
+
+ GLOBALDEF int ftplib_debug = 0;
+
+-#if defined(__unix__) || defined(VMS)
++#if defined(__unix__) || defined(__NetBSD__) || defined(VMS)
+ #define net_read read
+ #define net_write write
+ #define net_close close
diff --git a/www/weex/patches/patch-ac b/www/weex/patches/patch-ac
new file mode 100644
index 00000000000..1f2e356028a
--- /dev/null
+++ b/www/weex/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $
+--- po/Makefile.in.in.orig Sat Jun 2 05:56:57 2001
++++ po/Makefile.in.in Sat Jun 2 05:57:17 2001
+@@ -19,7 +19,7 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
++localedir = $(prefix)/share/locale
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po
+ subdir = po