head	1.23;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


1.23
date	2013.03.07.13.47.36;	author svnexp;	state Exp;
branches;
next	1.22;

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

1.21
date	2012.11.17.05.57.28;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.10.10.21.57.05;	author rakuco;	state Exp;
branches;
next	1.19;

1.19
date	2012.10.07.07.46.04;	author bapt;	state Exp;
branches;
next	1.18;

1.18
date	2012.09.30.08.22.33;	author rm;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.01.05.18.24;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2011.08.06.08.20.35;	author romain;	state Exp;
branches;
next	1.15;

1.15
date	2011.03.02.23.59.50;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2011.01.02.14.11.44;	author makc;	state Exp;
branches;
next	1.13;

1.13
date	2010.10.30.19.28.00;	author makc;	state Exp;
branches;
next	1.12;

1.12
date	2010.10.17.09.43.01;	author makc;	state Exp;
branches;
next	1.11;

1.11
date	2010.05.31.01.58.50;	author ade;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.02.07.07.20;	author miwi;	state Exp;
branches;
next	1.9;

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

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

1.7
date	2010.02.03.23.18.18;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2010.01.17.04.12.54;	author wen;	state Exp;
branches;
next	1.5;

1.5
date	2009.12.15.19.48.22;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2009.12.04.02.38.48;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.26.00.36.45;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.31.13.51.03;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2009.06.28.22.27.03;	author dhn;	state Exp;
branches;
next	;


desc
@@


1.23
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313559
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Chris Petrik (chris@@officialunix.com)
# $FreeBSD: head/ftp/bareftp/Makefile 313559 2013-03-07 03:25:10Z bdrewery $

PORTNAME=	bareftp
PORTVERSION=	0.3.9
CATEGORIES=	ftp
MASTER_SITES=	http://www.bareftp.org/release/

MAINTAINER=	c.petrik.sosa@@gmail.com
COMMENT=	Ftp client made in C sharp

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--datarootdir="${PREFIX}/share" --libdir="${PREFIX}/lib" \
		--localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include"

INSTALLS_ICONS=	yes
USE_GETTEXT=	yes
USE_GNOME=	gtksharp20 gnomesharp20
USE_GMAKE=	yes

USE_LDCONFIG=	yes

MAKE_JOBS_SAFE=	yes

MAN1=		bareftp.1

OPTIONS_DEFINE=	GNOMEKEYRING
OPTIONS_DEFAULT=	GNOMEKEYRING

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGNOMEKEYRING}
KEYRING_DETECT=	${LOCALBASE}/libdata/pkgconfig/gnome-keyring-sharp-1.0.pc
BUILD_DEPENDS+=	${KEYRING_DETECT}:${PORTSDIR}/security/gnome-keyring-sharp
RUN_DEPENDS+=	${KEYRING_DETECT}:${PORTSDIR}/security/gnome-keyring-sharp
.else
CONFIGURE_ARGS+=	--without-gnomekeyring
.endif

# TODO
# Ugly way but configure ignore "--localedir=" fu* ;/
pre-build:
	@@${REINPLACE_CMD} -e 's|$$(prefix)/$$(DATADIRNAME)|${PREFIX}/share|g' \
		${WRKSRC}/po/Makefile

.include <bsd.port.mk>
@


1.22
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308576
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308576 | eadler | 2012-12-10 01:20:16 +0000 (Mon, 10 Dec 2012) | 5 lines
## SVN ##
## SVN ## Revert Chris Petrik's ports to the pool.  Thank you for all your work so far, and should you desire to return just let us know.
## SVN ##
## SVN ## PR:		ports/174309
## SVN ## Submitted by:	Chris Petrik
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/ftp/bareftp/Makefile 308576 2012-12-10 01:20:16Z eadler $
d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
@


1.21
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/ftp/bareftp/Makefile 305691 2012-10-10 21:57:05Z rakuco $
d9 1
a9 1
MAINTAINER=	c.petrik.sosa@@gmail.com
@


1.20
log
@SVN rev 305691 on 2012-10-10 21:57:05Z by rakuco

Update to 0.3.9.

PR:		ports/172538
Submitted by:	Chris Petrik <c.petrik.sosa@@gmail.com> (maintainer)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.19
log
@SVN rev 305437 on 2012-10-07 07:46:04Z by bapt

Convert to new options framework

PR:		ports/172414
Submitted by:	Chris Petrik <c.petrik.sosa@@gmail.com> (maintainer)
@
text
@d5 1
a5 2
PORTVERSION=	0.3.8
PORTREVISION=	1
@


