head	1.8;
access;
symbols
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2011.05.02.14.09.03;	author bapt;	state dead;
branches;
next	1.7;

1.7
date	2011.03.15.13.45.55;	author bapt;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.19.17.51.30;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2007.07.03.13.20.16;	author netchild;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.01.15.14.55;	author netchild;	state Exp;
branches;
next	1.3;

1.3
date	2007.01.30.04.23.56;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.10.16.33.25;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.11.16.52.44;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove unmaintained expired ports from lang

2011-05-01 lang/cim: Upstream disapear and distfile is no more available
2011-05-01 lang/clips: Upstream disapear and distfile is no more available
2011-05-01 lang/eiffel: Upstream disapear and distfile is no more available
2011-05-01 lang/libutils: Upstream disapear and distfile is no more available
2011-05-01 lang/linux-libperl5.8: Upstream disapear and distfile is no more available
2011-05-01 lang/osb-jscore: Abandonware, please use www/webkit-gtk2
@
text
@# New ports collection makefile for:	linux libperl
# Date created:			Sun Dec 11 16:38:34 UTC 2005
# Whom:                 Mario Sergio Fujikawa Ferreira <lioux@@FreeBSD.org>
# Based on:		emulators/linux_base by marcel@@FreeBSD.org and
#			devel/linux-sdl12 by freebsd-emulation@@FreeBSD.org
#
# $FreeBSD: ports/lang/linux-libperl5.8/Makefile,v 1.7 2011/03/15 13:45:55 bapt Exp $
#

PORTNAME=	libperl
PORTVERSION=	5.8.5
CATEGORIES=	lang linux
MASTER_SITES=	ftp://195.220.108.108/linux/conectiva/snapshot/i386/RPMS.extra/
PKGNAMEPREFIX=	linux-
DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION}-67091cl

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Library for embedding the perl interpreter (linux version)

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

USE_LINUX_RPM=	yes
USE_LDCONFIG=	yes
ONLY_FOR_ARCHS=	i386 amd64

DIST_SUBDIR=	rpm
PLIST=		${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH}
SRC_DISTFILES=	# empty, perl is covered by the Artistic License, so this is ok

.include <bsd.port.mk>
@


1.7
log
@Deprecate unmaintained ports from lang where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
@
text
@d7 1
a7 1
# $FreeBSD$
@


1.6
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
@d20 3
@


1.5
log
@Don't automatically search for the src rpm when running on pointyhat. [1]

Perl is covered by the Artistic License, so we don't need to provide the
source.

Noticed by:	pointyhat (pav) [1]
@
text
@d21 1
a21 1
INSTALLS_SHLIB=	yes
@


1.4
log
@Convert to use USE_LINUX_RPM, this fixes the build problems after my recent
commit to linux_base-fc4.

Noticed by:	pointyhat (pav)
@
text
@d26 1
@


1.3
log
@Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
@
text
@d15 1
a15 3
DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION}-67091cl.${MACHINE_ARCH}
EXTRACT_SUFX=	.rpm
EXTRACT_ONLY=
d20 3
a22 5
BUILD_DEPENDS=	rpm:${PORTSDIR}/archivers/rpm

USE_LINUX=	yes
USE_LINUX_PREFIX=	yes
LDCONFIG_LINUX=	${LINUXBASE}/sbin/ldconfig
a23 1
ONLY_FOR_ARCHS=	i386 amd64
d25 1
a25 18
NO_BUILD=	yes
PLIST=		${MASTERDIR}/pkg-plist.${MACHINE_ARCH}
MD5_FILE=	${MASTERDIR}/distinfo.${MACHINE_ARCH}

DBPATH=		/var/lib/rpm
RPMFLAGS=	--ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
		--nodeps --replacepkgs
RPMDIR=		${DISTDIR}/${DIST_SUBDIR}

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
MACHINE_ARCH=	i386
.endif

do-install:
	@@${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES}
	@@${LDCONFIG_LINUX}
d27 1
a27 1
.include <bsd.port.post.mk>
@


1.2
log
@Give up maintainership
@
text
@a30 1
NO_FILTER_SHLIBS=	yes
@


1.1
log
@New port linux-libperl version 5.8.5: Library for embedding the
perl interpreter (linux version)
@
text
@d19 1
a19 1
MAINTAINER=	lioux@@FreeBSD.org
@

