diff options
Diffstat (limited to 'misc/pciids')
-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, 0 insertions, 50 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile deleted file mode 100644 index ddbc7492c..000000000 --- a/misc/pciids/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# 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.4 2006/09/16 21:29:31 ahze Exp $ - -PORTNAME= pciids -PORTVERSION= 20060929 -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 deleted file mode 100644 index c05e2cd9e..000000000 --- a/misc/pciids/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pciids-20060929.tar.bz2) = f609436fe75b4e506542a7922f3207b2 -SHA256 (pciids-20060929.tar.bz2) = f8b23bdf4aec04764e5d60a3c72730b2fe120adef9b0a0bdf9bf6ac5f5f71a17 -SIZE (pciids-20060929.tar.bz2) = 206736 diff --git a/misc/pciids/pkg-descr b/misc/pciids/pkg-descr deleted file mode 100644 index 4fdb229ea..000000000 --- a/misc/pciids/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Pci.ids database from pciutils - -WWW: http://pciids.sourceforge.net/ |