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

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Tue Sep 1 18:04:02 CEST 2009


Revision: 6152
          http://gar.svn.sourceforge.net/gar/?rev=6152&view=rev
Author:   idogan23
Date:     2009-09-01 16:04:02 +0000 (Tue, 01 Sep 2009)

Log Message:
-----------
freeradius: Initial commit

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


Property changes on: csw/mgar/pkg/freeradius/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/freeradius/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freeradius/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/freeradius/trunk/Makefile	2009-09-01 16:04:02 UTC (rev 6152)
@@ -0,0 +1,52 @@
+GARNAME = freeradius
+GARVERSION = 2.1.6
+CATEGORIES = server
+
+DESCRIPTION = A free RADIUS server implementation
+define BLURB
+  A free RADIUS server implementation
+endef
+
+MASTER_SITES = http://freeradius.org/
+DISTFILES  = $(GARNAME)-server-$(GARVERSION).tar.gz
+DISTNAME = $(GARNAME)-server-$(GARVERSION)
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+#GARCOMPILER = GCC3
+
+STRIP_LIBTOOL = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-system-libtool
+CONFIGURE_ARGS += --without-rlm_sqlippool
+CONFIGURE_ARGS += --without-rlm_sql_mysql
+CONFIGURE_ARGS += --without-rlm_sql_postgresql
+CONFIGURE_ARGS += --without-rlm_sql_db2
+CONFIGURE_ARGS += --without-rlm_sql_firebird
+CONFIGURE_ARGS += --without-rlm_sql_freetds
+CONFIGURE_ARGS += --without-rlm_sql_iodbc
+CONFIGURE_ARGS += --without-rlm_sql_oracle
+CONFIGURE_ARGS += --without-rlm_sql_sybase
+CONFIGURE_ARGS += --without-rlm_sql_unixodbc
+CONFIGURE_ARGS += --without-rlm-ldap
+CONFIGURE_ARGS += --without-rlm_eap_ikev2
+CONFIGURE_ARGS += --without-rlm_eap_sim
+CONFIGURE_ARGS += --without-rlm_eap_tls
+CONFIGURE_ARGS += --without-rlm_eap_peap
+CONFIGURE_ARGS += --without-rlm_eap_ttls
+CONFIGURE_ARGS += --without-rlm_eap_tnc
+CONFIGURE_ARGS += --without-rlm_krb5
+CONFIGURE_ARGS += --without-rlm_dbm
+CONFIGURE_ARGS += --without-rlm_otp
+CONFIGURE_ARGS += --without-rlm_pam
+CONFIGURE_ARGS += --without-rlm_python
+CONFIGURE_ARGS += --without-snmp
+
+include gar/category.mk
+PATH := /opt/csw/gnu:$(PATH)

Added: csw/mgar/pkg/freeradius/trunk/checksums
===================================================================
--- csw/mgar/pkg/freeradius/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/freeradius/trunk/checksums	2009-09-01 16:04:02 UTC (rev 6152)
@@ -0,0 +1 @@
+078f7d29b4d2d34f7c992abf772c28a0  download/freeradius-server-2.1.6.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