mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Added "c_c++_reference" and "c_c++_reference-i18n".
This documentation is prepared for reading with kdevelop, and separated from kdevelop-i18n.
This commit is contained in:
parent
a97b9a9f66
commit
8c47d09e58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26616
@ -18,6 +18,8 @@
|
||||
SUBDIR += boehm-gc
|
||||
SUBDIR += bonobo
|
||||
SUBDIR += bugbuddy
|
||||
SUBDIR += c_c++_reference
|
||||
SUBDIR += c_c++_reference-i18n
|
||||
SUBDIR += cccc
|
||||
SUBDIR += cdecl
|
||||
SUBDIR += cdk
|
||||
|
29
devel/c_c++_reference/Makefile
Normal file
29
devel/c_c++_reference/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: c_c++_reference.tar.gz
|
||||
# Version required: 1.08
|
||||
# Date created: 8 March 2000
|
||||
# Whom: imura@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= c_c++_reference
|
||||
PKGNAME= c_c++_reference${QTTYPE}-1.08
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \
|
||||
ftp://gd.tuwien.ac.at/hci/KDevelop/documentation/ \
|
||||
ftp://fara.cs.uni-potsdam.de/pub/kdevelop/documentation/
|
||||
|
||||
MAINTAINER= imura@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= kdevelop:${PORTSDIR}/devel/kdevelop${QTTYPE}
|
||||
|
||||
EXTRACT_ONLY= # none
|
||||
NO_BUILD= yes
|
||||
|
||||
QTTYPE?= # normal
|
||||
|
||||
do-install:
|
||||
${TAR} -xzf ${DISTDIR}/c_c++_reference.tar.gz -C ${PREFIX}
|
||||
${CHOWN} -R 0:0 ${PREFIX}/share/doc/HTML/en/kdevelop/reference
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/c_c++_reference/distinfo
Normal file
1
devel/c_c++_reference/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (c_c++_reference.tar.gz) = 2d9992a5f0ad6168e3004cd031ff08f6
|
1
devel/c_c++_reference/pkg-comment
Normal file
1
devel/c_c++_reference/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
C/C++ reference manual for KDevelop
|
3
devel/c_c++_reference/pkg-descr
Normal file
3
devel/c_c++_reference/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
C/C++ reference for KDevelop.
|
||||
|
||||
WWW: http://www.kdevelop.org/
|
1085
devel/c_c++_reference/pkg-plist
Normal file
1085
devel/c_c++_reference/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user