diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2011-04-10 10:40:45 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2011-04-10 10:40:45 +0000 |
commit | 63a0d1c98c04216bcb8b60f497abcd4adff2a4c4 (patch) | |
tree | e2ffb1d622ff9792d2b3c2808bcb23063cc399be /devel | |
parent | f40f052e8c69ab917def0eb91950eb8fd800cefb (diff) | |
download | pkgsrc-63a0d1c98c04216bcb8b60f497abcd4adff2a4c4.tar.gz |
Initial import of pcc-libs 1.0.0 into the packages collection.
This package contains the runtime libraries for pcc, the Portable C
Compiler. On some platforms, these libraries are needed to compile code
with PCC.
Reviewed by Alistair G. Crooks.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcc-libs/DESCR | 3 | ||||
-rw-r--r-- | devel/pcc-libs/Makefile | 29 | ||||
-rw-r--r-- | devel/pcc-libs/PLIST | 18 | ||||
-rw-r--r-- | devel/pcc-libs/distinfo | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/devel/pcc-libs/DESCR b/devel/pcc-libs/DESCR new file mode 100644 index 00000000000..8f413b5b371 --- /dev/null +++ b/devel/pcc-libs/DESCR @@ -0,0 +1,3 @@ +This package contains the runtime libraries for pcc, the Portable C +Compiler. On some platforms, these libraries are needed to compile code +with PCC. diff --git a/devel/pcc-libs/Makefile b/devel/pcc-libs/Makefile new file mode 100644 index 00000000000..143a724a006 --- /dev/null +++ b/devel/pcc-libs/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/04/10 10:40:45 bsiegert Exp $ + +DISTNAME= pcc-libs-1.0.0 +CATEGORIES= devel +MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \ + http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ +EXTRACT_SUFX= .tgz + +PKG_DESTDIR_SUPPORT= user-destdir + +HOMEPAGE= http://pcc.ludd.ltu.se/ +COMMENT= Runtime libraries for the Portable C Compiler + +ONLY_FOR_PLATFORM= NetBSD-*-arm* NetBSD-*-i386 NetBSD-*-mips* \ + NetBSD-*-powerpc NetBSD-*-sparc64 NetBSD-*-vax \ + OpenBSD-*-i386 OpenBSD-*-vax \ + OpenBSD-*-powerpc OpenBSD-*-sparc64 \ + DragonFly-*-i386 \ + MirBSD-*-i386 \ + Darwin-*-i386 Darwin-*-powerpc \ + FreeBSD-*-i386 \ + Linux-*-i386 Linux-*-powerpc + +# XXX For some reason building with bmake fails randomly. +USE_TOOLS+= gmake +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/pcc-libs/PLIST b/devel/pcc-libs/PLIST new file mode 100644 index 00000000000..a5840a98f53 --- /dev/null +++ b/devel/pcc-libs/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/10 10:40:45 bsiegert Exp $ +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/float.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/iso646.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/libpcc_float.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/libpcc_limits.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/libpcc_stdarg.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/libpcc_stdbool.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/libpcc_stddef.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/limits.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/stdarg.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/stdbool.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/include/stddef.h +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/lib/crt0.o +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/lib/crt1.o +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/lib/dylib1.o +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/lib/gcrt1.o +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/lib/libpcc.a +lib/pcc/${MACHINE_GNU_PLATFORM}/${PKGVERSION}.RELEASE/lib/libpccsoftfloat.a diff --git a/devel/pcc-libs/distinfo b/devel/pcc-libs/distinfo new file mode 100644 index 00000000000..87853602b33 --- /dev/null +++ b/devel/pcc-libs/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/04/10 10:40:45 bsiegert Exp $ + +SHA1 (pcc-libs-1.0.0.tgz) = 83dfe7029c491d4b42205bc8882c1ac784e3e4eb +RMD160 (pcc-libs-1.0.0.tgz) = 29bf80337fa132ea0200c914d2512f67bdaf4945 +Size (pcc-libs-1.0.0.tgz) = 190238 bytes |