summaryrefslogtreecommitdiff
path: root/german/selfhtml
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-20 21:37:17 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-20 21:37:17 +0000
commit8208d2c4bab7875498826f87c39d9d13160ed2f0 (patch)
tree857b88cc5a4abed22aeb166ff78ccb12531d1e94 /german/selfhtml
parentUpdate to 4421 (diff)
New port selfhtml version 80: Extensive german HTML reference
PR: 75914 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Notes
Notes: svn path=/head/; revision=126973
Diffstat (limited to 'german/selfhtml')
-rw-r--r--german/selfhtml/Makefile75
-rw-r--r--german/selfhtml/distinfo2
-rw-r--r--german/selfhtml/pkg-descr8
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>