Port details |
- wsmake Software for production and maintenance of web sites
- 0.7.901_2 www =2 0.7.901_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-05-31 10:15:40
- Last Update: 2024-02-26 14:31:49
- Commit Hash: cb3ed7c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://sourceforge.net/projects/wsmake/
- Description:
- Wsmake is a tool that aids in the production and maintenance of web sites.
It was written to reduce the amount of time it takes to make changes
to common information across a website, by keeping the content of the
website separate from the design.
Wsmake supports a model where the contents of the website are statically
generated from sources.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/wsmake/ && make install clean
- To add the package, run one of these commands:
- pkg install www/wsmake
- pkg install wsmake
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wsmake
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (wsmake-0.7.901.tar.bz2) = 0a01c7ee2fd56931d0790ca7fbc6b50298116257114699492f158633f6a99d44
SIZE (wsmake-0.7.901.tar.bz2) = 460962
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for wsmake-0.7.901_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_wsmake
- USES:
- gmake tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.901_2 26 Feb 2024 14:31:49 |
Muhammad Moinur Rahman (bofh) |
www/wsmake: Moved man to share/man
Approved by: portmgr (blanket) |
0.7.901_1 02 Aug 2023 21:18:15 |
Muhammad Moinur Rahman (bofh) |
www/wsmake: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7.901_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7.901_1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.7.901_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.901_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.7.901 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.7.901 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.7.901 08 Sep 2015 11:30:08 |
amdmi3 |
- Install info and man pages regardless of DOCS; real docs are still conditional |
0.7.901 30 May 2015 00:36:00 |
amdmi3 |
- Drop @dirrm* from plist
- Add LICENSE |
0.7.901 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
0.7.901 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.7.901 20 Nov 2013 15:13:26 |
gahr |
- Fix build on modern compilers
- STAGE-clean
- Add OPTIONS for DOCS
- Convert to USES=gmake |
0.7.901 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.7.901 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.7.901 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
0.7.901 04 Jun 2008 08:00:25 |
gahr |
- Fix PLIST with NOPORTDOCS
Reported by: ionbot |
0.7.901 03 Jun 2008 19:33:27 |
gahr |
- Update to 0.7.901
- Make PORTDOCS-compliant
- Take maintainship |
0.6.4 01 Dec 2006 10:18:15 |
erwin |
- Remove docs and examples, since they disappeared from master site
- Use master site magic
- Eliminate pkg-plist
- Fix WWW
- portlint(1)
PR: 106035
Submitted by: gabor |
0.6.4 13 May 2006 04:41:22 |
edwin |
Remove USE_REINPLACE from categories starting with W |
0.6.4 25 Nov 2005 19:02:21 |
pav |
- Add SHA256 |
0.6.4 15 Sep 2005 13:02:02 |
barner |
- Unbreak on !i386
Tested by: submitter (amd64), barner (sparc64, ia64)
Submitted by: Johan van Selst <johans@stack.nl>
PR: ports/86150 |
0.6.4 18 Nov 2004 08:25:39 |
kris |
BROKEN on !i386: Does not compile |
0.6.4 21 Sep 2004 17:36:01 |
leeym |
- add REINPLACE unbreak this port on 5.x
- utilize DOCSDIR and EXAMPLESDIR
- cosmetic fixes
- jkoshy drops the maintainership
PR: 71842
Submitted by: leeym
Approved by: portmgr (marcus) |
0.6.4 22 Mar 2004 02:09:40 |
jkoshy |
Add SIZE information.
Submitted by: trevor |
0.6.4 04 Jun 2003 22:43:38 |
kris |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
0.6.4 18 May 2003 12:13:56 |
kris |
BROKEN on 5.1: bad C++ |
0.6.4 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.6.4 10 Jun 2002 07:39:44 |
jkoshy |
Correct MASTER_SITES. |
0.6.4 31 May 2002 10:09:26 |
jkoshy |
`wsmake', a utility for static generation of web sites. |