Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2012 22:30:27 +0000
From:      scher@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r236334 - in soc2012/scher/par_ports/head/fake_ports/with_deps: . fake1 fake2
Message-ID:  <20120524223027.DC7A51065757@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: scher
Date: Thu May 24 22:30:27 2012
New Revision: 236334
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=236334

Log:
  New fake ports With dependecies added for testing puprose
  

Added:
  soc2012/scher/par_ports/head/fake_ports/with_deps/
  soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/
  soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/Makefile   (contents, props changed)
  soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/pkg-descr
  soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/
  soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/Makefile   (contents, props changed)
  soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/pkg-descr

Added: soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/Makefile	Thu May 24 22:30:27 2012	(r236334)
@@ -0,0 +1,14 @@
+PORTNAME=fake1
+PORTVERSION=1.0
+DISTFILES=fake-1.0.tar.gz
+CATEGORIES=fake_ports
+
+
+WRKSRC= ${WRKDIR}/fake-1.0
+
+do-install:
+	@echo "Port: "fake1" is installing now"
+	@echo "Press any key to continue:"
+	@read i
+
+.include <bsd.port.mk>

Added: soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/scher/par_ports/head/fake_ports/with_deps/fake1/pkg-descr	Thu May 24 22:30:27 2012	(r236334)
@@ -0,0 +1,2 @@
+This is a description for fake port
+That is all so far
\ No newline at end of file

Added: soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/Makefile	Thu May 24 22:30:27 2012	(r236334)
@@ -0,0 +1,15 @@
+PORTNAME=fake2
+PORTVERSION=1.0
+DISTFILES=fake-1.0.tar.gz
+CATEGORIES=fake_ports
+
+
+WRKSRC= ${WRKDIR}/fake-1.0
+FETCH_DEPENDS= /un/existed/path:/usr/home/scher/project/fake_ports/with_deps/fake1
+
+NOCLEANDEPENDS=
+
+do-install:
+	@echo "Port: "fake" is installing now"
+
+.include <bsd.port.mk>

Added: soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/scher/par_ports/head/fake_ports/with_deps/fake2/pkg-descr	Thu May 24 22:30:27 2012	(r236334)
@@ -0,0 +1,2 @@
+This is a description for fake port
+That is all so far
\ No newline at end of file



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120524223027.DC7A51065757>