summaryrefslogtreecommitdiff
path: root/misc/pciids
AgeCommit message (Collapse)AuthorFilesLines
2020-02-22Update to pciids 20200222sevan2-13/+12
Switch to Github repo to specify exact version (file is a rolling release) Update homepage
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-05Don't use master site with dynamically generated file. We have it on nbftp.tnn1-2/+2
PR pkg/50297
2015-09-07This package just installs a text file. No bl3.mk needed.wiz1-12/+0
2015-09-07Update to 20150907, from David Shao in PR 50106.wiz2-11/+13
Hand-applied (due to gnats vs. whitespace) and pkglinted. Changes: more ids, what else :)
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2010-02-05Update to 20091229: 4 more months of data.wiz2-6/+6
2010-01-24Added LICENSE information.heinz1-1/+2
2009-08-10Update to 20090807, more IDs.wiz2-6/+6
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-01Update to 20090224, various changes.wiz2-6/+6
2009-01-07Update to 20081012 (latest FreeBSD snapshot).wiz3-9/+7
It's a database, so changes: probably more IDs :)
2008-04-26Update to 20080312 snapshot.bjs2-6/+6
2006-11-12Add a blank line before the first section.jmmv1-1/+2
2006-11-12Initial import of pciids, version 20061026:jmmv5-0/+54
This package contains a public list of all known IDs used in PCI devices; that is ID's of vendors, devices, subsystems and device classes. These ID lists (usually in form of a pci.ids file) are used in various programs (The Linux Kernel, The PCI Utilities, new version of the XFree86 etc.) to display full device names instead of the numeric IDs. Package provided by Mark Kirby in private email with some changes by me.