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


1.14
date	2012.12.30.18.55.35;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.01.05.15.46;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2011.07.07.17.34.11;	author makc;	state Exp;
branches;
next	1.10;

1.10
date	2010.12.04.07.30.14;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.28.06.30.31;	author dinoex;	state Exp;
branches;
next	1.8;

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

1.7
date	2009.08.02.19.32.05;	author mezz;	state Exp;
branches;
next	1.6;

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

1.5
date	2009.02.21.11.31.24;	author makc;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.13.02.30;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.05.19.19.57.44;	author flz;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.22.01.50.16;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.14.08.51.35;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309662
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309662 | beat | 2012-12-30 12:03:51 +0000 (Sun, 30 Dec 2012) | 7 lines
## SVN ##
## SVN ## - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
## SVN ##   was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
## SVN ##   maintained upstream nor in our tree.
## SVN ## - Set EXPIRATION_DATE to 2013-07-01
## SVN ##
## SVN ## Discussed with:	bapt, tabthorpe
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	kio-p7zip
# Date created:				2006-07-28
# Whom:					makc <makc@@issp.ac.ru>
#
# $FreeBSD: head/archivers/kio_p7zip/Makefile 309662 2012-12-30 12:03:51Z beat $
#

PORTNAME=	kio_p7zip
PORTVERSION=	0.3.1
PORTREVISION=	6
CATEGORIES=	archivers kde
MASTER_SITES=	http://www.kde-apps.org/CONTENT/content-files/
DISTNAME=	17829-${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Kioslave for KDE to handle 7zip files

RUN_DEPENDS=	7za:${PORTSDIR}/archivers/p7zip

DEPRECATED=	Depends on QT3; unmaintained
EXPIRATION_DATE=	2013-07-01

USE_BZIP2=	yes
USE_QT_VER=	3
USE_KDELIBS_VER=3
GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	libtool
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/archivers/kio_p7zip/Makefile 300895 2012-07-14 12:56:14Z beat $
d20 3
@


1.12
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Drop maintainership (I don't use Qt3 ports anymore)
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.10
log
@Sync to new bsd.autotools.mk
@
text
@d15 1
a15 1
MAINTAINER=	makc@@FreeBSD.org
@


1.9
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d24 1
a24 1
USE_AUTOTOOLS=	libtool:22
@


1.8
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.7
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
@d10 1
a10 1
PORTREVISION=	3
@


1.6
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d24 1
a24 1
USE_AUTOTOOLS=	libtool:15
@


1.5
log
@Use my @@FreeBSD.org email for the rest of my ports
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d15 1
a15 1
MAINTAINER=	makc@@issp.ac.ru
@


1.3
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@- Change master site to make it fetchable. The following three sites

  www.kde-apps.org
  www.kde-look.org
  www.gnome-look.org

  changed their file location.

PR:		ports/109389
Noticed by:	Phillip Neumann <pneumann at gmail.com>
Approved by:	portmgr (pav)
@
text
@d10 1
@


1.1
log
@This is a kioslave for KDE to handle 7zip files.
Simply, enter 'p7zip:/path_to_file/filename.7z' in konqueror to use this.

Author:	Raul Fernandes <rgfbr@@yahoo.com.br>
WWW:	http://www.kde-apps.org/content/show.php?content=17829

PR:		ports/101009
Submitted by:	makc <makc at issp.ac.ru>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.kde-apps.org/content/files/
@

