aboutsummaryrefslogtreecommitdiff
path: root/japanese/rskkserv
Commit message (Collapse)AuthorAgeFilesLines
* Place rskkserv under ${PREFIX}/sbin rather than ${PREFIX}/libexec.Akinori MUSHA2004-12-232-6/+5
| | | | | | | | PR: ports/73817 Submitted by: rushani Notes: svn path=/head/; revision=125006
* Remove an obsolete patch.Akinori MUSHA2004-11-111-13/+0
| | | | | | | Submitted by: rushani Notes: svn path=/head/; revision=121373
* Do not overwrite or remove rskkserv.conf.Akinori MUSHA2004-11-111-0/+13
| | | | | | | | PR: ports/73550 Submitted by: rushani Notes: svn path=/head/; revision=121359
* Do not overrite or remove rskkserv.conf.Akinori MUSHA2004-11-112-3/+6
| | | | | | | | PR: ports/73550 Submitted by: rushani Notes: svn path=/head/; revision=121358
* Update to 2.95.3.Akinori MUSHA2004-11-114-26/+4
| | | | | | | | PR: ports/73772 Submitted by: rushani Notes: svn path=/head/; revision=121357
* Update to 2.95.2.Akinori MUSHA2004-11-045-12/+48
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=120744
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-2/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* Catch up with the Ruby Application Archive's URL scheme change.Akinori MUSHA2002-12-071-1/+1
| | | | Notes: svn path=/head/; revision=71410
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-8/+8
| | | | Notes: svn path=/head/; revision=67509
* Update to 2.94.12a.Akinori MUSHA2002-02-102-4/+6
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=54489
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-21/+21
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=53956
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-1/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* D'oh! Forgot to add this patch.Akinori MUSHA2001-09-122-0/+14
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=47764
* Update to 2.94.12 and unbreak.Akinori MUSHA2001-09-112-12/+17
| | | | Notes: svn path=/head/; revision=47697
* Fix the startup script.Akinori MUSHA2001-03-111-19/+20
| | | | Notes: svn path=/head/; revision=39570
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-5/+5
| | | | Notes: svn path=/head/; revision=38173
* Update to 2.94.0, speeded up by partly using C.Akinori MUSHA2001-01-266-72/+34
| | | | Notes: svn path=/head/; revision=37595
* Update to 2.91.1. Now it can keep a log.Akinori MUSHA2001-01-214-15/+16
| | | | Notes: svn path=/head/; revision=37396
* Update to 2.90.1.Akinori MUSHA2001-01-185-11/+93
| | | | Notes: svn path=/head/; revision=37309
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYAkinori MUSHA2000-09-261-3/+1
| | | | | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly. Notes: svn path=/head/; revision=33130
* Update to 2.3.2.Akinori MUSHA2000-09-192-2/+2
| | | | Notes: svn path=/head/; revision=32852
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-071-9/+6
| | | | Notes: svn path=/head/; revision=32373
* Update to 2.3.1.Akinori MUSHA2000-09-052-2/+2
| | | | Notes: svn path=/head/; revision=32318
* Add japanese/rskkserv, an alternative implementation of skkservAkinori MUSHA2000-08-185-0/+69
written in Ruby. Notes: svn path=/head/; revision=31756