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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Wed Jul 1 19:45:07 CEST 2009


Revision: 5475
          http://gar.svn.sourceforge.net/gar/?rev=5475&view=rev
Author:   skayser
Date:     2009-07-01 17:45:07 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
indent: initial commit

Added Paths:
-----------
    csw/mgar/pkg/indent/
    csw/mgar/pkg/indent/branches/
    csw/mgar/pkg/indent/tags/
    csw/mgar/pkg/indent/trunk/
    csw/mgar/pkg/indent/trunk/Makefile
    csw/mgar/pkg/indent/trunk/checksums
    csw/mgar/pkg/indent/trunk/files/
    csw/mgar/pkg/indent/trunk/files/changelog.CSW


Property changes on: csw/mgar/pkg/indent/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/indent/trunk/Makefile
===================================================================
--- csw/mgar/pkg/indent/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/indent/trunk/Makefile	2009-07-01 17:45:07 UTC (rev 5475)
@@ -0,0 +1,44 @@
+GARNAME = indent
+GARVERSION = 2.2.10
+CATEGORIES = utils
+
+DESCRIPTION = C language source code formatting program 
+define BLURB
+  The indent program can be used to make code easier to read. It can also convert
+  from one style of writing C to another. indent understands a substantial amount
+  about the syntax of C, but it also attempts to cope with incomplete and
+  misformed syntax. 
+endef
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# texinfo2man doesn't belong in the package
+EXTRA_MERGE_EXCLUDE_FILES = /opt/csw/bin/texinfo2man
+
+TEST_SCRIPTS =
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+# Cosmetic stuff: 
+# Get rid of the -R options derived by autoconfs "checking how to link with"
+post-configure-modulated:
+	perl -pi -e 's|-R/opt/csw/lib||' \
+		$(WORKSRC)/Makefile $(WORKSRC)/src/Makefile
+	@$(MAKECOOKIE)
+
+# indent.1 (man page) comes with the tarball and is not a phony target
+# As we don't want an empty man page, delete it to have it generated correctly
+pre-build-modulated:
+	rm $(WORKSRC)/man/indent.1
+	@$(MAKECOOKIE)
+
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+	@ginstall -d $(DOCDEST)
+	@cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/indent/trunk/checksums
===================================================================
--- csw/mgar/pkg/indent/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/indent/trunk/checksums	2009-07-01 17:45:07 UTC (rev 5475)
@@ -0,0 +1 @@
+be35ea62705733859fbf8caf816d8959  download/indent-2.2.10.tar.gz

Added: csw/mgar/pkg/indent/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/indent/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/indent/trunk/files/changelog.CSW	2009-07-01 17:45:07 UTC (rev 5475)
@@ -0,0 +1,6 @@
+indent (2.2.10,REV=2009.07.01)
+
+  * Adopted and updated to 2.2.10. (Closes #3747, #3277)
+  * Dropped texinfo2man from package.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Wed,  1 Jul 2009 19:21:56 +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