diff options
author | lioux <lioux@FreeBSD.org> | 2005-01-21 05:37:17 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-01-21 05:37:17 +0800 |
commit | 340e72b2e0b375291ae8c5df0698ecd8bb5000fb (patch) | |
tree | 90252f083136f841b69568b6d0772bb88d44ed88 /german/selfhtml | |
parent | 7c066a301ada1249bd087cd0e0f4326f1cedabd1 (diff) | |
download | freebsd-ports-gnome-340e72b2e0b375291ae8c5df0698ecd8bb5000fb.tar.gz freebsd-ports-gnome-340e72b2e0b375291ae8c5df0698ecd8bb5000fb.tar.zst freebsd-ports-gnome-340e72b2e0b375291ae8c5df0698ecd8bb5000fb.zip |
New port selfhtml version 80: Extensive german HTML reference
PR: 75914
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Diffstat (limited to 'german/selfhtml')
-rw-r--r-- | german/selfhtml/Makefile | 75 | ||||
-rw-r--r-- | german/selfhtml/distinfo | 2 | ||||
-rw-r--r-- | german/selfhtml/pkg-descr | 8 |
3 files changed, 85 insertions, 0 deletions
diff --git a/german/selfhtml/Makefile b/german/selfhtml/Makefile new file mode 100644 index 000000000000..aba7ef64df70 --- /dev/null +++ b/german/selfhtml/Makefile @@ -0,0 +1,75 @@ +# New ports collection makefile for: selfhtml +# Date created: January 7th 2005 +# Whom: Frerich Raabe <frerich.raabe@gmx.de> +# +# $FreeBSD$ +# + +PORTNAME= selfhtml +PORTVERSION= 80 +CATEGORIES= german www +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/ +PKGNAMEPREFIX= de- +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= frerich.raabe@gmx.de +COMMENT= Extensive german HTML reference + +USE_REINPLACE= yes +USE_ZIP= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PORTDOCS= \ + cgiperl \ + css \ + dhtml \ + diverses \ + editorial \ + grafik \ + helferlein \ + html \ + inter \ + intro \ + javascript \ + layouts \ + navigation \ + php \ + projekt \ + quellen \ + src \ + xml + +post-patch: +# \r\n -> \n on text files + @${FIND} -E ${WRKSRC} \ + -iregex \ + ".*\.(css|ent|htm|java|js|txt|url|vcf|wrl|xhtml|xml)$$" \ + -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 + +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> diff --git a/german/selfhtml/distinfo b/german/selfhtml/distinfo new file mode 100644 index 000000000000..45bc6ea9f550 --- /dev/null +++ b/german/selfhtml/distinfo @@ -0,0 +1,2 @@ +MD5 (selfhtml80.zip) = e62f8cea580eb55c9bb73fa78b2b5542 +SIZE (selfhtml80.zip) = 7185598 diff --git a/german/selfhtml/pkg-descr b/german/selfhtml/pkg-descr new file mode 100644 index 000000000000..0a494ec18e53 --- /dev/null +++ b/german/selfhtml/pkg-descr @@ -0,0 +1,8 @@ +SelfHTML is a very extensive and very popular HTML reference, +touching CSS and JavaScript in many places. Filled with lots of +tricks, examples and howto-style guides, it's a valuable documentation +to have - if you speak german. + +WWW: http://www.selfhtml.org/ + +- Frerich Raabe <frerich.raabe@gmx.de> |