pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nspr-reference initial import of reference docum...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba34a7e31947
branches:  trunk
changeset: 488090:ba34a7e31947
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Mon Jan 24 19:57:53 2005 +0000

description:
initial import of reference documentation for nspr

diffstat:

 devel/nspr-reference/DESCR    |   5 ++++
 devel/nspr-reference/Makefile |  22 ++++++++++++++++++++
 devel/nspr-reference/PLIST    |  46 +++++++++++++++++++++++++++++++++++++++++++
 devel/nspr-reference/distinfo |   4 +++
 4 files changed, 77 insertions(+), 0 deletions(-)

diffs (93 lines):

diff -r 4982e8fdb596 -r ba34a7e31947 devel/nspr-reference/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/nspr-reference/DESCR        Mon Jan 24 19:57:53 2005 +0000
@@ -0,0 +1,5 @@
+Netscape Portable Runtime (NSPR) provides a platform-neutral API for system
+level and libc like functions. The API is used in the Mozilla client, many of
+Netscape/AOL/iPlanet's and other software offerings.
+
+This package contains reference documentation on NSPR.
diff -r 4982e8fdb596 -r ba34a7e31947 devel/nspr-reference/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/nspr-reference/Makefile     Mon Jan 24 19:57:53 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/24 19:57:53 jschauma Exp $
+#
+
+DISTNAME=              nspr-reference
+PKGNAME=               ${DISTNAME}-0.1
+CATEGORIES=            devel
+MASTER_SITES=          ${MASTER_SITE_MOZILLA:=../../nspr/doc/}
+
+MAINTAINER=            jschauma%NetBSD.org@localhost
+HOMEPAGE=              ftp://ftp.mozilla.org/pub/mozilla.org/nspr/doc/
+COMMENT=               HTML Documentation for NSPR
+
+NO_CONNFIGURE=         YES
+NO_BUILD=              YES
+
+WRKSRC=                        ${WRKDIR}/nspr/reference/html
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/nspr
+       cd ${WRKSRC} && ${PAX}  -s,.*/CVS.*,, -rwvpe . ${PREFIX}/share/doc/html/nspr/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 4982e8fdb596 -r ba34a7e31947 devel/nspr-reference/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/nspr-reference/PLIST        Mon Jan 24 19:57:53 2005 +0000
@@ -0,0 +1,46 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/24 19:57:53 jschauma Exp $
+share/doc/html/nspr/Prtyp.html
+share/doc/html/nspr/graphics/prlonga.gif
+share/doc/html/nspr/index.html
+share/doc/html/nspr/layer.html
+share/doc/html/nspr/plhash.html
+share/doc/html/nspr/plstr.html
+share/doc/html/nspr/pratom.html
+share/doc/html/nspr/prbit.html
+share/doc/html/nspr/prclist.html
+share/doc/html/nspr/prcmon.html
+share/doc/html/nspr/prcountr.html
+share/doc/html/nspr/prcvar.html
+share/doc/html/nspr/prdtoa.html
+share/doc/html/nspr/prerr.html
+share/doc/html/nspr/prinit.html
+share/doc/html/nspr/prinrvl.html
+share/doc/html/nspr/printro.html
+share/doc/html/nspr/priofnc.html
+share/doc/html/nspr/priotyp.html
+share/doc/html/nspr/pripcsem.html
+share/doc/html/nspr/prlayer.html
+share/doc/html/nspr/prlink.html
+share/doc/html/nspr/prlock.html
+share/doc/html/nspr/prlog.html
+share/doc/html/nspr/prlong.html
+share/doc/html/nspr/prmem2.html
+share/doc/html/nspr/prmon.html
+share/doc/html/nspr/prmwait.html
+share/doc/html/nspr/prntdb.html
+share/doc/html/nspr/prprf.html
+share/doc/html/nspr/prprocess.html
+share/doc/html/nspr/prrng.html
+share/doc/html/nspr/prshm.html
+share/doc/html/nspr/prshma.html
+share/doc/html/nspr/prswitch.html
+share/doc/html/nspr/prsystem.html
+share/doc/html/nspr/prthrd.html
+share/doc/html/nspr/prtime.html
+share/doc/html/nspr/prtpool.html
+share/doc/html/nspr/samples/layer.c
+share/doc/html/nspr/samples/switch.c
+share/doc/html/nspr/switch.html
+@dirrm share/doc/html/nspr/samples
+@dirrm share/doc/html/nspr/graphics
+@dirrm share/doc/html/nspr
diff -r 4982e8fdb596 -r ba34a7e31947 devel/nspr-reference/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/nspr-reference/distinfo     Mon Jan 24 19:57:53 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/24 19:57:53 jschauma Exp $
+
+SHA1 (nspr-reference.tar.gz) = 9a2842d729c1de498fa184667afb63939a9d71e7
+Size (nspr-reference.tar.gz) = 195121 bytes



Home | Main Index | Thread Index | Old Index