install examples too

This commit is contained in:
Andrey A. Chernov 1999-03-29 00:08:32 +00:00
parent 1c99991470
commit 3cad4e77d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17420
24 changed files with 264 additions and 0 deletions

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java

View File

@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
$(MKDIR) ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
( cd ${PREFIX}/share/examples/db2; tar xf - )
@echo ""
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@echo "have a working copy of the JDK (v1.1) installed."

View File

@ -459,3 +459,21 @@ share/doc/db2/utility/db_load.html
share/doc/db2/utility/db_recover.html
share/doc/db2/utility/db_stat.html
share/doc/db2/utility/index.html
share/examples/db2/examples/README
share/examples/db2/examples/ex_access.c
share/examples/db2/examples/ex_appinit.c
share/examples/db2/examples/ex_btrec.c
share/examples/db2/examples/ex_lock.c
share/examples/db2/examples/ex_mpool.c
share/examples/db2/examples/ex_thread.c
share/examples/db2/examples/ex_tpcb.c
share/examples/db2/examples/ex_tpcb.h
share/examples/db2/examples_cxx/AccessExample.cpp
share/examples/db2/examples_cxx/AppinitExample.cpp
share/examples/db2/examples_cxx/LockExample.cpp
share/examples/db2/examples_cxx/MpoolExample.cpp
share/examples/db2/examples_cxx/TpcbExample.cpp
share/examples/db2/examples_java/AccessExample.java
share/examples/db2/examples_java/AppinitExample.java
share/examples/db2/examples_java/LockExample.java
share/examples/db2/examples_java/TpcbExample.java