Commit Graph

43316 Commits

Author SHA1 Message Date
steven
b98b6db492 update to Erlang R12B-2
from maintainer Jon Olsson
2008-04-13 07:31:15 +00:00
jakemsr
103f021345 maintenence update to live.2008.04.09
from brad@
2008-04-13 07:13:59 +00:00
espie
0183804b73 3.5.9 2008-04-13 04:27:47 +00:00
jakemsr
a9d8f10f16 add multimux 2008-04-13 00:22:04 +00:00
jakemsr
b5dab3cb8b import multimux-0.2.5.2
multimux allows you to multiplex up to 8 mono WAV files into a single
PCM audio data stream.  Additionally, multimux can add a WAV header to
this stream or pipe the stream to ffmpeg to create a multichannel AC3
file as commonly found in DVDs.

submitted by Girish Venkatachalam, thanks.  I used this to test
multichannel support in cmpci.
2008-04-13 00:04:11 +00:00
sthen
e1c1c0bf7b bugfix update to 1.1.3, from Brad. tested on several servers. 2008-04-12 22:52:46 +00:00
sthen
1e37689155 Force dependency on libc; this doesn't actually use libc, but doing
this ensures that changes to syscalls alter the package signature.
Bump package and note with XXX. Without this, packages using it
(e.g. MailScanner) will abort trap.

ok/suggestion to add WANTLIB from espie.
2008-04-12 21:46:39 +00:00
espie
b9ffeddf7d 3.5.9 2008-04-12 20:39:33 +00:00
espie
9106e40ed0 ignore details of new @comment VARS:, to be used for better make-plist. 2008-04-12 13:09:58 +00:00
espie
2c22929416 extend VAR_SUBST syntax slightly: a supplementary ^ at the beginning of
the variable subst means the subst shouldn't occur anywhere, but only at
beginning of name... useful for backsubst of SYSCONFDIR, since etc is so
frequent. Extended to other variables such as PREFIX.

tweak make-plist to use OpenBSD::Subst.

*this means this only works with current, but you've had a week to update...*
2008-04-12 13:04:21 +00:00
steven
df7c95f86c tweak debug messages from openssl support
from brad
2008-04-12 08:19:28 +00:00
simon
d8eba19cf6 add p5-CSS-Minifier, p5-HTML-Copy, p5-HTML-SiteTear,
p5-JavaScript-Minifier and p5-pQuery
2008-04-11 22:48:53 +00:00
simon
32be4a9c92 import p5-HTML-SiteTear
HTML::SiteTear make a separated copy of a part of web site in local file
system.  All linked files (HTML file, image file, javascript, cascading
style shieet) from a source HTML file will be copied under a new file.

from Girish Venkatachalam

feedback merdely@
ok merdely@, okan@
2008-04-11 22:48:48 +00:00
simon
4ac79a3575 import p5-pQuery
pQuery is a pragmatic attempt to port the jQuery JavaScript framework to
Perl.  It is pragmatic in the sense that it switches certain JavaScript
idioms for Perl ones, in order to make the use of it concise.  A primary
goal of jQuery is to "Find things and do things, concisely".  pQuery has
the same goal.

from Girish Venkatachalam

ok merdely@, okan@
2008-04-11 22:48:45 +00:00
simon
95c8df3298 import p5-HTML-Copy
HTML::Copy copy a HTML file without breaking links in the file.
HTML::Copy will be useful to maintain web sites and to handle HTML
templates.

from Girish Venkatachalam

feedback & ok okan@, mederly@
2008-04-11 22:48:41 +00:00
simon
64e629d676 import p5-JavaScript-Minifier
This module removes unnecessary whitespace from JavaScript code.  The
primary requirement developing this module is to not break working code:
if working JavaScript is in input then working JavaScript is output.  It
is ok if the input has missing semi-colons, snips like '++ +' or '12
.toString()', for example.

from Girish Venkatachalam

ok merdely@, okan@
2008-04-11 22:48:37 +00:00
simon
04ed008112 import p5-CSS-Minifier
This module removes unnecessary whitespace from CSS.  The primary
requirement developing this module is to not break working stylesheets:
if working CSS is in input then working CSS is output.

from Girish Venkatachalam

ok merdely@, okan@
2008-04-11 22:48:33 +00:00
okan
e449c395fc +supercat 2008-04-11 22:20:12 +00:00
okan
6441bff80d import supercat
Supercat is a program that colorizes text based on matching regular
expressions/strings/characters. Supercat supports html output as well as
standard ASCII text. Unlike some text-colorizing programs that exist,
Supercat does not require you to have to be a programmer to make
colorization rules.

from Girish Venkatachalam

tweaks from Giovanni Bechis

ok merdely@ kili@
2008-04-11 22:19:36 +00:00
okan
b6adb48979 +p5-Net-FTP-AutoReconnect 2008-04-11 22:05:32 +00:00
okan
d6c22adcab import p5-Net-FTP-AutoReconnect
Net::FTP::AutoReconnect is a wrapper module around Net::FTP.  For many
commands, if anything goes wrong on the first try, it tries to
disconnect and reconnect to the server, restore the state to the same as
it was when the command was executed, then execute it again.  The state
includes login credentials, authorize credentials, trans- fer mode
(ASCII or binary), current working directory, and any restart, passive,
or port commands sent.

from Girish Venkatachalam

