head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.04.14.20.24.47;	author netchild;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.07.14.54.14;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2009.06.02.21.15.32;	author bsam;	state Exp;
branches;
next	1.3;

1.3
date	2009.04.01.10.10.09;	author bsam;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.19.17.46.08;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.04.08.46.17;	author bsam;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	archivers/linux-ucl
# Date created:				03 Jun 2007
# Whom:					Boris Samorodov <bsam@@FreeBSD.org>
#
# $FreeBSD: head/archivers/linux-ucl/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=		ucl
PORTVERSION=		1.03
PORTREVISION=		2
CATEGORIES=		archivers linux
MASTER_SITES=		CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
DISTNAME=		${PORTNAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER=		emulation@@FreeBSD.org
COMMENT=		RPM of UCL, a lossless data compression library

CONFLICTS=		linux-f8-ucl-[0-9]* linux-f10-ucl-[0-9]*

# EXPIRATION_DATE is the EoL of the last 7.x release
EXPIRATION_DATE=2013-02-28
USE_LINUX_RPM=		yes
RPMVERSION=		3
LINUX_DIST_VER=		4
USE_LDCONFIG=		yes
MASTER_SITE_SRC_SUBDIR=	../extras/${LINUX_DIST_VER}/SRPMS
DESCR=			${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>
@


1.6
log
@Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).

I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.

Discussed with:	bsam
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Update MASTER_SITES
@
text
@d20 2
@


1.4
log
@. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}
@


1.3
log
@Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
@
text
@d10 1
a10 1
PORTREVISION=		1
d18 1
a18 1
CONFLICTS=		linux-f8-ucl-[0-9]*
@


1.2
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
@d10 1
d18 2
@


1.1
log
@UCL is a portable lossless data compression library written in ANSI C.

UCL implements a number of compression algorithms that achieve an excellent
compression ratio while allowing *very* fast decompression. Decompression
requires no additional memory.

Author: Markus Franz Xaver Johannes Oberhumer
        markus@@oberhumer.com

WWW: http://www.oberhumer.com/opensource/ucl/
@
text
@d20 1
a20 1
INSTALLS_SHLIB=		yes
@

