Check-in Number:
|
4900 | |
Date: |
2004-Dec-14 20:34:17 (local)
2004-Dec-14 19:34:17 (UTC) |
User: | rse |
Branch: | |
Comment: |
release OSSP svs 1.0.0 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/new/news.txt 1.109 -> 1.110
--- news.txt 2004/12/04 12:58:02 1.109
+++ news.txt 2004/12/14 19:34:17 1.110
@@ -1,3 +1,4 @@
+14-Dec-2004: Released T<OSSP svs> 1.0.0
04-Dec-2004: Released L<OSSP cfg> 0.9.6
03-Dec-2004: Released L<GNU pth> 2.0.3
27-Nov-2004: Released L<OSSP cfg> 0.9.5
|
|
ossp-web/pkg/tool/index.wml 1.41 -> 1.42
--- index.wml 2004/10/25 15:05:07 1.41
+++ index.wml 2004/12/14 19:34:17 1.42
@@ -21,6 +21,9 @@
<pkg_item name="shiela" longname="OSSP shiela" type="tool"
desc="CVS Access Control and Logging"
done=100 stable="1.1.4" unstable="none">
+ <pkg_item name="svs" longname="OSSP svs" type="tool"
+ desc="Stupid/Silly/Simple Versioning System"
+ done=100 stable="1.0.0" unstable="none">
<pkg_item name="eperl" longname="OSSP eperl" type="tool"
desc="Embedded Perl Language"
done=100 stable="2.2.14" unstable="none">
@@ -56,7 +59,7 @@
done=90 stable="none" unstable="none">
<pkg_item name="snmpdx" longname="OSSP snmpdx" type="tool"
desc="SNMP Daemon Extension"
- done=80 stable="none" unstable="0.2.8">
+ done=80 stable="none" unstable="0.2.10">
<pkg_item name="quos" longname="OSSP quos" type="tool"
desc="Query On Steroids"
done=80 stable="none" unstable="0.2.0">
|
|
ossp-web/pkg/tool/svs/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 10:19:08 2024
--- - Sat Nov 23 10:20:00 2024
***************
*** 0 ****
--- 1 ----
+ index.html
|
|
ossp-web/pkg/tool/svs/index.wml -> 1.1
*** /dev/null Sat Nov 23 10:19:08 2024
--- - Sat Nov 23 10:20:00 2024
***************
*** 0 ****
--- 1,39 ----
+
+ #use wml::ossp area=pkg:tool subarea=svs
+
+ <title>OSSP svs</title>
+
+ <h1>Stupid/Silly/Simple Versioning System</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP svs is a simple frontend to diff(1) and patch(1). It provides a
+ convenient way for working with changes on textual files if no history
+ tracking and version control is necessary. This is especially the
+ case when having to patch pristine vendor sources for portability or
+ bugfixing reasons.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="1.0.0" stable_date="14-Dec-2004"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ cvs=$(CVS_ROOT_URL)/pkg/tool/svs/
+ url=$(FTP_ROOT_URL)/pkg/tool/svs/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/svs/
+ files="svs-*.tar.gz"
+ stable="svs-1.0.0.tar.gz" unstable="none">
+
+ <h2>Donation</h2>
+
+ <pkg_donation name="svs" return="$(BASE_URL)/pkg/tool/svs/">
+
|
|