Commit graph

30 commits

Author SHA1 Message Date
Hiroki Sato
3e50ae5111 Fix ownership/permissions of files in ${DATADIR}/dic when
this port is added by pkg_add(1).

Spotted by:	WATANABE Kazuhiro
2010-04-12 04:14:10 +00:00
Hiroki Sato
bbb8df33e5 Move conversion tables from canna-server to canna-lib.
Submitted by:	nork (long time ago)
Feature safe:	yes
2010-03-02 14:55:06 +00:00
Hiroki Sato
1f997d2be8 - Separate the server part and the library part from japanese/Canna, and
remove japanese/Canna.
- Take maintainership.
2008-10-26 19:48:19 +00:00
Vasil Dimov
f5387617c9 Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.

Inspired by:	ports/94078
Approved by:	portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
2006-05-12 14:28:19 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Masafumi Max NAKANE
d1c4fdec2f RcNG'ize the startup script (and bump the port revision).
Submitted by:	ume
2004-02-16 06:37:22 +00:00
Masafumi Max NAKANE
50e496c6be Update to 3.7p1 2004-02-13 08:13:00 +00:00
Munechika SUMIKAWA
fe87a955cd Upgrade to 3.6p4.
PR:		ports/58018
Submitted by:	Hideyuki KURASHINA <rushani@FreeBSD.org>
2003-10-14 18:56:16 +00:00
Kris Kennaway
cbedd93e8e Add missing files and directories 2003-02-22 04:15:38 +00:00
Masafumi Max NAKANE
6706303a87 Upgrade to 3.6p3. 2003-02-06 08:03:38 +00:00
Masafumi Max NAKANE
82fb117ba8 Upgrade to 3.6. 2002-11-11 23:53:57 +00:00
Masafumi Max NAKANE
60db302613 - Canna doesn't use /var/run any longer.
- Improve the startup script.
- Modify the pkg-plist so that pkg_delete won't complain even when
  user dictionaries are installed.
- Use correct syntax for chown (bin.bin -> bin:bin)
Credits:	nyan@jp.FreeBSD.org
		nork@FreeBSD.org
		takachan@running-dog.net
		knu@iDaemons.org
2002-05-16 07:49:43 +00:00
Masafumi Max NAKANE
6b3a37c4f5 Adjust post-install and pkg-plist so that all necessary directories
are created with proper mode/ownership at installation time,
and thus, possible to pkg_delete cleanly.
2001-11-21 00:42:18 +00:00
Masafumi Max NAKANE
3c1817697c Upgrade to 3.5b2.
This upgrade is based on submissions from several people over years.
I have been reluctant to upgrade this port primarily because
I was never sure about the shared lib compatibility.
Thanks to those who submitted the patch as well as tested the new version.
2001-11-18 04:48:55 +00:00
Dima Dorfman
7534fc311d user.group -> user:group in chown call(s). 2001-07-26 06:26:19 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Satoshi Asami
faa34ba0cf Add some @dirrm's to cleanup after itself.
Found by:	bento
2000-04-30 23:25:08 +00:00
Steve Price
f96a9b9605 Use 'mkdir -p' to create /var/run/Canna in PLIST just in case it exists
already.
1999-07-04 21:05:32 +00:00
Satoshi Asami
1cb40c2d68 ELF shlib names should be listed when a.out shlibs end with ".0". 1998-09-21 23:01:34 +00:00
Steve Price
39fe966579 Convert to ELF and cleanup use of MAN* macros. 1998-09-21 22:31:57 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Jun-ichiro itojun Hagino
eea3c8f307 dirrm absolute path -> unexec 1997-10-17 16:38:12 +00:00
Jun-ichiro itojun Hagino
69e4331ab0 due to /var/run permission change in 2.2.5-RELEASE, we changed
change where to write pid file.

Submitted by:	sanpei@jp.freebsd.org
1997-10-17 15:59:05 +00:00
Satoshi Asami
f777115e01 Remove spurious ^M at end of lines. 1996-11-18 11:22:41 +00:00
Masafumi Max NAKANE
e1d8feedad Changed the maintainer from Satoshi to Max.
This port now installs man pages.

(Patch-ac is responsible for following three items.)
This port now installs files into ${PREFIX}/{bin,include/canna,lib/canna}
instead of /usr/local/Canna/{bin,include,lib}.

Changed the location and the name of the lock file to /var/run/Canna.pid.

Changed the location of the log file to /var/log.

Now the readme file is not installed into the directory where the lock file
resides. (patch-ab)

In post-install:, /etc/services is checked and the user will be notified
if there is no entry for Canna.

Added new patch to modify source of several man pages to avoid it displaying
an empty page before showing its content. (patch-ad)
1996-09-18 08:02:06 +00:00
Satoshi Asami
36adfbac4b Install startup script in .../etc/rc.d.
Submitted by:	Masafumi NAKANE <max@sfc.wide.ad.jp>
1996-08-09 02:40:20 +00:00
Satoshi Asami
872a4f71ad Revised PLIST, with all the correct permissions and ownerships.
Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-06-26 09:28:10 +00:00
Satoshi Asami
d530b271d9 Add
post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
157647cb8a Added chown bin.bin to the lock dir.
Submitted by:	nobu@psrc.isac.co.jp
(Actually the initial import should have had this Submitted by: line too)
1995-03-07 06:03:41 +00:00
Satoshi Asami
b4fd20d4a0 Canna, a kana-kanji conversion engine from NEC. 1995-03-06 08:12:40 +00:00