summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-31 17:07:10 +0000
committerpat <pat@FreeBSD.org>2002-03-31 17:07:10 +0000
commitd82391a5d571ec717ea80ddc9614164f560492bb (patch)
tree001854038b56a1bb887191a30e0c52c343dfc0e3 /devel
parent3dcf7d806c58e581ffab9f6fe80ad114371e91d2 (diff)
downloadFreeBSD-ports-d82391a5d571ec717ea80ddc9614164f560492bb.zip
FreeBSD-ports-d82391a5d571ec717ea80ddc9614164f560492bb.tar.gz
Add new port devel/ccache - A tool to minimize the compile time of C programs
PR: 36572 Submitted by: Dominic Marks <dominic_marks@btinternet.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ccache/Makefile18
-rw-r--r--devel/ccache/distinfo1
-rw-r--r--devel/ccache/pkg-comment1
-rw-r--r--devel/ccache/pkg-descr8
-rw-r--r--devel/ccache/pkg-plist1
6 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 0a63a93..0d42d3c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -72,6 +72,7 @@
SUBDIR += camlp4
SUBDIR += cbrowser
SUBDIR += cc65
+ SUBDIR += ccache
SUBDIR += cccc
SUBDIR += ccdoc
SUBDIR += cdecl
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
new file mode 100644
index 0000000..92a451e
--- /dev/null
+++ b/devel/ccache/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: ccache
+# Date created: 31/03/2002
+# Whom: Dominic Marks <dominic_marks@btinternet.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ccache
+PORTVERSION= 1.2
+CATEGORIES= devel
+MASTER_SITES= http://ccache.samba.org/ftp/ccache/
+
+MAINTAINER= dominic_marks@btinternet.com
+
+GNU_CONFIGURE= yes
+MAN1= ccache.1
+
+.include <bsd.port.mk>
diff --git a/devel/ccache/distinfo b/devel/ccache/distinfo
new file mode 100644
index 0000000..ae3677a
--- /dev/null
+++ b/devel/ccache/distinfo
@@ -0,0 +1 @@
+MD5 (ccache-1.2.tar.gz) = cab14bbaaf9ed158c60cc47111bb3409
diff --git a/devel/ccache/pkg-comment b/devel/ccache/pkg-comment
new file mode 100644
index 0000000..eea4ebc
--- /dev/null
+++ b/devel/ccache/pkg-comment
@@ -0,0 +1 @@
+A tool to minimize the compile time of C programs
diff --git a/devel/ccache/pkg-descr b/devel/ccache/pkg-descr
new file mode 100644
index 0000000..eedbc37
--- /dev/null
+++ b/devel/ccache/pkg-descr
@@ -0,0 +1,8 @@
+This is a port ccache, a tool which aims to make sure that the
+compilation process is efficent as possible, and therefore take the
+minimum amount of time.
+
+WWW: http://ccache.samba.org/
+
+- Dominic
+dominic_marks@btinternet.com
diff --git a/devel/ccache/pkg-plist b/devel/ccache/pkg-plist
new file mode 100644
index 0000000..bae29eb
--- /dev/null
+++ b/devel/ccache/pkg-plist
@@ -0,0 +1 @@
+bin/ccache
OpenPOWER on IntegriCloud