ok merdely@
2008-04-11 22:04:59 +00:00
ajacoutot
40333bb6d9 - unbreak dlopen()ing of modules 2008-04-11 21:58:10 +00:00
ajacoutot
a71d3f4252 - I got the jasper syndrom... i.e. bumping DISTNAME instead of PKGNAME 2008-04-11 21:33:29 +00:00
ajacoutot
b4f74c4fe9 - fix WANTLIB after ilmbase dependency_libs change 2008-04-11 20:38:13 +00:00
ajacoutot
def914fb9c - libtool missed some needed dependency_libs which caused unresolved
symbols
- cleanup indent while here
2008-04-11 20:37:55 +00:00
steven
131f19e432 update to libtool 1.5.26
from brad@ (maintainer)
ports build testing by naddy, ajacoutot, and me
2008-04-11 18:55:43 +00:00
ajacoutot
85d7b44762 - don't bother looking for binaries that won't be used
- don't bother building useless docs
no pkg change, just a small build speed-up
2008-04-11 17:54:39 +00:00
jasper
25068a5080 - bumping distnames makes no sense :)
spotted by naddy@, thanks!
2008-04-11 16:16:55 +00:00
jasper
58f60d45ad - moving libs around is no fun...no cookie 2008-04-11 11:47:00 +00:00
steven
fb39f827c2 fix master site 2008-04-11 11:27:24 +00:00
jasper
e09dfea979 - fix WANTLIB/LIB_DEPENDS after recent openexr update 2008-04-11 11:24:03 +00:00
jasper
9c210fb405 - fix WANTLIB/LIB_DEPENDS after recent openexr update 2008-04-11 11:16:47 +00:00
jasper
8dfdbbd6fb - update openexr to 1.6.1
- tweak path to docs and examples

please note that some libs have been moved to graphics/ilmbase
2008-04-11 11:16:20 +00:00
jasper
2d9443bfdb - minor tweaks
- conflict with openexr OpenEXR-<=1.2.2p3

from ajacoutot@, thanks!
2008-04-11 11:15:48 +00:00
jasper
f8fff03afa - add ilmbase 2008-04-11 11:07:29 +00:00
jasper
e316cc4d1c import ilmbase 1.0.1
ILM Base libraries providing:

- Half is a class that encapsulates our 16-bit floating-point format.
- IlmThread is a thread abstraction library for use with OpenEXR and
  other software packages. It currently supports pthreads and Windows
  threads.
- Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
  and other useful 2D and 3D math functions.
- Iex is an exception-handling library.
2008-04-11 11:06:26 +00:00
jasper
ffb906e4e2 - update nutdb to 13.5
maintainer time-out.
2008-04-11 09:15:49 +00:00
ian
949f36cd49 Add asterisk-openbsd-moh 2008-04-10 22:44:49 +00:00
jasper
b0fd06d3ad - bump PKGNAME if DESCR is changed 2008-04-10 22:42:54 +00:00
ian
1de6238ec6 Play OpenBSD songs for Asterisk Music-On-Hold; idea indirectly from
mbalmer, DESCR wording vetted & improved by deraadt@, OK sthen@
2008-04-10 22:41:41 +00:00
ian
c286e99aa9 Mention that it works for PostgreSQL in the first line of DESCR
(for those who overlook the COMMENT in Makefile :-)).  A few minor
wording tweaks.

OK Pierre-Emmanuel André (maintainer), and ajacoutot@.
2008-04-10 22:33:19 +00:00
deanna
44bbbc760f Don't pick up textproc/icu4c. Problem reported by brad and RD Thrush,
thanks.

no pkg change
2008-04-10 20:06:52 +00:00
okan
14f31a8ffe +p5-DNS-ZoneParse 2008-04-10 17:45:54 +00:00
okan
10b128ac97 import p5-DNS-ZoneParse
This module will parse a Zone File and put all the Resource Records
(RRs) into an anonymous hash structure.  At the moment, the following
types of RRs are supported: SOA, NS, MX, A, CNAME, TXT, PTR.  It could
be useful for maintaining DNS zones, or for transferring DNS zones to
other servers.

from Girish Venkatachalam
 
ok merdely@
2008-04-10 17:45:33 +00:00
okan
92e61139d1 +p5-Term-ProgressBar 2008-04-10 17:44:08 +00:00
okan
0c8b3dac62 import p5-Term-ProgressBar
Term::ProgressBar provides a simple progress bar on the terminal, to let
the user know that something is happening, roughly how much stuff has
been done, and maybe an estimate at how long remains.

A typical use sets up the progress bar with a number of items to do, and
then calls update to update the bar whenever an item is processed.

from Girish Venkatachalam

ok merdely@
2008-04-10 17:43:42 +00:00
sthen
c9509af2f4 dynamips uses its own endianness definitions which don't include
all our arch, so it doesn't build on at least hppa/arm. Fix build
by using the definitions from our system headers instead.

No effect on existing arch - package bump is probably unnecessary
but done anyway to be sure.

Thanks to Jonathan Armani for testing that dynamips/gns3 on i386
are still happy.

ok ajacoutot
2008-04-10 15:22:17 +00:00
espie
451110fd09 update to 3.0.2, with a few new useful functionalities.
to be fully functional, you need rsync >= 3.0.2 on both sides,
otherwise, rsync will degrade to pre-3.0 mode.
2008-04-10 15:06:45 +00:00
ajacoutot
e6492d22ea +babl
+gegl
2008-04-10 14:14:45 +00:00
ajacoutot
0ddb4c4130 Import gegl-0.0.16
GEGL (GEneric Graphics Library) is a graph based image processing
framework.
GEGL's original design was made to scratch GIMP's itches for a new
compositing and processing core. This core is being designed to have
minimal dependencies and a simple well defined API.

ok jasper@
2008-04-10 14:12:35 +00:00