cocalores, fuseiso, p5-digest-sha1, p5-fcgi, php-fastcgi, torrentutils: initial release
This commit is contained in:
parent
6686de6aa0
commit
9d5e29cbf5
6
cocalores/.footprint
Normal file
6
cocalores/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cocalores
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cocalores.1.gz
|
1
cocalores/.md5sum
Normal file
1
cocalores/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b2c13489db5596acef66bb8084dc305d cocalores-1.0.tar.gz
|
16
cocalores/Pkgfile
Normal file
16
cocalores/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: Caching httpd/squid log resolver
|
||||
# URL: http://cocalores.sourceforge.net/
|
||||
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Packager: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Depends on:
|
||||
|
||||
name=cocalores
|
||||
version=1.0
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
install -D -m 755 $name $PKG/usr/bin/$name
|
||||
install -D -m 644 $name.1 $PKG/usr/man/man1/$name.1
|
||||
}
|
3
fuseiso/.footprint
Normal file
3
fuseiso/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/fuseiso
|
1
fuseiso/.md5sum
Normal file
1
fuseiso/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
64e54a6f67cc5dd2264096385e6de0b1 fuseiso-20051029.tar.bz2
|
18
fuseiso/Pkgfile
Normal file
18
fuseiso/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: FUSE module to mount ISO filesystem images (.iso files)
|
||||
# URL: http://fuse.sourceforge.net/wiki/index.php/FuseIso
|
||||
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Packager: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Depends on: fuse
|
||||
|
||||
name=fuseiso
|
||||
version=20051029
|
||||
release=1
|
||||
source=(http://ubiz.ru/dm/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
touch linux/stat.h
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
15
p5-digest-sha1/.footprint
Normal file
15
p5-digest-sha1/.footprint
Normal file
@ -0,0 +1,15 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/Digest/
|
||||
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/Digest/SHA1.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/Digest/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/Digest/SHA1/
|
||||
-rwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/Digest/SHA1/SHA1.so
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/Digest::SHA1.3pm.gz
|
1
p5-digest-sha1/.md5sum
Normal file
1
p5-digest-sha1/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
4497a499b7c28ddd540a8caab412c6d7 Digest-SHA1-2.10.tar.gz
|
24
p5-digest-sha1/Pkgfile
Normal file
24
p5-digest-sha1/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Description: Digest::SHA1 - Perl interface to the SHA-1 algorithm
|
||||
# URL: http://search.cpan.org/~gaas/Digest-SHA1-2.10/
|
||||
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Packager: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Depends on:
|
||||
|
||||
name=p5-digest-sha1
|
||||
version=2.10
|
||||
release=2
|
||||
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Digest-SHA1-$version
|
||||
perl Makefile.PL
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/lib/perl5/5.8.7 \
|
||||
$PKG/usr/lib/perl5/site_perl/5.8.7/linux/auto/Digest/SHA1/.packlist \
|
||||
$PKG/usr/lib/perl5/site_perl/5.8.7/linux/auto/Digest/SHA1/SHA1.bs
|
||||
|
||||
chmod -R +w $PKG
|
||||
}
|
13
p5-fcgi/.footprint
Normal file
13
p5-fcgi/.footprint
Normal file
@ -0,0 +1,13 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.7/linux/FCGI.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/FCGI/
|
||||
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.7/linux/auto/FCGI/FCGI.so
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-r--r--r-- root/root usr/man/man3/FCGI.3pm.gz
|
1
p5-fcgi/.md5sum
Normal file
1
p5-fcgi/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
2e9b5bd1f74290fd9788555e8108a3d2 FCGI-0.67.tar.gz
|
20
p5-fcgi/Pkgfile
Normal file
20
p5-fcgi/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: FastCGI support for Perl
|
||||
# URL: http://search.cpan.org/~skimo/FCGI-0.67/
|
||||
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Packager: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Depends on:
|
||||
|
||||
name=p5-fcgi
|
||||
version=0.67
|
||||
release=1
|
||||
source=(http://search.cpan.org/CPAN/authors/id/S/SK/SKIMO/FCGI-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd FCGI-$version
|
||||
perl Makefile.PL
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/lib/perl5/5.8.7 \
|
||||
$PKG/usr/lib/perl5/site_perl/5.8.7/linux/auto/FCGI/.packlist \
|
||||
$PKG/usr/lib/perl5/site_perl/5.8.7/linux/auto/FCGI/FCGI.bs
|
||||
}
|
247
php-fastcgi/.footprint
Normal file
247
php-fastcgi/.footprint
Normal file
@ -0,0 +1,247 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw-r--r-- root/root etc/php.ini
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/php
|
||||
-rwxr-xr-x root/root usr/bin/php-config
|
||||
-rwxr-xr-x root/root usr/bin/phpize
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/php/
|
||||
drwxr-xr-x root/root usr/include/php/TSRM/
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/TSRM.h
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/acconfig.h
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/readdir.h
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/tsrm_config.h
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/tsrm_config.w32.h
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/tsrm_config_common.h
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/tsrm_nw.h
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/tsrm_strtok_r.h
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/tsrm_virtual_cwd.h
|
||||
-rw-r--r-- root/root usr/include/php/TSRM/tsrm_win32.h
|
||||
drwxr-xr-x root/root usr/include/php/Zend/
|
||||
-rw-r--r-- root/root usr/include/php/Zend/FlexLexer.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/acconfig.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_API.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_alloc.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_builtin_functions.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_compile.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_config.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_config.nw.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_config.w32.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_constants.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_dynamic_array.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_errors.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_exceptions.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_execute.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_extensions.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_fast_cache.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_globals.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_globals_macros.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_hash.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_highlight.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_indent.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_ini.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_ini_parser.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_ini_scanner.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_interfaces.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_istdiostream.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_iterators.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_language_parser.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_language_scanner.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_list.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_llist.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_mm.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_modules.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_multibyte.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_multiply.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_object_handlers.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_objects.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_objects_API.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_operators.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_ptr_stack.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_qsort.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_reflection_api.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_stack.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_static_allocator.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_stream.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_strtod.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_ts_hash.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_types.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_variables.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_vm.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_vm_def.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_vm_execute.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_vm_opcodes.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/
|
||||
drwxr-xr-x root/root usr/include/php/ext/date/
|
||||
drwxr-xr-x root/root usr/include/php/ext/date/lib/
|
||||
-rw-r--r-- root/root usr/include/php/ext/date/lib/timelib.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/date/lib/timelib_config.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/date/lib/timelib_structs.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/date/php_date.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/dom/
|
||||
-rw-r--r-- root/root usr/include/php/ext/dom/xml_common.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/iconv/
|
||||
-rw-r--r-- root/root usr/include/php/ext/iconv/php_have_bsd_iconv.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/iconv/php_have_glibc_iconv.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/iconv/php_have_iconv.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/iconv/php_have_libiconv.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/iconv/php_iconv.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/iconv/php_iconv_supports_errno.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/iconv/php_php_iconv_h_path.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/iconv/php_php_iconv_impl.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/libxml/
|
||||
-rw-r--r-- root/root usr/include/php/ext/libxml/php_libxml.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/pcre/
|
||||
drwxr-xr-x root/root usr/include/php/ext/pcre/pcrelib/
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/internal.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre_internal.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre_scanner.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre_stringpiece.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcrecpp.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcreposix.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/ucp.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/ucpinternal.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/php_pcre.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/pdo/
|
||||
-rw-r--r-- root/root usr/include/php/ext/pdo/php_pdo.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pdo/php_pdo_driver.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/session/
|
||||
-rw-r--r-- root/root usr/include/php/ext/session/mod_files.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/session/mod_user.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/session/php_session.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/sqlite/
|
||||
drwxr-xr-x root/root usr/include/php/ext/sqlite/libsqlite/
|
||||
drwxr-xr-x root/root usr/include/php/ext/sqlite/libsqlite/src/
|
||||
drwxr-xr-x root/root usr/include/php/ext/standard/
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/base64.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/basic_functions.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/crc32.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/credits.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/credits_ext.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/credits_sapi.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/css.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/cyr_convert.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/datetime.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/dl.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/dns.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/exec.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/file.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/flock_compat.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/fsock.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/head.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/html.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/info.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/md5.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/microtime.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/pack.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/pageinfo.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_array.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_assert.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_browscap.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_crypt.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_dir.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_ext_syslog.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_filestat.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_fopen_wrappers.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_ftok.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_http.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_image.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_incomplete_class.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_iptc.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_lcg.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_link.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_mail.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_math.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_metaphone.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_rand.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_smart_str.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_smart_str_public.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_standard.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_string.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_sunfuncs.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_type.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_uuencode.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_var.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_versioning.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/proc_open.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/quot_print.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/reg.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/scanf.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/sha1.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/streamsfuncs.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/uniqid.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/url.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/url_scanner.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/url_scanner_ex.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/xml/
|
||||
-rw-r--r-- root/root usr/include/php/ext/xml/expat_compat.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/xml/php_xml.h
|
||||
drwxr-xr-x root/root usr/include/php/include/
|
||||
drwxr-xr-x root/root usr/include/php/main/
|
||||
-rw-r--r-- root/root usr/include/php/main/SAPI.h
|
||||
-rw-r--r-- root/root usr/include/php/main/build-defs.h
|
||||
-rw-r--r-- root/root usr/include/php/main/config.w32.h
|
||||
-rw-r--r-- root/root usr/include/php/main/fopen_wrappers.h
|
||||
-rw-r--r-- root/root usr/include/php/main/logos.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php3_compat.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_compat.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_config.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_content_types.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_globals.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_ini.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_logos.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_main.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_memory_streams.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_network.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_open_temporary_file.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_output.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_reentrancy.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_regex.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_scandir.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_streams.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_syslog.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_ticks.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_variables.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_version.h
|
||||
-rw-r--r-- root/root usr/include/php/main/rfc1867.h
|
||||
-rw-r--r-- root/root usr/include/php/main/safe_mode.h
|
||||
-rw-r--r-- root/root usr/include/php/main/snprintf.h
|
||||
-rw-r--r-- root/root usr/include/php/main/spprintf.h
|
||||
drwxr-xr-x root/root usr/include/php/main/streams/
|
||||
-rw-r--r-- root/root usr/include/php/main/streams/php_stream_context.h
|
||||
-rw-r--r-- root/root usr/include/php/main/streams/php_stream_filter_api.h
|
||||
-rw-r--r-- root/root usr/include/php/main/streams/php_stream_mmap.h
|
||||
-rw-r--r-- root/root usr/include/php/main/streams/php_stream_plain_wrapper.h
|
||||
-rw-r--r-- root/root usr/include/php/main/streams/php_stream_transport.h
|
||||
-rw-r--r-- root/root usr/include/php/main/streams/php_stream_userspace.h
|
||||
-rw-r--r-- root/root usr/include/php/main/streams/php_streams_int.h
|
||||
-rw-r--r-- root/root usr/include/php/main/win95nt.h
|
||||
drwxr-xr-x root/root usr/include/php/regex/
|
||||
-rw-r--r-- root/root usr/include/php/regex/cclass.h
|
||||
-rw-r--r-- root/root usr/include/php/regex/cname.h
|
||||
-rw-r--r-- root/root usr/include/php/regex/regex.h
|
||||
-rw-r--r-- root/root usr/include/php/regex/regex2.h
|
||||
-rw-r--r-- root/root usr/include/php/regex/regex_extra.h
|
||||
-rw-r--r-- root/root usr/include/php/regex/utils.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/php/
|
||||
drwxr-xr-x root/root usr/lib/php/build/
|
||||
-rw-r--r-- root/root usr/lib/php/build/Makefile.global
|
||||
-rw-r--r-- root/root usr/lib/php/build/acinclude.m4
|
||||
-rwxr-xr-x root/root usr/lib/php/build/config.guess
|
||||
-rwxr-xr-x root/root usr/lib/php/build/config.sub
|
||||
-rw-r--r-- root/root usr/lib/php/build/libtool.m4
|
||||
-rw-r--r-- root/root usr/lib/php/build/ltmain.sh
|
||||
-rw-r--r-- root/root usr/lib/php/build/mkdep.awk
|
||||
-rw-r--r-- root/root usr/lib/php/build/phpize.m4
|
||||
-rw-r--r-- root/root usr/lib/php/build/run-tests.php
|
||||
-rw-r--r-- root/root usr/lib/php/build/scan_makefile_in.awk
|
||||
-rwxr-xr-x root/root usr/lib/php/build/shtool
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/php-config.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/phpize.1.gz
|
1
php-fastcgi/.md5sum
Normal file
1
php-fastcgi/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
70a7c90de182d1a1901c390b844153c7 php-5.1.1.tar.bz2
|
30
php-fastcgi/Pkgfile
Normal file
30
php-fastcgi/Pkgfile
Normal file
@ -0,0 +1,30 @@
|
||||
# Description: PHP5 with FastCGI support
|
||||
# URL: http://www.php.net/
|
||||
# Packager: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Depends on: libxml2, postgresql, sqlite
|
||||
|
||||
name=php-fastcgi
|
||||
version=5.1.1
|
||||
release=1
|
||||
source=(http://www.php.net/distributions/php-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd php-$version
|
||||
sed -i "s/-i -a/-i/" configure
|
||||
./configure --prefix=/usr \
|
||||
--enable-fastcgi \
|
||||
--enable-discard-path \
|
||||
--enable-force-cgi-redirect \
|
||||
--with-config-file-path=/etc \
|
||||
--with-disable-pdo \
|
||||
--with-pgsql=/usr \
|
||||
--with-sqlite=/usr \
|
||||
--with-zlib-dir=/usr/lib \
|
||||
--without-pear
|
||||
make
|
||||
make INSTALL_ROOT=$PKG install
|
||||
sed -i "/^extension_dir/s|\./|/usr/lib/php/extensions|" php.ini-dist
|
||||
install -D -m 644 php.ini-dist $PKG/etc/php.ini
|
||||
echo cgi.fix_pathinfo = 1 >> $PKG/etc/php.ini
|
||||
}
|
8
torrentutils/.footprint
Normal file
8
torrentutils/.footprint
Normal file
@ -0,0 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/defrag
|
||||
-rwxr-xr-x root/root usr/bin/torrenttool
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/defrag.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/torrenttool.1.gz
|
1
torrentutils/.md5sum
Normal file
1
torrentutils/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
818d021d2f9c3d5c5bcff6377aa44835 torrentutils-0.3.0.tar.gz
|
18
torrentutils/Pkgfile
Normal file
18
torrentutils/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Utilities for managing BitTorrent (`.torrent') files
|
||||
# URL: http://oskarsapps.mine.nu/torrentutils.html
|
||||
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Packager: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Depends on: p5-digest-sha1
|
||||
|
||||
name=torrentutils
|
||||
version=0.3.0
|
||||
release=2
|
||||
source=(http://oskarsapps.mine.nu/src/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
sed -i 's:share/man:man:' Makefile
|
||||
make
|
||||
make PREFIX=$PKG/usr install
|
||||
rm -rf $PKG/usr/share
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user