SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,2 @@
The mod_dav_svn and mod_authz_svn modules allow Apache httpd 2 to
provide access to a Subversion repository using HTTP.

View file

@ -0,0 +1,2 @@
This package adds support for GNOME Keyring to Subversion,
so that passwords can be stored on disk encrypted.

View file

@ -0,0 +1,19 @@
Apache Subversion exists to be universally recognized and adopted as an
open-source, centralized version control system characterized by its
reliability as a safe haven for valuable data; the simplicity of its
model and usage; and its ability to support the needs of a wide variety
of users and projects, from individuals to large-scale enterprise
operations.
Note that you need to install the following subpackages to gain the
appropriate functionality:
-perl Perl bindings to Subversion
-python Python bindings to Subversion
-ruby Ruby bindings to Subversion
-ap2 Apache httpd 2 modules for Subversion
-gnome-keyring Store Subversion passwords in gnome-keyring
Also note that plaintext-password caching is disabled by default by
setting "store-plaintext-passwords" to "no" in ${SYSCONFDIR}/subversion/servers.
This is a different default behaviour to a standard Subversion install,
which would ask the user before storing passwords in plaintext.

View file

@ -0,0 +1 @@
This package contains Subversion bindings for the Perl scripting language.

View file

@ -0,0 +1 @@
This package contains Subversion bindings for the Python scripting language.

View file

@ -0,0 +1 @@
This package contains Subversion bindings for the Ruby scripting language.

View file

@ -0,0 +1,10 @@
To finish the install of ap2-subversion, you need
to enable the modules by adding the following lines
to your ${SYSCONFDIR}/apache2/httpd2.conf file:
LoadModule dav_svn_module ${PREFIX}/lib/apache2/mod_dav_svn.so
LoadModule authz_svn_module ${PREFIX}/lib/apache2/mod_authz_svn.so
If you already have Apache running on your machine,
you should not use "apachectl2 restart" - instead,
you should fully stop and then restart the server.

View file

@ -0,0 +1,6 @@
@pkgpath devel/subversion,-ap2,gnome_keyring
include/subversion-1/mod_authz_svn.h
include/subversion-1/mod_dav_svn.h
@so lib/apache2/mod_authz_svn.so
@so lib/apache2/mod_dav_svn.so
@so lib/apache2/mod_dontdothat.so

View file

@ -0,0 +1,6 @@
@conflict subversion-*-gnome_keyring
@pkgpath subversion,gnome_keyring
@comment lib/libsvn_auth_gnome_keyring-1.a
@comment lib/libsvn_auth_gnome_keyring-1.la
@lib lib/libsvn_auth_gnome_keyring-1.so.${LIBsvn_auth_gnome_keyring-1_VERSION}
share/pkgconfig/libsvn_auth_gnome_keyring.pc

View file

