head	1.9;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.10.13.13.39.56;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.26.06.24.52;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.09.13.03.09;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2010.06.16.11.56.09;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2010.06.05.06.14.27;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.30.12.28.34;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2009.09.14.11.45.42;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2009.03.20.08.54.35;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# $FreeBSD: head/www/webservices/Makefile 305832 2012-10-13 13:39:56Z dinoex $

PORTNAME=	webservices
PORTVERSION=	0.5.5
CATEGORIES=	www gnustep
MASTER_SITES=	${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR=	libs
DISTNAME=	WebServices-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Classes for building web services

LICENSE=	LGPL21

USE_GNUSTEP=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes
USE_GNUSTEP_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
USE_GNUSTEP_LOCAL_LIBS+=	Performance:${PERFORMANCE_PORT}

DEFAULT_LIBVERSION=	0.5.0
DEFAULT_LIBVERSION2=	0.5
PLIST_SUB+=	LIBVERSION2=${DEFAULT_LIBVERSION2}
PLIST_SUB+=	MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1}

PERFORMANCE_PORT?=	devel/performance

.include <bsd.port.mk>
@


1.8
log
@SVN rev 305832 on 2012-10-13 13:39:56Z by dinoex

- cleanup comments
Feature safe: yes
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.7
log
@- reset MAINTAINER
@
text
@a0 4
# New ports collection makefile for:    webservices
# Date created:         25 Jan 2009
# Whom:                 dirk.meyer@@dinoex.sub.org
#
a1 1
#
@


1.6
log
@- update to 0.5.5
@
text
@d15 1
a15 1
MAINTAINER=	dinoex@@FreeBSD.org
@


1.5
log
@- update to 0.4.0
@
text
@d9 1
a9 1
PORTVERSION=	0.4.0
d25 1
d27 6
a32 1
DEFAULT_LIBVERSION=	0.4
@


1.4
log
@LICENSE LGPL21
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
d26 1
a26 1
DEFAULT_LIBVERSION=	0.3
@


1.3
log
@- drop USE_GNUSTEP_PREFIX
@
text
@d18 2
@


1.2
log
@- udpate to 0.3.0
@
text
@a18 1
USE_GNUSTEP_PREFIX=	yes
@


1.1
log
@A collection of classes for implementing web services in Objective-C

A collection of classes for making and/or parsing XMLRPC and SOAP requests.
This is intended to provide a framework for implementing web services,
so this release also contains initial support for parsing/editing
web service definitions (WSDL).

LICENSE: LGPL2 or later

WWW: http://www.gnustep.org/resources/downloads.php
@
text
@d9 1
a9 1
PORTVERSION=	0.2.0
d25 1
a25 1
DEFAULT_LIBVERSION=	0.1
@

