Commit graph

10 commits

Author SHA1 Message Date
Martin Wilke
0ecb8e22c2 - Stage support 2014-02-22 10:41:32 +00:00
Emanuel Haupt
f454d095ba Remove trailing whitespaces from category audio 2014-02-21 13:35:10 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Adam Weinberger
49bf36d527 Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python
2014-01-03 15:26:06 +00:00
Baptiste Daroussin
5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Philip M. Gollucci
1d3a44db09 Clean up ruby pkg-plists:
%%RUBY_SITEARCHLIBDIR%%
    %%RUBY_SITELIBDIR%%
    lib/ruby/site_ruby
    %%RUBY_VENDORARCHLIBDIR%%
    %%RUBY_VENDORLIBDIR%%
    lib/ruby/vendor_ruby
    lib/ruby

Above directories are owned by lang/ruby1[89] ports.

PR:         ports/153041
Tested by:  2-exp runs by pav
With Hat:   ruby@
2010-12-20 02:46:25 +00:00
Dima Panov
276304288b - Chase taglib update
Approved by:	miwi (mentor)
Exp-run by:	miwi
2009-12-02 17:16:16 +00:00
Cheng-Lung Sung
2b8ea5a113 Ruby-taglib is a ruby library wrapping the Taglib library,
simple dl-based wrapper of Taglib's C library.
It's short and sweet, because the C API is written by someone who knows
how to use OO programming, and Ruby with dl just makes it all too easy
to wrap such a library.

Author:	Neil Stevens <neil@hakubi.us>
WWW:	http://www.hakubi.us/ruby-taglib/

PR:		ports/130686
Submitted by:	TOMIDA, Hiroaki <t.hiroaki.209 at gmail.com>
2009-01-21 09:13:13 +00:00