@ -0,0 +1,248 @@
@conflict subversion-*-gnome_keyring
@pkgpath devel/subversion,no_bindings
@pkgpath devel/subversion,-main,gnome_keyring
@pkgpath devel/subversion
@newgroup _svnserve:777
@newuser _svnserve:777:_svnserve::SVN Daemon:/nonexistent:/sbin/nologin
@rcscript ${RCDIR}/svnserve
@comment @bin bin/diff
@comment @bin bin/diff3
@comment @bin bin/diff4
@bin bin/fsfs-access-map
bin/fsfs-stats
@bin bin/svn
@bin bin/svn-mergeinfo-normalizer
@bin bin/svn-populate-node-origins-index
@bin bin/svnadmin
@bin bin/svnauthz
@bin bin/svnauthz-validate
@bin bin/svnbench
@bin bin/svnconflict
@bin bin/svndumpfilter
@bin bin/svnfsfs
@bin bin/svnlook
@bin bin/svnmover
@bin bin/svnmucc
@bin bin/svnraisetreeconflict
@bin bin/svnrdump
@bin bin/svnserve
@bin bin/svnsync
@bin bin/svnversion
@bin bin/x509-parser
include/subversion-1/
include/subversion-1/svn-revision.txt
include/subversion-1/svn_auth.h
include/subversion-1/svn_base64.h
include/subversion-1/svn_cache_config.h
include/subversion-1/svn_checksum.h
include/subversion-1/svn_client.h
include/subversion-1/svn_cmdline.h
include/subversion-1/svn_compat.h
include/subversion-1/svn_config.h
include/subversion-1/svn_ctype.h
include/subversion-1/svn_dav.h
include/subversion-1/svn_delta.h
include/subversion-1/svn_diff.h
include/subversion-1/svn_dirent_uri.h
include/subversion-1/svn_dso.h
include/subversion-1/svn_error.h
include/subversion-1/svn_error_codes.h
include/subversion-1/svn_fs.h
include/subversion-1/svn_hash.h
include/subversion-1/svn_io.h
include/subversion-1/svn_iter.h
include/subversion-1/svn_md5.h
include/subversion-1/svn_mergeinfo.h
include/subversion-1/svn_nls.h
include/subversion-1/svn_opt.h
include/subversion-1/svn_opt_impl.h
include/subversion-1/svn_path.h
include/subversion-1/svn_pools.h
include/subversion-1/svn_props.h
include/subversion-1/svn_quoprint.h
include/subversion-1/svn_ra.h
include/subversion-1/svn_ra_svn.h
include/subversion-1/svn_repos.h
include/subversion-1/svn_sorts.h
include/subversion-1/svn_string.h
include/subversion-1/svn_subst.h
include/subversion-1/svn_time.h
include/subversion-1/svn_types.h
include/subversion-1/svn_types_impl.h
include/subversion-1/svn_user.h
include/subversion-1/svn_utf.h
include/subversion-1/svn_version.h
include/subversion-1/svn_wc.h
include/subversion-1/svn_x509.h
include/subversion-1/svn_xml.h
@comment lib/apache2/
@static-lib lib/libsvn_client-1.a
lib/libsvn_client-1.la
@lib lib/libsvn_client-1.so.${LIBsvn_client-1_VERSION}
@static-lib lib/libsvn_delta-1.a
lib/libsvn_delta-1.la
@lib lib/libsvn_delta-1.so.${LIBsvn_delta-1_VERSION}
@static-lib lib/libsvn_diff-1.a
lib/libsvn_diff-1.la
@lib lib/libsvn_diff-1.so.${LIBsvn_diff-1_VERSION}
@static-lib lib/libsvn_fs-1.a
lib/libsvn_fs-1.la
@lib lib/libsvn_fs-1.so.${LIBsvn_fs-1_VERSION}
@static-lib lib/libsvn_fs_base-1.a
lib/libsvn_fs_base-1.la
@lib lib/libsvn_fs_base-1.so.${LIBsvn_fs_base-1_VERSION}
@static-lib lib/libsvn_fs_fs-1.a
lib/libsvn_fs_fs-1.la
@lib lib/libsvn_fs_fs-1.so.${LIBsvn_fs_fs-1_VERSION}
@static-lib lib/libsvn_fs_util-1.a
lib/libsvn_fs_util-1.la
@lib lib/libsvn_fs_util-1.so.${LIBsvn_fs_util-1_VERSION}
@static-lib lib/libsvn_fs_x-1.a
lib/libsvn_fs_x-1.la
@lib lib/libsvn_fs_x-1.so.${LIBsvn_fs_x-1_VERSION}
@static-lib lib/libsvn_ra-1.a
lib/libsvn_ra-1.la
@lib lib/libsvn_ra-1.so.${LIBsvn_ra-1_VERSION}
@static-lib lib/libsvn_ra_local-1.a
lib/libsvn_ra_local-1.la
@lib lib/libsvn_ra_local-1.so.${LIBsvn_ra_local-1_VERSION}
@static-lib lib/libsvn_ra_serf-1.a
lib/libsvn_ra_serf-1.la
@lib lib/libsvn_ra_serf-1.so.${LIBsvn_ra_serf-1_VERSION}
@static-lib lib/libsvn_ra_svn-1.a
lib/libsvn_ra_svn-1.la
@lib lib/libsvn_ra_svn-1.so.${LIBsvn_ra_svn-1_VERSION}
@static-lib lib/libsvn_repos-1.a
lib/libsvn_repos-1.la
@lib lib/libsvn_repos-1.so.${LIBsvn_repos-1_VERSION}
@static-lib lib/libsvn_subr-1.a
lib/libsvn_subr-1.la
@lib lib/libsvn_subr-1.so.${LIBsvn_subr-1_VERSION}
@static-lib lib/libsvn_wc-1.a
lib/libsvn_wc-1.la
@lib lib/libsvn_wc-1.so.${LIBsvn_wc-1_VERSION}
@man man/man1/svn.1
@man man/man1/svnadmin.1
@man man/man1/svndumpfilter.1
@man man/man1/svnlook.1
@man man/man1/svnmucc.1
@man man/man1/svnrdump.1
@man man/man1/svnsync.1
@man man/man1/svnversion.1
@man man/man5/svnserve.conf.5
@man man/man8/svnserve.8
share/bash-completion/
share/bash-completion/completions/
share/bash-completion/completions/subversion
share/bash-completion/completions/svn
share/bash-completion/completions/svnadmin
share/bash-completion/completions/svndumpfilter
share/bash-completion/completions/svnlook
share/bash-completion/completions/svnsync
share/bash-completion/completions/svnversion
share/examples/subversion/
@sample ${SYSCONFDIR}/subversion/
share/examples/subversion/ExampleAuthn.java
share/examples/subversion/ExampleAuthnOld.java
share/examples/subversion/ExampleAuthnVeryOld.java
share/examples/subversion/SvnCLBrowse
share/examples/subversion/backup/
share/examples/subversion/backup/hot-backup.py
share/examples/subversion/bdb/
share/examples/subversion/bdb/erase-all-text-data.py
share/examples/subversion/bdb/skel.py
share/examples/subversion/bdb/svn-bdb-view.py
share/examples/subversion/bdb/svnfs.py
share/examples/subversion/bdb/whatis-rep.py
share/examples/subversion/blame.py
share/examples/subversion/cgi/
share/examples/subversion/check-modified.py
share/examples/subversion/client-side/
share/examples/subversion/client-side/change-svn-wc-format.py
share/examples/subversion/client-side/emacs/
share/examples/subversion/client-side/mergeinfo-sanitizer.py
share/examples/subversion/client-side/server-version.py
share/examples/subversion/client-side/svn-graph.pl
share/examples/subversion/client-side/svn-ssl-fingerprints.sh
share/examples/subversion/client-side/svn-vendor.py
share/examples/subversion/client-side/svn-viewspec.py
share/examples/subversion/client-side/svn2cl/
share/examples/subversion/client-side/svn_load_dirs/
share/examples/subversion/client-side/wcfind
share/examples/subversion/dumpprops.py
share/examples/subversion/get-location-segments.py
share/examples/subversion/getfile.py
share/examples/subversion/getlocks_test.c
share/examples/subversion/geturl.py
share/examples/subversion/headrev.c
share/examples/subversion/hook-scripts/
share/examples/subversion/hook-scripts/commit-access-control.cfg.example
share/examples/subversion/hook-scripts/commit-access-control.pl
share/examples/subversion/hook-scripts/commit-email.rb
share/examples/subversion/hook-scripts/enforcer/
share/examples/subversion/hook-scripts/log-police.py
share/examples/subversion/hook-scripts/mailer/
share/examples/subversion/hook-scripts/mailer/mailer.conf.example
share/examples/subversion/hook-scripts/mailer/mailer.py
share/examples/subversion/hook-scripts/mailer/tests/
share/examples/subversion/hook-scripts/mailer/tests/mailer-init.sh
share/examples/subversion/hook-scripts/mailer/tests/mailer-t1.output
share/examples/subversion/hook-scripts/mailer/tests/mailer-t1.sh
share/examples/subversion/hook-scripts/mailer/tests/mailer-tweak.py
share/examples/subversion/hook-scripts/mailer/tests/mailer.conf
share/examples/subversion/hook-scripts/svn2feed.py
share/examples/subversion/hook-scripts/svnperms.conf.example
share/examples/subversion/hook-scripts/svnperms.py
share/examples/subversion/hook-scripts/verify-po.py
share/examples/subversion/info.rb
share/examples/subversion/minimal_client.c
share/examples/subversion/putfile.py
share/examples/subversion/revplist.py
share/examples/subversion/server-side/
share/examples/subversion/server-side/fsfs-reshard.py
@comment mod_dontdothat should be compiled and installed
@comment so that it can be loaded into apache
share/examples/subversion/server-side/mod_dontdothat/
share/examples/subversion/server-side/svn-backup-dumps.py
share/examples/subversion/server-side/svn-populate-node-origins-index.c
share/examples/subversion/servers
@sample ${SYSCONFDIR}/subversion/servers
share/examples/subversion/svnlog2html.rb
share/examples/subversion/svnlook.py
share/examples/subversion/svnlook.rb
share/examples/subversion/svnput.c
share/examples/subversion/svnserve-sgid.c
share/examples/subversion/svnshell.py
share/examples/subversion/svnshell.rb
share/examples/subversion/testwrite.c
share/examples/subversion/walk-config-auth.py
share/examples/subversion/xslt/
share/examples/subversion/xslt/svnindex.css
share/examples/subversion/xslt/svnindex.xsl
share/locale/de/LC_MESSAGES/subversion.mo
share/locale/es/LC_MESSAGES/subversion.mo
share/locale/fr/LC_MESSAGES/subversion.mo
share/locale/it/LC_MESSAGES/subversion.mo
share/locale/ja/LC_MESSAGES/subversion.mo
share/locale/ko/LC_MESSAGES/subversion.mo
share/locale/nb/LC_MESSAGES/subversion.mo
share/locale/pl/LC_MESSAGES/subversion.mo
share/locale/pt_BR/LC_MESSAGES/subversion.mo
share/locale/sv/LC_MESSAGES/subversion.mo
share/locale/zh_CN/LC_MESSAGES/subversion.mo
share/locale/zh_TW/LC_MESSAGES/subversion.mo
share/pkgconfig/libsvn_client.pc
share/pkgconfig/libsvn_delta.pc
share/pkgconfig/libsvn_diff.pc
share/pkgconfig/libsvn_fs.pc
share/pkgconfig/libsvn_fs_base.pc
share/pkgconfig/libsvn_fs_fs.pc
share/pkgconfig/libsvn_fs_util.pc
share/pkgconfig/libsvn_fs_x.pc
share/pkgconfig/libsvn_ra.pc
share/pkgconfig/libsvn_ra_local.pc
share/pkgconfig/libsvn_ra_serf.pc
share/pkgconfig/libsvn_ra_svn.pc
share/pkgconfig/libsvn_repos.pc
share/pkgconfig/libsvn_subr.pc
share/pkgconfig/libsvn_wc.pc