1.18
log
@SVN rev 305075 on 2012-09-30 08:22:33Z by rm

- pass maintainership to new (actually old) volunteer

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
Approved by:	romain (mono@@ team)
@
text
@d28 2
a29 1
OPTIONS=	KEYRING "Support for Gnome Keyring" on
d33 1
a33 3
.if defined(WITHOUT_KEYRING)
CONFIGURE_ARGS+=	--without-gnomekeyring
.else
d37 2
@


1.17
log
@- update png to 1.5.10
@
text
@d1 1
a1 4
# Ports collection makefile for:  bareftp
# Date created:			Sat June 20, 2009
# Whom:				Chris Petrik (chris@@officialunix.com)
#
a2 1
#
d10 1
a10 1
MAINTAINER=	mono@@FreeBSD.org
@


1.16
log
@- Update to 0.3.8;
- Take maintainership.
@
text
@d10 1
@


1.15
log
@Return these ports to the pool.

PR:		ports/155217
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.3.7
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.14
log
@Update to 0.3.7

PR:		ports/153582
Submitted by:	Chris Petrik (maintainer)
@
text
@d13 1
a13 1
MAINTAINER=	c.petrik.sosa@@gmail.com
@


1.13
log
@Pass maintainership back to Chris Petrik.
Remove md5 sum while here

PR:		ports/151779
Submitted by:	Chris Petrik <c.petrik.sosa at gmail.com>
Approved by:	Rob Farmer (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.3.6
d11 1
a11 2
MASTER_SITES=	http://www.bareftp.org/release/ \
		http://www.predatorlabs.net/dl/
@


1.12
log
@Update to 0.3.6
Add option for Gnome Keyring

Changelog: http://www.bareftp.org/devel/browser/tags/0.3.6/ChangeLog

PR:		ports/151505
Submitted by:	Rob Farmer (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	rfarmer@@predatorlabs.net
@


1.11
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d9 1
a9 2
PORTVERSION=	0.3.2
PORTREVISION=	1
d19 1
a19 2
		--localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include" \
		--without-gnomekeyring
d32 12
@


1.10
log
@- Update to 0.3.2

PR:		146059
Submitted by:	Rob Farmer <rfarmer@@predatorlabs.net> (maintainer)
Security:>
@
text
@d10 1
@


1.9
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
PORTVERSION=	0.3.1
PORTREVISION=	2
d19 2
a20 1
		--localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include"
a32 5
# should use configure --without-gnome-keyring but it is broken
post-patch:
	@@${REINPLACE_CMD} -e 's|with_keyring=yes|with_keyring=no|' \
		${WRKSRC}/configure

@


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


1.7
log
@- Set USE_LDCONFIG (reported by portlint)
- Set MAKE_JOBS_SAFE

PR:		143489
Submitted by:	Rob Farmer <rfarmer@@predatorlabs.net> (maintainer)
@
text
@d10 1
@


1.6
log
@- Update to 0.3.1
- Pass maintainership to submitter

PR:		ports/142707
Submitted by:	Rob Farmer <rfarmer@@predatorlabs.net>
@
text
@d26 4
@


1.5
log
@Reset maintainer at his request.

PR:		ports/141647
@
text
@d9 1
a9 2
PORTVERSION=	0.2.3
PORTREVISION=	1
d11 2
a12 1
MASTER_SITES=	http://www.bareftp.org/release/
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d18 1
a18 1
CONFIGURE_ARGS=	--datarootdir="${PREFIX}/share" --libdir="${LOCALBASE}/lib" \
d26 7
@


1.4
log
@Reinstate maintainer at his request.
@
text
@d14 1
a14 1
MAINTAINER=	chris@@officialunix.com
@


1.3
log
@Temporarily reassign ports maintained by chris@@officialunix.com back to
the pool for the duration of his upcoming move.

Requested by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d14 1
a14 1
MAINTAINER=	chris@@officialunix.com
@


1.1
log
@bareFTP is a file transfer client written for Linux desktops, available
under the terms of the GPL license. It supports the FTP, FTPS and SSH (SFTP)
protocols. bareFTP is written in pure C# for the Mono framework, using Gtk#
for the user interface.

WWW:	http://www.bareftp.org

PR:		ports/135876
Submitted by:	Chris Petrik <c.petrik.sosa@@gmail.com>
@
text
@d10 1
@

