head	1.20;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	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.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2012.12.18.04.17.56;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.11.17.05.54.24;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2009.11.27.22.52.14;	author sylvio;	state Exp;
branches;
next	1.17;

1.17
date	2009.09.18.23.59.08;	author miwi;	state Exp;
branches;
next	1.16;

1.16
date	2009.03.13.18.15.57;	author arved;	state Exp;
branches;
next	1.15;

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

1.14
date	2009.01.20.21.22.17;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2008.12.24.13.09.34;	author danfe;	state Exp;
branches;
next	1.12;

1.12
date	2008.01.25.18.24.25;	author danfe;	state Exp;
branches;
next	1.11;

1.11
date	2008.01.25.17.37.34;	author danfe;	state Exp;
branches;
next	1.10;

1.10
date	2006.10.17.09.29.16;	author danfe;	state Exp;
branches;
next	1.9;

1.9
date	2006.09.03.06.46.25;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.03.06.45.59;	author kris;	state Exp;
branches;
next	1.7;

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

1.6
date	2006.01.24.12.59.18;	author danfe;	state Exp;
branches;
next	1.5;

1.5
date	2005.12.20.16.36.25;	author danfe;	state Exp;
branches;
next	1.4;

1.4
date	2005.05.27.08.50.20;	author danfe;	state Exp;
branches;
next	1.3;

1.3
date	2005.05.27.08.47.55;	author danfe;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.27.08.46.29;	author danfe;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.09.19.03.17;	author fjoe;	state Exp;
branches;
next	;


