Module submission - perl_svn

stelzy@gmail.com stelzy at gmail.com
Sun Oct 1 19:17:08 UTC 2006


module name       : perl_svn
suggested section : devel
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n


perl_svn is a very nice web-based frontend for subversion,
easy to install and customize. Only perl and subversion > 1.2 needed.

-------------- next part --------------
--- perl_svn/BUILD	1970-01-01 03:00:00.000000000 +0300
+++ perl_svn/BUILD	2006-10-01 20:09:31.857995500 +0400
@@ -0,0 +1,12 @@
+(
+
+  prepare_install  &&
+
+  mkdir -p /opt/lunar/perl_svn  &&
+  cp -r includes modules pictures /opt/lunar/perl_svn  &&
+
+  if [ ! -f /opt/lunar/perl_svn/perl_svn.pl ]; then
+    install -m 755 perl_svn.pl /opt/lunar/perl_svn
+  fi
+
+) > $C_FIFO 2>&1
--- perl_svn/DEPENDS	1970-01-01 03:00:00.000000000 +0300
+++ perl_svn/DEPENDS	2006-10-01 19:29:01.042079000 +0400
@@ -0,0 +1,2 @@
+depends  subversion  &&
+depends  perl
--- perl_svn/DETAILS	1970-01-01 03:00:00.000000000 +0300
+++ perl_svn/DETAILS	2006-10-01 20:29:38.361397250 +0400
@@ -0,0 +1,17 @@
+          MODULE=perl_svn
+         VERSION=20060310
+          SOURCE=${MODULE}_$VERSION.zip
+      SOURCE_URL=http://www.osdevel.org/projects/$MODULE/downloads
+      SOURCE_VFY=sha1:74faaf1329e3d19a9de6b00c90f3214a3335541a
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+        WEB_SITE=http://www.osdevel.org/
+         ENTERED=20061001
+         UPDATED=20061001
+           SHORT="Web based frontend for the SVN"
+
+cat << EOF
+perl_svn is a web based frontend for the subversion version control
+system. perl_svn is designed to be easy to install and to have a small
+configuration. The program is written in perl and uses no external modules.
+That makes perl_svn platform independent.
+EOF
-------------- next part --------------
lvu submit perl_svn 9890f309f3d09100a37b25edd1c960fa  -
2.6.16 2.6.12 gcc-3.4.6 glibc-2.3.6



More information about the Lunar mailing list