[csw-devel] SF.net SVN: gar:[6609] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Sep 29 14:12:08 CEST 2009
Revision: 6609
http://gar.svn.sourceforge.net/gar/?rev=6609&view=rev
Author: dmichelsen
Date: 2009-09-29 12:12:08 +0000 (Tue, 29 Sep 2009)
Log Message:
-----------
chmlib: Initial commit
Added Paths:
-----------
csw/mgar/pkg/chmlib/
csw/mgar/pkg/chmlib/branches/
csw/mgar/pkg/chmlib/tags/
csw/mgar/pkg/chmlib/trunk/
csw/mgar/pkg/chmlib/trunk/Makefile
csw/mgar/pkg/chmlib/trunk/checksums
csw/mgar/pkg/chmlib/trunk/files/
Property changes on: csw/mgar/pkg/chmlib/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/chmlib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/chmlib/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/chmlib/trunk/Makefile 2009-09-29 12:12:08 UTC (rev 6609)
@@ -0,0 +1,33 @@
+GARNAME = chmlib
+GARVERSION = 0.40
+CATEGORIES = lib
+
+DESCRIPTION = Library designed for accessing MS ITSS files (chm)
+define BLURB
+ CHMLIB is a library for dealing with Microsoft ITSS/CHM format files.
+ Right now, it is a very simple library, but sufficient for dealing with
+ all of the .chm files I've come across. Due to the fairly well-designed
+ indexing built into this particular file format, even a small library is
+ able to gain reasonably good performance indexing into ITSS archives.
+endef
+
+MASTER_SITES = http://www.jedrea.com/chmlib/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-examples
+
+TEST_TARGET = check
+
+DOCS = NEWS README
+DOCS += ChmLib-ds6.zip ChmLib-ce.zip
+
+include gar/category.mk
+
+post-install-modulated:
+ ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
+ $(foreach D,$(DOCS),ginstall $(WORKSRC)/$D $(DESTDIR)$(docdir)/$(GARNAME)/$D;)
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/chmlib/trunk/checksums
===================================================================
--- csw/mgar/pkg/chmlib/trunk/checksums (rev 0)
+++ csw/mgar/pkg/chmlib/trunk/checksums 2009-09-29 12:12:08 UTC (rev 6609)
@@ -0,0 +1 @@
+7ea49ed8c335215c1edc6fae83e6b912 download/chmlib-0.40.tar.bz2
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