Commit Graph

60843 Commits

Author SHA1 Message Date
sthen
ec8f9886f2 revision/lib_depends 2010-10-23 22:01:29 +00:00
stephan
59401ce827 +lightbox2 2010-10-23 22:00:54 +00:00
jakemsr
d4610492a5 initial import of audio/caps-plugins
CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA audio
plugins capable of (and mainly intended for) realtime operation.  The
suite includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal oscillation,
reverb, equalization and more.

looks ok to landry@
2010-10-23 21:59:58 +00:00
stephan
c942ca1e00 import drupal6-lightbox2-1.11
The Lightbox2 module is a simple, unobtrusive script used to overlay
images on the current page. The module places images above your
current page, not within. This frees you from the constraints of the
layout, particularly column widths. It keeps users on the same page.

ok landry@
2010-10-23 21:58:13 +00:00
jakemsr
5264503d42 initial import of audio/mcp-plugins
The MCP plugins consist of:
- cs_phaser: a series connection of 1 to 30 first order allpass
  filters with feedback.
- cs_chorus: two low frequency oscillators, each having 3 outputs
  that are 120 degree apart in phase.
- mvclpf24: accurate digital implementation of voltage controlled
  lowpass Moog filter.
- mvchpf24: digital implementation of voltage controlled hipass
  Moog filter.

looks ok to landry@
2010-10-23 21:57:04 +00:00
naddy
36366790c5 comment out the one cat page that was also installed through imake 2010-10-23 21:55:56 +00:00
jakemsr
aa095b265e initial import of calf
Calf is a pack of audio plugins - effects and instruments, currently in
development. The goal is to create a set of plugins using decent
algorithms and parameter settings, available in a form which is
compatible with as many open source applications as possible.

looks ok to landry@
2010-10-23 21:52:00 +00:00
naddy
8552d0520e install the mdoc source page and get rid of the cat page; ok matthieu 2010-10-23 21:49:06 +00:00
espie
5d8d9e2600 if we didn't parse the path, then we don't have the pkgname, duh. 2010-10-23 21:46:03 +00:00
jasper
a06a28fbde - remove do-regress
prompted by fgs
2010-10-23 21:44:02 +00:00
jsg
d35d956338 no need to link libdes for kerberos
ok ajacoutot@
2010-10-23 19:39:46 +00:00
jasper
018187e552 Don't create a debug binary (that doesn't work anyway), this
breaks mips64(el).
2010-10-23 18:43:58 +00:00
sthen
14dd0c3a4d revision/new lib_depends 2010-10-23 18:35:23 +00:00
naddy
0fb9f02d13 don't install source page, consistent with other imake ports 2010-10-23 18:29:32 +00:00
sthen
96b9cbb33a revision/new lib_depends 2010-10-23 18:26:19 +00:00
naddy
ec21b844b6 don't install source page, consistent with other imake ports 2010-10-23 18:24:14 +00:00
espie
721c339299 zap P/I distinction, it was a lousy idea anyways 2010-10-23 18:14:19 +00:00
espie
e694d95fa7 fix loop: we know we tried it, it didn't work, so don't try it AGAIN. 2010-10-23 18:02:59 +00:00
espie
7439821562 if we don't ssh to it, don't print the name either in errors, as requested by
landry@
2010-10-23 17:58:55 +00:00
jasper
aa9e54882f - disable Werror to allow this to built on at least mips64el 2010-10-23 17:55:57 +00:00
jakemsr
432135427a + liblrdf 2010-10-23 17:33:09 +00:00
sthen
341e11776b Add RUN_DEPEND on groff; vgrind needs it to work. Bump REVISION.
The included manpages themselves are fine with mandoc so remove USE_GROFF.
ok jasper@
2010-10-23 17:09:35 +00:00
ajacoutot
113f9ff0c9 Add a missing @sample directory. 2010-10-23 17:04:51 +00:00
jakemsr
7f4a330ee4 enable liblrdf support 2010-10-23 17:04:14 +00:00
steven
8fd24fc89a bump to 2.2.1 2010-10-23 17:01:26 +00:00
jakemsr
255d4b303f initial import of liblrdf
This is a library to make it easy to manipulate RDF files describing
LADSPA plugins. It can also be used for general RDF manipulation.
It can read RDF/XLM and N3 files and export N3 files, it also has a
light taxonomic inference capablility.
2010-10-23 16:54:23 +00:00
jasper
da05c92708 - sync 2010-10-23 16:49:55 +00:00
jasper
89f9ff99f9 import vgrind from base
vgrind formats the program sources which are arguments in a nice style
using troff(1). Comments are placed in italics, keywords in bold face,
and the name of the current function is listed down the margin of each
page as it is encountered.

