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


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

1.13
date	2012.11.17.05.54.24;	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	2010.03.28.06.30.32;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2010.02.05.11.33.49;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2009.08.22.00.12.55;	author amdmi3;	state Exp;
branches;
next	1.8;

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

1.7
date	2008.06.06.13.02.32;	author edwin;	state Exp;
branches;
next	1.6;

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

1.5
date	2007.05.19.19.57.44;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.17.04.56.07;	author sat;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.08.14.10.47;	author sat;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.24.14.38.21;	author az;	state Exp;
branches;
next	1.1;

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


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309144
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309144 | danfe | 2012-12-18 06:30:32 +0000 (Tue, 18 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Switch to modern two-line Makefile header
## SVN ## - Use DISTVERSION to reduce hand labor
## SVN ## - Drop indefinite article from COMMENT line
## SVN ## - Convert to the new OPTIONS framework
## SVN ## - Minor cleanups in Makefile and port description
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Mark Kane <mark@@mkproductions.org>
# $FreeBSD: head/archivers/xarchive/Makefile 309144 2012-12-18 06:30:32Z danfe $

PORTNAME=	xarchive
DISTVERSION=	0.2.8-6
PORTREVISION=	7
CATEGORIES=	archivers
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}

MAINTAINER=	mark@@mkproductions.org
COMMENT=	GTK+ front end for various archiving tools

RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash

GNU_CONFIGURE=	yes
USE_GNOME=	gtk20

MAN1=		${PORTNAME}.1

OPTIONS_DEFINE=	7ZIP ARJ ACE DEB RAR RPM ZIP

7ZIP_DESC=	7zip archive support
ARJ_DESC=	ARJ archive support
ACE_DESC=	ACE archive support
DEB_DESC=	DEB archive support
RAR_DESC=	RAR archive support
RPM_DESC=	RPM archive support
ZIP_DESC=	ZIP archive support

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:M7ZIP}
RUN_DEPENDS+=	7z:${PORTSDIR}/archivers/p7zip
.endif

.if ${PORT_OPTIONS:MARJ}
RUN_DEPENDS+=	arj:${PORTSDIR}/archivers/arj
.endif

.if ${PORT_OPTIONS:MACE}
RUN_DEPENDS+=	unace:${PORTSDIR}/archivers/unace
.endif

.if ${PORT_OPTIONS:MDEB}
RUN_DEPENDS+=	dpkg-deb:${PORTSDIR}/archivers/dpkg
.endif

.if ${PORT_OPTIONS:MRAR}
RUN_DEPENDS+=	rar:${PORTSDIR}/archivers/rar \
		unrar:${PORTSDIR}/archivers/unrar
.endif

.if ${PORT_OPTIONS:MRPM}
RUN_DEPENDS+=	rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \
		rpm:${PORTSDIR}/archivers/rpm
.endif

.if ${PORT_OPTIONS:MZIP}
RUN_DEPENDS+=	zip:${PORTSDIR}/archivers/zip \
		unzip:${PORTSDIR}/archivers/unzip
.endif

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	xarchive
# Date created:				09 November 2005
# Whom:					Mark Kane <mark@@mkproductions.org>
#
# $FreeBSD: head/archivers/xarchive/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d5 1
a5 1
PORTVERSION=	0.2.8.6
d8 1
a8 2
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.2.8-6
DISTNAME=	${PORTNAME}-0.2.8-6
d11 1
a11 1
COMMENT=	A GTK+ front end for archiving tools
a14 2
MAN1=		xarchive.1

d18 11
a28 7
OPTIONS=	7ZIP "Support for 7zip archives" off \
		ARJ "Support for ARJ archives" off \
		ACE "Support for ACE archives" off \
		DEB "Support for DEB archives" off \
		RAR "Support for RAR archives" off \
		RPM "Support for RPM archives" off \
		ZIP "Support for ZIP archives" off
d30 1
a30 1
.include <bsd.port.pre.mk>
d32 1
a32 1
.if defined (WITH_7ZIP)
d36 1
a36 1
.if defined (WITH_ARJ)
d40 1
a40 1
.if defined (WITH_ACE)
d44 1
a44 1
.if defined (WITH_DEB)
d48 1
a48 1
.if defined (WITH_RAR)
d53 1
a53 1
.if defined (WITH_RPM)
d58 1
a58 1
.if defined (WITH_ZIP)
d63 1
a63 1
.include <bsd.port.post.mk>
@


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


1.11
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.10
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.9
log
@- Switch SourceForge ports to the new File Release System: categories starting with A
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.8
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 1
MASTER_SITES=	SF
@


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


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


1.5
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
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
a23 1
USE_X_PREFIX=	yes
@


1.4
log
@- Fix plist

Reported by:	pointyhat via kris
Approved by:	krion (mentor, implicit)
@
text
@d10 1
@


1.3
log
@- Update to 0.2.8.6
- Don't install docs (they are copies of the manpage)
- Add support for deb archives
- Depend on rpm-3 instead of rpm4

PR:		ports/96577
Submitted by:	sat
Approved by:	krion (mentor)
Approved by:	Mark Kane <mark@@mkproductions.org> (maintainer)
@
text
@a24 2
MAKE_ARGS=	-E doc_DATA
MAKE_ENV=	doc_DATA=""
@


1.2
log
@- Update to version 0.2.8.2

PR:		ports/89469
Submitted by:	Mark Kane (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.2.8.2
d13 1
a13 1
DISTNAME=	${PORTNAME}-0.2.8-2
d25 2
d31 1
d50 4
d60 2
a61 1
RUN_DEPENDS+=	rpm:${PORTSDIR}/archivers/rpm4
@


1.1
log
@XArchive is a GTK+ front end for command line archiving tools such as tar, rar,
zip, ace, 7zip, arj, and rpm.

It uses external bash shell wrappers to handle the different types of file
formats, so adding support for new archive types can be easily done by writing
a wrapper.

PR:		ports/88760
Submitted by:	Mark Kane <mark@@mkproductions.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.2.6.3
d13 1
a13 1
DISTNAME=	${PORTNAME}-0.2.6-3
@

