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

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Sun Jan 18 18:17:43 CET 2009


Revision: 2852
          http://gar.svn.sourceforge.net/gar/?rev=2852&view=rev
Author:   bonivart
Date:     2009-01-18 17:17:42 +0000 (Sun, 18 Jan 2009)

Log Message:
-----------
botnet: first commit

Added Paths:
-----------
    csw/mgar/pkg/botnet/
    csw/mgar/pkg/botnet/branches/
    csw/mgar/pkg/botnet/tags/
    csw/mgar/pkg/botnet/trunk/
    csw/mgar/pkg/botnet/trunk/Makefile
    csw/mgar/pkg/botnet/trunk/checksums
    csw/mgar/pkg/botnet/trunk/files/
    csw/mgar/pkg/botnet/trunk/files/CSWbotnet.gspec


Property changes on: csw/mgar/pkg/botnet/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/botnet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/botnet/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/botnet/trunk/Makefile	2009-01-18 17:17:42 UTC (rev 2852)
@@ -0,0 +1,51 @@
+GARNAME = botnet
+GARVERSION = 0.8
+CATEGORIES = net
+
+DESCRIPTION = Botnet detector plugin for SpamAssassin
+define BLURB
+	Botnet looks for possible botnet sources of email by checking
+	various DNS values that indicate things such as other ISP's clients or
+	workstations, or misconfigured DNS settings that are more likely to
+	happen with client or workstation addresses than servers.
+endef
+
+MASTER_SITES = http://people.ucsc.edu/~jrudd/spamassassin/
+DISTFILES  = Botnet-$(GARVERSION).tar
+DISTFILES += $(call admfiles,CSWbotnet,)
+
+SPKG_DESC_CSWspamassassin = mail filter with a wide range of tests
+REQUIRED_PKGS = CSWspamassassin CSWcswclassutils
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = -(\d+(?:\.\d+)*).tar
+
+SPKG_CLASSES = none cswcpsampleconf
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+#ENABLE_CHECK = 0
+
+PROTOTYPE_FILTER  = awk '$$$$3 ~ /\/Botnet.cf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }'
+
+include gar/category.mk
+
+WORKSRC = $(WORKDIR)
+MAINFILES =  Botnet.pm Botnet.cf.CSW
+DOCFILES = Botnet.api.txt Botnet.credits.txt Botnet.txt Botnet.variants.txt INSTALL
+
+install-custom:
+	@echo " ==> Installing $(GARNAME) (custom)"
+	@mv $(WORKSRC)/Botnet.cf $(WORKSRC)/Botnet.cf.CSW
+	@rm -rf $(DESTDIR)
+	@ginstall -d $(DESTDIR)$(bindir)
+	@cp $(WORKSRC)/Botnet.pl $(DESTDIR)$(bindir)
+	@ginstall -d $(DESTDIR)$(sysconfdir)/mail/spamassassin
+	@$(foreach FILE, $(MAINFILES), cp $(WORKSRC)/$(FILE) $(DESTDIR)$(sysconfdir)/mail/spamassassin ;)
+	@ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
+	@$(foreach FILE, $(DOCFILES), cp $(WORKSRC)/$(FILE) $(DESTDIR)$(docdir)/$(GARNAME) ;)
+	@cp -r $(WORKSRC)/COPYING $(DESTDIR)$(docdir)/$(GARNAME)/LICENSE
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/botnet/trunk/checksums
===================================================================
--- csw/mgar/pkg/botnet/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/botnet/trunk/checksums	2009-01-18 17:17:42 UTC (rev 2852)
@@ -0,0 +1,2 @@
+1bf1b358e7b1802c2ac15ca6bb084621  download/Botnet-0.8.tar
+2ff988f4d47eba1da4cd3d28a37664c3  download/CSWbotnet.gspec

Added: csw/mgar/pkg/botnet/trunk/files/CSWbotnet.gspec
===================================================================
--- csw/mgar/pkg/botnet/trunk/files/CSWbotnet.gspec	                        (rev 0)
+++ csw/mgar/pkg/botnet/trunk/files/CSWbotnet.gspec	2009-01-18 17:17:42 UTC (rev 2852)
@@ -0,0 +1,8 @@
+%var            bitname botnet
+%var            pkgname CSWbotnet
+%var		arch all
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright
+
+Please see /opt/csw/share/doc/botnet/LICENSE for license information
+


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