Commit Graph

61731 Commits

Author SHA1 Message Date
jeremy
e83d4dda80 Update ruby-nokogiri to 1.4.3.1 and update PLIST for ruby.port.mk
changes.

OK landry@
2010-11-08 23:37:17 +00:00
jeremy
f1057171dc Update ruby-rubyforge to 2.0.0 and update PLIST for ruby.port.mk
changes.

OK landry@
2010-11-08 23:36:15 +00:00
jeremy
f7c6eaff83 Update ruby-sqlite3 to 1.3.1 and update PLIST for ruby.port.mk
changes.

OK landry@
2010-11-08 23:35:15 +00:00
jeremy
b7aca0f198 Update ruby-do_sqlite3 to 0.10.2 and update PLIST for ruby.port.mk
changes.

OK landry@
2010-11-08 23:34:25 +00:00
jeremy
933a724348 Update ruby-data_objects to 0.10.2 and update PLIST for ruby.port.mk
changes.

OK landry@
2010-11-08 23:33:27 +00:00
jeremy
95f87b58d3 Update ruby-json to 1.4.6 and update PLIST for ruby.port.mk changes.
OK landry@
2010-11-08 23:31:59 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
jeremy
2a9bbcdcc4 Remove --skip-depends and --default-source-index gem install options,
no longer needed.

OK landry@
2010-11-08 23:21:47 +00:00
jeremy
fe64996c4a Major changes to allow the same port directory to build ports for both
ruby 1.8, ruby 1.9, and jruby.

One major change for all ports is that RDoc documentation is no longer
going to be installed by default for gem ports.  For ruby 1.8, it used
a separate documentation file per method, and the file names created
weren't consistent across ruby versions (1.8.6 differed from 1.8.7,
and 1.8.7 differs from 1.9.2 and jruby).  It made reviewing diffs very
painful, and since most ruby developers do not use the documentation
(preferring web documentation), it doesn't make sense to include them.

For most gem ports, a ruby 1.9 version can be built by using
the ruby19 FLAVOR, and a jruby version can be build using the jruby
FLAVOR.  These flavors modify the FULLPKGNAME to use either the
ruby19- or jruby- package stem, so you don't need to worry about
the ruby 1.8 package conflicting.

In most cases, you no longer need the PKGNAME set in the port
Makefile, as the FULLPKGNAME handling will take care of that for you.
Also, for pure ruby gems (without C extensions), PKG_ARCH = * is added
automatically.

Changes to all dependent ports will be committed shortly. For new
ruby ports, you need to make sure that gem dependencies are specified
like this (assuming they depend on the hoe gem):

  :${MODRUBY_PKG_PREFIX}-hoe-*:devel/ruby-hoe,${FLAVOR}

MODRUBY_PKG_PREFIX will be ruby for ruby 1.8 ports, ruby19 for ruby
1.9 ports, and jruby for jruby ports.  The ,${FLAVOR} part at the end
makes sure that dependencies use the same version of ruby that
the current port uses.

PLISTs are going to become a lot smaller with this.  However, any
binaries installed by the gem need to have a special string added.
For example, the minitar binary installed by
archivers/ruby-archive-tar-minitar looks like this in the PLIST:

  ${GEM_BIN}/minitar${GEM_BIN_SUFFIX}

The ${GEM_BIN_SUFFIX} needs to be added manually so the package
works on ruby 1.9, which installs the binaries with a 19 suffix.

GEM_SKIPDEPENDS has been removed and related support will be removed
from devel/ruby-gems.  To modify dependencies inside the gem, the gem
metadata is placed under WRKDIST and can be modified with the standard
patching procedure.

OK landry@
2010-11-08 23:20:43 +00:00
espie
e1032ba9bf old-style LIB_DEPENDS 2010-11-08 23:12:31 +00:00
robert
925abcc5c8 Depend on doxygen so that we can build the documentation too,
and fix WANTLIB
2010-11-08 22:23:50 +00:00
jasper
1a11d44ffd - move to pkg-readmes
ok edd@ (MAINTAINER)
2010-11-08 21:29:10 +00:00
edd
666f370183 Update to mplayer-20101024. Noteworthy improvements include vpx
(webm) support and alpha support. This work is a joint effort from
myself, naddy@ and jakemsr@. Cheers.

