aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/esecanna
Commit message (Collapse)AuthorAgeFilesLines
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* Fix plistsdougb2010-03-271-2/+1
|
* Properly utilize USE_RC_SUBRdougb2010-03-272-14/+16
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Running autoconf seems not necessary anymorearved2008-01-121-2/+2
|
* Remove USE_REINPLACE from categories starting with a Jedwin2006-05-091-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-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.
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-111-1/+1
| | | | been inactive more than 6 months. We hope to see him back sometime.
* Update post-install instruction notes.knu2004-05-121-14/+12
|
* USE_RC_SUBR'ify.knu2004-05-113-46/+43
|
* Add SIZE data.knu2004-03-221-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Create a pid file and nohup.out in /var/run/esecanna/.knu2003-10-263-3/+10
|
* Run esecannaserver via nohup(1) to prevent it from dying when it getsknu2003-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)
* De-pkg-comment my non-ruby ports as well.knu2003-02-182-1/+1
|
* Do not automatically disable cannaserver because the Canna port noknu2003-02-053-7/+3
| | | | longer enables it.
* Use sed(1) and USE_REINPLACE instead of perl.knu2002-11-041-4/+5
|
* Oops, stop the server before everything.knu2002-04-231-1/+1
|
* - Stop the server when deleted.knu2002-04-232-0/+6
| | | | - Disable canna.sh when installed, and enable it back when deleted.
* Add %%PORTDOCS%%.knu2001-02-101-5/+5
|
* Update to 1.0.1. "CREDITS" was added (in which I'm listed :).knu2000-09-163-3/+4
|
* Update to the 1.0.0 official releases.knu2000-09-093-13/+5
|
* Update to 0.99.3.knu2000-08-142-2/+2
|
* - Fix a typo: esecannai -> esecannaknu2000-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.
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-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.
* Update to 0.99.2.knu2000-07-052-2/+2
|
* Use ${MASTER_SITE_LOCAL}.asami2000-06-291-1/+2
|
* Local distfiles have been moved to:knu2000-06-081-1/+1
| | | | ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/
* Move local distfiles from:knu2000-06-071-1/+1
| | | | | | http://people.FreeBSD.org/~knu/ports/distfiles/ to: ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/
* Update the vje25 module to 0.14.4 and the vje30 one to 0.14.4.knu2000-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!)
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgknu2000-04-241-1/+1
| | | | so as to make it clear that a FreeBSD committer maintains them.
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-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. :)
* Style fix:knu2000-04-052-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
* Update to 0.99.1 - pre-official release.knu2000-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.
* Update to 0.14.2knu2000-03-274-27/+21
|
* Change MASTER_SITES; I moved ports distfiles from http://www.idaemons.org/knu2000-03-231-1/+1
| | | | to http://people.FreeBSD.org/~knu/
* Update to 0.13.0flathill2000-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
* Update to 0.2.2taoka2000-02-213-7/+16
| | | | | PR: 16855 Submitted by: maintainer
* Update to 0.1.6taoka2000-02-182-4/+4
| | | | | PR: 16790 Submitted by: maintainer
* update to 0.1.5mharo2000-02-172-7/+8
| | | | | PR: 16761 Submitted by: maintainer
* Update to DR-0.1.4flathill2000-02-132-4/+4
| | | | | PR: ports/16650 Submitted by: Maintainer
* add a post-install target to show pkg/MESSAGEflathill2000-02-031-0/+3
| | | | Requested by: Maintainer
* Update to 0.1.1flathill2000-02-032-4/+4
| | | | Requested by: Maintainer
* PR: ports/16466flathill2000-02-036-0/+87
Submitted by: knu@idaemons.org Pseudo cannaserver which wraps VJE-delta server