add googolplex 0.1.0
Query Google, parse it and returns the result as a list
This commit is contained in:
parent
9c47fcc98e
commit
dd068053ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54432
@ -143,6 +143,7 @@
|
||||
SUBDIR += gnu-finger
|
||||
SUBDIR += gnugadu
|
||||
SUBDIR += gnut
|
||||
SUBDIR += googolplex
|
||||
SUBDIR += gopher
|
||||
SUBDIR += gq
|
||||
SUBDIR += gsk
|
||||
|
22
net/googolplex/Makefile
Normal file
22
net/googolplex/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: googolplex
|
||||
# Date created: Feb 9, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= googolplex
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://googolplex.sourceforge.net/source/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/googolplex.py ${PYTHON_SITELIBDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/googolplex/distinfo
Normal file
1
net/googolplex/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (googolplex-0.1.0.tar.gz) = ca40065eb88fef63a3743de5a90e7b64
|
1
net/googolplex/pkg-comment
Normal file
1
net/googolplex/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Query Google, parse it and returns the result as a list
|
3
net/googolplex/pkg-descr
Normal file
3
net/googolplex/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Googolplex is just a Python class to do a query on http://www.google.com, parse it and returns the result as a list.
|
||||
|
||||
WWW: http://googolplex.sourceforge.net/
|
1
net/googolplex/pkg-plist
Normal file
1
net/googolplex/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/%%PYTHON_VERSION%%/site-packages/googolplex.py
|
Loading…
Reference in New Issue
Block a user