help and OK sthen@
2010-10-23 16:49:11 +00:00
steven
83aeb13546 update to 15.3.0
seems to need gmake now
2010-10-23 16:47:33 +00:00
ajacoutot
020fdacde6 Don't enforce MASTER_SITES either. 2010-10-23 16:31:29 +00:00
ajacoutot
2eb978af07 Remove ltasneededhack: use our own LIBTOOL and add -Wl,--as-needed to
LDFLAGS.
2010-10-23 16:30:01 +00:00
naddy
5b0d619cab remove an unused patch file that triggers an autotools rebuild cascade 2010-10-23 16:24:32 +00:00
jasper
ae2e3c40b8 sync 2010-10-23 16:08:38 +00:00
jasper
43353d8f88 import p5-Business-PayPal-IPN 1.94
Business::PayPal::IPN implements PayPal IPN version 1.5. It validates
transactions and gives you means to get notified of payments to your
PayPal account. If you don't already know what PayPal IPN is this
library may not be for you.

ok sthen@
2010-10-23 16:07:43 +00:00
jasper
444c34c197 import p5-Business-PayPal-API 0.69
Business::PayPal::API supports both certificate authentication and the
new 3-token "Signature" authentication.
It also support PayPal's development sandbox for testing.

ok sthen@
2010-10-23 16:05:53 +00:00
jasper
f06d76584f import p5-Business-PayPal 0.04
Business::PayPal makes the automation of PayPal transactions as simple
as doing credit card transactions through a regular processor. It
includes methods for creating PayPal buttons and for validating the
Instant Payment Notification that is sent when PayPal processes a
payment.

ok sthen@
2010-10-23 16:05:06 +00:00
sthen
27438e6dd5 update Munin to 1.45, joint work with & ok jasper@ 2010-10-23 15:52:22 +00:00
steven
6653580a4a fix pkgpath for libgfortran 2010-10-23 15:45:59 +00:00
landry
e721cea2f2 +viking 2010-10-23 15:40:46 +00:00
landry
6cb63a6ab2 Import viking-0.9.96:
Viking is a free/open source program to manage GPS data. You can import
and plot tracks and waypoints, show Terraserver/OpenStreetMap maps
under it, add coordinate lines, make new tracks and waypoints, hide
different things, etc. It can also be used as an OpenStreetMap editor.

ok jasper@ ajacoutot@
2010-10-23 15:40:19 +00:00
steven
1b4c6e5748 add libgfortran to WANTLIB here 2010-10-23 15:30:00 +00:00
ajacoutot
0de6d7b457 Don't force EXTRACT_SUFX. 2010-10-23 15:26:27 +00:00
steven
1a09781ad7 remove MODFORTRAN_WANTG77 2010-10-23 15:16:27 +00:00
steven
83c4da679d replace MODFORTRAN_WANTG77 with MODFORTRAN_COMPILER 2010-10-23 15:09:57 +00:00
steven
e879a75e6b introduce MODFORTRAN_COMPILER, to be set inside a port
accept g77 and gfortran for this, and make it default to g77
add necessary variables for gfortran usage
make some of the variables internal
2010-10-23 15:05:47 +00:00
ajacoutot
67f8e3e845 Do not enforce the need to set GNOME_PROJECT and GNOME_VERSION so that
we can use the x11/gnome MODULE with ports that are not directly part
of GNOME per se. This made landry's kitty sad...

ok landry@ jasper@
2010-10-23 14:37:17 +00:00
naddy
ded10ce362 don't run a man page without tables through tbl(1) 2010-10-23 14:20:13 +00:00
ajacoutot
4e1a5bdcbd Explicitely set --disable-schemas-compile. 2010-10-23 14:10:16 +00:00
sthen
b58a9ed08f Fix up the dependencies for iodbc, the GUI only depends directly
on Gtk+2 and the rest are WANTLIBs. From Brad.
2010-10-23 13:13:06 +00:00
sthen
8838b16190 use rm -rf to remove extra directories, suggested by landry 2010-10-23 13:12:57 +00:00