View file

@ -0,0 +1,47 @@
@pkgpath devel/subversion,-perl,gnome_keyring
@static-lib lib/libsvn_swig_perl-1.a
lib/libsvn_swig_perl-1.la
@lib lib/libsvn_swig_perl-1.so.${LIBsvn_swig_perl-1_VERSION}
libdata/perl5/${MACHINE_ARCH}-openbsd/
libdata/perl5/${MACHINE_ARCH}-openbsd/perllocal.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Base.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Client.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Core.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Delta.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Fs.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Ra.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Repos.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/SVN/Wc.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Client/
@comment libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Client/_Client.bs
@so libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Client/_Client.so
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Core/
@comment libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Core/_Core.bs
@so libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Core/_Core.so
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Delta/
@comment libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Delta/_Delta.bs
@so libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Delta/_Delta.so
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Fs/
@comment libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Fs/_Fs.bs
@so libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Fs/_Fs.so
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Ra/
@comment libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Ra/_Ra.bs
@so libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Ra/_Ra.so
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Repos/
@comment libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Repos/_Repos.bs
@so libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Repos/_Repos.so
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Wc/
@comment libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Wc/_Wc.bs
@so libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/SVN/_Wc/_Wc.so
@man man/man3p/SVN::Base.3p
@man man/man3p/SVN::Client.3p
@man man/man3p/SVN::Core.3p
@man man/man3p/SVN::Delta.3p
@man man/man3p/SVN::Fs.3p
@man man/man3p/SVN::Ra.3p
@man man/man3p/SVN::Repos.3p
@man man/man3p/SVN::Wc.3p

