pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-twisted-docs initial import of the Twisted docu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7bdbd901b16
branches:  trunk
changeset: 471712:a7bdbd901b16
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Mar 30 13:33:44 2004 +0000

description:
initial import of the Twisted documentation (1.2.0)
provided by Michal Pasternak via pkgsrc-wip

HTML documentation for Twisted Python; see py-twisted package for details.

diffstat:

 net/py-twisted-docs/DESCR     |   1 +
 net/py-twisted-docs/Makefile  |  30 ++++++++++++++++++++++++++++++
 net/py-twisted-docs/PLIST.pre |   1 +
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 405f8c202a36 -r a7bdbd901b16 net/py-twisted-docs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twisted-docs/DESCR Tue Mar 30 13:33:44 2004 +0000
@@ -0,0 +1,1 @@
+HTML documentation for Twisted Python; see py-twisted package for details.
diff -r 405f8c202a36 -r a7bdbd901b16 net/py-twisted-docs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twisted-docs/Makefile      Tue Mar 30 13:33:44 2004 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/30 13:33:44 recht Exp $
+#
+
+DISTNAME=              ${TWISTED_DISTNAME}
+PKGNAME=               py-twisted-docs-${TWISTED_VERSION}
+CATEGORIES=            net
+MASTER_SITES=          ${TWISTED_MASTER_SITES}
+
+MAINTAINER=            dotz%irc.pl@localhost
+HOMEPAGE=              http://www.twistedmatrix.com/
+COMMENT=               Framework for writing networked applications
+
+NO_CONFIGURE=  # defined
+NO_BUILD=      # defined
+USE_LANGUAGES=
+
+HTMLDIR=       share/doc/py-twisted-docs-${TWISTED_VERSION}
+DOC_SRCDIR=    ${WRKSRC}/doc
+PLIST_SRC=     ${WRKDIR}/.PLIST_SRC
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}
+       ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
+       cd ${DOC_SRCDIR} && ${PAX} -rw -pe * ${PREFIX}/${HTMLDIR}
+       cd ${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
+       cd ${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \
+       ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}
+
+.include "../../wip/py-twisted/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 405f8c202a36 -r a7bdbd901b16 net/py-twisted-docs/PLIST.pre
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twisted-docs/PLIST.pre     Tue Mar 30 13:33:44 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/03/30 13:33:44 recht Exp $



Home | Main Index | Thread Index | Old Index