head	1.22;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.19
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.22
date	2012.11.17.06.03.26;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.06.01.05.25.30;	author dinoex;	state Exp;
branches;
next	1.20;

1.20
date	2011.06.04.22.44.41;	author mezz;	state Exp;
branches;
next	1.19;

1.19
date	2010.03.28.06.45.59;	author dinoex;	state Exp;
branches;
next	1.18;

1.18
date	2010.02.05.11.45.50;	author dinoex;	state Exp;
branches;
next	1.17;

1.17
date	2010.01.23.19.13.51;	author marcus;	state Exp;
branches;
next	1.16;

1.16
date	2010.01.18.07.12.59;	author marcus;	state Exp;
branches;
next	1.15;

1.15
date	2009.07.31.13.57.06;	author dinoex;	state Exp;
branches;
next	1.14;

1.14
date	2009.04.12.04.49.05;	author marcus;	state Exp;
branches;
next	1.13;

1.13
date	2009.04.10.05.56.21;	author marcus;	state Exp;
branches;
next	1.12;

1.12
date	2009.02.02.01.36.09;	author araujo;	state Exp;
branches;
next	1.11;

1.11
date	2009.01.10.05.22.03;	author marcus;	state Exp;
branches;
next	1.10;

1.10
date	2008.12.28.10.54.07;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2008.06.06.14.12.22;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2008.03.27.00.21.12;	author mezz;	state Exp;
branches;
next	1.7;

1.7
date	2008.03.24.03.50.35;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.19.20.28.57;	author flz;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.29.05.32.31;	author mezz;	state Exp;
branches;
next	1.4;

1.4
date	2006.04.03.23.51.59;	author mezz;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.23.10.40.02;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2006.02.11.05.57.14;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2005.11.05.06.36.39;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.22
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-nautilus
# Date created:				31 May, 2005
# Whom:					Adam Weinberger <adamw@@FreeBSD.org>
#
# $FreeBSD: head/x11-fm/py-nautilus/Makefile 300897 2012-07-14 14:29:18Z beat $
#   $MCom: ports/x11-fm/py-nautilus/Makefile,v 1.11 2009/04/07 17:54:12 marcus Exp $
#

PORTNAME=	nautilus
PORTVERSION=	0.7.2
PORTREVISION=	1
CATEGORIES=	x11-fm gnome python
MASTER_SITES=	GNOME
MASTER_SITE_SUBDIR=	sources/nautilus-python/${PORTVERSION:R}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	nautilus-python-${PORTVERSION}

MAINTAINER=	gnome@@FreeBSD.org
COMMENT=	Python nautilus bindings

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_PYTHON=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomeprefix gnomehack pygnome2 nautilus2
MAKE_JOBS_SAFE=	yes
CONFIGURE_ENV=	PYTHON_VERSION="${PYTHON_VER}"

DOCSDIR=	${PREFIX}/share/doc/nautilus-python

post-patch:
	@@${REINPLACE_CMD} -e 's|[(]datadir[)]/doc/|(prefix)/share/doc/|g' \
		${WRKSRC}/examples/Makefile.in

.include <bsd.port.mk>
@


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


1.20
log
@-Update to 0.7.2.
-Add LICENSE.
-Add WWW.

PR:		ports/155956
Submitted by:	Maxim Samsonov <xors@@mne.ru>
@
text
@d11 1
@


1.19
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 2
PORTVERSION=	0.6.1
PORTREVISION=	2
d20 3
d27 3
a29 4
USE_GNOME=	gnomeprefix gnomehack pygnome2 eel2 nautilus2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0`" \
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
		LIBS="`pkg-config --libs gnome-vfs-2.0`"
@


1.18
log
@- update to jpeg-8
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.17
log
@Update to 0.6.1.
@
text
@d11 1
@


1.16
log
@Update to 0.6.0.
@
text
@d10 1
a10 1
PORTVERSION=	0.6.0
@


1.15
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 2
PORTVERSION=	0.5.1
PORTREVISION=	1
@


1.14
log
@Fix the build with GNOME 2.26.

Reported by:	QAT
@
text
@d11 1
@


1.13
log
@Presenting GNOME 2.26 for FreeBSD.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
@
text
@d25 3
a27 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
@


1.12
log
@- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)
@
text
@d6 1
a6 1
#   $MCom: ports/x11-fm/py-nautilus/Makefile,v 1.9 2009/01/10 01:59:22 mezz Exp $
a19 2
LIB_DEPENDS=	nautilus-extension:${PORTSDIR}/x11-fm/nautilus

d24 1
a24 1
USE_GNOME=	gnomeprefix gnomehack pygnome2
@


1.11
log
@Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
@
text
@d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_GNOME}
@


1.10
log
@CATEGORIES+=    python   for py- ports missing it

PR:             ports/124921
Approved by:    portmgr (pav)
@
text
@d6 1
a6 1
#   $MCom: ports/x11-fm/py-nautilus/Makefile,v 1.6 2008/01/13 19:48:00 marcus Exp $
d10 1
a10 2
PORTVERSION=	0.5.0
PORTREVISION=	1
@


1.9
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
@d12 1
a12 1
CATEGORIES=	x11-fm gnome
@


1.8
log
@-Fix the build on FreeBSD 6.x and below.
-Remove USE_X_PREFIX, no dependency change.

Reported by:	pointyhat via pav
@
text
@d11 1
@


1.7
log
@The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
@
text
@a22 1
USE_X_PREFIX=	yes
d28 1
a28 1
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.6
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d6 1
a6 1
#   $MCom: ports/x11-fm/py-nautilus/Makefile,v 1.4 2005/10/02 23:53:38 marcus Exp $
d10 1
a10 2
PORTVERSION=	0.4.3
PORTREVISION=	1
@


1.5
log
@x11-fm/nautilus2 -> x11-fm/nautilus

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.
@
text
@d11 1
@


1.4
log
@-Update to 0.4.3. [1]
-Portlint:
	-Remove USE_REINPLACE.

Reminded by:	http://beta.inerd.com/portscout/ [1]
@
text
@d20 1
a20 1
LIB_DEPENDS=	nautilus-extension:${PORTSDIR}/x11-fm/nautilus2
@


1.3
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d10 1
a10 2
PORTVERSION=	0.4.2
PORTREVISION=	1
d13 1
a13 1
MASTER_SITE_SUBDIR=	sources/nautilus-python/${PORTVERSION:R}/
a24 1
USE_REINPLACE=	yes
@


1.2
log
@Update to 0.4.2.
@
text
@d11 1
d25 1
a25 1
USE_AUTOTOOLS=	libtool:15
@


1.1
log
@Add py-nautilus, Python bindings for the Nautilus file manager API.

Submitted by:	adamw
@
text
@d10 1
a10 1
PORTVERSION=	0.4.1
@

