head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.3;
locks; strict;
comment	@# @;


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

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

1.12
date	2009.08.22.00.12.55;	author amdmi3;	state Exp;
branches;
next	1.11;

1.11
date	2008.03.20.09.19.33;	author pav;	state Exp;
branches;
next	1.10;

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

1.9
date	2004.03.14.06.15.55;	author ade;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.05.20.36.52;	author trevor;	state Exp;
branches;
next	1.7;

1.7
date	2003.11.03.07.23.23;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2003.06.21.21.48.13;	author osa;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.07.05.55.12;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2001.08.31.14.20.16;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2001.02.27.03.05.39;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.03.17.15.03;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.23.07.04.38;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309150 | danfe | 2012-12-18 07:57:31 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## For a number of ports in archives category, trim the header and drop leading
## SVN ## indefinite article from COMMENT line; also fix few noticed styles bugs while
## SVN ## I am here.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: George Reid <greid@@ukug.uk.freebsd.org>
# $FreeBSD: head/archivers/sectar/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	sectar
PORTVERSION=	1.02
CATEGORIES=	archivers
MASTER_SITES=	SF/star/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Program to create encrypted tar archives

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/sectar

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:   sectar
# Date created:        22 January 2001
# Whom:                George Reid <greid@@ukug.uk.freebsd.org>
#
# $FreeBSD: head/archivers/sectar/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d4 4
a7 4
PORTNAME=		sectar
PORTVERSION=		1.02
CATEGORIES=		archivers
MASTER_SITES=		SF/star/${PORTNAME}/${PORTVERSION}
d9 4
a12 2
MAINTAINER=		ports@@FreeBSD.org
COMMENT=		A program to create encrypted tar archives
a14 1
GNU_CONFIGURE=		yes
@


1.12
log
@- Switch SourceForge ports to the new File Release System: categories starting with A
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d11 1
a11 2
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	star
@


1.10
log
@Sync with new bsd.autotools.mk
@
text
@a17 1
USE_GETOPT_LONG=	yes
@


1.9
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d19 1
a19 1
USE_LIBTOOL_VER=	13
@


1.8
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d19 1
a19 1
USE_LIBTOOL=		yes
@


1.7
log
@Reset maintainer to ports@@FreeBSD.org.  Requested by: kris.
@
text
@d17 1
@


1.6
log
@Update to 1.02, add WWW tag
Use USE_GETOPT_LONG
(looks like greid@@ still not yet avaliable)

Submitted by:	Mathieu Arnold <m@@absolight.net>
PR:		52991
Approved by:	fjoe (mentor) (implicit)
@
text
@d14 1
a14 1
MAINTAINER=		greid@@ukug.uk.freebsd.org
@


1.5
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=		1.01
d15 1
a15 1
COMMENT=	A program to create encrypted tar archives
d17 1
a17 4
LIB_DEPENDS=		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

CONFIGURE_ENV=		CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
			LIBS="-L${LOCALBASE}/lib -lgnugetopt"
@


1.4
log
@USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
@
text
@d15 1
@


1.3
log
@Update to version 1.01.

PR:		25397
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/sectar/Makefile,v 1.2 2001/02/03 17:15:03 kevlo Exp $
a17 1
GNU_CONFIGURE=		yes
@


1.2
log
@Update to version 1.0

PR: 24825
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/sectar/Makefile,v 1.1 2001/01/23 07:04:38 ijliao Exp $
d9 1
a9 1
PORTVERSION=		1.0
@


1.1
log
@add sectar, a program to create encrypted tar archives

PR:		24533
Submitted by:	George Reid <greid@@dogma.freebsd-uk.eu.org>
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=		0.8
@

