aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-31 17:07:10 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-31 17:07:10 +0000
commit3edf4b9ba630f78f8f53f9d1331b96a4ac868cb4 (patch)
treebf84b715ee0233481c4bc1baddd7d0cfc2c779b6 /devel/ccache
parentdcf46533044a4854f3237f37366f5f1fafa04716 (diff)
downloadports-3edf4b9ba630f78f8f53f9d1331b96a4ac868cb4.tar.gz
ports-3edf4b9ba630f78f8f53f9d1331b96a4ac868cb4.zip
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>
Notes
Notes: svn path=/head/; revision=57068
Diffstat (limited to 'devel/ccache')
-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
5 files changed, 29 insertions, 0 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
new file mode 100644
index 000000000000..92a451efcbe0
--- /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 000000000000..ae3677a07cec
--- /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 000000000000..eea4ebce450b
--- /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 000000000000..eedbc3739006
--- /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 000000000000..bae29ebf502c
--- /dev/null
+++ b/devel/ccache/pkg-plist
@@ -0,0 +1 @@
+bin/ccache