head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.08.05.23.19.36;	author dougb;	state Exp;
branches;
next	1.8;

1.8
date	2010.12.04.07.33.23;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.34.51;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.02.19.35.26;	author mezz;	state Exp;
branches;
next	1.5;

1.5
date	2008.08.21.06.18.14;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.19.17.53.22;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.23.10.38.54;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.15.06.50.56;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.18.19.04.40;	author pav;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	distcache
# Date created:				2005-04-13
# Whom:					Marcel Prisi <marcel.prisi@@virtua.ch>
#
# $FreeBSD: head/security/distcache/Makefile 302141 2012-08-05 23:19:36Z dougb $
#

PORTNAME=	distcache
PORTVERSION=	1.4.5
PORTREVISION=	1
CATEGORIES=	security www
MASTER_SITES=	SF/${PORTNAME}/2.%20${PORTNAME}-stable/${PORTVERSION} \
		http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/


MAINTAINER=	marcel.prisi@@virtua.ch
COMMENT=	Distributed OpenSSL session caching tools

CONFLICTS=	distcache-devel-*

USE_BZIP2=	yes
USE_RC_SUBR=	dc_server
USE_AUTOTOOLS=	libtool
USE_OPENSSL=	yes
USE_LDCONFIG=	yes

SUB_LIST+=	NAME=dc_server

.if !defined(NOPORTDOCS)
PORTDOCS=	ANNOUNCE BUGS CHANGES FAQ INSTALL LICENSE README
.endif

MAN1=	dc_client.1 dc_server.1 dc_snoop.1 dc_test.1 sslswamp.1
MAN2=	DC_CTX_new.2 DC_PLUG_new.2 DC_PLUG_read.2 DC_SERVER_new.2 \
	NAL_ADDRESS_new.2 NAL_BUFFER_new.2 NAL_CONNECTION_new.2 \
	NAL_LISTENER_new.2 NAL_SELECTOR_new.2 NAL_decode_uint32.2
MAN8=	distcache.8

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.9
log
@SVN rev 302141 on 2012-08-05 23:19:36Z by dougb

Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Sync to new bsd.autotools.mk
@
text
@d22 1
a22 1
USE_RC_SUBR=	dc_server.sh
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d23 1
a23 1
USE_AUTOTOOLS=	libtool:22
@


1.6
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
d14 1
a14 1
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.5
log
@Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
@
text
@d23 1
a23 1
USE_AUTOTOOLS=	libtool:15
@


1.4
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@a24 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.3
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d26 1
a26 1
INSTALLS_SHLIB=	yes
@


1.2
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d10 1
@


1.1
log
@Distributed session caching tools and APIs, primarily for SSL/TLS servers
though perhaps useful for other (non-SSL/TLS) circumstances.

Also includes a self-contained network abstraction library (libnal), and the
sslswamp SSL/TLS benchmark/test utility.

PR:		ports/79878
Submitted by:	Marcel Prisi <marcel.prisi@@virtua.ch>
@
text
@d22 1
a22 1
USE_LIBTOOL_VER=15
@

