Commit graph

29 commits

Author SHA1 Message Date
Stanislav Sedov
cc69d7aa7d - Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to.
2009-06-16 15:53:25 +00:00
Rong-En Fan
a8325cf391 - Manual pages are not governed by NOPORTDOCS
- While I'm here, use MANPREFIX for manual pages installation

Found by:	QAT
2008-08-24 10:18:53 +00:00
Mark Linimon
7f459953bd Reset rushani@FreeBSD.org due to maintainer-timeouts and no commits for
more than one year.

Hat:		portmgr
2008-08-15 06:41:19 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Marcus Alves Grando
8b6b4cf00b Take MAINTAINER
PR:		88824
Submitted by:	rushani
2005-11-11 02:07:27 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Sergey Matveychuk
c47ce9024f - Update to 2.95.4
- Add two new knobs: WITH_RUBY_CDB and WITH_RUBY_EB
- Convert startup script to rcNG

PR:		ports/84000, ports/84036
Submitted by:	rushani
Approved by:	maintainer (knu) timeout (2.5 monthes)
2005-10-14 22:42:16 +00:00
Akinori MUSHA
3ecf6fe9c9 Place rskkserv under ${PREFIX}/sbin rather than ${PREFIX}/libexec.
PR:		ports/73817
Submitted by:	rushani
2004-12-23 19:52:09 +00:00
Akinori MUSHA
739b6e0f88 Do not overrite or remove rskkserv.conf.
PR:		ports/73550
Submitted by:	rushani
2004-11-11 07:14:44 +00:00
Akinori MUSHA
733c319f75 Update to 2.95.3.
PR:		ports/73772
Submitted by:	rushani
2004-11-11 07:05:51 +00:00
Akinori MUSHA
ce553fda11 Update to 2.95.2.
The format of PREFIX/etc/rskkserv.conf has changed in version 2.95.
Please update your configuration file before restarting the server
using PREFIX/share/examples/rskkserv/conf-o2n.rb and referring to
PREFIX/etc/rskkserv.conf.sample.

PR:		ports/73508
Submitted by:	rushani
2004-11-04 02:52:24 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Akinori MUSHA
ea4cef3e92 Use RUBY_MOD*. 2002-10-06 21:38:34 +00:00
Akinori MUSHA
85f7496763 Update to 2.94.12a.
Do not specify --verbose in the startup script because /dev/console
may not be always available.

PR:		ports/34693
Submitted by:	KITAGAWA, Takurou <ranran@kmc.gr.jp>
2002-02-10 17:49:19 +00:00
Akinori MUSHA
0b10204950 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 11:08:52 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
Akinori MUSHA
ad0efdaad3 D'oh! Forgot to add this patch.
Bump PORTREVISION.
2001-09-12 17:30:45 +00:00
Akinori MUSHA
1c48a683f8 Update to 2.94.12 and unbreak. 2001-09-11 17:07:59 +00:00
Akinori MUSHA
2219f8b818 Fix the startup script. 2001-03-11 09:15:59 +00:00
Akinori MUSHA
c1930fdbf4 Update to 2.94.0, speeded up by partly using C. 2001-01-26 06:16:56 +00:00
Akinori MUSHA
a029c19beb Update to 2.91.1. Now it can keep a log. 2001-01-21 11:47:26 +00:00
Akinori MUSHA
4ecb804e2b Update to 2.90.1. 2001-01-18 21:29:50 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Akinori MUSHA
8bac927fba Update to 2.3.2. 2000-09-19 15:23:15 +00:00
Akinori MUSHA
65ff91142e Update with bsd.ruby.mk. 2000-09-07 07:44:38 +00:00
Akinori MUSHA
1e81cbdf79 Update to 2.3.1. 2000-09-05 17:56:08 +00:00
Akinori MUSHA
dfceceba7a Add japanese/rskkserv, an alternative implementation of skkserv
written in Ruby.
2000-08-18 19:01:30 +00:00