socsvn commit: r236334 - in soc2012/scher/par_ports/head/fake_ports/with_deps: . fake1 fake2

scher at FreeBSD.org scher at FreeBSD.org
Thu May 24 22:30:30 UTC 2012


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


More information about the svn-soc-all mailing list