aboutsummaryrefslogtreecommitdiffstats
path: root/net/dictd
Commit message (Collapse)AuthorAgeFilesLines
* Convert USE_BISON to USES= bisonbapt2013-03-081-7/+2
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* 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.
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Bump PORTREVISION for devel/libmaa shlib changesunpoet2011-04-121-1/+2
|
* - Update to 1.12.0clsung2011-02-112-4/+3
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - use $SUB_FILES to dynamically adjust dictd.confclsung2010-02-054-23/+4
| | | | | PR: ports/143101 Submitted by: Sevan Janiyan <venture37_AT_geeklan dot co dot uk>
* - Update to 1.11.2clsung2010-01-282-5/+4
| | | | | PR: ports/141451 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
* - Bump PORTREVISION to chase the update of libmaawen2009-12-141-1/+2
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with N
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Update to 1.11.1clsung2009-06-173-11/+11
|
* - Update to 1.11.0clsung2009-01-192-4/+6
| | | | | PR: ports/130155 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
* - Update to 1.10.11clsung2008-04-142-4/+4
|
* - Update to 1.10.10clsung2008-04-082-6/+5
|
* Migration from bison 1.x to 2.xade2007-10-171-1/+2
| | | | | PR: 117086 Tested by: -exp runs
* - Update to 1.10.9clsung2007-07-262-4/+4
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 1.10.8clsung2007-04-118-97/+7
| | | | - maintain it for a while
* dd@ has had his port bit taken for safekeeping. Therefore, return theselinimon2007-03-041-1/+1
| | | | | | to the pool. Hat: portmgr
* Remove zero-sized files.erwin2006-07-111-0/+0
|
* [PATCH] net/dictd: convert to USE_RC_SUBR=dictd.sh and small fixesedwin2006-04-145-22/+41
| | | | | | | | | | | - USE_RC_SUBR= yes --> USE_RC_SUBR= ${PORTNAME}.sh - move files/dictd.sh --> files/dictd.sh.in - default to NO for dictd_enable - Move pkg-message to files/pkg-message.in and print local path to net/dictd-database PR: ports/91505 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@gmail.com> Reviewed by: maintainer timeout
* Conversion to a single libtool environment.ade2006-02-231-2/+1
| | | | Approved by: portmgr (kris)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
| | | | | | | 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.
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Don't create the data directory that we no longer use. Nothing wasdd2006-01-081-1/+0
| | | | | | | | installed into it, and it was no longer being deleted in the plist, so it would remain after deinstallation. Problem reported by: botkris Submitted by: Andy Miller
* Upgrade to 1.10.14dd2006-01-027-60/+16
| | | | Submitted by: Andy Miller
* 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.
* Pacify distfile survey by following redirects on URLs.linimon2005-10-131-1/+1
| | | | Source: distfile survey
* Unbreak on 4.x by using the the iswspace__ wrapper (4.x doesn't have add2005-06-282-0/+31
| | | | | | | native iswspace). Patch has been submitted to the maintainers (SF #1228054). Submitted by: Andy Miller <andy@trit.org>
* Upgrade to 1.10.1. Drop the dependency on ltdl; the client never useddd2005-06-143-15/+3
| | | | | | | | it, and the server seems to work okay with the native implementation. The patch to libmaa/decl.h is no longer necessary because the distribution already includes that test (the other libmaa patches still apply--I'm not sure that they're really necessary any more, but they don't hurt).
* Upgrade to 1.9.15dd2005-01-302-3/+3
| | | | Submitted by: Andy Miller <andy@trit.org>
* The new rcNG dictd.sh doesn't start dictd by default (without thedd2004-09-121-3/+10
| | | | | | | | appropriate rc.conf entry), so tell users how to turn it on. Similar reminders exist in many other ports. Submitted by: Andy Miller Approved by: portmgr (linimon)
* Upgrade to 1.9.14dd2004-09-033-26/+5
| | | | Submitted by: Andy Miller <andy@trit.org>
* Argh! I forgot this one 2 days ago.clive2004-09-021-1/+1
|
* Really support rc.subr on RELENG_4.clive2004-08-301-1/+4
| | | | Pointy hat to: myself
* + Embrace rcNG. (1)clive2004-08-293-42/+22
| | | | | | | | | + Only install default configuration file if it does not exist. (2) PR: ports/70390 (2) Submitted by: Andy Miller via MAINTAINER <dd at FreeBSD dot org> (1) Dryice Liu <dryice at liu dot com dot cn> (2) Approved by: MAINTAINER timeout.
* Sync with new bsd.autotools.mkade2004-06-051-2/+1
|
* 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.
* Upgrade to 1.9.11dd2004-03-037-114/+28
| | | | Submitted by: Andy Miller <andym@trit.org>
* Make start/stop messages consistent with other ports.clive2004-02-171-2/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-301-0/+1
|
* Avoid trying to build lstat.o since we have lstat in libc.dd2003-10-181-0/+11
|
* Put C*FLAGS into CONFIGURE_ENV instead of assigning it directly. Thisdd2003-10-171-2/+2
| | | | | | | | allows configure-run test programs to find the right include files and libraries. Breakage reported by: many Fix submitted by: adamw
* Upgrade to 1.9.7.dd2003-10-166-104/+45
| | | | | PR: 57809 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* libtool uber-patchade2003-06-271-0/+3
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* 1. include <osreldate.h> before use macro __FreeBSD_versionleeym2003-05-071-10/+14
| | | | | | | | 2. unbreak chinese/dictd which is the slave port of net/dictd PR: 48586 Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org> Approved by: maintainer timeout
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix build on sparc64 (all the world's not sunos, solaris or linnex)kris2003-01-125-0/+55
|
* Break UTF8 support on pre-5.x systems which don't implement wctype.h.dd2002-12-221-0/+98
| | | | | Submitted by: dd, roam Approved by: steve
* Upgrade to 1.8.0. patch-servparse.y has been submitted to thedd2002-11-236-27/+16
| | | | maintainers.
* Escape parenthese in regular expressions to appease a sed that doesn'tdd2002-11-031-1/+1
| | | | understand extended regexps.
* Convert to use REINPLACE_CMD instead of PERL and remove USE_PERL5.dd2002-11-031-5/+5
|
* Conditionalize MAINTAINER for the benefit of slave ports.dd2002-11-031-1/+1
|
* for slave portsijliao2002-07-191-1/+1
|
* Bump PORTREVISION. Now dictd is not a dmesg(8) output spammer.clive2002-06-221-1/+1
|
* Do not fclose(3) a NULL stream. I bet no one will want his dmesg(8) outputclive2002-06-221-0/+11
| | | | | | | | | to be spammed by ... pid 12345 (dictd), uid 54321: exited on signal 11 pid 23456 (dictd), uid 54321: exited on signal 11 pid 34567 (dictd), uid 54321: exited on signal 11 ...
* I'll look after this.dd2002-06-101-1/+1
|
* upgrade to 1.7.1ijliao2002-06-105-39/+26
| | | | drop maintainership
* The regexp used to change T_USER to T_USERNAME only works if thedd2002-04-121-1/+1
| | | | | | | | | | | | | | symbol is preceded by whitespace. However, on line 64 of servscan.l, the symbol is preceded by a parenthesis, so it is left alone. On i386, T_USER is defined, so the build proceeds, but there may still be adverse side effects due to that routine returning the wrong thing in some cases. The bandaid is to fix the regexp to catch the case where T_USER is used after a parenthesis--this is what's being committed. The real fix is either to make the author use T_USERNAME for us, or, preferably, don't define T_USER when sys/param.h is included since T_USER is in the application namespace. Approved by: maintainer timeout
* typo, delvis -> devilsijliao2001-10-151-1/+1
| | | | Submitted by: Dima Dorfman <dima@trit.org>
* use system zlibijliao2001-08-233-12/+12
| | | | Submitted by: obrien
* ${PREFIX}/share/${PORTNAME} --> ${DATADIR}sobomax2001-07-101-2/+2
|
* o Swap dependency. Now dictd-database needs dictzip to be built. One of itsclive2001-05-072-3/+4
| | | | | | | | | | | | | | dictionary file isn't shipped with .dz format. o Add a short message in dictd's pkg-message: "Don't forget to install ports/net/dictd-database. After that, you could run your own dictd server without pain." o Bump PORTREVISION of both ports. (It would heart your brain and waste you time to dig the reason why dictd refused to start properly in the previous revision.) Reviewed by: dictd -t review
* o Follows dictionary files addition of dictd-database portclive2001-01-312-5/+27
| | | | | | o Now use our own dictd.conf Approved by: MAINTAINER
* o Fix pkg-comment, this port only contains dict serverclive2001-01-295-12/+19
| | | | | | | | | | o Fix pkg-message, dict client is right at textproc/dict o Add missing pkg-plist entry o Really destroy T_USER conflicts. *SIGH* o Fix dictd.sh startup script. Dictd itself won't generate any pid file. Thus I use my own trick. pkg-* reported by: "Donald J . Maddox" <dmaddox@sc.rr.com>
* Arrrg ! I forgot to commit these 2 files.clive2001-01-292-1/+9
|
* o Properly use wait3(2)clive2001-01-294-1/+35
| | | | | | | | | | o Portlint o Resolve T_USER conflicts (trap.h in base system) o Properly handle CFLAGS o Add net/dictd-database as RUN_DEPENDS o Bump PORTREVISION Approved by: MAINTAINER
* remove redundant substitutionijliao2001-01-281-1/+0
| | | | Submitted by: clive
* add dictd, dict protocol (RFC 2229) serverijliao2001-01-259-0/+219