pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/dict-server add files (stupidly) missed in la...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d59127d730a8
branches: trunk
changeset: 568974:d59127d730a8
user: abs <abs%pkgsrc.org@localhost>
date: Thu Dec 31 00:42:24 2009 +0000
description:
add files (stupidly) missed in last update
diffstat:
textproc/dict-server/MESSAGE | 17 +++++++++++++++++
textproc/dict-server/Makefile.common | 12 ++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diffs (37 lines):
diff -r 0e3b59dc5199 -r d59127d730a8 textproc/dict-server/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/dict-server/MESSAGE Thu Dec 31 00:42:24 2009 +0000
@@ -0,0 +1,17 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2009/12/31 00:42:24 abs Exp $
+
+1) By default dictd uses '${PATH_TO_M4} -P' for
+ preprocessing configuration file.
+
+ If you dislike this default
+ add dictd_flags='<your options>' to /etc/rc.conf.
+
+2) ${VARBASE}/log/dictd is a preferred directory for logging unless
+ syslog is used.
+
+3) See ${PREFIX}/share/doc/${PKGBASE}/NEWS file for upstream news.
+4) See ${PREFIX}/share/examples/${PKGBASE}/ directory
+ for samples of configuration file.
+
+===========================================================================
diff -r 0e3b59dc5199 -r d59127d730a8 textproc/dict-server/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/dict-server/Makefile.common Thu Dec 31 00:42:24 2009 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile.common,v 1.1 2009/12/31 00:42:24 abs Exp $
+# used by textproc/dict-server/Makefile
+# used by textproc/dict-client/Makefile
+DISTNAME= dictd-1.11.2
+
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} \
+ ftp://ftp.dict.org/pub/dict/
+
+MAINTAINER?= cheusov%tut.by@localhost
+HOMEPAGE= http://www.dict.org/
+
+PKG_DESTDIR_SUPPORT= user-destdir
Home |
Main Index |
Thread Index |
Old Index