head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2009.09.02.15.01.55;	author amdmi3;	state Exp;
branches;
next	1.11;

1.11
date	2008.06.03.19.33.27;	author gahr;	state Exp;
branches;
next	1.10;

1.10
date	2006.12.01.10.18.15;	author erwin;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.13.04.41.22;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2005.09.15.13.02.02;	author barner;	state Exp;
branches;
next	1.7;

1.7
date	2004.11.18.08.25.39;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2004.09.21.17.36.01;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2003.06.04.22.43.37;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2003.05.18.12.13.56;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.12.56;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.10.07.39.43;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.31.10.09.26;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for: wsmake
# Date created:        31 May, 2002
# Whom:                Joseph Koshy <jkoshy@@freebsd.org>
#
# $FreeBSD: head/www/wsmake/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	wsmake
PORTVERSION=	0.7.901
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/OldFiles

MAINTAINER=	gahr@@FreeBSD.org
COMMENT=	Software for production and maintenance of web sites

USE_BZIP2=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-gwsmake=no --enable-iswmake=no

.include <bsd.port.pre.mk>

.if defined(NOPORTDOCS)
CONFIGURE_ARGS+=	--enable-docs=no
.else
INFO=	wsmake iwsmake gwsmake
MAN1=	wsmake.1
.endif

.include <bsd.port.post.mk>
@


1.12
log
@- 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)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Update to 0.7.901
- Make PORTDOCS-compliant
- Take maintainship
@
text
@d11 1
a11 1
MASTER_SITES=	SFE
@


1.10
log
@- 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
@
text
@d9 1
a9 1
PORTVERSION=	0.6.4
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
d17 1
d19 1
d21 1
a21 1
PLIST_FILES=	bin/wsmake
d23 6
a28 2
post-patch:
	@@${REINPLACE_CMD} -e 's,void\*,char\*,g' ${WRKSRC}/libwsmake/wsUtil.cpp
d30 1
a30 1
.include <bsd.port.mk>
@


1.9
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d11 1
a11 5
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	wsmake
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} examples.tar.gz
DIST_SUBDIR=	${PORTNAME}
EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
d19 1
a19 5
.if !defined(NOPORTDOCS)
DISTFILES+=	user-manual-html.tar.gz
.endif

.include <bsd.port.pre.mk>
d24 1
a24 17
# Install examples and optional documentation.
post-install:
	@@${MKDIR} ${EXAMPLESDIR}
	cd ${EXAMPLESDIR} && \
		 ${TAR} -xzf ${_DISTDIR}/examples.tar.gz --exclude '*/CVS/*'
.for ex in 1 2 3 4 5 6 7 8 9 10 11 12 13
	@@${MV} ${EXAMPLESDIR}/examples/ex${ex} ${EXAMPLESDIR}
.endfor
	@@${RM} -rf ${EXAMPLESDIR}/examples
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	cd ${DOCSDIR} && \
		${TAR} -xzf ${_DISTDIR}/user-manual-html.tar.gz
	${LN} ${DOCSDIR}/user-manual/book1.html ${DOCSDIR}/user-manual/index.html
.endif

.include <bsd.port.post.mk>
@


1.8
log
@- Unbreak on !i386

Tested by:	submitter (amd64), barner (sparc64, ia64)
Submitted by:	Johan van Selst <johans@@stack.nl>
PR:		ports/86150
@
text
@a21 1
USE_REINPLACE=	yes
@


1.7
log
@BROKEN on !i386: Does not compile
@
text
@d11 2
a12 2
MASTER_SITES=	http://www.wsmake.org/dwnlds/stable/ \
		http://www.wsmake.org/docs/
a29 4
.if ${ARCH} != "i386"
BROKEN=		"Does not compile on !i386"
.endif

@


1.6
log
@- 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)
@
text
@d28 6
d53 1
a53 1
.include <bsd.port.mk>
@


1.5
log
@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
@
text
@d11 2
a12 2
MASTER_SITES=	${WSMAKE_MASTER_SITE}/dwnlds/stable/ \
		${WSMAKE_MASTER_SITE}/docs/
d14 1
a14 4
.ifndef NOPORTDOCS
DISTFILES+=	user-manual-html.tar.gz
.endif
DIST_SUBDIR=	wsmake
d17 1
a17 1
MAINTAINER=	jkoshy@@freebsd.org
d20 3
a22 2
USE_BZIP2=	YES
GNU_CONFIGURE=	YES
d24 3
a26 5
WSMAKE_MASTER_SITE=	http://www.wsmake.org
WSMAKE_DOCDIR=	${PREFIX}/share/doc/wsmake
WSMAKE_EXDIR=	${PREFIX}/share/examples/wsmake

.include <bsd.port.pre.mk>
d28 2
a29 3
.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile (bad C++ code)"
.endif
d33 2
a34 2
	${MKDIR} ${WSMAKE_EXDIR}
	cd ${WSMAKE_EXDIR} && \
d37 1
a37 1
	${MV} ${WSMAKE_EXDIR}/examples/ex${ex} ${WSMAKE_EXDIR}
d39 4
a42 4
	${RM} -rf ${WSMAKE_EXDIR}/examples
.ifndef NOPORTDOCS
	${MKDIR} ${WSMAKE_DOCDIR}
	cd ${WSMAKE_DOCDIR} && \
d44 1
a44 1
	${LN} ${WSMAKE_DOCDIR}/user-manual/book1.html ${WSMAKE_DOCDIR}/user-manual/index.html
d47 1
a47 1
.include <bsd.port.post.mk>
@


1.4
log
@BROKEN on 5.1: bad C++
@
text
@a22 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile (bad C++ code)"
.endif

d29 6
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d23 6
d52 1
a52 1
.include <bsd.port.mk>
@


1.2
log
@Correct MASTER_SITES.
@
text
@d21 1
@


1.1
log
@`wsmake', a utility for static generation of web sites.
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.wsmake.org/dwnlds/stable/
d25 1
@

