[csw-devel] SF.net SVN: gar:[7278] csw/mgar/pkg/rapidsvn/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Nov 13 21:12:43 CET 2009


Revision: 7278
          http://gar.svn.sourceforge.net/gar/?rev=7278&view=rev
Author:   dmichelsen
Date:     2009-11-13 20:12:43 +0000 (Fri, 13 Nov 2009)

Log Message:
-----------
rapidsvn: Update to 0.12

Modified Paths:
--------------
    csw/mgar/pkg/rapidsvn/trunk/Makefile
    csw/mgar/pkg/rapidsvn/trunk/checksums

Property Changed:
----------------
    csw/mgar/pkg/rapidsvn/trunk/


Property changes on: csw/mgar/pkg/rapidsvn/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/rapidsvn/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rapidsvn/trunk/Makefile	2009-11-13 16:36:50 UTC (rev 7277)
+++ csw/mgar/pkg/rapidsvn/trunk/Makefile	2009-11-13 20:12:43 UTC (rev 7278)
@@ -1,62 +1,65 @@
 GARNAME = rapidsvn
-GARVERSION = 0.9.1
+GARVERSION = 0.12.0-1
 CATEGORIES = utils
 
-DESCRIPTION = Subversion GUI
+DESCRIPTION = GUI front-end for the Subversion revision system
 define BLURB
-  # TODO: Insert Blurb
+  This is the developer site for RapidSVN. You have access to the source code
+  of RapidSVN, the issue tracker and the mailing lists. If you are a user of
+  RapidSVN you might want to take a look at http://www.rapidsvn.org where we
+  are working on the Documentation and Online Help of RapidSVN
 endef
 
-MASTER_SITES = http://www.rapidsvn.org/download/
+MASTER_SITES = http://www.rapidsvn.org/download/release/0.12/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWrapidsvn,depend prototype)
-DISTFILES += $(call admfiles,CSWsvncpp,depend prototype)
+# DISTFILES += $(call admfiles,CSWrapidsvn,depend prototype)
+# DISTFILES += $(call admfiles,CSWsvncpp,depend prototype)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
+SPKG_SOURCEURL = http://rapidsvn.tigris.org/
+
 # RapidSVN 0.9.1 omits the manpage from the dist archive
-DISTFILES += rapidsvn.xml
+# DISTFILES += rapidsvn.xml
 
 # Remove gcc C/CXXFLAGS, and fix autoconf tests
-PATCHFILES += configure.diff
+# PATCHFILES += configure.diff
 
 # This should be separated out of CSWkdelibsgcc
-KSGML = $(prefix)/kde-gcc/share/apps/ksgmltools2
-DOCBOOK_MANPAGE = $(KSGML)/docbook/xsl/manpages/docbook.xsl
+# KSGML = $(prefix)/kde-gcc/share/apps/ksgmltools2
+# DOCBOOK_MANPAGE = $(KSGML)/docbook/xsl/manpages/docbook.xsl
 
-SVNLIB = $(prefix)/lib/svn
-
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-apr-config=$(prefix)/apache2/bin/apr-1-config
 CONFIGURE_ARGS += --with-apu-config=$(prefix)/apache2/bin/apu-1-config
-CONFIGURE_ARGS += --with-svn-lib=$(SVNLIB)
+CONFIGURE_ARGS += --with-svn-lib=$(libdir)/svn
 CONFIGURE_ARGS += --with-svn-include=$(includedir)
-CONFIGURE_ARGS += --with-docbook-xsl-manpages=$(DOCBOOK_MANPAGE)
+# CONFIGURE_ARGS += --with-docbook-xsl-manpages=$(DOCBOOK_MANPAGE)
 
-EXTRA_LIB = $(prefix)/bdb43/lib $(SVNLIB)
-EXTRA_INC = $(prefix)/bdb43/include
+# EXTRA_LIB = $(prefix)/bdb43/lib $(SVNLIB)
+# EXTRA_INC = $(prefix)/bdb43/include
 
 TEST_TARGET = check
 
 include gar/category.mk
 
-pre-configure:
-	@echo " ==> Regenerating build tools..."
-	@(cd $(WORKSRC) ; \
-		aclocal                       && \
-		autoconf                      && \
-		libtoolize --automake --force && \
-		aclocal                       && \
-		automake -a )
-	@$(MAKECOOKIE)
+# pre-configure:
+# 	@echo " ==> Regenerating build tools..."
+# 	@(cd $(WORKSRC) ; \
+# 		aclocal                       && \
+# 		autoconf                      && \
+# 		libtoolize --automake --force && \
+# 		aclocal                       && \
+# 		automake -a )
+# 	@$(MAKECOOKIE)
 
-pre-build:
-	@cp $(WORKDIR)/rapidsvn.xml $(WORKSRC)/doc/manpage
+# pre-build:
+# 	@cp $(WORKDIR)/rapidsvn.xml $(WORKSRC)/doc/manpage
 
-post-install:
-	install -d $(DESTDIR)$(mandir)/man1
-	( cd $(WORKSRC)/doc/manpage ; make manpage-yes )
-	install $(WORKSRC)/doc/manpage/rapidsvn.1 $(DESTDIR)$(mandir)/man1
-	@$(MAKECOOKIE)
+# post-install:
+# 	install -d $(DESTDIR)$(mandir)/man1
+# 	( cd $(WORKSRC)/doc/manpage ; make manpage-yes )
+# 	install $(WORKSRC)/doc/manpage/rapidsvn.1 $(DESTDIR)$(mandir)/man1
+# 	@$(MAKECOOKIE)
 

Modified: csw/mgar/pkg/rapidsvn/trunk/checksums
===================================================================
--- csw/mgar/pkg/rapidsvn/trunk/checksums	2009-11-13 16:36:50 UTC (rev 7277)
+++ csw/mgar/pkg/rapidsvn/trunk/checksums	2009-11-13 20:12:43 UTC (rev 7278)
@@ -1,9 +1 @@
-ba03034db35912c7b51b146cc7e6090e  download/rapidsvn-0.9.1.tar.gz
-7791a3a0681b1daff320f531948c0fe6  download/CSWrapidsvn.gspec
-554c43f3c3086a8229bd4021be747aed  download/CSWrapidsvn.depend
-e5194b3eebe3f418ff6dc7267a0c043e  download/CSWrapidsvn.prototype
-6b161aa8e8c9342e20116451b8ab35cd  download/CSWsvncpp.gspec
-b2d74eb6645f9d95b2fd0b9506efb91b  download/CSWsvncpp.depend
-f18368ee36c8208b76d0e2d980f23ecd  download/CSWsvncpp.prototype
-58f6f5a25173450f037563fd52dc3eef  download/rapidsvn.xml
-a7fa20da2caebf270134b381346e1424  download/configure.diff
+8ec54104fca32d81e396a68e25324263  rapidsvn-0.12.0-1.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list