3 | | PortSystem 1.0 |
4 | | name mnogosearch |
5 | | version 3.3.3 |
6 | | categories www |
7 | | maintainers nomaintainer |
8 | | description Full-featured SQL-based web search engine |
9 | | long_description \ |
10 | | mnoGoSearch is a full-featured SQL-based web search engine. \ |
11 | | mnoGoSearch consists of two parts. The first part is the indexing \ |
12 | | mechanism (indexer). indexer walks over html hypertext references and \ |
13 | | stores found words and new references into a database. The second part \ |
14 | | is the web CGI front-end to provide searching using data collected by \ |
15 | | indexer. |
16 | | |
17 | | platforms darwin |
18 | | |
19 | | homepage http://www.mnogosearch.org/ |
20 | | master_sites ${homepage}Download/ |
21 | | |
22 | | checksums md5 aaac63ef71fbee7890f09bcf5a41f3d4 |
23 | | |
24 | | depends_lib port:openssl port:zlib |
25 | | |
26 | | patchfiles patch-doc_Makefile.in |
27 | | |
28 | | configure.args --sysconfdir=${prefix}/etc/mnogosearch \ |
29 | | --localstatedir=${prefix}/var/mnogosearch \ |
30 | | --datadir=${prefix}/share/mnogosearch \ |
31 | | --mandir=${prefix}/share/man --disable-static \ |
32 | | --with-openssl --with-zlib |
| 4 | PortSystem 1.0 |
| 5 | |
| 6 | name mnogosearch |
| 7 | version 3.3.8 |
| 8 | categories www |
| 9 | platforms darwin |
| 10 | maintainers gmail.com:dbraband openmaintainer |
| 11 | description Full-featured SQL-based web search engine |
| 12 | long_description mnoGoSearch is a full-featured SQL-based web search \ |
| 13 | engine. mnoGoSearch consists of two parts. The first \ |
| 14 | part is the indexing mechanism (indexer). indexer walks \ |
| 15 | over html hypertext references and stores found words \ |
| 16 | and new references into a database. The second part is \ |
| 17 | the web CGI front-end to provide searching using data \ |
| 18 | collected by indexer. |
| 19 | |
| 20 | homepage http://www.mnogosearch.org/ |
| 21 | master_sites ${homepage}Download/ |
| 22 | checksums md5 4c561e3f7fb4c7328e2aa242474d7836 \ |
| 23 | sha1 c0195aed87476296172884c2adbcfeb6f67d9bc4 \ |
| 24 | rmd160 f28ede3c9eae4ae9a0351900a1cbf5a519b989a8 |
| 25 | depends_lib port:openssl port:zlib |
| 26 | patchfiles patch-doc_Makefile.in |
| 27 | |
| 28 | configure.args --sysconfdir=${prefix}/etc/mnogosearch \ |
| 29 | --localstatedir=${prefix}/var/mnogosearch \ |
| 30 | --datadir=${prefix}/share/mnogosearch \ |
| 31 | --mandir=${prefix}/share/man --disable-static \ |
| 32 | --with-openssl --with-zlib |
35 | | ui_msg "\n\n-------------------------------------------------------------" |
36 | | ui_msg "Note: if you did not select any database variants, mnogosearch" |
37 | | ui_msg "will be built without the indexer (which may not be what you" |
38 | | ui_msg "wanted)." |
39 | | ui_msg "-------------------------------------------------------------\n\n" |
| 35 | ui_msg "\n\n-------------------------------------------------------------" |
| 36 | ui_msg "Note: if you did not select any database variants, mnogosearch" |
| 37 | ui_msg "will be built without the indexer (which may not be what you" |
| 38 | ui_msg "wanted)." |
| 39 | ui_msg "-------------------------------------------------------------\n\n" |
45 | | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
46 | | xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ |
47 | | NEWS README README.CVS README.XML TODO \ |
48 | | ${destroot}${prefix}/share/doc/${name} |
| 45 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
| 46 | xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ |
| 47 | NEWS README README.CVS README.XML TODO \ |
| 48 | ${destroot}${prefix}/share/doc/${name} |