SF.net SVN: gar:[25584] csw/mgar/pkg
sfbsdsx at users.sourceforge.net
sfbsdsx at users.sourceforge.net
Sat Feb 27 11:16:42 CET 2016
Revision: 25584
http://sourceforge.net/p/gar/code/25584
Author: sfbsdsx
Date: 2016-02-27 10:16:42 +0000 (Sat, 27 Feb 2016)
Log Message:
-----------
initial import
Added Paths:
-----------
csw/mgar/pkg/musl-fts/
csw/mgar/pkg/musl-fts/Makefile
csw/mgar/pkg/musl-fts/branches/
csw/mgar/pkg/musl-fts/tags/
csw/mgar/pkg/musl-fts/trunk/
csw/mgar/pkg/musl-fts/trunk/Makefile
csw/mgar/pkg/musl-fts/trunk/checksums
csw/mgar/pkg/musl-fts/trunk/files/
Added: csw/mgar/pkg/musl-fts/Makefile
===================================================================
--- csw/mgar/pkg/musl-fts/Makefile (rev 0)
+++ csw/mgar/pkg/musl-fts/Makefile 2016-02-27 10:16:42 UTC (rev 25584)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/musl-fts/trunk
===================================================================
--- csw/mgar/pkg/musl-fts/trunk 2016-02-26 13:36:56 UTC (rev 25583)
+++ csw/mgar/pkg/musl-fts/trunk 2016-02-27 10:16:42 UTC (rev 25584)
Property changes on: csw/mgar/pkg/musl-fts/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/musl-fts/trunk/Makefile
===================================================================
--- csw/mgar/pkg/musl-fts/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/musl-fts/trunk/Makefile 2016-02-27 10:16:42 UTC (rev 25584)
@@ -0,0 +1,33 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = musl-fts
+VERSION = 1.2.4
+GARTYPE = v2
+
+DESCRIPTION = Implementation of fts(3)
+define BLURB
+ Port of musl-fts (https://github.com/pullmoll/musl-fts)
+ Implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close
+ It uses the NetBSD implementation of fts(3)
+endef
+
+MASTER_SITES = https://github.com/pullmoll/musl-fts/archive/
+DISTFILES = v$(VERSION).tar.gz
+
+PACKAGES += CSWlibfts0
+PKGFILES_CSWlibfts0 += $(call pkgfiles_lib,libfts.so.0)
+SPKG_DESC_CSWlibfts0 += $(DESCRIPTION), libfts.so.0
+
+PACKAGES += CSWlibfts-dev
+SPKG_DESC_CSWlibfts-dev += Development files for libfts.so.0
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibfts-dev += CSWlibfts0
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+pre-configure:
+ cd $(WORKSRC) && sh bootstrap.sh
+ @$(MAKECOOKIE)
Property changes on: csw/mgar/pkg/musl-fts/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/musl-fts/trunk/checksums
===================================================================
--- csw/mgar/pkg/musl-fts/trunk/checksums (rev 0)
+++ csw/mgar/pkg/musl-fts/trunk/checksums 2016-02-27 10:16:42 UTC (rev 25584)
@@ -0,0 +1 @@
+74992302abc6b28deece703dd7b11d3b v1.2.4.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