summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-26Added math/p5-Math-BaseCnvabs1-1/+2
2008-10-26Set PKGCONFIG_OVERRIDE.minskim1-1/+4
Bump PKGREVISION.
2008-10-26Added math/p5-Math-BaseCnv version 1.4.75abs1-1/+5
Added textproc/p5-XML-Tidy version 1.2.54 Added www/p5-ParallelUserAgent version 2.57 Added net/p5-eBay-API version 0.25
2008-10-26Added net/p5-eBay-API version 0.25abs3-0/+57
This document describes the installation, configuration, and usage of eBay::API module. The eBay::API library is based on the eBay API XML schema and it does not use SOAP to submit calls. Other than differences in the SOAP envelope and the way SOAP reports errors, the calls and data types defined in eBay API XML schema and eBay API wsdl are almost exactly the same. You can retrieve the latest version of eBay API XML schema from: http://developer.ebay.com/webservices/latest/eBaySvc.xsd During installation that document is used to generate the library's call and data type classes.
2008-10-26Added www/p5-ParallelUserAgent version 2.57abs3-0/+39
This bundle defines all required modules for ParallelUserAgent. ExtUtils::MakeMaker - should be in perl disribution LWP::UserAgent - Base for Parallel::UserAgent LWP::RobotUA - Base for Parallel::RobotUA LWP::Protocol - Base Protocol implementations LWP::Parallel - Parallel User Agent itself
2008-10-26Added textproc/p5-XML-Tidy version 1.2.54abs3-0/+30
This module creates XML document objects (with inheritance from XML::XPath) to tidy mixed-content (ie. non-data) text node indenting.
2008-10-26Added math/p5-Math-BaseCnv version 1.4.75abs3-0/+31
BaseCnv provides a few simple functions for converting between arbitrary number bases. It is as fast as I currently know how to make it (of course relying only on the lovely Perl). If you would rather utilize an object syntax for number-base conversion, please see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine Math::BaseCalc module.
2008-10-26regen patch-ax to silence warning messagetnn2-5/+5
2008-10-26Updated x11/qt4 to 4.4.3; misc/stellarium to 0.10.0adam2-5/+10
2008-10-26Fix build problem under NetBSD with the latest version of thetron2-1/+17
"glib2" package.
2008-10-26Changes 0.10.0:adam7-214/+152
* Global switch to Qt. Don't support SDL main application anymore. * The whole StelApp class is managed by a QGraphicsScene, inside a QGraphicsView. * Removed deprecated sources from the core of stellarium. * Continued API cleaning and simplifications. * Performed large refactorings to use portable Qt API. * Re-organized the source files into sub-directories. * Migrated config file parsing to a QSettings based implementation. * Exposed some methods as slots so that they can be scripted in the future. * Created the new Qt-based GUI button bars. * Recoded from scratch the new QWidget based GUI rendered in the QGraphicsView using style sheets. * Moved stars/planets halo rendering into SkyDrawer. * Implemented dynamic eye adaptation for bright objects. * Optimized atmosphere computation and others, speed can be increased up to a factor of 2. * Implemented light pollution following the Bortle scale index. * Improved and optimized stars rendering (updated colors, sizes and added large halo for very bright ones, use GL lists for drawing stars by bunch) * Created a new SkyTile class supporting lazy dynamic multi-resolution images loading and display. Image trees can be stored as JSON files. * Startup is much faster. * Migrated the previous nebula textures to the new format. * Added a LocationManager for managing observing locations and cleaned the code of observer. * Changed key bindings, use F1.. F6 for opening dialogs. * Tab completion on the search dialog. * Added descriptions for the sky cultures and improved the ones for landscapes. * Added a new mars landscape. * Fixed many bugs.
2008-10-26Changes 4.4.3:adam18-88/+111
* Updated application icons and other graphics to reflect the look and feel of the new Qt brand. * Copyright of Qt has been transferred to Nokia Corporation.
2008-10-26Updated print/gutenprint51-lib to 5.2.1gdt1-1/+2
2008-10-26Update to 5.2.1 (first release in new 5.2 series). (Soongdt3-8/+57
print/gutenprint-lib will be changed to 5.2.1 and this package deleted.) See NEWS for more about: II) CRITICAL UPGRADE NOTE If you are using CUPS with Gutenprint on a non-Macintosh system, and are upgrading from an earlier version of Gutenprint or Gimp-Print, please read this note carefully as there are special procedures that you should follow in addition to the normal procedure of running cups-genppdupdate. * Changes from 5.2.0-rc1 1) Preliminary support for the following printers. These printers may be retuned for improved quality or performance in future releases. Epson inkjet printers: [many, see NEWS] 2) Experimental support for the following printers. These printers may not function correctly, and may be retuned for improved quality or performance in future releases. Epson inkjet printers: [many, see NEWS]
2008-10-26Provide and use local mpool.h.joerg3-5/+108
2008-10-26Don't depend on presence of u_int32_t, just use uint32_t.joerg3-8/+8
2008-10-26Explicitly check for libnsl and libsocket as required by Solaris.joerg2-1/+155
Based on patches from Aleksey Cheusov.
2008-10-26Add and enable {p5,ruby}-tokyotyrant.obache1-1/+3
2008-10-26Added databases/ruby-tokyotyrant version 1.0obache1-1/+2
2008-10-26Import ruby-tokyotyrant-1.0 as databases/ruby-tokyotyrant.obache5-0/+79
This module implements the pure Ruby client which connects to the server of Tokyo Tyrant and speaks its original binary protocol. Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications. The server can embed Lua, a lightweight script language so that you can define arbitrary operations of the database. The server features high concurrency due to thread-pool modeled implementation and the epoll/kqueue mechanism of the modern Linux/*BSD kernel. The server and its clients communicate with each other by simple binary protocol on TCP/IP. Protocols compatible with memcached and HTTP/1.1 are also supported so that almost all principal platforms and programming languages can use Tokyo Tyrant. High availability and high integrity are also featured due to such mechanisms as hot backup, update logging, and replication.
2008-10-26Added databases/p5-tokyotyrant version 1.2obache1-1/+2
2008-10-26Import p5-tokyotyrant-1.2 as databases/p5-tokyotyrant.obache4-0/+51
This module implements the pure Perl client which connects to the server of Tokyo Tyrant and speaks its original binary protocol. Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications. The server can embed Lua, a lightweight script language so that you can define arbitrary operations of the database. The server features high concurrency due to thread-pool modeled implementation and the epoll/kqueue mechanism of the modern Linux/*BSD kernel. The server and its clients communicate with each other by simple binary protocol on TCP/IP. Protocols compatible with memcached and HTTP/1.1 are also supported so that almost all principal platforms and programming languages can use Tokyo Tyrant. High availability and high integrity are also featured due to such mechanisms as hot backup, update logging, and replication.
2008-10-26Updated databases/tokyotyrant to 1.1.7obache1-1/+2
2008-10-26Update tokyotyrant to 1.1.7.obache3-8/+8
Changes: 2008-10-20 Mikio Hirabayashi * ttserver.c (getcmdmask): new function. - Release: 1.1.7
2008-10-26lftp-3.7.3 is in pkg/39809obache1-2/+2
2008-10-26Updated databases/ruby-tokyocabinet to 1.16obache1-1/+2
2008-10-26Update ruby-tokyocabinet to 1.16.obache3-11/+11
Changes is empty...
2008-10-26Updated databases/p5-tokyocabinet to 1.18obache1-1/+2
2008-10-26Update p5-tokyocabinet to 1.18.obache2-8/+7
Changes is empty...
2008-10-26Updated databases/tokyocabinet to 1.3.15obache1-1/+2
2008-10-26Update Tokyo Cabinet to 1.3.15.obache3-8/+8
Changes: 2008-10-20 Mikio Hirabayashi * tcutil.c (tcmapput, tcmapout, tcmapget): performance was improved. * tcutil.c (tcnumtobinstr): new function. * tchdb.c (tchdbbidx): performance was improved. - Release: 1.3.15
2008-10-26Add sex to games/Makefilebjs1-1/+2
2008-10-26Added games/sex version 1.0bjs1-1/+2
2008-10-26Import sex-1.0, courtesy of jfranz@bsdprojects.net (from pkgsrc-wip).bjs6-0/+60
Blurb: Here is yet another program for spouting silly, random phrases. It mimics awful text porn; more importantly, it's a classic! The output of this program is of a [vaguely] sexually explicit nature.
2008-10-26Updated graphics/pngcrush to 1.6.10adam1-1/+2
2008-10-26Changes 1.6.10:adam3-12/+21
* Add sTER chunk support. Changes 1.6.9: * Updated cexcept.h to version 2.0.1 * Add missing curly brackets. Changes 1.6.8: * Fixed bug with handling of -z and -zi options.
2008-10-26nor imaginary versions of gucharmapjnemeth1-2/+2
2008-10-26bah! try not to include imaginary versionsjnemeth1-2/+2
2008-10-26Bump versions of dependencies so that this really does representjnemeth1-55/+55
Gnome 2.24 instead of a strange conglomeration of stuff from 2.18 upwards.
2008-10-26Enable lang/embryo.minskim2-2/+4
2008-10-26Import embryo from pkgsrc-wip. Packaged by Grzegorz Błach.minskim5-0/+53
Embryo implements a C like scripting language used in various parts of the Enlightenment project, namely Edje. Embryo allows scripting capabilities in places that otherwise wouldn't support basic programming structures such as in Edje EDCs.
2008-10-26Enable devel/ruby-eet.minskim2-2/+4
2008-10-26Import ruby-eet.minskim4-0/+34
Ruby-EET allows you to read and write EET files from Ruby code. Support for Ruby object serialization to EDD (EET Data Descriptor) format is given.
2008-10-26Note update of eet.minskim1-1/+2
2008-10-26Update eet to 1.1.0.minskim3-7/+36
Changes: - Fixes to data codecs (data descriptors). - Fixes for non-existing files opened READ/WRITE and other miscellanouse bugs found. - Speedups for decoding and lookups, make inline-image decode better on some platforms and add signed-eet file support as well as opening eet files from memory.
2008-10-25Added finance/p5-Algorithm-LUHN version 1.00abs2-2/+4
2008-10-25Added finance/p5-Algorithm-LUHN version 1.00abs3-0/+30
This module calculates the Modulus 10 Double Add Double checksum, also known as the LUHN Formula. This algorithm is used to verify credit card numbers and Standard & Poor's security identifiers such as CUSIP's and CSIN's. You can find plenty of information about the algorithm by searching the web for "modulus 10 double add double".
2008-10-25Update mksh.ahoka1-1/+2
2008-10-25Update to version R36.ahoka2-6/+6
Major changes: * Digital UNIX (DEC OSF/1) V2.0 (MIPS) is now supported using the DEC C and ucode toolchain. (We could not run the testsuite, though.) * The ‘-Q’ option to Build.sh is gone without replacement. * A new option can be enabled by adding -DMKSH_BINSHREDUCED to $CPPFLAGS, intended mostly for Debian. This option adds extra code to determine whether mksh(1) is called as sh or -sh and switch to “set -o posix” mode if so, disabling brace expansion and some security features, because legacy scripts, such as debconf, depend on such reduced functionality /bin/shs. * Input lines beginning with an IFS character of IFS white space are no longer pushed into the history. Some other, less surprising, changes were also made to both Emacs and Vi command line editing modes. * The arc4random.c contributed file is now stored with the RCS version number appended, and has been updated.
2008-10-25-snortadrianp1-2/+1