Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

3
lang/cdl3/DESCR Normal file
View File

@@ -0,0 +1,3 @@
CDL3 is a programming language, based on Affix Grammars, intended for
the development of compilers and other complicated pieces of software
that can be implemented as syntax-directed transducers.

18
lang/cdl3/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.13 2013/04/03 12:53:58 jaapb Exp $
DISTNAME= cdl3-1.2.8
CATEGORIES= lang
MASTER_SITES= ftp://ftp.cs.ru.nl/pub/cdl3/
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= http://www.cs.ru.nl/~kees/cdl3/
COMMENT= Programming language for the development of compilers
LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"

21
lang/cdl3/PLIST Normal file
View File

@@ -0,0 +1,21 @@
@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:03:29 joerg Exp $
bin/cdlc
share/cdl3/include/cdl3rts.h
share/cdl3/include/predef.h
share/cdl3/include/predef.k3
share/cdl3/examples/Makefile.example
share/cdl3/examples/hello.k3
lib/libcdlrts.la
man/man1/cdlc.1
man/man3/cdl-converting.3
man/man3/cdl-debug.3
man/man3/cdl-input.3
man/man3/cdl-integer.3
man/man3/cdl-io.3
man/man3/cdl-output.3
man/man3/cdl-string.3
man/man3/cdl-system.3
man/man3/cdlrts.3
man/man7/cdl-fubar-transient.7
man/man7/cdlfubar.7
share/cdl3/doc/cdl3-manual-${PKGVERSION}.ps

13
lang/cdl3/buildlink3.mk Normal file
View File

@@ -0,0 +1,13 @@
# $NetBSD: buildlink3.mk,v 1.8 2012/05/07 01:53:39 dholland Exp $
BUILDLINK_TREE+= cdl3
.if !defined(CDL3_BUILDLINK3_MK)
CDL3_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.cdl3+= cdl3>=1.2.5
BUILDLINK_ABI_DEPENDS.cdl3+= cdl3>=1.2.5nb1
BUILDLINK_PKGSRCDIR.cdl3?= ../../lang/cdl3
.endif # CDL3_BUILDLINK3_MK
BUILDLINK_TREE+= -cdl3

5
lang/cdl3/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2011/04/19 19:45:02 asau Exp $
SHA1 (cdl3-1.2.8.tar.gz) = b657ec9f838d2055d6425e4aa7166b0bbebcbfa3
RMD160 (cdl3-1.2.8.tar.gz) = 89d9d16677b1359cffd7686aaf85bea32c903553
Size (cdl3-1.2.8.tar.gz) = 1013179 bytes