[csw-devel] SF.net SVN: gar:[5499] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Sat Jul 4 17:15:14 CEST 2009
Revision: 5499
http://gar.svn.sourceforge.net/gar/?rev=5499&view=rev
Author: skayser
Date: 2009-07-04 15:15:14 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
bvi: initial commit
Added Paths:
-----------
csw/mgar/pkg/bvi/
csw/mgar/pkg/bvi/branches/
csw/mgar/pkg/bvi/tags/
csw/mgar/pkg/bvi/trunk/
csw/mgar/pkg/bvi/trunk/Makefile
csw/mgar/pkg/bvi/trunk/checksums
csw/mgar/pkg/bvi/trunk/files/
csw/mgar/pkg/bvi/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/bvi/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/bvi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bvi/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/bvi/trunk/Makefile 2009-07-04 15:15:14 UTC (rev 5499)
@@ -0,0 +1,31 @@
+GARNAME = bvi
+GARVERSION = 1.3.2
+CATEGORIES = utils
+
+DESCRIPTION = A vi-like binary file (hex) editor
+define BLURB
+ Long description
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(GARNAME)-$(GARVERSION).src.tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).src.tar.gz
+UPSTREAM_MASTER_SITES = http://sourceforge.net/projects/bvi/files/
+
+TEST_SCRIPTS =
+
+# bvi uses --libdir to store a help file
+CONFIGURE_ARGS = $(filter-out --libdir%, $(DIRPATHS))
+CONFIGURE_ARGS += --libdir=$(datadir)/$(GARNAME)
+
+NORUNPATH = 1
+
+include gar/category.mk
+
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+ @ginstall -d $(DOCDEST)
+ @cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/bvi/trunk/checksums
===================================================================
--- csw/mgar/pkg/bvi/trunk/checksums (rev 0)
+++ csw/mgar/pkg/bvi/trunk/checksums 2009-07-04 15:15:14 UTC (rev 5499)
@@ -0,0 +1 @@
+4257305ffb27177a6d5208b2df4ca92d download/bvi-1.3.2.src.tar.gz
Added: csw/mgar/pkg/bvi/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/bvi/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/bvi/trunk/files/changelog.CSW 2009-07-04 15:15:14 UTC (rev 5499)
@@ -0,0 +1,5 @@
+bvi (1.3.2,REV=2009.07.04)
+
+ * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Sat, 4 Jul 2009 16:53:08 +0200
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