head	1.19;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.19
date	2012.11.28.08.03.19;	author svnexp;	state dead;
branches;
next	1.18;

1.18
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.10.26.10.23.01;	author bapt;	state Exp;
branches;
next	1.16;

1.16
date	2012.01.09.04.01.16;	author eadler;	state Exp;
branches;
next	1.15;

1.15
date	2012.01.02.04.39.12;	author tabthorpe;	state Exp;
branches;
next	1.14;

1.14
date	2010.12.12.01.08.05;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2009.02.24.13.31.53;	author skv;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.19.17.53.30;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2007.09.30.10.39.07;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2006.04.17.20.55.37;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2006.04.15.06.26.48;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.04.05.08.51;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2004.01.06.14.55.43;	author mbr;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.07.06.10.48;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.19.11.27.51;	author mbr;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.19.09.47.52;	author mbr;	state Exp;
branches;
next	1.3;

1.3
date	2001.12.24.13.48.27;	author mbr;	state Exp;
branches;
next	1.2;

1.2
date	2001.09.11.22.09.39;	author sf;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.06.22.39.15;	author alex;	state Exp;
branches;
next	;


desc
@@


1.19
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307888
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307888 | bapt | 2012-11-28 08:00:54 +0000 (Wed, 28 Nov 2012) | 9 lines
## SVN ##
## SVN ## 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtk
## SVN ## 2012-11-26 palm/txt2pdbdoc: No more public distfiles
## SVN ## 2012-11-26 sysutils/xloadface: No more public distfiles
## SVN ## 2012-11-26 shells/gscommander: Abandonware
## SVN ## 2012-11-26 security/saferpay: No more public distfiles
## SVN ## 2012-11-26 x11-wm/qvwm: No more public distfiles
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: mb@@imp.ch
# $FreeBSD: head/security/saferpay/Makefile 306432 2012-10-26 10:23:01Z bapt $

PORTNAME=	saferpay
PORTVERSION=	1.3.0
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	http://www.saferpay.com/download/
DISTFILES=	${PORTNAME}_${PORTVERSION}_linux-g++_src.tar.gz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A command line tool for online payment

DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2012-11-26

MAKEFILE=	${WRKSRC}/saferpay/Makefile

USE_GMAKE=	yes
USE_OPENSSL=	yes
USE_LDCONFIG=	yes
WRKSRC=		${WRKDIR}

post-patch:
	@@${SED} -i orig -e 's#%%PREFIX%%#${PREFIX}#g' ${WRKDIR}/saferpay/Makefile
.if exists(/usr/include/openssl/engine.h)
CFLAGS+=	-DHAVE_SSLENGINE_H
.endif

.if !defined(WITH_P5_API)
pre-build:
	@@${ECHO} "-----------------------------------------------------"
	@@${ECHO} You are building now the saferpay command line tool.
	@@${ECHO} If you like to install the perl API too, break this
	@@${ECHO} installation and start it again with WITH_P5_API=YES.
	@@${ECHO} "-----------------------------------------------------"
.else
pre-build:
PLIST=		${PKGDIR}/pkg-plist.p5
post-build:
	@@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} xs)
post-install:
	@@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} installxs)
	${GZIP_CMD} ${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/../man/man3/soplex::saferpay::MessageObject.3
	${GZIP_CMD} ${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/../man/man3/soplex::saferpay::MessageFactory.3
.endif

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=		Does not compile with GCC 4.2
.endif

.include <bsd.port.post.mk>
@


1.18
log
@Switch exporter over
@
text
@@


1.17
log
@SVN rev 306432 on 2012-10-26 10:23:01Z by bapt

Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.16
log
@- Remove outdated version checks

Reviewed by:	nox
@
text
@d1 1
a1 4
# New ports collection makefile for:	saferpay
# Date created:		06 September 2001
# Whom:			mb@@imp.ch
#
a2 1
#
d14 3
@


1.15
log
@- Reassign to the heap
@
text
@a50 1
.if ${OSVERSION} >= 700042
a53 1
.endif
@


1.14
log
@- Fix build with gcc 4.2 on amd64
  Note, this might fix sparc64 too but I can't test it
- Bump PORTREVISION

PR:             ports/152333
Submitted by:   Peter Klett <peter@@netkey.at>
Approved by:    maintainer timeout (mbr ; 24 days)
@
text
@d15 1
a15 1
MAINTAINER=	mbr@@FreeBSD.org
@


1.13
log
@Don't use PERL_VER (it will be deleted soon), use PERL_VERSION instead.
@
text
@d10 1
a10 1
PORTREVISION=	1
d52 1
a52 1
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
@


1.12
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
@d45 2
a46 2
	${GZIP_CMD} ${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/../man/man3/soplex::saferpay::MessageObject.3
	${GZIP_CMD} ${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/../man/man3/soplex::saferpay::MessageFactory.3
@


1.11
log
@Mark as broken with gcc4.2 on 64-bit archs.
@
text
@d22 1
a22 1
INSTALLS_SHLIB=	yes
@


1.10
log
@Restore mbr as maintainer at his request.  It seems I lost his mail replying
to my request for status.

Hat:		portmgr
Pointy hat:	linimon
@
text
@d49 9
a57 1
.include <bsd.port.mk>
@


1.9
log
@Reset mbr due to no answer to an email inquiry about his status, and
maintainer-timeouts.

Hat:	portmgr
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.8
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d15 1
a15 1
MAINTAINER=	mbr@@FreeBSD.org
@


1.7
log
@Upgrade to version 1.3.0
@
text
@d10 1
@


1.6
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	1.2.8
@


1.5
log
@Fix compile on CURRENT - finally. We have to check for the engine.h
header to get the things right.
@
text
@d15 1
@


1.4
log
@Upgrade to version 1.2.8 to fix c++ errors on CURRENT.

Pointed out by:		kris (bento)
@
text
@d25 3
@


1.3
log
@The distfile has changed. The Makefile in the original distfile
contained ^M at the end of each line. They have removed them now.
This is the only change in in the distfile.

Remove the pre-patch, it is not needed anymore.

Change my mail-address while I'm here.

Approved by:	demon
@
text
@d9 1
a9 2
PORTVERSION=	1.2.2
PORTREVISION=	1
d23 3
d40 2
@


1.2
log
@unbreak: USE_GMAKE.
respect CC/CFLAGS.
add missing headers.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/saferpay/Makefile,v 1.1 2001/09/06 22:39:15 alex Exp $
d15 1
a15 1
MAINTAINER=	mb@@imp.ch
a22 5

pre-patch:
	@@${CHMOD} 644 ${MAKEFILE}
	@@${CP} ${MAKEFILE} ${MAKEFILE}.orig
	@@${SED} -e 's%.$$%%' < ${MAKEFILE}.orig > ${MAKEFILE}
@


1.1
log
@saferpay is a command line tool for online payment.
At the moment it is
used in europe, mostly germany and switzerland.

Submitted by:	Martin Blapp <mb@@imp.ch>
@
text
@d5 1
a5 1
# $FreeBSD: $
d10 1
d19 1
@

