Sat Feb 20 02:54:45 2016 UTC ()
Import DeforaOS CPP 0.0.3

CPP is a pre-processing library and binary executable, targeting full
conformance for portable compilation of C programs.


(khorben)
diff -r0 -r1.1 pkgsrc/devel/deforaos-cpp/DESCR
diff -r0 -r1.1 pkgsrc/devel/deforaos-cpp/Makefile
diff -r0 -r1.1 pkgsrc/devel/deforaos-cpp/PLIST
diff -r0 -r1.1 pkgsrc/devel/deforaos-cpp/buildlink3.mk
diff -r0 -r1.1 pkgsrc/devel/deforaos-cpp/distinfo
diff -r0 -r1.1 pkgsrc/devel/deforaos-cpp/patches/patch-Makefile

File Added: pkgsrc/devel/deforaos-cpp/DESCR
CPP is a pre-processing library and binary executable, targeting full
conformance for portable compilation of C programs.

File Added: pkgsrc/devel/deforaos-cpp/Makefile
# $NetBSD: Makefile,v 1.1 2016/02/20 02:54:45 khorben Exp $
#

DISTNAME=	CPP-0.0.3
PKGNAME=	deforaos-cpp-0.0.3
CATEGORIES=	devel
MASTER_SITES=	http://www.defora.org/os/download/download/4422/

MAINTAINER=	khorben@defora.org
HOMEPAGE=	http://www.defora.org/
COMMENT=	DeforaOS C code pre-processing library

LICENSE=	gnu-lgpl-v3

MAKE_FLAGS+=	PREFIX=${PREFIX}
MAKE_FLAGS+=	DESTDIR=${DESTDIR}
MAKE_FLAGS+=	CFLAGS=${CFLAGS:Q}
MAKE_FLAGS+=	LDFLAGS=${LDFLAGS:Q}
MAKE_FLAGS+=	INSTALL=${INSTALL}
AUTO_MKDIRS=	yes

.include "../../devel/deforaos-libsystem/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk-doc+=	gtk-doc>=1.20
.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/deforaos-cpp/PLIST
@comment $NetBSD: PLIST,v 1.1 2016/02/20 02:54:45 khorben Exp $
bin/cpp
include/Devel/CPP.h
lib/libcpp.a
lib/libcpp.so
lib/libcpp.so.0
lib/libcpp.so.0.0
lib/pkgconfig/cpp.pc
share/gtk-doc/html/CPP/CPP-CPP:CAPS.html
share/gtk-doc/html/CPP/CPP.devhelp2
share/gtk-doc/html/CPP/api-index-full.html
share/gtk-doc/html/CPP/ch01.html
share/gtk-doc/html/CPP/deprecated-api-index.html
share/gtk-doc/html/CPP/home.png
share/gtk-doc/html/CPP/index.html
share/gtk-doc/html/CPP/index.sgml
share/gtk-doc/html/CPP/left-insensitive.png
share/gtk-doc/html/CPP/left.png
share/gtk-doc/html/CPP/right-insensitive.png
share/gtk-doc/html/CPP/right.png
share/gtk-doc/html/CPP/style.css
share/gtk-doc/html/CPP/up-insensitive.png
share/gtk-doc/html/CPP/up.png

File Added: pkgsrc/devel/deforaos-cpp/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2016/02/20 02:54:45 khorben Exp $
#

BUILDLINK_TREE+=	deforaos-cpp

.if !defined(DEFORAOS_CPP_BUILDLINK3_MK)
DEFORAOS_CPP_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.deforaos-cpp+=	deforaos-cpp>=0.0.3
BUILDLINK_ABI_DEPENDS.deforaos-cpp?=	deforaos-cpp>=0.0.3
BUILDLINK_PKGSRCDIR.deforaos-cpp?=	../../x11/deforaos-cpp

.include "../../devel/deforaos-libsystem/buildlink3.mk"
.endif	# DEFORAOS_CPP_BUILDLINK3_MK

BUILDLINK_TREE+=	-deforaos-cpp

File Added: pkgsrc/devel/deforaos-cpp/distinfo
$NetBSD: distinfo,v 1.1 2016/02/20 02:54:45 khorben Exp $

SHA1 (CPP-0.0.3.tar.gz) = 0bafe0a4fe87f543fe121102f159034976c072cc
RMD160 (CPP-0.0.3.tar.gz) = bc97f599da89c89c381a0736ac9cac1193dbc636
SHA512 (CPP-0.0.3.tar.gz) = cc436c92f9ff55c3a4bbcc952546b09b7665b435561176e8cec0cc427d1a5bb92b0475dc0a1016db2c2f634649a1c73280e57508312ba632c9b1548e0b38b578
Size (CPP-0.0.3.tar.gz) = 21742 bytes
SHA1 (patch-Makefile) = 9772302b7f40b1f43e8b4d1f2e001b4841039bba

File Added: pkgsrc/devel/deforaos-cpp/patches/Attic/patch-Makefile
$NetBSD: patch-Makefile,v 1.1 2016/02/20 02:54:45 khorben Exp $

Do not run the tests

--- Makefile.orig	2016-02-20 02:49:12.000000000 +0000
+++ Makefile
@@ -1,6 +1,6 @@
 PACKAGE	= CPP
 VERSION	= 0.0.3
-SUBDIRS	= data doc include src tests
+SUBDIRS	= data doc include src
 RM	= rm -f
 LN	= ln -f
 TAR	= tar