aboutsummaryrefslogtreecommitdiff
path: root/lang/libstdc++_stldoc_3.4.0
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2008-01-18 14:42:01 +0000
committerBruce M Simpson <bms@FreeBSD.org>2008-01-18 14:42:01 +0000
commit02b4c2b973537dd9c5402c45c7997d6a8537c9b9 (patch)
tree5f77cf92997d718c9aa5ef34299f96cc8d088e68 /lang/libstdc++_stldoc_3.4.0
parente0728d8bc86f950b19b01f816897f7fcec9420a3 (diff)
downloadports-02b4c2b973537dd9c5402c45c7997d6a8537c9b9.tar.gz
ports-02b4c2b973537dd9c5402c45c7997d6a8537c9b9.zip
Notes
Diffstat (limited to 'lang/libstdc++_stldoc_3.4.0')
-rw-r--r--lang/libstdc++_stldoc_3.4.0/.pkg-descr.swpbin0 -> 12288 bytes
-rw-r--r--lang/libstdc++_stldoc_3.4.0/Makefile33
-rw-r--r--lang/libstdc++_stldoc_3.4.0/distinfo3
-rw-r--r--lang/libstdc++_stldoc_3.4.0/pkg-descr6
4 files changed, 42 insertions, 0 deletions
diff --git a/lang/libstdc++_stldoc_3.4.0/.pkg-descr.swp b/lang/libstdc++_stldoc_3.4.0/.pkg-descr.swp
new file mode 100644
index 000000000000..255b060513d0
--- /dev/null
+++ b/lang/libstdc++_stldoc_3.4.0/.pkg-descr.swp
Binary files differ
diff --git a/lang/libstdc++_stldoc_3.4.0/Makefile b/lang/libstdc++_stldoc_3.4.0/Makefile
new file mode 100644
index 000000000000..954958bd0999
--- /dev/null
+++ b/lang/libstdc++_stldoc_3.4.0/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: libstdc++_stldoc
+# Date created: 18th January 2008
+# Whom: Bruce M. Simpson
+#
+# $FreeBSD$
+#
+# Note: Specific versions of this documentation exist for each version
+# of the libstdc++ library, note versioning convention below.
+#
+
+PORTNAME= libstdc++_stldoc_3.4.0
+PORTVERSION= 20040609
+CATEGORIES= lang devel
+MASTER_SITES= ${MASTER_SITE_GCC}
+MASTER_SITE_SUBDIR= \
+ libstdc++/doxygen
+DISTNAME= libstdc++-html-USERS-3.4.0
+
+MAINTAINER= bms@FreeBSD.org
+COMMENT= GNU libstdc++ API documentation
+
+USE_BZIP2= yes
+
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+PORTDOCS= *
+
+do-install:
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/html_user/* ${DOCSDIR}
+
+.include <bsd.port.mk>
diff --git a/lang/libstdc++_stldoc_3.4.0/distinfo b/lang/libstdc++_stldoc_3.4.0/distinfo
new file mode 100644
index 000000000000..c502486ed54d
--- /dev/null
+++ b/lang/libstdc++_stldoc_3.4.0/distinfo
@@ -0,0 +1,3 @@
+MD5 (libstdc++-html-USERS-3.4.0.tar.bz2) = 0862e3b0eb0cb5212ee36d54f5f02d45
+SHA256 (libstdc++-html-USERS-3.4.0.tar.bz2) = 9cb4d260e45fd7cadd926537cbc11ae79f4e9e8ac661d6b2efc4f43f7c8c374c
+SIZE (libstdc++-html-USERS-3.4.0.tar.bz2) = 2476410
diff --git a/lang/libstdc++_stldoc_3.4.0/pkg-descr b/lang/libstdc++_stldoc_3.4.0/pkg-descr
new file mode 100644
index 000000000000..f01446aa4b5c
--- /dev/null
+++ b/lang/libstdc++_stldoc_3.4.0/pkg-descr
@@ -0,0 +1,6 @@
+This is the source / API documentation for the GNU C++ Library.
+
+It includes documentation of the implementation of the C++ Standard
+Template Library as shipped with GNU C++.
+
+WWW: http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/index.html