Revision: 16705
          http://gar.svn.sourceforge.net/gar/?rev=16705&view=rev
Author:   dmichelsen
Date:     2012-01-05 21:29:19 +0000 (Thu, 05 Jan 2012)
Log Message:
-----------
sfpc: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/sfpc/
    csw/mgar/pkg/sfpc/Makefile
    csw/mgar/pkg/sfpc/branches/
    csw/mgar/pkg/sfpc/tags/
    csw/mgar/pkg/sfpc/trunk/
    csw/mgar/pkg/sfpc/trunk/Makefile
    csw/mgar/pkg/sfpc/trunk/checksums
    csw/mgar/pkg/sfpc/trunk/files/
    csw/mgar/pkg/sfpc/trunk/files/0001-Force-CSW-Perl.patch
    csw/mgar/pkg/sfpc/trunk/files/COPYING

Added: csw/mgar/pkg/sfpc/Makefile
===================================================================
--- csw/mgar/pkg/sfpc/Makefile                          (rev 0)
+++ csw/mgar/pkg/sfpc/Makefile  2012-01-05 21:29:19 UTC (rev 16705)
@@ -0,0 +1,2 @@
+%:
+       $(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/sfpc/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/sfpc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sfpc/trunk/Makefile                            (rev 0)
+++ csw/mgar/pkg/sfpc/trunk/Makefile    2012-01-05 21:29:19 UTC (rev 16705)
@@ -0,0 +1,42 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = sfpC
+VERSION = 0.6
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = Solaris fingerprint companion
+define BLURB
+endef
+
+MASTER_SITES = http://wesunsolve.net/downloads/
+DISTNAME = $(NAME)-v$(VERSION)
+DISTFILES += $(DISTNAME).tar.bz2
+DISTFILES += COPYING
+PATCHFILES += 0001-Force-CSW-Perl.patch
+
+PACKAGES += CSWwesunsolve-sfpc
+SPKG_DESC_CSWwesunsolve-sfpc = Solaris fingerprint companion sfpc
+RUNTIME_DEP_PKGS_CSWwesunsolve-sfpc += CSWperl
+RUNTIME_DEP_PKGS_CSWwesunsolve-sfpc += CSWpm-libwww-perl
+RUNTIME_DEP_PKGS_CSWwesunsolve-sfpc += CSWpm-html-parser
+ARCHALL_CSWwesunsolve-sfpc = 1
+# No Perl checks in checkpkg
+CHECKPKG_OVERRIDES_CSWwesunsolve-sfpc += surplus-dependency|CSWperl
+CHECKPKG_OVERRIDES_CSWwesunsolve-sfpc += surplus-dependency|CSWpm-libwww-perl
+CHECKPKG_OVERRIDES_CSWwesunsolve-sfpc += surplus-dependency|CSWpm-html-parser
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+       ginstall -d $(DESTDIR)$(bindir)
+       ginstall -m 0755 $(WORKSRC)/sfpC.pl $(DESTDIR)$(bindir)/sfpc
+       ginstall -d $(DESTDIR)$(docdir)/wesunsolve_sfpc
+       ginstall -m 0644 $(WORKSRC)/README.* 
$(DESTDIR)$(docdir)/wesunsolve_sfpc/
+       @$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/sfpc/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/sfpc/trunk/checksums
===================================================================
--- csw/mgar/pkg/sfpc/trunk/checksums                           (rev 0)
+++ csw/mgar/pkg/sfpc/trunk/checksums   2012-01-05 21:29:19 UTC (rev 16705)
@@ -0,0 +1 @@
+af328d687b981a0ffb73f4c9095e77a8  sfpC-v0.6.tar.bz2

Added: csw/mgar/pkg/sfpc/trunk/files/0001-Force-CSW-Perl.patch
===================================================================
--- csw/mgar/pkg/sfpc/trunk/files/0001-Force-CSW-Perl.patch                     
        (rev 0)
+++ csw/mgar/pkg/sfpc/trunk/files/0001-Force-CSW-Perl.patch     2012-01-05 
21:29:19 UTC (rev 16705)
@@ -0,0 +1,30 @@
+From b302d6f3120583bbcecc491c993a8ae471f74835 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <[email protected]>
+Date: Thu, 5 Jan 2012 22:06:02 +0100
+Subject: [PATCH] Force CSW Perl
+
+---
+ sfpC.pl |    7 ++++---
+ 1 files changed, 4 insertions(+), 3 deletions(-)
+ mode change 100755 => 100644 sfpC.pl
+
+diff --git a/sfpC.pl b/sfpC.pl
+old mode 100755
+new mode 100644
+index df6e600..b59f71c
+--- a/sfpC.pl
++++ b/sfpC.pl
+@@ -1,6 +1,7 @@
+-:
+-eval 'exec perl $0 ${1+"$@"}'
+-if 0; 
++#!/opt/csw/bin/perl
++
++use strict;
++use warnings;
+ 
+ #
+ # Version of sfpC.pl modified by Thomas Gouverneur <[email protected]>
+-- 
+1.7.8.2
+

Added: csw/mgar/pkg/sfpc/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/sfpc/trunk/files/COPYING                               (rev 0)
+++ csw/mgar/pkg/sfpc/trunk/files/COPYING       2012-01-05 21:29:19 UTC (rev 
16705)
@@ -0,0 +1,27 @@
+# -----------------------------------------------------------------------------
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright 2007 Sun Microsystems Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+#ident  "@(#)sfpC.pl 1.2     07/08/13     SMI"
+#
+

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to