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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sat Jul 4 17:40:26 CEST 2009


Revision: 5501
          http://gar.svn.sourceforge.net/gar/?rev=5501&view=rev
Author:   skayser
Date:     2009-07-04 15:40:26 +0000 (Sat, 04 Jul 2009)

Log Message:
-----------
hexdump: initial commit

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


Property changes on: csw/mgar/pkg/hexdump/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/hexdump/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hexdump/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/hexdump/trunk/Makefile	2009-07-04 15:40:26 UTC (rev 5501)
@@ -0,0 +1,35 @@
+GARNAME = hexdump
+GARVERSION = 1.6
+CATEGORIES = utils
+
+DESCRIPTION = A hex dumper that can handle EBCDIC
+define BLURB
+endef
+
+MASTER_SITES = http://www.catb.org/~esr/hexdump/
+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
+
+CONFIGURE_SCRIPTS =
+BUILD_TARGETS = hexdump hexdump.1
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+NORUNPATH = 1
+
+include gar/category.mk
+
+install-custom:
+	ginstall -D $(WORKSRC)/hexdump $(DESTDIR)$(bindir)/hexdump
+	ginstall -D $(WORKSRC)/hexdump.1 $(DESTDIR)$(mandir)/man1/hexdump.1
+	@$(MAKECOOKIE)
+
+post-install-modulated: DOCS=README
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+	ginstall -d $(DOCDEST)
+	cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+	cp $(addprefix $(WORKSRC)/, $(DOCS)) $(DOCDEST)
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/hexdump/trunk/checksums
===================================================================
--- csw/mgar/pkg/hexdump/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/hexdump/trunk/checksums	2009-07-04 15:40:26 UTC (rev 5501)
@@ -0,0 +1 @@
+eece17333784d8aeed09694ca81082f4  download/hexdump-1.6.tar.gz

Added: csw/mgar/pkg/hexdump/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/hexdump/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/hexdump/trunk/files/changelog.CSW	2009-07-04 15:40:26 UTC (rev 5501)
@@ -0,0 +1,10 @@
+hexdump (1.6,REV=2009.07.04)
+
+  * Adopted and built using GAR.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Sat,  4 Jul 2009 02:06:57 +0200
+hexdump (1.6,REV=2009.07.04)
+
+  * Adopted and built using GAR.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Sat,  4 Jul 2009 17:37:13 +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