summaryrefslogtreecommitdiff
path: root/devel/subversion-base
diff options
context:
space:
mode:
authorepg <epg>2003-05-25 09:07:46 +0000
committerepg <epg>2003-05-25 09:07:46 +0000
commit2fcae7d0e1e2ad08b072bbb53e6750440d67311b (patch)
treeb3ae1117c127901f2462c420ec771f7d1125e775 /devel/subversion-base
parent1aec9b74db2577d8fac580aa4a41a51985e57f19 (diff)
downloadpkgsrc-2fcae7d0e1e2ad08b072bbb53e6750440d67311b.tar.gz
import subversion-base-0.23.0
This package contains all the Subversion programs and libraries except the Apache module mod_dav_svn (for which see the ap2-subversion package) and the Python bindings and some programs which use them (for which see the subversion-python package). Installing this package alone will satisfy most people's needs, providing all three repository access layers (local, svn, and dav) and the server for the svn access layer.
Diffstat (limited to 'devel/subversion-base')
-rw-r--r--devel/subversion-base/DESCR11
-rw-r--r--devel/subversion-base/Makefile31
-rw-r--r--devel/subversion-base/PLIST115
3 files changed, 157 insertions, 0 deletions
diff --git a/devel/subversion-base/DESCR b/devel/subversion-base/DESCR
new file mode 100644
index 00000000000..c32de51ec1c
--- /dev/null
+++ b/devel/subversion-base/DESCR
@@ -0,0 +1,11 @@
+The goal of the Subversion project is to build a version control system that
+is a compelling replacement for CVS in the open source community. The software
+is released under an Apache/BSD-style open source license.
+
+This package contains all the Subversion programs and libraries except
+the Apache module mod_dav_svn (for which see the ap2-subversion
+package) and the Python bindings and some programs which use them (for
+which see the subversion-python package). Installing this package
+alone will satisfy most people's needs, providing all three repository
+access layers (local, svn, and dav) and the server for the svn access
+layer.
diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile
new file mode 100644
index 00000000000..76bb93aedec
--- /dev/null
+++ b/devel/subversion-base/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/05/25 09:07:46 epg Exp $
+
+PKGNAME= subversion-base-${SVNVER}
+COMMENT= Version control system, base programs and libraries
+
+PLIST_SUBST+= INSTALL_INFO=${INSTALL_INFO}
+INFO_FILES+= svn-design.info
+
+.include "../subversion/Makefile.common"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${SVNDOC}
+ ${INSTALL_DATA} ${WRKSRC}/INSTALL ${SVNDOC}
+ ${INSTALL_DATA_DIR} ${SVNEXAMPLES}/backup
+ ${INSTALL_DATA_DIR} ${SVNEXAMPLES}/cgi
+ ${INSTALL_DATA_DIR} ${SVNEXAMPLES}/hook-scripts
+ ${INSTALL_DATA} ${WRKSRC}/tools/backup/hot-backup.py \
+ ${SVNEXAMPLES}/backup
+ ${INSTALL_DATA} ${WRKSRC}/tools/cgi/tweak-log.cgi ${SVNEXAMPLES}/cgi
+ ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/commit-email.pl \
+ ${SVNEXAMPLES}/hook-scripts
+ ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/propchange-email.pl \
+ ${SVNEXAMPLES}/hook-scripts
+ ${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/svnperms* \
+ ${SVNEXAMPLES}/hook-scripts
+
+.include "../../databases/db4/buildlink2.mk"
+.include "../../devel/apr/buildlink2.mk"
+.include "../../www/neon/buildlink2.mk"
+.include "../../mk/texinfo.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/subversion-base/PLIST b/devel/subversion-base/PLIST
new file mode 100644
index 00000000000..a64de2fed15
--- /dev/null
+++ b/devel/subversion-base/PLIST
@@ -0,0 +1,115 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/25 09:07:46 epg Exp $
+bin/svn
+bin/svnadmin
+bin/svndumpfilter
+bin/svnlook
+bin/svnserve
+bin/svnversion
+include/subversion-1/svn-revision.txt
+include/subversion-1/svn_auth.h
+include/subversion-1/svn_base64.h
+include/subversion-1/svn_client.h
+include/subversion-1/svn_config.h
+include/subversion-1/svn_dav.h
+include/subversion-1/svn_delta.h
+include/subversion-1/svn_diff.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_md5.h
+include/subversion-1/svn_opt.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_test.h
+include/subversion-1/svn_time.h
+include/subversion-1/svn_types.h
+include/subversion-1/svn_utf.h
+include/subversion-1/svn_version.h
+include/subversion-1/svn_wc.h
+include/subversion-1/svn_xml.h
+@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/svn-design.info
+info/svn-design.info
+info/svn-design.info-1
+info/svn-design.info-2
+info/svn-design.info-3
+@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/svn-design.info
+lib/libsvn_client-1.a
+lib/libsvn_client-1.la
+lib/libsvn_client-1.so
+lib/libsvn_client-1.so.0
+lib/libsvn_client-1.so.0.0
+lib/libsvn_delta-1.a
+lib/libsvn_delta-1.la
+lib/libsvn_delta-1.so
+lib/libsvn_delta-1.so.0
+lib/libsvn_delta-1.so.0.0
+lib/libsvn_diff-1.a
+lib/libsvn_diff-1.la
+lib/libsvn_diff-1.so
+lib/libsvn_diff-1.so.0
+lib/libsvn_diff-1.so.0.0
+lib/libsvn_fs-1.a
+lib/libsvn_fs-1.la
+lib/libsvn_fs-1.so
+lib/libsvn_fs-1.so.0
+lib/libsvn_fs-1.so.0.0
+lib/libsvn_ra-1.a
+lib/libsvn_ra-1.la
+lib/libsvn_ra-1.so
+lib/libsvn_ra-1.so.0
+lib/libsvn_ra-1.so.0.0
+lib/libsvn_ra_dav-1.a
+lib/libsvn_ra_dav-1.la
+lib/libsvn_ra_dav-1.so
+lib/libsvn_ra_dav-1.so.0
+lib/libsvn_ra_dav-1.so.0.0
+lib/libsvn_ra_local-1.a
+lib/libsvn_ra_local-1.la
+lib/libsvn_ra_local-1.so
+lib/libsvn_ra_local-1.so.0
+lib/libsvn_ra_local-1.so.0.0
+lib/libsvn_ra_svn-1.a
+lib/libsvn_ra_svn-1.la
+lib/libsvn_ra_svn-1.so
+lib/libsvn_ra_svn-1.so.0
+lib/libsvn_ra_svn-1.so.0.0
+lib/libsvn_repos-1.a
+lib/libsvn_repos-1.la
+lib/libsvn_repos-1.so
+lib/libsvn_repos-1.so.0
+lib/libsvn_repos-1.so.0.0
+lib/libsvn_subr-1.a
+lib/libsvn_subr-1.la
+lib/libsvn_subr-1.so
+lib/libsvn_subr-1.so.0
+lib/libsvn_subr-1.so.0.0
+lib/libsvn_wc-1.a
+lib/libsvn_wc-1.la
+lib/libsvn_wc-1.so
+lib/libsvn_wc-1.so.0
+lib/libsvn_wc-1.so.0.0
+man/man1/svn.1
+man/man1/svnadmin.1
+share/doc/subversion/INSTALL
+share/examples/subversion/backup/hot-backup.py
+share/examples/subversion/cgi/tweak-log.cgi
+share/examples/subversion/hook-scripts/commit-email.pl
+share/examples/subversion/hook-scripts/propchange-email.pl
+share/examples/subversion/hook-scripts/svnperms.conf.example
+share/examples/subversion/hook-scripts/svnperms.py
+@dirrm share/examples/subversion/hook-scripts
+@dirrm share/examples/subversion/cgi
+@dirrm share/examples/subversion/backup
+@dirrm share/examples/subversion
+@dirrm share/doc/subversion
+@dirrm include/subversion-1