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

bensons at users.sourceforge.net bensons at users.sourceforge.net
Mon Jul 6 16:33:07 CEST 2009


Revision: 5514
          http://gar.svn.sourceforge.net/gar/?rev=5514&view=rev
Author:   bensons
Date:     2009-07-06 14:33:06 +0000 (Mon, 06 Jul 2009)

Log Message:
-----------
pureftpd: initial GAR checkin for pureftpd

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


Property changes on: csw/mgar/pkg/pureftpd/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/pureftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pureftpd/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pureftpd/trunk/Makefile	2009-07-06 14:33:06 UTC (rev 5514)
@@ -0,0 +1,38 @@
+GARNAME = pureftpd
+GARVERSION = 1.0.22
+CATEGORIES = net
+SRCNAME = pure-ftpd
+
+DESCRIPTION = A secure FTP daemon
+define BLURB
+  Pure-FTPd is a free (BSD), secure, production-quality and 
+  standard-conformant FTP server. It doesn't provide useless bells and 
+  whistles, but focuses on efficiency and ease of use. It provides simple 
+  answers to common needs, plus unique useful features for personal users 
+  as well as hosting providers.
+endef
+
+MASTER_SITES = http://download.pureftpd.org/pub/pure-ftpd/releases/
+DISTFILES  = $(SRCNAME)-$(GARVERSION).tar.gz
+WORKSRC = $(WORKDIR)/$(SRCNAME)-$(GARVERSION)
+
+# we require openssl for tls
+REQUIRED_PKGS = CSWosslrt
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# configure args
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-tls
+CONFIGURE_ARGS += --with-pam
+CONFIGURE_ARGS += --enable-largefile
+
+# No test suite available
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+# strange archive...
+post-build-modulated:
+	@chmod 751 $(WORKSRC)/x

Added: csw/mgar/pkg/pureftpd/trunk/checksums
===================================================================
--- csw/mgar/pkg/pureftpd/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pureftpd/trunk/checksums	2009-07-06 14:33:06 UTC (rev 5514)
@@ -0,0 +1 @@
+51857369794ba5d305e37bec55eb06c5  download/pure-ftpd-1.0.22.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