SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
www/py-httpagentparser/Makefile
Normal file
25
www/py-httpagentparser/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
COMMENT= extracts OS browser information
|
||||
|
||||
MODPY_EGG_VERSION= 1.9.3
|
||||
DISTNAME= httpagentparser-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= https://github.com/shon/httpagentparser
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
GH_ACCOUNT= shon
|
||||
GH_PROJECT= httpagentparser
|
||||
GH_COMMIT= 0c1bd09c68b52be9aac947ff1070231eb23667bf
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
RUN_DEPENDS= devel/py-tox${MODPY_FLAVOR}
|
||||
|
||||
MODPY_PYBUILD= setuptools
|
||||
NO_TEST= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-httpagentparser/distinfo
Normal file
2
www/py-httpagentparser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (httpagentparser-1.9.3-0c1bd09c.tar.gz) = hdHrH5MZEc5LZpwJzIM1sQkKVoev0HGhS/eiCcB3i5Y=
|
||||
SIZE (httpagentparser-1.9.3-0c1bd09c.tar.gz) = 11046
|
1
www/py-httpagentparser/pkg/DESCR
Normal file
1
www/py-httpagentparser/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Extracts OS Browser etc information from http user agent string
|
14
www/py-httpagentparser/pkg/PLIST
Normal file
14
www/py-httpagentparser/pkg/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/httpagentparser/
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser-${MODPY_EGG_VERSION}.dist-info/LICENSE.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/httpagentparser/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser/${MODPY_PYCACHE}more.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser/${MODPY_PYCACHE}more.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/httpagentparser/more.py
|
Loading…
Add table
Add a link
Reference in a new issue