1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

New port selfhtml version 80: Extensive german HTML reference

PR:		75914
Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-01-20 21:37:17 +00:00
parent 86841c838d
commit 8208d2c4ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126973
4 changed files with 86 additions and 0 deletions

View File

@ -27,6 +27,7 @@
SUBDIR += openoffice-1.1
SUBDIR += phone
SUBDIR += php_doc
SUBDIR += selfhtml
SUBDIR += staroffice5
SUBDIR += staroffice52
SUBDIR += staroffice70

75
german/selfhtml/Makefile Normal file
View File

@ -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>

2
german/selfhtml/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (selfhtml80.zip) = e62f8cea580eb55c9bb73fa78b2b5542
SIZE (selfhtml80.zip) = 7185598

View File

@ -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>