summaryrefslogtreecommitdiff
path: root/devel/fossil
diff options
context:
space:
mode:
authorwiz <wiz>2009-10-11 09:32:30 +0000
committerwiz <wiz>2009-10-11 09:32:30 +0000
commit184591f27682537b5a31b2ec78e722bff5df3644 (patch)
tree5540b739e893267473516d9ec03826b295c6f138 /devel/fossil
parent8b4a9a4ccc9f64f2c06405d9573c07efc595b23d (diff)
downloadpkgsrc-184591f27682537b5a31b2ec78e722bff5df3644.tar.gz
Initial import of fossil-200909211920:
There are plenty of open-source version control systems available on the internet these days. What makes Fossil worthy of attention? 1. Bug Tracking And Wiki - In addition to doing distributed version control like Git and Mercurial, Fossil also supports distributed bug tracking and distributed wiki all in a single integrated package. 2. Web Interface - Fossil has a built-in and easy-to-use web interface that simplifies project tracking and promotes situational awareness. Simply type "fossil ui" from within any check-out and Fossil automatically opens your web browser in a page that gives detailed history and status information on that project. 3. Autosync - Fossil supports "autosync" mode which helps to keep projects moving forward by reducing the amount of needless forking and merging often associated distributed projects. 4. Self-Contained - Fossil is a single stand-alone executable that contains everything needed to do configuration management. Installation is trivial: simply download a precompiled binary for Linux, Mac, or Windows and put it on your $PATH. Easy-to-compile source code is available for users on other platforms. Fossil sources are also mostly self-contained, requiring only the "zlib" library and the standard C library to build. 5. Simple Networking - Fossil uses plain old HTTP (with proxy support) for all network communications, meaning that it works fine from behind restrictive firewalls. The protocol is bandwidth efficient to the point that Fossil can be used comfortably over a dial-up internet connection. 6. CGI Enabled - No server is required to use fossil. But a server does make collaboration easier. Fossil supports three different yet simple server configurations. The most popular is a 2-line CGI script. This is the approach used by the self-hosting fossil repositories. 7. Robust & Reliable - Fossil stores content in an SQLite database so that transactions are atomic even if interrupted by a power loss or system crash. Furthermore, automatic self-checks verify that all aspects of the repository are consistent prior to each commit. In over two years of operation, no work has ever been lost after having been committed to a Fossil repository.
Diffstat (limited to 'devel/fossil')
-rw-r--r--devel/fossil/DESCR44
-rw-r--r--devel/fossil/Makefile22
-rw-r--r--devel/fossil/PLIST2
-rw-r--r--devel/fossil/distinfo5
4 files changed, 73 insertions, 0 deletions
diff --git a/devel/fossil/DESCR b/devel/fossil/DESCR
new file mode 100644
index 00000000000..02ba8a7b937
--- /dev/null
+++ b/devel/fossil/DESCR
@@ -0,0 +1,44 @@
+There are plenty of open-source version control systems available
+on the internet these days. What makes Fossil worthy of attention?
+
+ 1. Bug Tracking And Wiki - In addition to doing distributed
+ version control like Git and Mercurial, Fossil also supports
+ distributed bug tracking and distributed wiki all in a single
+ integrated package.
+
+ 2. Web Interface - Fossil has a built-in and easy-to-use web
+ interface that simplifies project tracking and promotes situational
+ awareness. Simply type "fossil ui" from within any check-out
+ and Fossil automatically opens your web browser in a page that
+ gives detailed history and status information on that project.
+
+ 3. Autosync - Fossil supports "autosync" mode which helps to
+ keep projects moving forward by reducing the amount of needless
+ forking and merging often associated distributed projects.
+
+ 4. Self-Contained - Fossil is a single stand-alone executable
+ that contains everything needed to do configuration management.
+ Installation is trivial: simply download a precompiled binary
+ for Linux, Mac, or Windows and put it on your $PATH. Easy-to-compile
+ source code is available for users on other platforms. Fossil
+ sources are also mostly self-contained, requiring only the "zlib"
+ library and the standard C library to build.
+
+ 5. Simple Networking - Fossil uses plain old HTTP (with proxy
+ support) for all network communications, meaning that it works
+ fine from behind restrictive firewalls. The protocol is bandwidth
+ efficient to the point that Fossil can be used comfortably over
+ a dial-up internet connection.
+
+ 6. CGI Enabled - No server is required to use fossil. But a
+ server does make collaboration easier. Fossil supports three
+ different yet simple server configurations. The most popular is
+ a 2-line CGI script. This is the approach used by the self-hosting
+ fossil repositories.
+
+ 7. Robust & Reliable - Fossil stores content in an SQLite database
+ so that transactions are atomic even if interrupted by a power
+ loss or system crash. Furthermore, automatic self-checks verify
+ that all aspects of the repository are consistent prior to each
+ commit. In over two years of operation, no work has ever been
+ lost after having been committed to a Fossil repository.
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
new file mode 100644
index 00000000000..4acafe98e55
--- /dev/null
+++ b/devel/fossil/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/11 09:32:30 wiz Exp $
+#
+
+DISTNAME= fossil-src-20090921191920
+PKGNAME= ${DISTNAME:S/-src//}
+CATEGORIES= devel scm
+MASTER_SITES= http://www.fossil-scm.org/download/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki
+COMMENT= Simple, high-reliability, distributed software configuration management
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS+= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/fossil ${DESTDIR}${PREFIX}/bin
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/fossil/PLIST b/devel/fossil/PLIST
new file mode 100644
index 00000000000..11b86ba072c
--- /dev/null
+++ b/devel/fossil/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/11 09:32:30 wiz Exp $
+bin/fossil
diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo
new file mode 100644
index 00000000000..3fd16651474
--- /dev/null
+++ b/devel/fossil/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/10/11 09:32:30 wiz Exp $
+
+SHA1 (fossil-src-20090921191920.tar.gz) = 331bb42290c17051683da07878326e63e1c8b275
+RMD160 (fossil-src-20090921191920.tar.gz) = f5c24e359ee9731d1f661b33e1bea6f42ddb7645
+Size (fossil-src-20090921191920.tar.gz) = 1793015 bytes