head	1.7;
access;
symbols
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2004.11.27.07.32.36;	author linimon;	state dead;
branches;
next	1.6;

1.6
date	2004.02.04.05.18.55;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2003.11.03.01.19.14;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.26.14.23.40;	author foxfair;	state Exp;
branches;
next	1.3;

1.3
date	2001.05.22.18.19.37;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.20.20.27.57;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.06.14.00.50;	author keith;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove chinese/linux-gtk.  One of its dependent ports (chinese/cle_base)
has been broken due to a security problem for over 1 month with no sign
of a fix.
@
text
@# New ports collection makefile for: zh-linux-gtk
# Date created:         25 Oct 2000
# Whom:                 Jing-Tang Keith Jang <keith@@FreeBSD.org>
#
# $FreeBSD: ports/chinese/linux-gtk/Makefile,v 1.6 2004/02/04 05:18:55 marcus Exp $
#

PORTNAME=	linux-gtk
PORTVERSION=	1.2.6
PORTREVISION=	1
CATEGORIES?=	chinese x11-toolkits linux
MASTER_SITES=	ftp://cle.linux.org.tw/pub/CLE/stable/v0.9p1/i386/RedHat/RPMS/ \
		ftp://freebsd.sinica.edu.tw/pub/keith/zh-rpm/
DISTFILES=	gtk+-1.2.6-7CLE.i386.rpm

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	RPM of the Gtk lib, zh-Big5/GB-ized

BUILD_DEPENDS=	rpm:${PORTSDIR}/archivers/rpm
RUN_DEPENDS=	/compat/linux/CLE-0.9p1:${PORTSDIR}/chinese/cle_base

DIST_SUBDIR=	zh-rpm
EXTRACT_ONLY=
NO_BUILD=	yes
NO_FILTER_SHLIBS=	yes
NO_MTREE=	yes
ONLY_FOR_ARCHS=	i386
PREFIX=		/compat/linux

DBPATH=		/var/lib/rpm
RPMFLAGS=	--ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
		--nodeps --replacepkgs
RPMDIR=		${DISTDIR}/${DIST_SUBDIR}

REMOVE_DIRS=	/usr/share/themes/Default /usr/share/themes \
		/usr/share/locale/wa/LC_MESSAGES /usr/share/locale/wa \
		/usr/share/locale/uk/LC_MESSAGES /usr/share/locale/uk \
		/usr/share/locale/ro/LC_MESSAGES /usr/share/locale/ro \
		/usr/share/locale/lt/LC_MESSAGES /usr/share/locale/lt \
		/usr/share/locale/hu/LC_MESSAGES /usr/share/locale/hu \
		/usr/share/locale/hr/LC_MESSAGES /usr/share/locale/hr \
		/usr/share/locale/ga/LC_MESSAGES /usr/share/locale/ga \
		/usr/share/locale/eu/LC_MESSAGES /usr/share/locale/eu \
		/usr/share/locale/et/LC_MESSAGES /usr/share/locale/et \
		/usr/share/locale/da/LC_MESSAGES /usr/share/locale/da \
		/usr/share/locale/ca/LC_MESSAGES /usr/share/locale/ca

do-install:
	@@${ECHO} ${DISTFILES}
	@@rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES}
	@@for D in ${REMOVE_DIRS}; do \
		${RM} -rf ${PREFIX}/$$D; \
	done

.include <bsd.port.mk>
@


1.6
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
@
text
@d10 1
@


1.4
log
@pkg-comment police: Purge them in this category while I'm here.
@
text
@d15 1
a15 1
MAINTAINER=	keith@@FreeBSD.org
@


1.3
log
@Ports policy:

 Ensure that the master category is always matches name of the parent
 (category) directory. This is required for ORIGIN to function properly.
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/linux-gtk/Makefile,v 1.2 2001/03/20 20:27:57 obrien Exp $
d16 1
@


1.2
log
@`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/linux-gtk/Makefile,v 1.1 2000/11/06 14:00:50 keith Exp $
d10 1
a10 1
CATEGORIES?=	x11-toolkits linux
@


1.1
log
@Add linux-gtk.  Here's the i18n advantages over x11-toolkits/linux-gtk:

Better word wrapping for CJK strings
Specify default font's encoding explicitly
Better XLFD handling
Selection resync fixes
Numerous gtkrc.$locale samples
Other minor fixes

One flaw of this port is that CLE only supports i386 platform, so alpha
users still have to use x11-toolkits/linux-gtk.
@
text
@d5 1
a5 1
# $FreeBSD$
d17 1
a17 1
BUILD_DEPENDS=	rpm:${PORTSDIR}/misc/rpm
@