View file

@ -0,0 +1,70 @@
@conflict py-subversion-*
@pkgpath devel/subversion,-python,gnome_keyring
@pkgpath devel/subversion,python3,-python
@static-lib lib/libsvn_swig_py-1.a
lib/libsvn_swig_py-1.la
@lib lib/libsvn_swig_py-1.so.${LIBsvn_swig_py-1_VERSION}
lib/python${MODPY_VERSION}/site-packages/libsvn/
lib/python${MODPY_VERSION}/site-packages/libsvn/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}client.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}core.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}delta.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}diff.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}fs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}ra.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}repos.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/libsvn/${MODPY_PYCACHE}wc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/libsvn/_client.a
lib/python${MODPY_VERSION}/site-packages/libsvn/_client.la
@so lib/python${MODPY_VERSION}/site-packages/libsvn/_client.so
lib/python${MODPY_VERSION}/site-packages/libsvn/_core.a
lib/python${MODPY_VERSION}/site-packages/libsvn/_core.la
@so lib/python${MODPY_VERSION}/site-packages/libsvn/_core.so
lib/python${MODPY_VERSION}/site-packages/libsvn/_delta.a
lib/python${MODPY_VERSION}/site-packages/libsvn/_delta.la
@so lib/python${MODPY_VERSION}/site-packages/libsvn/_delta.so
lib/python${MODPY_VERSION}/site-packages/libsvn/_diff.a
lib/python${MODPY_VERSION}/site-packages/libsvn/_diff.la
@so lib/python${MODPY_VERSION}/site-packages/libsvn/_diff.so
lib/python${MODPY_VERSION}/site-packages/libsvn/_fs.a
lib/python${MODPY_VERSION}/site-packages/libsvn/_fs.la
@so lib/python${MODPY_VERSION}/site-packages/libsvn/_fs.so
lib/python${MODPY_VERSION}/site-packages/libsvn/_ra.a
lib/python${MODPY_VERSION}/site-packages/libsvn/_ra.la
@so lib/python${MODPY_VERSION}/site-packages/libsvn/_ra.so
lib/python${MODPY_VERSION}/site-packages/libsvn/_repos.a
lib/python${MODPY_VERSION}/site-packages/libsvn/_repos.la
@so lib/python${MODPY_VERSION}/site-packages/libsvn/_repos.so
lib/python${MODPY_VERSION}/site-packages/libsvn/_wc.a
lib/python${MODPY_VERSION}/site-packages/libsvn/_wc.la
@so lib/python${MODPY_VERSION}/site-packages/libsvn/_wc.so
lib/python${MODPY_VERSION}/site-packages/libsvn/client.py
lib/python${MODPY_VERSION}/site-packages/libsvn/core.py
lib/python${MODPY_VERSION}/site-packages/libsvn/delta.py
lib/python${MODPY_VERSION}/site-packages/libsvn/diff.py
lib/python${MODPY_VERSION}/site-packages/libsvn/fs.py
lib/python${MODPY_VERSION}/site-packages/libsvn/ra.py
lib/python${MODPY_VERSION}/site-packages/libsvn/repos.py
lib/python${MODPY_VERSION}/site-packages/libsvn/wc.py
lib/python${MODPY_VERSION}/site-packages/svn/
lib/python${MODPY_VERSION}/site-packages/svn/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}client.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}core.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}delta.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}diff.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}fs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}ra.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}repos.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/svn/${MODPY_PYCACHE}wc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/svn/client.py
lib/python${MODPY_VERSION}/site-packages/svn/core.py
lib/python${MODPY_VERSION}/site-packages/svn/delta.py
lib/python${MODPY_VERSION}/site-packages/svn/diff.py
lib/python${MODPY_VERSION}/site-packages/svn/fs.py
lib/python${MODPY_VERSION}/site-packages/svn/ra.py
lib/python${MODPY_VERSION}/site-packages/svn/repos.py
lib/python${MODPY_VERSION}/site-packages/svn/wc.py

