[Midnightbsd-cvs] mports: mports/www: selfhtml was moved from german category.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jun 13 23:36:57 EDT 2008
Log Message:
-----------
selfhtml was moved from german category.
Modified Files:
--------------
mports/www:
Makefile (r1.76 -> r1.77)
Added Files:
-----------
mports/www/selfhtml-de:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/Makefile,v
retrieving revision 1.76
retrieving revision 1.77
diff -L www/Makefile -L www/Makefile -u -r1.76 -r1.77
--- www/Makefile
+++ www/Makefile
@@ -73,6 +73,7 @@
SUBDIR += privoxy
SUBDIR += retsina
SUBDIR += seamonkey
+ SUBDIR += selfhtml-de
SUBDIR += squid
SUBDIR += thttpd
SUBDIR += thttpd-st
--- /dev/null
+++ www/selfhtml-de/pkg-descr
@@ -0,0 +1,6 @@
+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/
--- /dev/null
+++ www/selfhtml-de/Makefile
@@ -0,0 +1,80 @@
+# New ports collection makefile for: selfhtml
+# Date created: January 7th 2005
+# Whom: Frerich Raabe <frerich.raabe at gmx.de>
+#
+# $FreeBSD: ports/german/selfhtml/Makefile,v 1.6 2006/06/09 21:07:11 linimon Exp $
+# $MidnightBSD: mports/www/selfhtml-de/Makefile,v 1.1 2008/06/14 03:36:55 laffer1 Exp $
+#
+
+PORTNAME= selfhtml
+PORTVERSION= 8.1.2
+PORTEPOCH= 1
+CATEGORIES= www german
+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/
+PKGNAMEPREFIX= de-
+DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Extensive german HTML reference
+LICENSE= unknown
+
+WRKSRC= ${WRKDIR}
+
+USE_ZIP= yes
+NO_BUILD= yes
+
+PORTDOCS= \
+ index.htm \
+ css \
+ dhtml \
+ diverses \
+ editorial \
+ grafik \
+ helferlein \
+ html \
+ inter \
+ intro \
+ javascript \
+ layouts \
+ navigation \
+ perl \
+ php \
+ projekt \
+ quellen \
+ servercgi \
+ src \
+ xml
+
+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
+
+do-install:
+ @${MKDIR} ${DOCSDIR}
+# line taken from textproc/xerces-j maintained by hq at 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>
--- /dev/null
+++ www/selfhtml-de/distinfo
@@ -0,0 +1,3 @@
+MD5 (selfhtml812.zip) = 81806920c148ace4f24e8a8239f075ac
+SHA256 (selfhtml812.zip) = 6b848e8018df76f2ba3dba6635ce186e587cc8d7bbf83cef4afdb5eb0c200891
+SIZE (selfhtml812.zip) = 8435931
More information about the Midnightbsd-cvs
mailing list