head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.05.58.00;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.9;

1.9
date	2012.05.05.17.46.40;	author ak;	state Exp;
branches;
next	1.8;

1.8
date	2011.01.09.11.13.37;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2007.03.04.04.14.00;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2006.06.09.21.07.11;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2006.06.05.11.10.23;	author itetcu;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.07.23.45.47;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2005.08.29.15.51.30;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.25.01.17.59;	author lofi;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.20.21.37.17;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	selfhtml
# Date created:			January 7th 2005
# Whom:				Frerich Raabe <frerich.raabe@@gmx.de>
#
# $FreeBSD: head/german/selfhtml/Makefile 301684 2012-07-29 11:17:02Z cs $
#

PORTNAME=	selfhtml
PORTVERSION=	8.1.2
PORTEPOCH=	1
CATEGORIES=	german www
MASTER_SITES=	http://aktuell.de.selfhtml.org/extras/ \
		http://ftp.join.uni-muenster.de/pub/documents/selfhtml/ \
		ftp://ftp.uni-ulm.de/mirrors/selfhtml/ \
		http://free.w3research.com/ \
		http://selfhtml.hegglin.net/ \
		http://www.meta-text.net/ \
		http://www.lichteinfall.de/ \
		http://www.mastko.de/ \
		http://www.a-mazing.de/downloads/ \
		http://download.iansview.com/mirror/selfhtml.org/ \
		ftp://ftp.rub.de/pub/selfhtml/
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Extensive German HTML reference

WRKSRC=		${WRKDIR}

USE_ZIP=	yes
NO_BUILD=	yes

USE_DOS2UNIX=	yes
DOS2UNIX_REGEX=	.*\.(css|dhtml|diverses|editorial|grafik|helferlein|htm|inter|intro|javascript|layouts|navigation|perl|php|projekt|quellen|servercgi|src|xml|xls|dtd)$$

PORTDOCS=	\
		index.htm \
		css \
		dhtml \
		diverses \
		editorial \
		grafik \
		helferlein \
		html \
		inter \
		intro \
		javascript \
		layouts \
		navigation \
		perl \
		php \
		projekt \
		quellen \
		servercgi \
		src \
		xml

do-install:
	@@${MKDIR} ${DOCSDIR}
# line taken from textproc/xerces-j maintained by hq@@FreeBSD.org
# recursively create dirs and install docs
	@@cd ${WRKSRC} && \
		${FIND} ${PORTDOCS} -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; && \
		${FIND} ${PORTDOCS} -not -type d -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;

.include <bsd.port.mk>
@


1.10
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Use USE_DOS2UNIX instead of homemade equivalent

Approved by:    eadler (mentor)
@
text
@d26 1
a26 1
COMMENT=	Extensive german HTML reference
@


1.8
log
@- Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
@
text
@d33 3
a57 14
post-patch:
# \r\n -> \n on text files
	@@${FIND} -E ${WRKSRC} \
		-iregex \
		".*\.(css|dhtml|diverses|editorial|grafik|helferlein|htm|inter|intro|javascript|layouts|navigation|perl|php|projekt|quellen|servercgi|src|xml|xls|dtd)$$" \
		-type f -print0 \
		| ${XARGS} -0 -n 5 -x \
			${REINPLACE_CMD} -E \
			-e 's|
||'
# remove extraneous backup files
	@@${FIND} ${WRKSRC} -type f -name "*.bak" -print0 \
		| ${XARGS} -0 -n 5 -x \
			${RM} -f

@


1.7
log
@- Update to 8.1.2

PR:		ports/109757
Submitted by:	Mathias Schafer <molily@@selfhtml.org>
@
text
@a22 1
PKGNAMEPREFIX=	de-
@


1.6
log
@Reset maintainer at his request due to current lack of time.  We appreciate
all the help in the past.
@
text
@d9 1
a9 1
PORTVERSION=	8.1.1
d12 2
a13 1
MASTER_SITES=	http://ftp.join.uni-muenster.de/pub/documents/selfhtml/ \
@


1.5
log
@Update to  * 8.1.1 *
Bump PORTEPOCH :((

No cookies for:	maintainer, becuse PORTVERSION was wrong from the beginning.
PR:		ports/97354
Submitted by:	Martin Wilke <freebsd@@unixfreunde.de> (now miwi@@)
Approved by:	maintainer timeout, lawrance (mentor, implicit)
@
text
@d25 1
a25 1
MAINTAINER=	frerich.raabe@@gmx.de
@


1.4
log
@Remove USE_REINPLACE for categories starting with a G
@
text
@d9 2
a10 1
PORTVERSION=	81
d23 1
a23 1
DISTNAME=	${PORTNAME}${PORTVERSION}
d28 2
d59 1
a59 1
		".*\.(css|ent|htm|java|js|txt|url|vcf|wrl|xhtml|xml)$$" \
@


1.3
log
@Update to 81

PR:		ports/84710
Submitted by:	Olli Hauer via maintainer
@
text
@a26 1
USE_REINPLACE=	yes
@


1.2
log
@Fix the german/selfhtml port so that it installs the
main page 'index.htm' as well.
@
text
@d9 1
a9 2
PORTVERSION=	80
PORTREVISION=	1
d11 10
a20 11
MASTER_SITES=	http://www.fsai.fh-trier.de/~gielj/files/ \
		http://home.t-online.de/home/b.michna/selfhtml/ \
		http://dj5nu.bei.t-online.de/ \
		http://www.mtory.de/selfhtml/ \
		http://www.unet.univie.ac.at/~a9105535/ \
		http://www.jonasstein.de/mirror/ \
		http://home.t-online.de/home/AundG.Hofmann/selfhtml/ \
		http://selfhtml.occuris.de/download/ \
		http://studwww.ira.uka.de/~s_buerk/selfhtml/ \
		http://www.stud.uni-goettingen.de/software/ \
		http://www.meta-text.net/
a29 1
NO_WRKSUBDIR=	yes
a32 1
		cgiperl \
d45 1
d49 1
@


1.1
log
@New port selfhtml version 80: Extensive german HTML reference

PR:		75914
Submitted by:	Frerich Raabe <frerich.raabe@@gmx.de>
@
text
@d10 1
d35 1
@

