KStars displays an accurate representation of the night sky for any time
and date, from any location on Earth. The display can be panned in altitude
and azimuth, and can be zoomed in and out.
- bump NEED_VERSION
- add USE_X11 and USE_GMAKE
>ChangeLog:
o Added feature: Show attributes in tree view
o Fixed bug: Element delete bug when Dragdrop
o Added feature: Open xml file with specified element
o Added feature: Shrunk multilined contents in tree-view.
PATCH_DIST_ARGS or PATCH_ARGS anyways.
o Don't hardcode PREFIX in pkg/MESSAGE
o Rename ru_SU.KOI8-R in catalog to ru_RU.KOI8-R to match nvi in
base distribution.
o Remove itojun@ from MAINTAINER (now defaults to ports@) on his request.
itojun@ ok
o Upgrade to camlp4-3.02, remove now obsolete patch
o Make a SUBPACKAGE -doc
o Add RUN_DEPENDS for ocamlrun
From me:
o HOMEPAGE
o Fix MASTER_SITES, information from HOMEPAGE
o Append some stuff to DESCR from HOMEPAGE
Maintainer angelos@ ok'd Yozo's changes
---
Python OpenSSL Wrappers(POW) is a set of comprehensive wrappers for
Python of the OpenSSL libraries. POW will provide a 'slim' interface
which will still enable Python developers to fully utilize OpenSSL.
WWW: http://pow.sourceforge.net
The crawl utility starts a depth-first traversal of the web at the
specified URLs. It stores all JPEG images that match the configured
constraints. Crawl is fairly fast and allows for graceful termination.
After terminating crawl, it is possible to restart it at exactly the
same spot where it was terminated. Crawl keeps a persistent database
that allows multiple crawls without revisiting sites.
The main reason for writing crawl was the lack of simple open source
web crawlers. Crawl is only a few thousand lines of code and fairly
easy to debug and customize.
Features
+ Saves encountered JPEG images
+ Image selection based on regular expressions and size contraints
+ Resume previous crawl after graceful termination
+ Persistent database of visited URLs
+ Very small and efficient code
+ Supports robots.txt