head	1.17;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	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.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.17
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.05.31.19.40.16;	author tj;	state Exp;
branches;
next	1.14;

1.14
date	2012.05.16.03.06.39;	author tabthorpe;	state Exp;
branches;
next	1.13;

1.13
date	2006.08.14.09.56.57;	author clsung;	state Exp;
branches;
next	1.12;

1.12
date	2006.04.06.00.00.06;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2005.08.01.17.13.16;	author sobomax;	state Exp;
branches;
next	1.10;

1.10
date	2005.07.30.01.49.28;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2005.05.31.13.16.35;	author lawrance;	state Exp;
branches;
next	1.8;

1.8
date	2005.04.19.08.36.27;	author vs;	state Exp;
branches;
next	1.7;

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

1.6
date	2003.08.31.13.09.30;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.05.22.23.16.27;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.07.05.55.11;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2002.10.26.02.51.38;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2000.12.04.11.49.37;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.30.16.29.46;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.17
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: Maxim Sobolev <sobomax@@FreeBSD.org>
# $FreeBSD: head/archivers/libcabinet/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	libcabinet
PORTVERSION=	0.30
CATEGORIES=	archivers
MASTER_SITES=	http://www.bsd-geek.de/FreeBSD/distfiles/

MAINTAINER=	tj@@FreeBSD.org
COMMENT=	Portable library and utility to use Microsoft cabinet files (.cab)

USE_LDCONFIG=	yes

SRCFILE=	${WRKSRC}/listcab.cpp
PROGFILE=	${SRCFILE:S/.cpp$//}

post-build:
	${CXX} ${CXXFLAGS} -o ${PROGFILE} ${SRCFILE} -L${WRKSRC} -lcabinet

pre-su-install:
	${MKDIR} ${PREFIX}/include/cabinet

post-install:
	${INSTALL_PROGRAM} ${PROGFILE} ${PREFIX}/bin

.include <bsd.port.mk>
@


1.16
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	libcabinet
# Date Created:				30 November 2000
# Whom:					Maxim Sobolev <sobomax@@FreeBSD.org>
#
# $FreeBSD: head/archivers/libcabinet/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d10 1
a10 1
COMMENT=	A portable library and utility to use Microsoft cabinet files (.cab)
@


1.15
log
@Update my email address.

Approved by:	eadler (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Pass maintainership to submitter

PR:		ports/167937
Submitted by:	Tom Judge <tom@@tomjudge.com>
@
text
@d13 1
a13 1
MAINTAINER=	tom@@tomjudge.com
@


1.13
log
@- s,INSTALLS_SHLIB,USE_LDCONFIG,g
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@archivers/libcabinet: add distfile mirror

	Remove dead mirror and mirror distfile on my server

PR:		ports/95381
Submitted by:	Lars Engels <lars.engels@@0x20.net>
@
text
@d16 1
a16 1
INSTALLS_SHLIB=	yes
@


1.11
log
@Provide temporary download location.
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.pbxpress.com/~sobomax/
@


1.10
log
@Issue a one-month stay of execution for these ports so I can send out
an email announcing their demise and give users the chance to submit fixes.
@
text
@d11 1
a11 6
# mastersites have disappeared as of August 2003.  Perhaps consider
# trying archivers/cabextract instead.
MASTER_SITES=	# http://trill.cis.fordham.edu/~barbacha/cabinet_library/

DEPRECATED=	"master site disappeared"
EXPIRATION_DATE=2005-08-31
@


1.9
log
@Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
@
text
@d16 1
a16 1
EXPIRATION_DATE=2005-07-31
@


1.8
log
@- Remove redundant patch (dupe of patch-Makefile)
- Fix non-root installation
@
text
@d15 3
@


1.7
log
@Note that all the mastersites have disappeared, according to the distfile
survey; note that archivers/cabextract still seems to be in active
development.
@
text
@d26 1
a26 1
pre-install:
@


1.6
log
@[patch] Unbreak port: archivers/libcabinet

	This port did not build with gcc 3.3.1. I also fixed a
	possible buffer overflow (they used gets() to read from
	stdin).

	Please review the patch file ``patch-cftypes.cpp'' with
	extra care, since I am not sure whether this makes sense
	(2 positions in the file, marked with ``TODO'' - thanks.

Also added some lines in cftypes.cpp to overcome the absence of
values.h on -current.

PR:		ports/55767
Submitted by:	Simon Barner <barner@@in.tum.de>
@
text
@d11 3
a13 2
MASTER_SITES=	http://trill.cis.fordham.edu/~barbacha/cabinet_library/ \
		http://www.jian.tv/pub/linux/distfiles/
@


1.5
log
@Make more fetchable.

PR:		47843
Submitted by:	osa

Drop maintainership.
@
text
@a21 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500035
BROKEN=		"Does not compile on 5.0"
.endif

d31 1
a31 1
.include <bsd.port.post.mk>
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d11 2
a12 1
MASTER_SITES=	http://trill.cis.fordham.edu/~barbacha/cabinet_library/
d14 1
a14 1
MAINTAINER=	sobomax@@FreeBSD.org
@


1.3
log
@Mark BROKEN on 5.0
@
text
@d14 1
@


1.2
log
@- Add missed INSTALLS_SHLIB;
- disable profiled library building.

Submitted by:	knu (INSTALLS_SHLIB)
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/libcabinet/Makefile,v 1.1 2000/11/30 16:29:46 sobomax Exp $
d20 6
d35 1
a35 1
.include <bsd.port.mk>
@


1.1
log
@Add libcabinet - a library and utility to use (create, modify etc.) Microsoft
cabinet (.cab) files.
@
text
@d5 1
a5 1
# $FreeBSD$
d14 2
@

