Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
jeremy ae61e1b768 Import ruby-subset_sum 1.0.1
This module provides both a C and pure ruby simple subset sum problem
solver. The subset sum problem is, given a set of numbers, can the sum
of any subset of those numbers equal a given number. This problem is
NP-complete.

Both the C and pure ruby versions implement a fairly simple
meet-in-the-middle algorithm. The C version uses an AVL tree to store
the data, while the pure ruby version uses a ruby hash. For the C
version to be used, the sum of the positive numbers and the sum of the
negative numbers in the set, as well as the wanted number, must all be
Fixnums. Additionally, max_seconds should be nil or a Fixnum.
2010-12-20 18:09:01 +00:00
archivers -sync 2010-12-08 12:44:32 +00:00
astro Update to stellarium-0.10.6. 2010-12-15 16:01:45 +00:00
audio Update to 2.4.2. 2010-12-19 18:17:55 +00:00
benchmarks convert to new style depends 2010-11-15 00:22:45 +00:00
biology - use cpan module 2010-12-18 00:19:51 +00:00
books new-style depends 2010-11-15 12:47:38 +00:00
cad - fix PLIST 2010-11-24 22:41:22 +00:00
chinese db/v3 meets PKGSPEC 2010-11-26 14:23:31 +00:00
comms Use quotes to be consistent with other rc scripts. 2010-12-11 08:05:38 +00:00
converters - update p5-Convert-PEM to 0.11 2010-12-19 23:46:55 +00:00
databases Import ruby-mysql2 0.2.6 2010-12-20 18:00:52 +00:00
devel Import ruby-subset_sum 1.0.1 2010-12-20 18:09:01 +00:00
editors Add .pp to the list of extensions for Pascal source files. 2010-12-20 12:02:12 +00:00
education - update gamgi to 0.14.11 2010-12-01 08:13:19 +00:00
emulators Make it use/respect MAKE_ENV/MODSCONS_ENV/MODSCONS_CFLAGS. 2010-12-08 20:13:14 +00:00
games Update to freedroidrpg-0.14.1. 2010-12-12 06:04:20 +00:00
geo - update p5-Geo-TigerLine to 0.03 2010-12-20 00:00:33 +00:00
graphics Extend README. 2010-12-20 11:40:39 +00:00
infrastructure old forgotten PKG_SPEC commit 2010-12-20 16:39:53 +00:00
inputmethods Update to ibus-skk 1.3.3. 2010-11-20 16:59:56 +00:00
japanese missed some 2010-11-22 09:20:34 +00:00
java new depends 2010-11-17 08:05:12 +00:00
korean - use REVISION instead of a patch-level 2010-12-05 18:24:33 +00:00
lang Bump after iconv patch added by tedu 2010-12-19 19:27:49 +00:00
mail Update to cyrus-imapd-2.4.6. 2010-12-20 14:39:31 +00:00
math re-add missing patch 2010-12-06 21:23:19 +00:00
misc - update gramps to 3.2.5 2010-12-14 23:40:14 +00:00
multimedia - PKG_ARCH is taken care of by cpan.port.mk 2010-12-13 12:00:33 +00:00
net Fix substitution, from Lawrence Teo. 2010-12-17 06:35:44 +00:00
news Bump after recent cpan.port.mk change. 2010-12-03 11:46:46 +00:00
palm new depends 2010-11-20 09:48:38 +00:00
plan9 new depends 2010-11-20 09:48:38 +00:00
print Mention bug report in patch, no pkg change. 2010-12-20 15:53:05 +00:00
productivity Unbreak after removal of avahi from gnomevfs2. 2010-12-08 13:36:30 +00:00
russian new depends 2010-11-20 09:48:38 +00:00
security - update scrypt to 1.1.6 2010-12-19 21:54:51 +00:00
shells Bump after recent cpan.port.mk change. 2010-12-03 11:46:46 +00:00
sysutils update to 3.1.3 2010-12-12 15:10:38 +00:00
telephony - update p5-Net-SIP to 0.62 2010-12-12 22:04:33 +00:00
textproc Update to docbook-4.5 (adding docbook-xml-4.5). 2010-12-19 22:11:56 +00:00
www Bump ruby-sinatra version to 1.1.0. 2010-12-20 17:28:43 +00:00
x11 - bugfix update of gnome-doc-utils to 0.20.3 2010-12-20 15:04:50 +00:00
.cvsignore Change WRKOBJDIR (again...) to default to ${PORTSDIR}/pobj instead of obj, 2009-10-13 14:39:23 +00:00
INDEX sync (+1599,-1528) 2010-12-10 10:43:57 +00:00
Makefile move LOCKDIR default to pkgpath.mk since it's shared with Makefile. 2010-08-20 23:11:07 +00:00
README Repoint URL to OpenBSD Porters Handbook. 2010-08-31 03:28:43 +00:00

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
library-specs(7), bsd.port.mk(5), port-modules(5).

See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/

$OpenBSD: README,v 1.19 2010/08/31 03:28:43 lum Exp $