Version: 2.8.3, Package name: weex-2.8.3 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. The archive administrator simply creates a local directory that serves as an exact model for the offsite data. All modifications and direct interaction is done locally to this directory structure. When the administrator wishes to coordinate the data on the remote site with that of the local model directory, simply executing weex accomplishes this in the most bandwidth-efficient fashion by only transferring files that need updating. The program will create or remove (!) files or directories as necessary to accurately establish the local model on the remote server. |
Filesize: 312.402 KB |
Version History (View Complete History) |
|
2021-02-23 13:06:01 by Christian Weisgerber | Files touched by this commit (10) |
Log message: net/weex: update to 2.8.3, which also fixes the build with -fno-common With some guidance from the FreeBSD port how to wrangle the incoherent autotool files into buildable shape. |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2016-04-12 09:19:40 by Christian Weisgerber | Files touched by this commit (26) |
Log message: replace gettext module |
2015-02-16 15:57:14 by Christian Weisgerber | Files touched by this commit (213) |
Log message: Drop USE_GROFF from ports where the formatting differences are acceptable or mandoc provides the more useful output. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-10-18 15:50:39 by Stuart Henderson | Files touched by this commit (48) |
Log message: fix tabs |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-07-12 16:07:42 by Stuart Henderson | Files touched by this commit (244) |
Log message: use REVISION, checked with before/after make show=PKGNAMES (plus some extra-careful checking where there are complicated PSEUDO_FLAVORS). |
2008-06-05 09:57:40 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - remove MAINTAINER as per his request - bump |
2007-10-02 13:09:44 by Jasper Lievisse Adriaanse | Files touched by this commit (13) |
Log message: we prefer the idiom of MODULES=devel/gettext over MODULES=gettext "looks good" steven@ |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2005-11-18 18:52:26 by Aleksander Piotrowski | Files touched by this commit (3) |
Log message: - Fix libintl/libiconv linking - Bump PKGNAME |
2005-11-01 04:27:16 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: SECURITY: Fix remote format string bug; from Ulf Harnhammar <metaur@telia.com>. ok brad@ |
2005-10-04 15:04:05 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: SECURITY: Fix remote format string bug; from Ulf Harnhammar <metaur@telia.com>. ok brad@ |
2005-10-03 08:23:27 by Christian Weisgerber | Files touched by this commit (2) |
Log message: SECURITY: Fix remote format string bug; from Ulf Harnhammar <metaur@telia.com>. |
2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250) |
Log message: SIZE |
2004-12-15 17:31:27 by Aleksander Piotrowski | Files touched by this commit (179) |
Log message: Add WANTLIB markers |
2004-10-24 20:37:07 by Peter Valchev | Files touched by this commit (1) |
Log message: do not assign va_list around, use va_copy() on OpenBSD as a whole (fixes macppc) |