diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-25 06:40:33 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-25 06:40:33 +0800 |
commit | 9684b0881dfd40b04be2715c4d0a68a67b0d7059 (patch) | |
tree | fb1cbef6b777f640a4cf9ae55148f9b6567bc0d4 | |
parent | 40c4f3ac4589fa1214dd1306268d8aaa4b36280b (diff) | |
download | marcuscom-ports-9684b0881dfd40b04be2715c4d0a68a67b0d7059.tar marcuscom-ports-9684b0881dfd40b04be2715c4d0a68a67b0d7059.tar.gz marcuscom-ports-9684b0881dfd40b04be2715c4d0a68a67b0d7059.tar.bz2 marcuscom-ports-9684b0881dfd40b04be2715c4d0a68a67b0d7059.tar.lz marcuscom-ports-9684b0881dfd40b04be2715c4d0a68a67b0d7059.tar.xz marcuscom-ports-9684b0881dfd40b04be2715c4d0a68a67b0d7059.tar.zst marcuscom-ports-9684b0881dfd40b04be2715c4d0a68a67b0d7059.zip |
- Update to 20061024 (adds a ton of hardware)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7840 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | misc/pciids/Makefile | 44 | ||||
-rw-r--r-- | misc/pciids/distinfo | 3 | ||||
-rw-r--r-- | misc/pciids/pkg-descr | 3 |
3 files changed, 50 insertions, 0 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile new file mode 100644 index 000000000..cc755761c --- /dev/null +++ b/misc/pciids/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: pciids +# Date created: 2006-08-07 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/misc/pciids/Makefile,v 1.5 2006/09/29 20:57:46 ahze Exp $ + +PORTNAME= pciids +PORTVERSION= 20061024 +CATEGORIES= misc +MASTER_SITES= http://www.ahze.net/~ahze/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Pci.ids database from pciutils + +USE_BZIP2= yes +NO_BUILD= yes +PLIST_FILES= %%DATADIR%%/pci.ids \ + %%DATADIR%%/pci.db +PLIST_DIRS= %%DATADIR%% + +do-install: + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/pci.db ${DATADIR} + +# Below only contains code to create a tar file for this beast +CT_DATE!= date "+%Y%m%d" +CT_WRKSRC= ${WRKDIR}/tmp +CT_DESTDIR= ${PORTNAME}-${CT_DATE} +CT_TEMPDIR= ${CT_WRKSRC}/${CT_DESTDIR} +CT_MASTER_SITE= http://pciids.sourceforge.net/v2.2/ +CT_DISTFILES= pci.ids pci.db + +maketar: + ${MKDIR} ${CT_TEMPDIR} +.for file in ${CT_DISTFILES} + (cd ${CT_TEMPDIR} && ${FETCH_CMD} ${CT_MASTER_SITE}/${file}) +.endfor + (cd ${CT_WRKSRC} && ${TAR} -jcf ${PORTNAME}-${CT_DATE}.tar.bz2 ${CT_DESTDIR}) + +.include <bsd.port.mk> diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo new file mode 100644 index 000000000..1875348b8 --- /dev/null +++ b/misc/pciids/distinfo @@ -0,0 +1,3 @@ +MD5 (pciids-20061024.tar.bz2) = 152668596e0c439106efa485d34fd092 +SHA256 (pciids-20061024.tar.bz2) = b3af729ea41172abe590e42eda5eac9b192fd4fa21b2c47c0866f8861a02e55b +SIZE (pciids-20061024.tar.bz2) = 210340 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/ |