diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-31 21:17:47 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-31 21:17:47 +0800 |
commit | 569381fceb32a2132c3888ebe4062af14180eefa (patch) | |
tree | 0cefff88fbbbdf43700881a1863db505ab69f366 /misc | |
parent | f7dc6a456cc8cba8f6a95510e3cfd7a4f30751f4 (diff) | |
download | marcuscom-ports-569381fceb32a2132c3888ebe4062af14180eefa.tar marcuscom-ports-569381fceb32a2132c3888ebe4062af14180eefa.tar.gz marcuscom-ports-569381fceb32a2132c3888ebe4062af14180eefa.tar.bz2 marcuscom-ports-569381fceb32a2132c3888ebe4062af14180eefa.tar.lz marcuscom-ports-569381fceb32a2132c3888ebe4062af14180eefa.tar.xz marcuscom-ports-569381fceb32a2132c3888ebe4062af14180eefa.tar.zst marcuscom-ports-569381fceb32a2132c3888ebe4062af14180eefa.zip |
Now in ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7847 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pciids/Makefile | 50 | ||||
-rw-r--r-- | misc/pciids/distinfo | 3 | ||||
-rw-r--r-- | misc/pciids/pkg-descr | 3 |
3 files changed, 0 insertions, 56 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile deleted file mode 100644 index 14dcc2f6e..000000000 --- a/misc/pciids/Makefile +++ /dev/null @@ -1,50 +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.7 2006/10/24 22:40:33 ahze Exp $ - -PORTNAME= pciids -PORTVERSION= 20061026 -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} - -.include <bsd.port.pre.mk> - -# 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: extract - ${MKDIR} ${CT_TEMPDIR} -.for file in ${CT_DISTFILES} - (cd ${CT_TEMPDIR} && ${FETCH_CMD} ${CT_MASTER_SITE}/${file}) -.endfor - ${DIFF} -u ${WRKSRC}/pci.ids ${CT_TEMPDIR}/pci.ids || ${TRUE} - (cd ${CT_WRKSRC} && ${TAR} -jcf ${PORTNAME}-${CT_DATE}.tar.bz2 ${CT_DESTDIR}) - ${SED} -i.bak -e 's|${PORTVERSION}|${CT_DATE}|' ${.CURDIR}/Makefile - @(cd ${.CURDIR} && ${CP} -f ${CT_WRKSRC}/${PORTNAME}-${CT_DATE}.tar.bz2 ${DISTDIR} && \ - ${MAKE} makesum) - -.include <bsd.port.post.mk> diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo deleted file mode 100644 index 7c11954dc..000000000 --- a/misc/pciids/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pciids-20061026.tar.bz2) = fd46c735775bbc94390f45b7f7da8ec0 -SHA256 (pciids-20061026.tar.bz2) = fdaa9b550db15d9cf4b5efa0fecd533c8a20ddaca07d4e0634dd9601fc18a207 -SIZE (pciids-20061026.tar.bz2) = 209744 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/ |