pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

colm-devel: import colm-0.13.0.7



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Thu Jun 27 11:47:59 2019 +0900
Changeset:	efe7740200bda22d1f9ad727e9d852d1123dad1d

Added Files:
	colm-devel/DESCR
	colm-devel/Makefile
	colm-devel/PLIST
	colm-devel/distinfo

Log Message:
colm-devel: import colm-0.13.0.7

Colm is a programming language designed for the analysis and
transformation of computer languages. Colm is influenced primarily by
TXL. It is in the family of program transformation languages.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=efe7740200bda22d1f9ad727e9d852d1123dad1d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 colm-devel/DESCR    |  3 +++
 colm-devel/Makefile | 16 ++++++++++++++++
 colm-devel/PLIST    | 18 ++++++++++++++++++
 colm-devel/distinfo |  6 ++++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/colm-devel/DESCR b/colm-devel/DESCR
new file mode 100644
index 0000000000..659bc70829
--- /dev/null
+++ b/colm-devel/DESCR
@@ -0,0 +1,3 @@
+Colm is a programming language designed for the analysis and
+transformation of computer languages. Colm is influenced primarily by
+TXL. It is in the family of program transformation languages.
diff --git a/colm-devel/Makefile b/colm-devel/Makefile
new file mode 100644
index 0000000000..c8f3bde2ad
--- /dev/null
+++ b/colm-devel/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	colm-0.13.0.7
+CATEGORIES=	lang
+MASTER_SITES=	http://www.colm.net/files/colm/
+
+MAINTAINER=	minskim%NetBSD.org@localhost
+HOMEPAGE=	http://www.colm.net/open-source/colm/
+COMMENT=	Programming language for computer language analysis
+LICENSE=	mit
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/colm-devel/PLIST b/colm-devel/PLIST
new file mode 100644
index 0000000000..b5c62f2f95
--- /dev/null
+++ b/colm-devel/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+bin/colm
+include/colm/bytecode.h
+include/colm/colm.h
+include/colm/config.h
+include/colm/debug.h
+include/colm/defs.h
+include/colm/input.h
+include/colm/internal.h
+include/colm/map.h
+include/colm/pdarun.h
+include/colm/pool.h
+include/colm/program.h
+include/colm/struct.h
+include/colm/tree.h
+include/colm/type.h
+lib/libcolm.la
+share/doc/colm/colm.vim
diff --git a/colm-devel/distinfo b/colm-devel/distinfo
new file mode 100644
index 0000000000..f261f63023
--- /dev/null
+++ b/colm-devel/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (colm-0.13.0.7.tar.gz) = c829613e2ef25bf3113582d98c292e3b74eb7c42
+RMD160 (colm-0.13.0.7.tar.gz) = 9cecac9654fd13570334effce29582e7be10ab13
+SHA512 (colm-0.13.0.7.tar.gz) = d15cc6afeeacc4f34171261e75a7daa285529b98940272566ca6d6661d0778b18930ca72e0bce8d0a56c36c3482adfe4375c32ec66d6e77ee32544bddf35024d
+Size (colm-0.13.0.7.tar.gz) = 746841 bytes


Home | Main Index | Thread Index | Old Index