OK jakemsr@
2010-11-08 21:25:44 +00:00
bluhm
fb410bf98e There are regression tests for mail/sympa. NO_REGRESS=Yes
ok landry@
2010-11-08 21:08:43 +00:00
jasper
00b881c875 actually, MODULES is better 2010-11-08 20:48:56 +00:00
jasper
696866ac53 - fix COMMENT, and switch to newstyle DEPENDS whilst here 2010-11-08 20:46:43 +00:00
jasper
b1d672ae2a - switch to pkg-readmes 2010-11-08 20:12:13 +00:00
naddy
9ef62d28db update to first non-beta release 5.0.0; mostly from steven@ 2010-11-08 20:11:13 +00:00
kili
65152cc6e2 + gummi 2010-11-08 20:09:36 +00:00
kili
60a6bc653f Gummi is a LaTeX editor written in the C programming language using
the GTK+ toolkit. It was designed with simplicity in mind, but hopes
to attract both novice and advanced LaTeX writers.

ok, "if you append 'textproc/intltool' to MODULES" (which i did), jasper@
2010-11-08 20:08:55 +00:00
bluhm
3c943f0224 update p5-IO-Socket-SSL to 1.34
spacing
2010-11-08 20:00:13 +00:00
ajacoutot
e7a07d42cd Make the Xephyr window default to 800x600. 2010-11-08 19:28:32 +00:00
espie
8b51999dc4 oops 2010-11-08 18:18:11 +00:00
espie
7498c6cc01 more WANTLIB 2010-11-08 18:14:21 +00:00
jasper
454368f0f1 meh, regen PLIST might help
spotted by charles smith
2010-11-08 17:28:10 +00:00
naddy
8b176f4ec0 bump subpackages after HOMEPAGE change 2010-11-08 16:54:55 +00:00
naddy
b3cc96497f update to 1.25: fixes extraction with the -C option in effect 2010-11-08 16:31:51 +00:00
ajacoutot
88c9d1bcc3 Remove the gcpio hack since we are not using gcpio anymore. 2010-11-08 16:02:45 +00:00
espie
cd8134ea09 a few more WANTLIB 2010-11-08 15:54:53 +00:00
dcoppa
1e08009891 Ops! Leftovers from previous commit :( 2010-11-08 15:20:33 +00:00
dcoppa
6cc06c1a8a Update to gecko-mediaplayer 1.0.0 and drop GConf dependency.
OK landry@
"go ahead" jasper@
2010-11-08 15:06:31 +00:00
dcoppa
82e9ee7343 Update to gnome-mplayer 1.0.0 and drop GConf dependency.
Suggestions about volume defaults by landry@

OK landry@
"go ahead" jasper@
2010-11-08 15:04:15 +00:00
ajacoutot
6ec76fdbc6 Add missing RCS id. 2010-11-08 14:57:56 +00:00
eric
b17217cd1c bump after postgresql update.
suggested by and ok landry@
2010-11-08 14:32:56 +00:00
pea
bea13cc2c7 * MAJOR UPGRADE *
+ upgrade to 9.0.1
+ move readme to new location
+ add a rc script

A dump / restore is needed for this upgrade.
See http://openbsd.raveland.org/ports/postgresql/UPGRADE_HOWTO.txt
if you need help for this.

ok jasper@, eric@
2010-11-08 14:12:24 +00:00
espie
f86b91e613 new WANTLIB 2010-11-08 13:51:52 +00:00
pea
a692642d0e + new readme location
+ add rc script

With tweaks/advices from jasper@
ok jasper@
2010-11-08 13:20:44 +00:00
espie
c7ab0ff2e4 fix doxygen gui pseudo-flavor (don't bring stuff in doxygen-main)
and convert to wantlib
2010-11-08 13:15:10 +00:00
espie
fc527dfe4d devel almost finished, doxygen wants some love 2010-11-08 12:29:24 +00:00
espie
59435b12ba new WANTLIB. fix-up a bit. 2010-11-08 12:26:01 +00:00
dcoppa
a3ec4790b4 We now have sched_get_priority_*
OK landry@, jasper@
2010-11-08 10:58:05 +00:00
dcoppa
5ef9a9bf73 We now have sched_get_priority_(mix|max)
OK landry@, jasper@
2010-11-08 10:56:02 +00:00
espie
f541de9081 restore gconf2 2010-11-08 10:34:53 +00:00
espie
d7f6fc7e23 more conversions 2010-11-08 10:28:22 +00:00
sthen
c32da50683 move to rc.d; ok jasper@ 2010-11-08 09:58:11 +00:00
espie
7f2b17ae6e kill a few libspecs in LIB_DEPENDS 2010-11-08 09:57:39 +00:00
espie
00d34c49cc fix no_tk flavor, noticed by landry@ 2010-11-08 09:28:25 +00:00
espie
210d854682 forgotten commit, noticed by landry... 2010-11-08 09:20:49 +00:00
espie
313bfd362c bad me, fix modules 2010-11-08 09:04:52 +00:00