SF.net SVN: gar:[24997] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed May 20 14:49:21 CEST 2015


Revision: 24997
          http://sourceforge.net/p/gar/code/24997
Author:   dmichelsen
Date:     2015-05-20 12:49:20 +0000 (Wed, 20 May 2015)
Log Message:
-----------
cowsay/trunk: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/cowsay/
    csw/mgar/pkg/cowsay/Makefile
    csw/mgar/pkg/cowsay/branches/
    csw/mgar/pkg/cowsay/tags/
    csw/mgar/pkg/cowsay/trunk/
    csw/mgar/pkg/cowsay/trunk/Makefile
    csw/mgar/pkg/cowsay/trunk/checksums
    csw/mgar/pkg/cowsay/trunk/files/

Added: csw/mgar/pkg/cowsay/Makefile
===================================================================
--- csw/mgar/pkg/cowsay/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cowsay/Makefile	2015-05-20 12:49:20 UTC (rev 24997)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/cowsay/trunk
===================================================================
--- csw/mgar/pkg/cowsay/trunk	2015-05-20 10:32:36 UTC (rev 24996)
+++ csw/mgar/pkg/cowsay/trunk	2015-05-20 12:49:20 UTC (rev 24997)

Property changes on: csw/mgar/pkg/cowsay/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/cowsay/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cowsay/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cowsay/trunk/Makefile	2015-05-20 12:49:20 UTC (rev 24997)
@@ -0,0 +1,41 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = cowsay
+VERSION = 3.03
+GARTYPE = v2
+
+DESCRIPTION = Generates ASCII pictures of a cow with a message
+
+MASTER_SITES = ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/
+DISTFILES  = $(DISTNAME).tar.gz
+
+VENDOR_URL = http://www.nog.net/~tony/wareza
+
+PACKAGES += CSWcowsay
+SPKG_DESC_CSWcowsay = Generates ASCII pictures of a cow with a message
+# PKGFILES is catchall
+ARCHALL_CSWcowsay = 1
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+	ginstall -d -m 0755 $(DESTDIR)$(bindir)
+	cat $(WORKSRC)/cowsay | \
+		sed -e 's,%BANGPERL%,!/usr/bin/perl,' -e 's,%PREFIX%/share,$(sharedstatedir),' \
+		> $(DESTDIR)$(bindir)/cowsay
+	chmod 755 $(DESTDIR)$(bindir)/cowsay
+	ln -s cowsay $(DESTDIR)$(bindir)/cowthink
+	ginstall -d -m 0755 $(DESTDIR)$(mandir)/man1
+	cat $(WORKSRC)/cowsay.1 | \
+		sed -e 's,%BANGPERL%,!/usr/bin/perl,' -e 's,%PREFIX%/share,$(sharedtatedir),' \
+		> $(DESTDIR)$(mandir)/man1/cowsay.1
+	ln -s cowsay.1 $(DESTDIR)$(mandir)/man1/cowthink.1
+	ginstall -d -m 0755 $(DESTDIR)$(sharedstatedir)/cows
+	ginstall -m 0644 $(WORKSRC)/cows/* $(DESTDIR)$(sharedstatedir)/cows
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/cowsay/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/cowsay/trunk/checksums
===================================================================
--- csw/mgar/pkg/cowsay/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cowsay/trunk/checksums	2015-05-20 12:49:20 UTC (rev 24997)
@@ -0,0 +1 @@
+b29169797359420dadb998079021a494  cowsay-3.03.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