[csw-devel] SF.net SVN: gar:[11360] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Oct 21 14:33:24 CEST 2010


Revision: 11360
          http://gar.svn.sourceforge.net/gar/?rev=11360&view=rev
Author:   dmichelsen
Date:     2010-10-21 12:33:23 +0000 (Thu, 21 Oct 2010)

Log Message:
-----------
liburiparser: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/liburiparser/
    csw/mgar/pkg/liburiparser/branches/
    csw/mgar/pkg/liburiparser/tags/
    csw/mgar/pkg/liburiparser/trunk/
    csw/mgar/pkg/liburiparser/trunk/Makefile
    csw/mgar/pkg/liburiparser/trunk/checksums
    csw/mgar/pkg/liburiparser/trunk/files/
    csw/mgar/pkg/liburiparser/trunk/files/0001-Remove-superflous-extension-breaking-install-with-th.patch


Property changes on: csw/mgar/pkg/liburiparser/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/liburiparser/trunk/Makefile
===================================================================
--- csw/mgar/pkg/liburiparser/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/liburiparser/trunk/Makefile	2010-10-21 12:33:23 UTC (rev 11360)
@@ -0,0 +1,42 @@
+# $Id$
+GARNAME = liburiparser
+GARVERSION = 0.7.5
+CATEGORIES = lib
+
+DESCRIPTION = RFC 3986 Compliant URI Parsing Library
+define BLURB
+endef
+
+SF_PROJ = uriparser
+MASTER_SITES = $(SF_MIRROR)
+DISTNAME = $(SF_PROJ)-$(GARVERSION)
+DISTFILES  = $(DISTNAME).tar.lzma
+
+PATCHFILES = 0001-Remove-superflous-extension-breaking-install-with-th.patch
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+BUILD_DEP_PKGS = CSWlibcpptestdevel
+
+PACKAGES = CSWliburiparser1 CSWliburiparserdevel
+
+CATALOGNAME_CSWliburiparser1 = liburiparser1
+CATALOGNAME_CSWliburiparserdevel = liburiparser_devel
+
+SPKG_DESC_CSWliburiparser1 = $(DESCRIPTION) Runtime
+SPKG_DESC_CSWliburiparserdevel = $(DESCRIPTION) Development Files
+
+RUNTIME_DEP_PKGS_CSWliburiparserdevel = CSWliburiparser1
+CHECKPKG_OVERRIDES_CSWliburiparserdevel += surplus-dependency|CSWliburiparser1
+
+BUILD64 = 1
+CONFIGURE_SCRIPTS  = $(WORKSRC)/configure
+CONFIGURE_SCRIPTS += $(WORKSRC)/doc/configure
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --docdir=$(docdir)/$(GARNAME)
+
+PKGFILES_CSWliburiparser1 = $(PKGFILES_RT)
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/liburiparser/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/liburiparser/trunk/checksums
===================================================================
--- csw/mgar/pkg/liburiparser/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/liburiparser/trunk/checksums	2010-10-21 12:33:23 UTC (rev 11360)
@@ -0,0 +1 @@
+a87b79caa1258cf9f232b55fce66ff22  uriparser-0.7.5.tar.lzma

Added: csw/mgar/pkg/liburiparser/trunk/files/0001-Remove-superflous-extension-breaking-install-with-th.patch
===================================================================
--- csw/mgar/pkg/liburiparser/trunk/files/0001-Remove-superflous-extension-breaking-install-with-th.patch	                        (rev 0)
+++ csw/mgar/pkg/liburiparser/trunk/files/0001-Remove-superflous-extension-breaking-install-with-th.patch	2010-10-21 12:33:23 UTC (rev 11360)
@@ -0,0 +1,25 @@
+From b53c60334676b2dcbf5f4d3de3ead8a391b8a43c Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Thu, 21 Oct 2010 14:12:56 +0200
+Subject: [PATCH] Remove superflous extension breaking install with the shell
+
+---
+ doc/Makefile.in |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/doc/Makefile.in b/doc/Makefile.in
+index 63b4893..4393def 100644
+--- a/doc/Makefile.in
++++ b/doc/Makefile.in
+@@ -344,7 +344,7 @@ distclean-local:
+ 
+ install-data-local:
+ 	$(MKDIR_P) "$(DESTDIR)$(docdir)/html"  ## Didn't work with installdirs-local
+-	$(INSTALL_DATA) html/*.{css,gif,html,png} "$(DESTDIR)$(docdir)/html/"
++	$(INSTALL_DATA) html/*.{css,html,png} "$(DESTDIR)$(docdir)/html/"
+ 
+ uninstall-local:
+ 	-rm -Rf "$(DESTDIR)$(docdir)/html"
+-- 
+1.7.2.2
+


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