desc
@@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309142
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309142 | danfe | 2012-12-18 04:14:22 +0000 (Tue, 18 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Use two-line Makefile header
## SVN ## - Utilize PORT_OPTIONS for docs and examples
## SVN ## - Drop article from COMMENT
## SVN ##
## SVN ## Approved by:	maintainer (implicit)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Alexey Dokuchaev <danfe@@regency.nsu.ru>
# $FreeBSD: head/archivers/xmill/Makefile 309142 2012-12-18 04:14:22Z danfe $

PORTNAME=	xmill
DISTVERSION=	0.8
CATEGORIES=	archivers
MASTER_SITES=	SF

MAINTAINER=	sylvio@@FreeBSD.org
COMMENT=	Efficient compressor for XML

WRKSRC=		${WRKDIR}/${PORTNAME}
MAKEFILE=	makefile

USE_ZIP=	yes
USE_DOS2UNIX=	${MAKEFILE} XMill/BZlib.cpp

PLIST_FILES=	bin/xcmill bin/xdemill bin/xmilltest bin/xmillexample \
		bin/xmillinspect bin/ppmzip

PORTDOCS=	*
PORTEXAMPLES=	*

OPTIONS_DEFINE=	DOCS EXAMPLES

.include <bsd.port.options.mk>

post-patch:
# Allow to build with modern GCC
	@@${REINPLACE_CMD} -e 's,friend,& class,' ${WRKSRC}/XMill/*.?pp \
		${WRKSRC}/xmillinspect/xmillinspect.h

do-install:
.for p in ${PLIST_FILES:T}
	${INSTALL_PROGRAM} ${WRKSRC}/unix/${p} ${PREFIX}/bin
.endfor
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/documentation/* ${DOCSDIR}
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
	@@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.19
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	XMill
# Date created:				09 May 2003
# Whom:					Alexey Dokuchaev <danfe@@regency.nsu.ru>
#
# $FreeBSD: head/archivers/xmill/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d10 1
a10 1
COMMENT=	An efficient compressor for XML
d24 3
a26 1
.include <bsd.port.pre.mk>
d37 1
a37 1
.if !defined(NOPORTDOCS)
d41 1
a41 1
.if !defined(NOPORTEXAMPLES)
d46 1
a46 1
.include <bsd.port.post.mk>
@


1.18
log
@- Update my mail address to FreeBSD

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


1.17
log
@- Pass maintainership to submitter

PR:		138591
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
Feature safe: yes
@
text
@d13 1
a13 1
MAINTAINER=	scjamorim@@bsd.com.br
@


1.16
log
@Unbreak on 64bit platforms
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.15
log
@Broken on sparc64-7, too.
@
text
@a29 4
.if ( ${ARCH} == "amd64" || ${ARCH} == "sparc64" ) && ${OSVERSION} >= 700043
BROKEN=		does not compile
.endif

@


1.14
log
@- Mark BROKEN on amd64/7 (cast to 'unsigned int' loses precision)

Reported by:	pointyhat
@
text
@d30 1
a30 1
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700043
@


1.13
log
@- Update to version 0.8
- Stop using GNU make(1)
- Install examples and more complete docs set
- Cleanup Makefile
- Drop maintainership
- Reflect project move to SourceForge
@
text
@d28 6
d52 1
a52 1
.include <bsd.port.mk>
@


1.12
log
@Revert unwanted commit while it's not too late.
@
text
@d9 1
a9 1
DISTVERSION=	0-7
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d13 1
a13 1
MAINTAINER=	danfe@@FreeBSD.org
d16 1
a16 1
NO_WRKSUBDIR=	yes
d20 1
d22 5
a26 2
PLIST_FILES=	bin/xmill bin/xdemill bin/xbmill bin/xbdemill
PORTDOCS=	COPYRIGHT.txt LICENSE.txt MANUAL.txt README.txt xmill.ps.gz
d29 3
a31 2
	@@${REINPLACE_CMD} -e 's,friend,& class,' \
		${WRKSRC}/src/*.?pp
d34 3
a36 4
	${INSTALL_PROGRAM} ${WRKSRC}/unix/xmill ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/unix/xdemill ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/unix/xbmill ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/unix/xbdemill ${PREFIX}/bin
d39 5
a43 5
	${INSTALL_DATA} ${WRKSRC}/COPYRIGHT.txt ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/MANUAL.txt ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/paper/xmill.ps.gz ${DOCSDIR}
@


1.11
log
@Clean up port descriptions for unmaintained ports in `archivers' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution.
@
text
@d9 1
a9 1
DISTVERSION=	0.8
d17 1
a17 1
WRKSRC=		${WRKDIR}/${PORTNAME}
a20 1
USE_DOS2UNIX=	yes
d27 1
a27 1
		${WRKSRC}/XMill/*.?pp
@


1.10
log
@- Make fetchable, project moved to SourceForge
- License changed to less restricted one

PR:		ports/104392
Submitted by:	Benjamin Lutz <mail(at)maxlor.com>
Approved by:	portmgr (erwin)
@
text
@d9 1
a9 1
DISTVERSION=	0-7
d17 1
a17 1
NO_WRKSUBDIR=	yes
d21 1
d28 1
a28 1
		${WRKSRC}/src/*.?pp
@


1.9
log
@Allow package builds
@
text
@d11 2
a12 2
MASTER_SITES=
DISTNAME=	${PORTNAME}-${DISTVERSION}.src
a16 2
BROKEN=		Unfetchable

a24 6
.include <bsd.port.pre.mk>

.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE=		requires explicit agreement to the terms and conditions of the license.  Download ${DISTNAME}${EXTRACT_SUFX} manually from http://www.research.att.com/sw/tools/XMILL/, put it under ${DISTDIR} and run make again
.endif

d43 1
a43 1
.include <bsd.port.post.mk>
@


1.8
log
@BROKEN: Unfetchable
@
text
@d29 1
a29 1
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
@


1.7
log
@Remove USE_REINPLACE from ports in categories starting with A.
@
text
@d17 2
@


1.6
log
@AT&T now dynamically generates download URL.  :-(

Noticed by:	fenner's distfile survey
@
text
@a16 2
USE_REINPLACE=	yes

@


1.5
log
@- Fix distname, add SHA256 checksum
- Mute somewhat hackish case of patching
- Kill pkg-plist
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.research.att.com/sw/tools/XMILL/
@


1.4
log
@- Unquote IGNORE message [1]
- Fix missing space after comma

Noticed by:	portlint -A [1]
@
text
@d12 1
d24 3
d34 1
a34 1
	${REINPLACE_CMD} -e 's,friend,& class,' \
@


1.3
log
@- Use DISTVERSION
- Fix MASTER_SITES and WWW in pkg-descr
- Unbreak with recent GCC
- Change IGNORE message so it fits nicely
- Kill unneeded emply line in Makefile
- Spell project name officially in Makefile header
@
text
@d26 1
a26 1
IGNORE=		"requires explicit agreement to the terms and conditions of the license.  Download ${DISTNAME}${EXTRACT_SUFX} manually from http://www.research.att.com/sw/tools/XMILL/,put it under ${DISTDIR} and run make again"
@


1.2
log
@Update my email address to `@@FreeBSD.org'.
Relinquish ports I happen to no longer use.  They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.

Approved by:	fjoe (mentor)
@
text
@d1 1
a1 1
# New ports collection makefile for:	xmill
d9 1
a9 1
PORTVERSION=	0.7
d11 1
a11 2
MASTER_SITES=	http://www.research.att.com/~mff/XMILL/
DISTNAME=	xmill-0-7
d16 2
d26 1
a26 1
IGNORE="Explicit agreement to the terms and conditions of the license required.  Download ${DISTNAME}${EXTRACT_SUFX} manually from http://www.research.att.com/sw/tools/xmill/download.html, put it under ${DISTDIR} and run make again"
d29 4
a37 1

@


1.1
log
@New port: xmill

An efficient compressor for XML.

Submitted by:	Alexey Dokuchaev
@
text
@d14 1
a14 1
MAINTAINER=	danfe@@regency.nsu.ru
@

