diff --git a/net/Makefile b/net/Makefile index dec732e34a14..8efd2d887ec7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -143,6 +143,7 @@ SUBDIR += gnu-finger SUBDIR += gnugadu SUBDIR += gnut + SUBDIR += googolplex SUBDIR += gopher SUBDIR += gq SUBDIR += gsk diff --git a/net/googolplex/Makefile b/net/googolplex/Makefile new file mode 100644 index 000000000000..dd6256547b64 --- /dev/null +++ b/net/googolplex/Makefile @@ -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 diff --git a/net/googolplex/distinfo b/net/googolplex/distinfo new file mode 100644 index 000000000000..3edd592f08e2 --- /dev/null +++ b/net/googolplex/distinfo @@ -0,0 +1 @@ +MD5 (googolplex-0.1.0.tar.gz) = ca40065eb88fef63a3743de5a90e7b64 diff --git a/net/googolplex/pkg-comment b/net/googolplex/pkg-comment new file mode 100644 index 000000000000..d7f5dc42ee66 --- /dev/null +++ b/net/googolplex/pkg-comment @@ -0,0 +1 @@ +Query Google, parse it and returns the result as a list diff --git a/net/googolplex/pkg-descr b/net/googolplex/pkg-descr new file mode 100644 index 000000000000..c57b13ac7e82 --- /dev/null +++ b/net/googolplex/pkg-descr @@ -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/ diff --git a/net/googolplex/pkg-plist b/net/googolplex/pkg-plist new file mode 100644 index 000000000000..3e7651bf762f --- /dev/null +++ b/net/googolplex/pkg-plist @@ -0,0 +1 @@ +lib/%%PYTHON_VERSION%%/site-packages/googolplex.py