View file

@ -0,0 +1,47 @@
@pkgpath devel/subversion,-ruby,gnome_keyring
@static-lib lib/libsvn_swig_ruby${MODRUBY_BINREV}-1.a
lib/libsvn_swig_ruby${MODRUBY_BINREV}-1.la
@lib lib/libsvn_swig_ruby${MODRUBY_BINREV}-1.so.${LIBsvn_swig_ruby${MODRUBY_BINREV}-1_VERSION}
@comment lib/ruby/
@comment lib/ruby/site_ruby/
@comment ${MODRUBY_SITEDIR}/
${MODRUBY_SITEDIR}/svn/
${MODRUBY_SITEDIR}/svn/client.rb
${MODRUBY_SITEDIR}/svn/commit-mailer.rb
${MODRUBY_SITEDIR}/svn/core.rb
${MODRUBY_SITEDIR}/svn/delta.rb
${MODRUBY_SITEDIR}/svn/error.rb
${MODRUBY_SITEDIR}/svn/fs.rb
${MODRUBY_SITEDIR}/svn/info.rb
${MODRUBY_SITEDIR}/svn/ra.rb
${MODRUBY_SITEDIR}/svn/repos.rb
${MODRUBY_SITEDIR}/svn/synchronizer.rb
${MODRUBY_SITEDIR}/svn/util.rb
${MODRUBY_SITEDIR}/svn/wc.rb
@comment ${MODRUBY_SITEARCHDIR}/
${MODRUBY_SITEARCHDIR}/svn/
${MODRUBY_SITEARCHDIR}/svn/ext/
${MODRUBY_SITEARCHDIR}/svn/ext/client.a
${MODRUBY_SITEARCHDIR}/svn/ext/client.la
@so ${MODRUBY_SITEARCHDIR}/svn/ext/client.so
${MODRUBY_SITEARCHDIR}/svn/ext/core.a
${MODRUBY_SITEARCHDIR}/svn/ext/core.la
@so ${MODRUBY_SITEARCHDIR}/svn/ext/core.so
${MODRUBY_SITEARCHDIR}/svn/ext/delta.a
${MODRUBY_SITEARCHDIR}/svn/ext/delta.la
@so ${MODRUBY_SITEARCHDIR}/svn/ext/delta.so
${MODRUBY_SITEARCHDIR}/svn/ext/diff.a
${MODRUBY_SITEARCHDIR}/svn/ext/diff.la
@so ${MODRUBY_SITEARCHDIR}/svn/ext/diff.so
${MODRUBY_SITEARCHDIR}/svn/ext/fs.a
${MODRUBY_SITEARCHDIR}/svn/ext/fs.la
@so ${MODRUBY_SITEARCHDIR}/svn/ext/fs.so
${MODRUBY_SITEARCHDIR}/svn/ext/ra.a
${MODRUBY_SITEARCHDIR}/svn/ext/ra.la
@so ${MODRUBY_SITEARCHDIR}/svn/ext/ra.so
${MODRUBY_SITEARCHDIR}/svn/ext/repos.a
${MODRUBY_SITEARCHDIR}/svn/ext/repos.la
@so ${MODRUBY_SITEARCHDIR}/svn/ext/repos.so
${MODRUBY_SITEARCHDIR}/svn/ext/wc.a
${MODRUBY_SITEARCHDIR}/svn/ext/wc.la
@so ${MODRUBY_SITEARCHDIR}/svn/ext/wc.so

View file

@ -0,0 +1,6 @@
To completely deinstall the ap2-subversion package you
need to perform these steps as root:
edit ${SYSCONFDIR}/apache2/httpd2.conf
remove the lines: LoadModule dav_svn_module
LoadModule authz_svn_module

View file

@ -0,0 +1,8 @@
#!/bin/ksh
daemon="${TRUEPREFIX}/bin/svnserve -d"
daemon_user="_svnserve"
. /etc/rc.d/rc.subr
rc_cmd $1