Fri May 21 12:20:24 2021 UTC ()
ruby-vapor: remove self-conflict


(nia)
diff -r0 -r1.1 pkgsrc/databases/ruby-vapor/ALTERNATIVES
diff -r1.29 -r1.30 pkgsrc/databases/ruby-vapor/Makefile
diff -r1.6 -r1.7 pkgsrc/databases/ruby-vapor/PLIST

File Added: pkgsrc/databases/ruby-vapor/ALTERNATIVES
bin/vaporadmin @PREFIX@/bin/vaporadmin@RUBY_SUFFIX@

cvs diff -r1.29 -r1.30 pkgsrc/databases/ruby-vapor/Makefile (switch to unified diff)

--- pkgsrc/databases/ruby-vapor/Makefile 2019/11/02 15:38:11 1.29
+++ pkgsrc/databases/ruby-vapor/Makefile 2021/05/21 12:20:24 1.30
@@ -1,38 +1,37 @@ @@ -1,38 +1,37 @@
1# $NetBSD: Makefile,v 1.29 2019/11/02 15:38:11 rillig Exp $ 1# $NetBSD: Makefile,v 1.30 2021/05/21 12:20:24 nia Exp $
2 2
3DISTNAME= vapor-0.81 3DISTNAME= vapor-0.81
4PKGREVISION= 10 4PKGREVISION= 11
5CATEGORIES= databases ruby 5CATEGORIES= databases ruby
6MASTER_SITES= # http://rubyforge.org/frs/download.php/215/ 6MASTER_SITES= # http://rubyforge.org/frs/download.php/215/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= # http://vapor.rubyforge.org/ 9HOMEPAGE= # http://vapor.rubyforge.org/
10COMMENT= Ruby transparent persistence to postgresql 10COMMENT= Ruby transparent persistence to postgresql
11LICENSE= gnu-gpl-v2 OR ruby-license 11LICENSE= gnu-gpl-v2 OR ruby-license
12 12
13CONFLICTS+= ruby[1-9][0-9]-vapor-* 
14 
15DEPENDS+= ${RUBY_PKGPREFIX}-dbd-pg>=0.0.20:../../databases/ruby-dbd-pg 13DEPENDS+= ${RUBY_PKGPREFIX}-dbd-pg>=0.0.20:../../databases/ruby-dbd-pg
16 14
17USE_TOOLS= pax 15USE_TOOLS= pax
18USE_RUBY_SETUP= yes 16USE_RUBY_SETUP= yes
19RUBY_SETUP= install.rb 17RUBY_SETUP= install.rb
20REPLACE_RUBY= doc/examples/university/createperson \ 18REPLACE_RUBY= doc/examples/university/createperson \
21 doc/examples/university/createuni \ 19 doc/examples/university/createuni \
22 doc/examples/university/employment \ 20 doc/examples/university/employment \
23 doc/examples/university/enroll 21 doc/examples/university/enroll
24 22
25CONFIGURE_ARGS+= --site-ruby-common=${PREFIX}/${RUBY_VENDORLIB_BASE} \ 23CONFIGURE_ARGS+= --site-ruby-common=${PREFIX}/${RUBY_VENDORLIB_BASE} \
26 --site-ruby=${PREFIX}/${RUBY_VENDORLIB} \ 24 --site-ruby=${PREFIX}/${RUBY_VENDORLIB} \
27 --so-dir==${PREFIX}/${RUBY_VENDORARCHLIB} 25 --so-dir==${PREFIX}/${RUBY_VENDORARCHLIB}
28 26
29 27
30INSTALLATION_DIRS= ${RUBY_DOC}/vapor ${RUBY_EG} 28INSTALLATION_DIRS= ${RUBY_DOC}/vapor ${RUBY_EG}
31 29
32post-install: 30post-install:
 31 cd ${DESTDIR}${PREFIX}/bin && ${MV} vaporadmin vaporadmin${RUBY_SUFFIX}
33 cd ${WRKSRC}/doc; ${PAX} -rw . ${DESTDIR}${PREFIX}/${RUBY_DOC}/vapor 32 cd ${WRKSRC}/doc; ${PAX} -rw . ${DESTDIR}${PREFIX}/${RUBY_DOC}/vapor
34 ${LN} -s ${DESTDIR}${PREFIX}/${RUBY_DOC}/vapor ${DESTDIR}${PREFIX}/${RUBY_EG}/vapor 33 ${LN} -s ${DESTDIR}${PREFIX}/${RUBY_DOC}/vapor ${DESTDIR}${PREFIX}/${RUBY_EG}/vapor
35 34
36.include "../../lang/ruby/modules.mk" 35.include "../../lang/ruby/modules.mk"
37.include "../../mk/pgsql.buildlink3.mk" 36.include "../../mk/pgsql.buildlink3.mk"
38.include "../../mk/bsd.pkg.mk" 37.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/databases/ruby-vapor/PLIST (switch to unified diff)

