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
sthen 36c316f56f update to the_silver_searcher-0.18.1, from maintainer Florian Stinglmayr
also update DESCR to add some information from upstream about why it's fast,
ok with Florian.

* Searching for literals (no regex) uses Boyer-Moore-Horspool strstr.
* Files are mmap()ed instead of read into a buffer.
* Regex searches use PCRE 8.21+'s JIT compiler.
* Ag calls pcre_study() before executing the regex on a jillion files.
* Instead of calling fnmatch() on every pattern in your ignore files,
  non-regex patterns are loaded into an array and binary searched.
* Ag uses Pthreads to take advantage of multiple CPU cores and search
  files in parallel.
2013-11-06 21:56:49 +00:00
archivers Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius 2013-10-26 23:55:34 +00:00
astro Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 21:20:54 +00:00
audio update to mpc-0.24 2013-11-05 07:49:54 +00:00
base
benchmarks bump REVISION for any ports using route messages. regen some distinfos and 2013-10-31 21:12:12 +00:00
biology
books
cad Do a massive change on the placement of some KDE3 apps data: 2013-10-22 11:33:55 +00:00
chinese move http://code.google.com, *.googlecode.com, and sites.google.com to https 2013-08-07 21:31:12 +00:00
comms reorder Makefile to fix with gmake 4.0 ("recipe commences before first target") 2013-10-26 10:06:45 +00:00
converters Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius 2013-10-26 23:55:34 +00:00
databases Oops, forgot to remove the patch committed upstream in _this_ directory. 2013-11-05 18:31:38 +00:00
devel Update to p5-Test-Group 0.19. 2013-11-06 17:10:06 +00:00
editors move ".include <bsd.port.arch.mk>" below definition of all MULTI_PACKAGES, 2013-11-06 20:52:01 +00:00
education Update to anki 2.0.16. For changes see http://ankisrs.net/docs/changes.html 2013-11-03 00:02:55 +00:00
emulators Update to QEMU 1.6.1. 2013-10-30 19:53:29 +00:00
fonts Update to roboto 1.2. ok sthen@. 2013-11-02 18:59:06 +00:00
games Update to gcompris-13.11. 2013-11-05 17:15:54 +00:00
geo Enable the JP2OpenJPEG driver using the newly imported graphics/openjp2 2013-10-30 15:22:33 +00:00
graphics bump to pick up the node libv8 change. 2013-11-05 16:24:14 +00:00
infrastructure new uid for _rrdcached (from net/rrdtool) 2013-11-05 17:55:43 +00:00
inputmethods No need for the libiconv NODULE when we already have the gettext one. 2013-10-24 15:18:00 +00:00
japanese Ports are not safe, we know that. 2013-11-03 15:11:22 +00:00
java
korean
lang Update Seed7 ti 20131027. 2013-11-06 03:08:43 +00:00
mail update to 2.1.16 2013-11-06 17:26:08 +00:00
math install man page and sync wantlib 2013-11-05 15:33:06 +00:00
meta PERMIT_PACKAGE_CDROM is enough. 2013-11-04 14:05:43 +00:00
misc Update to shared-desktop-ontologies-0.11.0, needed by upcoming KDE 4.11. 2013-11-05 13:46:37 +00:00
multimedia Moovida doesnt specifically use avahi-gtk, so depend on py-avahi instead 2013-11-03 22:04:44 +00:00
net ..and drop to 1.8; Markus points out that actually ruby 1.9 is broken on 2013-11-06 21:04:13 +00:00
news Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
plan9 Regenerate PLISTs now that imake installs the source man pages. 2013-10-11 20:39:16 +00:00
print Update to cups-filters-1.0.41. 2013-11-03 15:47:04 +00:00
productivity CVE has been assigned now; ok aja@ 2013-11-06 08:46:04 +00:00
security Update to 0.14 which includes our changes (no other code change). 2013-11-06 09:05:25 +00:00
shells bump REVISION for any ports using route messages. regen some distinfos and 2013-10-31 21:12:12 +00:00
sysutils Unbreak after rrdtool update, While here tweak WANTLIB-* 2013-11-06 20:45:48 +00:00
telephony revert to the previous SHARED_ONLY=Yes for this instead of build dep on 2013-11-05 15:49:59 +00:00
textproc update to the_silver_searcher-0.18.1, from maintainer Florian Stinglmayr 2013-11-06 21:56:49 +00:00
www add a README file, prompted by a mail from Kaya Saman 2013-11-06 13:07:43 +00:00
x11 Set window properties to be common for all the created windows 2013-11-06 07:29:30 +00:00
.cvsignore
INDEX sync, with KDE4 2013-10-08 14:16:24 +00:00
Makefile
README

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

dpb(1) (manpage under ${PORTSDIR}/man) for bulk builds.

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

$OpenBSD: README,v 1.20 2011/11/15 18:33:16 espie Exp $