Ticket #30173: mod_chroot.diff
File mod_chroot.diff, 10.4 KB (added by miwi@…, 13 years ago) |
---|
-
neon/Portfile
24 24 port:openssl \ 25 25 port:zlib 26 26 27 <<<<<<< .mine 28 checksums sha1 ae1109923303f67ed3421157927bc4bc29c58961 \ 29 rmd160 f2cd96ed659675812a97b99d1b54e3d8eb66e4ed 30 ======= 27 31 checksums md5 591e0c82e6979e7e615211b386b8f6bc \ 28 32 sha1 ae1109923303f67ed3421157927bc4bc29c58961 \ 29 33 rmd160 f2cd96ed659675812a97b99d1b54e3d8eb66e4ed 34 >>>>>>> .r80437 30 35 31 36 use_parallel_build yes 32 37 -
drupal6/Portfile
3 3 PortSystem 1.0 4 4 5 5 name drupal6 6 version 6. 156 version 6.22 7 7 categories www php 8 8 platforms darwin 9 9 maintainers acm.org:c_dantonio … … 13 13 to easily publish, manage and organize a wide variety of content on a website. Tens of thousands of \ 14 14 people and organizations have used Drupal to power scores of different web sites, including community \ 15 15 web portals, corporate web sites, social networking sites, personal web sites or blogs, and much more. 16 16 17 17 homepage http://drupal.org/ 18 18 distname drupal-${version} 19 19 master_sites http://ftp.drupal.org/files/projects/ \ 20 20 http://ftp.osuosl.org/pub/drupal/files/projects/ 21 checksums md5 43c60bde08d6ea67682a998c2804c357 \ 22 sha1 5be5ebf85c9ffa33e71c5a0f05d1308d3af19ab8 \ 23 rmd160 146709dd487fa6a0d1cb39d1a79c7f7519f73643 21 22 checksums md5 447490f3bc155fd1d5c2d47280c999a5 \ 23 sha1 a67acdb606aabbd9da6ddd2c016d43bb9ec17431 \ 24 rmd160 42cb64a32ca457779e498ef8edb952e04f8b2c86 25 24 26 depends_lib port:apache2 \ 25 port:php5 2\27 port:php5 \ 26 28 path:bin/mysql_config5:mysql5 29 port:php5-gd \ 30 port:php5-mbstring 27 31 28 variant apache1 description "use apache 1.x instead of apache 2.x" {32 ariant apache1 description "use apache 1.x instead of apache 2.x" { 29 33 depends_lib-append port:apache 30 34 depends_lib-delete port:apache2 31 35 } 32 36 33 37 variant php4 description "use php4 instead of php5" { 34 38 depends_lib-append port:php4 35 depends_lib-delete port:php5 239 depends_lib-delete port:php5 36 40 } 37 41 38 42 variant mysql4 conflicts postgresql postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 description "use mysql4 instead of mysql5" { -
drupal7/Portfile
1 1 # $Id$ 2 2 PortSystem 1.0 3 3 name drupal7 4 version 7. 04 version 7.4 5 5 categories www php 6 6 platforms darwin 7 7 … … 13 13 people and organizations have used Drupal to power scores of different web \ 14 14 sites, including community web portals, corporate web sites, social \ 15 15 networking sites, personal web sites or blogs, and much more. 16 16 17 17 homepage http://drupal.org 18 18 distname drupal-${version} 19 19 master_sites http://ftp.drupal.org/files/projects/ \ 20 20 http://ftp.osuosl.org/pub/drupal/files/projects/ 21 checksums md5 e96c0a5e47c5d7706897384069dfb920 \ 22 sha1 124911c7de07b5acd1f801c4a7093440a0e0e3d3 \ 23 rmd160 fd27d5f4b826fb818d6b35754b2ea6b548445369 21 22 checksums md5 84704de078e9f5432c9bb5c6ecd841d4 \ 23 sha1 5baafc27b3473dae1056e6053734fab42a1bfc25 \ 24 rmd160 bfb44319df159fd7597b1a043abffb0f27e37a2f 25 24 26 depends_lib port:apache2 \ 25 port:php5 2\27 port:php5 \ 26 28 path:bin/mysql_config5:mysql5 29 port:php5-gd \ 30 port:php5-mbstring 27 31 28 32 variant apache1 description "use apache 1.x instead of apache 2.x" { 29 33 depends_lib-append port:apache -
moodle/Portfile
3 3 PortSystem 1.0 4 4 5 5 name moodle 6 version 1.9.96 version 2.1 7 7 revision 1 8 8 set branch [join [lrange [split ${version} .] 0 1] {}] 9 9 categories www -
mod_cband/Portfile
3 3 PortSystem 1.0 4 4 5 5 name mod_cband 6 version 0.9. 5.36 version 0.9.7.5 7 7 categories www 8 8 platforms darwin 9 9 maintainers nomaintainer … … 14 14 redirect all further requests to a location specified in the \ 15 15 configuration file. 16 16 17 homepage http://cband.linux.pl/18 master_sites http://dembol.nasa.pl/download/17 homepage http://codee.pl/cband.html 18 master_sites http://cband.linux.pl/download/ 19 19 distname mod-cband-${version} 20 20 extract.suffix .tgz 21 checksums md5 85f1bbcacae4e0360612cdec8f5005ed 22 21 checksums md5 5c5d65dc9abe6cdc6931b6dd33be5018 23 22 depends_lib port:apache2 24 23 25 24 configure.args --with-apxs=${prefix}/apache2/bin/apxs -
wordpress/Portfile
7 7 version 3.2 8 8 categories www 9 9 platforms darwin freebsd 10 <<<<<<< .mine 11 maintainers freebsd.org:miwi 12 ======= 10 13 maintainers freebsd.org:miwi 14 >>>>>>> .r80397 11 15 supported_archs noarch 12 16 worksrcdir ${name} 13 17 … … 19 23 homepage http://wordpress.org/ 20 24 master_sites ${homepage} 21 25 26 <<<<<<< .mine 27 checksums md5 55fa6c8a79771ed258b6671a12be594e \ 28 sha1 ee2e7e0415e41d1ae0f82a1c1e5583a6ed257802 \ 29 rmd160 517aa89ed46f011607ca056b8a54747bf53af5e2 30 ======= 22 31 checksums sha1 ee2e7e0415e41d1ae0f82a1c1e5583a6ed257802 \ 23 32 rmd160 517aa89ed46f011607ca056b8a54747bf53af5e2 33 >>>>>>> .r80397 24 34 25 35 depends_lib port:php5-web \ 36 <<<<<<< .mine 26 37 port:php5-mysql \ 38 port:php5-zip \ 39 port:php5-gd 40 ======= 41 port:php5-mysql \ 27 42 port:php5-zip \ 28 43 port:php5-gd 44 >>>>>>> .r80397 29 45 30 46 livecheck.type regex 31 47 livecheck.url ${homepage} -
moin/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 51.04 PortGroup python26 1.0 5 5 6 6 name moin 7 version 1. 8.27 version 1.9.3 8 8 categories www python 9 9 platforms darwin 10 10 maintainers nomaintainer … … 18 18 19 19 homepage http://moinmo.in/ 20 20 master_sites http://static.moinmo.in/files/ 21 checksums md5 b 3ced56bbe09311a7c56049423214cdb21 checksums md5 b22c15446e9fabda180fc88b21635184 22 22 23 23 post-destroot { 24 24 set docdir ${prefix}/share/doc/${name} -
mod_proxy_html/Portfile
3 3 PortSystem 1.0 4 4 5 5 name mod_proxy_html 6 version 3. 0.16 version 3.1.2 7 7 categories www 8 8 maintainers nomaintainer 9 9 description apache output filter to rewrite HTML -
mod_chroot/Portfile
2 2 3 3 PortSystem 1.0 4 4 5 name 6 version 7 categories 8 platforms 9 maintainers 10 description 11 long_description 12 13 5 name mod_chroot 6 version 0.5 7 categories www security 8 platforms darwin 9 maintainers freebsd.org:miwi 10 description module for running apache2 in a secure chroot environment 11 long_description mod_chroot makes running apache2 in a secure chroot \ 12 environment easy. You don't need to create a special \ 13 directory hierarchy containing /dev, /lib, /etc... 14 14 15 homepage 16 master_sites ${homepage}/dist/ \17 15 homepage http://core.segfault.pl/~hobbit/mod_chroot 16 master_sites {homepage}/dist/ \ 17 freebsd 18 18 19 checksums 20 19 checksums sha1 42935c37fb163ff519651ddd0b0fd6982a978015 \ 20 rmd160 baba1cac0f05953dac5ab7f483bbc49417eaf8ff 21 21 22 depends_lib 22 depends_lib path:apache2/bin/apxs:apache2 23 23 24 use_configure 24 use_configure no 25 25 26 build.cmd 27 build.args 26 build.cmd ${prefix}/apache2/bin/apxs 27 build.args -c mod_chroot.c 28 28 build.target 29 29 30 30 destroot { 31 32 33 34 35 31 set mdir ${destroot}${prefix}/apache2/modules/ 32 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} ${mdir} 33 xinstall -m 644 ${worksrcpath}/.libs/mod_chroot.so ${mdir} 34 xinstall -m 644 -W ${worksrcpath} CAVEATS ChangeLog INSTALL LICENSE \ 35 README README.Apache20 ${destroot}${prefix}/share/doc/${name} 36 36 } 37 37 38 38 destroot.violate_mtree yes