summaryrefslogtreecommitdiff
path: root/japanese/esecanna (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create a pid file and nohup.out in /var/run/esecanna/.Akinori MUSHA2003-10-253-3/+10
| | | | Notes: svn path=/head/; revision=92127
* Run esecannaserver via nohup(1) to prevent it from dying when it getsAkinori MUSHA2003-03-091-1/+1
| | | | | | | | | | | a SIGHUP, like when the rc script is invoked from within script(1), e.g. in portupgrade(1)'s AFTERINSTALL hook. This is just a workaround and I'm investigating how esecannaserver fails to ignore a SIGHUP. Approved by: portmgr (will, kris and self) Notes: svn path=/head/; revision=77072
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* Do not automatically disable cannaserver because the Canna port noAkinori MUSHA2003-02-043-7/+3
| | | | | | | longer enables it. Notes: svn path=/head/; revision=74681
* Use sed(1) and USE_REINPLACE instead of perl.Akinori MUSHA2002-11-041-4/+5
| | | | Notes: svn path=/head/; revision=69396
* Oops, stop the server before everything.Akinori MUSHA2002-04-221-1/+1
| | | | Notes: svn path=/head/; revision=58004
* - Stop the server when deleted.Akinori MUSHA2002-04-222-0/+6
| | | | | | | - Disable canna.sh when installed, and enable it back when deleted. Notes: svn path=/head/; revision=58003
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-5/+5
| | | | Notes: svn path=/head/; revision=38175
* Update to 1.0.1. "CREDITS" was added (in which I'm listed :).Akinori MUSHA2000-09-163-3/+4
| | | | Notes: svn path=/head/; revision=32680
* Update to the 1.0.0 official releases.Akinori MUSHA2000-09-093-13/+5
| | | | Notes: svn path=/head/; revision=32461
* Update to 0.99.3.Akinori MUSHA2000-08-142-2/+2
| | | | Notes: svn path=/head/; revision=31634
* - Fix a typo: esecannai -> esecannaAkinori MUSHA2000-07-051-17/+16
| | | | | | | | | | | - Refer to the pid file and use the value to kill the running process instead of using killall(1) so as not to fail. - Drop `force' support and just recommend to run ${PREFIX}/sbin/esecannaserver directly, in a certain situation. Notes: svn path=/head/; revision=30239
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-16/+36
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Update to 0.99.2.Akinori MUSHA2000-07-052-2/+2
| | | | Notes: svn path=/head/; revision=30201
* Use ${MASTER_SITE_LOCAL}.Satoshi Asami2000-06-291-1/+2
| | | | Notes: svn path=/head/; revision=29964
* Local distfiles have been moved to:Akinori MUSHA2000-06-071-1/+1
| | | | | | | ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ Notes: svn path=/head/; revision=29330
* Move local distfiles from:Akinori MUSHA2000-06-071-1/+1
| | | | | | | | | http://people.FreeBSD.org/~knu/ports/distfiles/ to: ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/ Notes: svn path=/head/; revision=29296
* Update the vje25 module to 0.14.4 and the vje30 one to 0.14.4.Akinori MUSHA2000-05-171-2/+0
| | | | | | | | | The author quit using libtool so *.la files would not be installed. Clean up duplicated post-install targets of esecanna/Makefile. (D'oh!) Notes: svn path=/head/; revision=28512
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgAkinori MUSHA2000-04-241-1/+1
| | | | | | | so as to make it clear that a FreeBSD committer maintains them. Notes: svn path=/head/; revision=27967
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-3/+3
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* Style fix:Akinori MUSHA2000-04-042-2/+5
| | | | | | | | | | | - Remove post-install information from DESCR's. - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's. - Remove unnecessary whitespace. Pointed out by: portlint Notes: svn path=/head/; revision=27329
* Update to 0.99.1 - pre-official release.Akinori MUSHA2000-04-043-7/+7
| | | | | | | | | | | | | Avoid direct use of `/usr/local' in pkg/MESSAGE and use `${PREFIX}' literally instead. Indicated by: portlint * Introducing `MESSAGE_SUB' might be a good idea to do substitutions * in order to give proper instructions. Notes: svn path=/head/; revision=27323
* Update to 0.14.2Akinori MUSHA2000-03-264-27/+21
| | | | Notes: svn path=/head/; revision=27069
* Change MASTER_SITES; I moved ports distfiles from http://www.idaemons.org/Akinori MUSHA2000-03-231-1/+1
| | | | | | | to http://people.FreeBSD.org/~knu/ Notes: svn path=/head/; revision=26982
* Update to 0.13.0Seiichirou Hiraoka2000-03-079-59/+161
| | | | | | | | | | | As the new version of esecanna has introduced dynamic module loading mechanism, the port esecanna-vje30 has to be split into two ports named esecanna and esecanna-module-vje30 PR: ports/16972 Submitted by: knu@idaemons.org Notes: svn path=/head/; revision=26604
* Update to 0.2.2Satoshi Taoka2000-02-213-7/+16
| | | | | | | | PR: 16855 Submitted by: maintainer Notes: svn path=/head/; revision=26093
* Update to 0.1.6Satoshi Taoka2000-02-182-4/+4
| | | | | | | | PR: 16790 Submitted by: maintainer Notes: svn path=/head/; revision=25975
* update to 0.1.5Michael Haro2000-02-172-7/+8
| | | | | | | | PR: 16761 Submitted by: maintainer Notes: svn path=/head/; revision=25906
* Update to DR-0.1.4Seiichirou Hiraoka2000-02-122-4/+4
| | | | | | | | PR: ports/16650 Submitted by: Maintainer Notes: svn path=/head/; revision=25690
* add a post-install target to show pkg/MESSAGESeiichirou Hiraoka2000-02-031-0/+3
| | | | | | | Requested by: Maintainer Notes: svn path=/head/; revision=25459
* Update to 0.1.1Seiichirou Hiraoka2000-02-032-4/+4
| | | | | | | Requested by: Maintainer Notes: svn path=/head/; revision=25446
* PR: ports/16466Seiichirou Hiraoka2000-02-026-0/+87
Submitted by: knu@idaemons.org Pseudo cannaserver which wraps VJE-delta server Notes: svn path=/head/; revision=25411