diff options
-rw-r--r-- | misc/pciids/Makefile | 30 | ||||
-rw-r--r-- | misc/pciids/distinfo | 3 | ||||
-rw-r--r-- | misc/pciids/pkg-descr | 3 |
3 files changed, 36 insertions, 0 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile new file mode 100644 index 000000000..344fcb393 --- /dev/null +++ b/misc/pciids/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: pciids +# Date created: 2006-08-07 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= pciids +PORTVERSION= 20060807 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze +DISTNAME= pci.ids-${PORTVERSION} +EXTRACT_SUFX= .bz2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Pci.ids database from pciutils + +EXTRACT_CMD= ${BZIP2_CMD} +EXTRACT_AFTER_ARGS= -d -s > ${WRKDIR}/pci.ids +NO_BUILD= yes + +PLIST_FILES= %%DATADIR%%/pci.ids +PLIST_DIRS= %%DATADIR%% + +do-install: + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKDIR}/pci.ids ${DATADIR} + +.include <bsd.port.mk> diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo new file mode 100644 index 000000000..c67175fa8 --- /dev/null +++ b/misc/pciids/distinfo @@ -0,0 +1,3 @@ +MD5 (pci.ids-20060807.bz2) = be62ff97fc3bc33c1780672fc1ed7645 +SHA256 (pci.ids-20060807.bz2) = ace3e81d903aab2b38d90d0ac4454f30c47e0cd7cf72e17f2efd5e3ed6806899 +SIZE (pci.ids-20060807.bz2) = 110523 diff --git a/misc/pciids/pkg-descr b/misc/pciids/pkg-descr new file mode 100644 index 000000000..4fdb229ea --- /dev/null +++ b/misc/pciids/pkg-descr @@ -0,0 +1,3 @@ +Pci.ids database from pciutils + +WWW: http://pciids.sourceforge.net/ |