aboutsummaryrefslogtreecommitdiff
path: root/japanese/rskkserv
Commit message (Collapse)AuthorAgeFilesLines
* - Manual pages are not governed by NOPORTDOCSRong-En Fan2008-08-241-2/+2
| | | | | | | | | - While I'm here, use MANPREFIX for manual pages installation Found by: QAT Notes: svn path=/head/; revision=219071
* Reset rushani@FreeBSD.org due to maintainer-timeouts and no commits forMark Linimon2008-08-151-1/+1
| | | | | | | | | more than one year. Hat: portmgr Notes: svn path=/head/; revision=218611
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Take MAINTAINERMarcus Alves Grando2005-11-111-1/+1
| | | | | | | | PR: 88824 Submitted by: rushani Notes: svn path=/head/; revision=147875
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* - Update to 2.95.4Sergey Matveychuk2005-10-144-35/+41
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=145421
* 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