[PATCH] Portfile: bring it up to date; use description from cogito.spec.in
From: Jonas Fonseca <hidden>
Date: 2016-06-15 22:42:27
Subsystem:
the rest · Maintainer:
Linus Torvalds
--- 9460c53c76fc00e3b7c45e58813cefde78cb99f5 Portfile.in | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) 9460c53c76fc00e3b7c45e58813cefde78cb99f5
diff --git a/Portfile.in b/Portfile.in
index 9e380ad..297fd8a 100644
--- a/Portfile.in
+++ b/Portfile.in@@ -4,13 +4,13 @@ name cogito version @@VERSION@@ categories devel maintainers bryan.larsen@gmail.com -description Git core + cogito tools to provide a full distributed SCM. -long_description The git core, developed by Linus Torvalds provides \ - an extremely fast and flexible filesystem-based \ - database designed to store directory trees with \ - regard to their history. The cogito tools, \ - developed by Petr Baudis, provide full distributed \ - SCM (software change management) functionality. +description The Cogito Version Control System +long_description Cogito is a version control system layered on top \ + of the git tree history storage system. It aims at \ + seamless user interface and ease of use, providing \ + generally smoother user experience than the "raw" \ + Core GIT itself and indeed many other version \ + control systems. homepage http://kernel.org/pub/software/scm/cogito/ master_sites http://kernel.org/pub/software/scm/cogito/ configure {}
--
1.3.3.gd882-dirty
--
Jonas Fonseca