Created
January 5, 2018 17:37
-
-
Save lantw44/163edd685917eb4aebd4d2cf56f2390a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is a shell archive. Save it in a file, remove anything before | |
| # this line, and then unpack it by entering "sh file". Note, it may | |
| # create directories; files and directories will be owned by you and | |
| # have default permissions. | |
| # | |
| # This archive contains: | |
| # | |
| # pnpids | |
| # pnpids/distinfo | |
| # pnpids/Makefile | |
| # pnpids/pkg-descr | |
| # | |
| echo c - pnpids | |
| mkdir -p pnpids > /dev/null 2>&1 | |
| echo x - pnpids/distinfo | |
| sed 's/^X//' >pnpids/distinfo << '23a5560301c416d957ca50094be87d0b' | |
| XTIMESTAMP = 1515165315 | |
| XSHA256 (vcrhonek-hwdata-20140917-v0.308_GH0.tar.gz) = 986d919c20a0c7f8b669a63830f6d2f4cb5c4cddcfc944c5e2ae05c2e9e5ec9f | |
| XSIZE (vcrhonek-hwdata-20140917-v0.308_GH0.tar.gz) = 1840375 | |
| 23a5560301c416d957ca50094be87d0b | |
| echo x - pnpids/Makefile | |
| sed 's/^X//' >pnpids/Makefile << 'c42d9e06f62d93ffcb271636e3f5557d' | |
| X# Created by: Ting-Wei Lan <lantw44@gmail.com> | |
| X# $FreeBSD$ | |
| X | |
| XPORTNAME= pnpids | |
| XPORTVERSION= 20140917 | |
| XCATEGORIES= misc | |
| X | |
| XMAINTAINER= gnome@FreeBSD.org | |
| XCOMMENT= Database of IDs used in Plug and Play devices | |
| X | |
| XLICENSE= GPLv2+ MIT | |
| XLICENSE_COMB= dual | |
| X | |
| XNO_ARCH= yes | |
| XNO_BUILD= yes | |
| X | |
| XPLIST_FILES= ${DATADIR}/pnp.ids | |
| X | |
| XUSE_GITHUB= yes | |
| XGH_ACCOUNT= vcrhonek | |
| XGH_PROJECT= hwdata | |
| XGH_TAGNAME= v0.308 | |
| X | |
| Xdo-install: | |
| X ${MKDIR} ${STAGEDIR}${DATADIR}/ | |
| X ${INSTALL_DATA} ${WRKSRC}/pnp.ids ${STAGEDIR}${DATADIR}/ | |
| X | |
| X.include <bsd.port.mk> | |
| c42d9e06f62d93ffcb271636e3f5557d | |
| echo x - pnpids/pkg-descr | |
| sed 's/^X//' >pnpids/pkg-descr << '32dd96a5533ccd094a29b09f42878925' | |
| XDatabase of IDs used in Plug and Play devices. | |
| X | |
| XWWW: https://github.com/vcrhonek/hwdata | |
| 32dd96a5533ccd094a29b09f42878925 | |
| exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment