Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/dhcpd-syntax
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/dhcpd-syntax/ChangeLog,v 1.12 2007/03/10 13:38:30 welp Exp $
10 Mar 2007; Peter Weller
Keyworded ~x86-fbsd
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
07 Apr 2006; Bryan Østergaard
24 Jan 2006; Patrick McLean
dhcpd-syntax-20030825.ebuild:
stable on amd64
04 Dec 2005; Tom Gall
dhcpd-syntax-20030825.ebuild:
stable on ppc64
12 Sep 2005; Michael Hanselmann
dhcpd-syntax-20030825.ebuild:
Stable on ppc.
10 Sep 2005; Aron Griffis
dhcpd-syntax-20030825.ebuild:
Mark 20030825 stable on alpha
29 Jul 2005; Aaron Walker
dhcpd-syntax-20030825.ebuild:
Added ~mips.
12 Jun 2005; David Holm
Added to ~ppc.
07 May 2005; Aron Griffis
dhcpd-syntax-20030825.ebuild:
stable on ia64
19 Apr 2005; Ciaran McCreesh
dhcpd-syntax-20030825.ebuild:
x86 sparc stable
*dhcpd-syntax-20030825 (24 Mar 2005)
24 Mar 2005; Ciaran McCreesh
+files/dhcpd-syntax-20030825-multiple-addresses.patch, +metadata.xml,
+dhcpd-syntax-20030825.ebuild:
New package, requested by Bjarke Istrup Pedersen in bug #85808.
AUX dhcpd-syntax-20030825-multiple-addresses.patch 589 RMD160 0d5dc33ced71dfb158627cfd39469983f6f9ba23 SHA1 6065c12e235440e69a894e29d2abff6fa75c745a SHA256 ab7ffc131b34dd744472f934ede32b156709ec2e365f103b9e0e6727eaeae724
DIST dhcpd-syntax-20030825.tar.bz2 2761 RMD160 43751faee4ea2a1ff51c274f8a5583340be965ff SHA1 697277c5e9f836a79fe0c6db5cad6ab774dafd94 SHA256 4f25a880a6505f33c6235b07851ab9eefc0c336500630d6fc80347ecde1a281d
EBUILD dhcpd-syntax-20030825.ebuild 648 RMD160 cf76edd067651c6c4c1d680ae6e51883454c713c SHA1 cff25a87ddf354f025d7d138aaf7194a86b9eaf9 SHA256 97df4da1350ddd783a8fff8c137664a9dbdef4be988ac2458a3f886b2f2d87ab
MISC ChangeLog 1578 RMD160 b5989d9a42c46cf58f4e95c6934cb448ec751700 SHA1 45dddb8f873dad3f3cb5916310171d45baa77d22 SHA256 ffdabb347f4e4bd7945dbac602adbea864f9b6e0acf712be1b4c16d74221d73e
MISC metadata.xml 359 RMD160 47a83c53e841e97448c35f84daaf2bfec6288bc5 SHA1 8f77020a968635364949a551a37fe5f7191013a0 SHA256 917e5477ed661f78b2d5fcbf0f7a86495853a7c6c605f9a281be68b6a6043fd1
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild,v 1.10 2007/03/10 13:38:30 welp Exp $
inherit vim-plugin eutils
DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=744"
LICENSE="as-is"
KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for dhcpd.conf files."
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-multiple-addresses.patch
}
This package provides Vim syntax highlighting for dhcpd configuration
files, and automatic filetype detection for these files based upon
filename.