--- pkgsrc/databases/ruby-vapor/PLIST 2009/06/14 17:43:26 1.6
+++ pkgsrc/databases/ruby-vapor/PLIST 2021/05/21 12:20:24 1.7
@@ -1,116 +1,116 @@ @@ -1,116 +1,116 @@
1@comment $NetBSD: PLIST,v 1.6 2009/06/14 17:43:26 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.7 2021/05/21 12:20:24 nia Exp $
2bin/vaporadmin 2bin/vaporadmin${RUBY_SUFFIX}
3${RUBY_VENDORLIB}/vapor.rb 3${RUBY_VENDORLIB}/vapor.rb
4${RUBY_VENDORLIB}/vapor/persistencemgr.rb 4${RUBY_VENDORLIB}/vapor/persistencemgr.rb
5${RUBY_VENDORLIB}/vapor/queryparser.y 5${RUBY_VENDORLIB}/vapor/queryparser.y
6${RUBY_VENDORLIB}/vapor/extent.rb 6${RUBY_VENDORLIB}/vapor/extent.rb
7${RUBY_VENDORLIB}/vapor/repositorymgr.rb 7${RUBY_VENDORLIB}/vapor/repositorymgr.rb
8${RUBY_VENDORLIB}/vapor/transaction.rb 8${RUBY_VENDORLIB}/vapor/transaction.rb
9${RUBY_VENDORLIB}/vapor/queryparser.rb 9${RUBY_VENDORLIB}/vapor/queryparser.rb
10${RUBY_VENDORLIB}/vapor/oidgenerator.rb 10${RUBY_VENDORLIB}/vapor/oidgenerator.rb
11${RUBY_VENDORLIB}/vapor/exceptions.rb 11${RUBY_VENDORLIB}/vapor/exceptions.rb
12${RUBY_VENDORLIB}/vapor/utils.rb 12${RUBY_VENDORLIB}/vapor/utils.rb
13${RUBY_VENDORLIB}/vapor/tuplemgr.rb 13${RUBY_VENDORLIB}/vapor/tuplemgr.rb
14${RUBY_VENDORLIB}/vapor/persistable.rb 14${RUBY_VENDORLIB}/vapor/persistable.rb
15${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/BackendInconsistentError.html 15${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/BackendInconsistentError.html
16${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ClassNotDeletableError.html 16${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ClassNotDeletableError.html
17${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ClassNotDeletableError.src/M000003.html 17${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ClassNotDeletableError.src/M000003.html
18${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ClassNotKnownError.html 18${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ClassNotKnownError.html
19${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ClassNotKnownError.src/M000001.html 19${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ClassNotKnownError.src/M000001.html
20${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/CommitError.html 20${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/CommitError.html
21${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/CommitError.src/M000002.html 21${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/CommitError.src/M000002.html
22${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/DeletedObjectError.html 22${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/DeletedObjectError.html
23${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/DuplicateClassError.html 23${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/DuplicateClassError.html
24${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/InvalidMetadataError.html 24${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/InvalidMetadataError.html
25${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/InvalidQueryError.html 25${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/InvalidQueryError.html
26${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/NestedTransactionError.html 26${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/NestedTransactionError.html
27${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ObjectAlreadyPersistentError.html 27${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/ObjectAlreadyPersistentError.html
28${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/PersistableReadOnlyError.html 28${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/PersistableReadOnlyError.html
29${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/QueryError.html 29${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/QueryError.html
30${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/RepositoryOfflineError.html 30${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/RepositoryOfflineError.html
31${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/StaleObjectError.html 31${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/StaleObjectError.html
32${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/StaleTransactionError.html 32${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/StaleTransactionError.html
33${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/TransactionAbortedError.html 33${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/TransactionAbortedError.html
34${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/TransactionError.html 34${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/TransactionError.html
35${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/UniquenessError.html 35${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/UniquenessError.html
36${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/UnknownSuperclassError.html 36${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/UnknownSuperclassError.html
37${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/VaporException.html 37${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/VaporException.html
38${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/VaporTypeError.html 38${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions/VaporTypeError.html
39${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions.html 39${RUBY_DOC}/vapor/api/classes/Vapor/Exceptions.html
40${RUBY_DOC}/vapor/api/classes/Vapor/Extent.html 40${RUBY_DOC}/vapor/api/classes/Vapor/Extent.html
41${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000047.html 41${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000047.html
42${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000048.html 42${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000048.html
43${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000049.html 43${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000049.html
44${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000050.html 44${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000050.html
45${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000051.html 45${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000051.html
46${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000052.html 46${RUBY_DOC}/vapor/api/classes/Vapor/Extent.src/M000052.html
47${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.html 47${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.html
48${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000004.html 48${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000004.html
49${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000005.html 49${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000005.html
50${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000006.html 50${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000006.html
51${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000007.html 51${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000007.html
52${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000008.html 52${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000008.html
53${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000009.html 53${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000009.html
54${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000010.html 54${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000010.html
55${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000011.html 55${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000011.html
56${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000012.html 56${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000012.html
57${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000013.html 57${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000013.html
58${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000014.html 58${RUBY_DOC}/vapor/api/classes/Vapor/Persistable.src/M000014.html
59${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.html 59${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.html
60${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000025.html 60${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000025.html
61${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000026.html 61${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000026.html
62${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000027.html 62${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000027.html
63${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000028.html 63${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000028.html
64${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000029.html 64${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000029.html
65${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000030.html 65${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000030.html
66${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000031.html 66${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000031.html
67${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000032.html 67${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000032.html
68${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000033.html 68${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000033.html
69${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000034.html 69${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000034.html
70${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000035.html 70${RUBY_DOC}/vapor/api/classes/Vapor/PersistenceManager.src/M000035.html
71${RUBY_DOC}/vapor/api/classes/Vapor/QueryParser.html 71${RUBY_DOC}/vapor/api/classes/Vapor/QueryParser.html
72${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.html 72${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.html
73${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000038.html 73${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000038.html
74${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000039.html 74${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000039.html
75${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000040.html 75${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000040.html
76${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000041.html 76${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000041.html
77${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000042.html 77${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000042.html
78${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000043.html 78${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000043.html
79${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000044.html 79${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000044.html
80${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000045.html 80${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000045.html
81${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000046.html 81${RUBY_DOC}/vapor/api/classes/Vapor/RepositoryManager.src/M000046.html
82${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.html 82${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.html
83${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000016.html 83${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000016.html
84${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000017.html 84${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000017.html
85${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000018.html 85${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000018.html
86${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000019.html 86${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000019.html
87${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000021.html 87${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000021.html
88${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000022.html 88${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000022.html
89${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000023.html 89${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000023.html
90${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000024.html 90${RUBY_DOC}/vapor/api/classes/Vapor/Transaction.src/M000024.html
91${RUBY_DOC}/vapor/api/classes/Vapor/TransactionLog.html 91${RUBY_DOC}/vapor/api/classes/Vapor/TransactionLog.html
92${RUBY_DOC}/vapor/api/classes/Vapor/TransactionLog.src/M000036.html 92${RUBY_DOC}/vapor/api/classes/Vapor/TransactionLog.src/M000036.html
93${RUBY_DOC}/vapor/api/classes/Vapor/TransactionLog.src/M000037.html 93${RUBY_DOC}/vapor/api/classes/Vapor/TransactionLog.src/M000037.html
94${RUBY_DOC}/vapor/api/classes/Vapor.html 94${RUBY_DOC}/vapor/api/classes/Vapor.html
95${RUBY_DOC}/vapor/api/created.rid 95${RUBY_DOC}/vapor/api/created.rid
96${RUBY_DOC}/vapor/api/files/vapor/exceptions_rb.html 96${RUBY_DOC}/vapor/api/files/vapor/exceptions_rb.html
97${RUBY_DOC}/vapor/api/files/vapor/persistable_rb.html 97${RUBY_DOC}/vapor/api/files/vapor/persistable_rb.html
98${RUBY_DOC}/vapor/api/files/vapor/persistencemgr_rb.html 98${RUBY_DOC}/vapor/api/files/vapor/persistencemgr_rb.html
99${RUBY_DOC}/vapor/api/files/vapor/repositorymgr_rb.html 99${RUBY_DOC}/vapor/api/files/vapor/repositorymgr_rb.html
100${RUBY_DOC}/vapor/api/files/vapor/transaction_rb.html 100${RUBY_DOC}/vapor/api/files/vapor/transaction_rb.html
101${RUBY_DOC}/vapor/api/fr_class_index.html 101${RUBY_DOC}/vapor/api/fr_class_index.html
102${RUBY_DOC}/vapor/api/fr_file_index.html 102${RUBY_DOC}/vapor/api/fr_file_index.html
103${RUBY_DOC}/vapor/api/fr_method_index.html 103${RUBY_DOC}/vapor/api/fr_method_index.html
104${RUBY_DOC}/vapor/api/index.html 104${RUBY_DOC}/vapor/api/index.html
105${RUBY_DOC}/vapor/api/rdoc-style.css 105${RUBY_DOC}/vapor/api/rdoc-style.css
106${RUBY_DOC}/vapor/example.html 106${RUBY_DOC}/vapor/example.html
107${RUBY_DOC}/vapor/examples/university/README 107${RUBY_DOC}/vapor/examples/university/README
108${RUBY_DOC}/vapor/examples/university/createperson 108${RUBY_DOC}/vapor/examples/university/createperson
109${RUBY_DOC}/vapor/examples/university/createuni 109${RUBY_DOC}/vapor/examples/university/createuni
110${RUBY_DOC}/vapor/examples/university/employment 110${RUBY_DOC}/vapor/examples/university/employment
111${RUBY_DOC}/vapor/examples/university/enroll 111${RUBY_DOC}/vapor/examples/university/enroll
112${RUBY_DOC}/vapor/examples/university/university.rb 112${RUBY_DOC}/vapor/examples/university/university.rb
113${RUBY_DOC}/vapor/examples/university/university.xml 113${RUBY_DOC}/vapor/examples/university/university.xml
114${RUBY_DOC}/vapor/metadata-example.xml 114${RUBY_DOC}/vapor/metadata-example.xml
115${RUBY_DOC}/vapor/vapor.dtd 115${RUBY_DOC}/vapor/vapor.dtd
116${RUBY_EG}/vapor 116${RUBY_EG}/vapor