non port: net/dictd/Makefile |
SVNWeb
|
Number of commits found: 70 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 21 Dec 2021
|
[ 18:46 Po-Chuan Hsieh (sunpoet) ] 89d7c1a
net/dictd: Update to 1.13.1
Changes: https://github.com/cheusov/dictd/blob/master/doc/NEWS
|
Tue, 16 Nov 2021
|
[ 10:46 Mateusz Piotrowski (0mp) ] ea3c65d
net/dictd: Do not mention net/dictd-database in pkg-message
net/dictd-database is gone since 13d4527a34237c3848 (2019).
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 31 Mar 2020
|
[ 23:00 sunpoet ]
Update to 1.13.0
- Update WWW
Changes: https://github.com/cheusov/dictd/blob/master/NEWS
|
Sat, 3 Mar 2018
|
[ 16:29 sunpoet ]
Update to 1.4.1
- Change MASTER_SITES from SF to GitHub
- Update LICENSE
- Use PLIST
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 15 Oct 2015
|
[ 20:16 sunpoet ]
- Add LICENSE_FILE
- Use USES=localbase
|
Mon, 8 Dec 2014
|
[ 09:12 sunpoet ]
- Remove unrecognized CONFIGURE_ARGS
- Cosmetic change
- Do not silence installation message
- Reformat pkg-descr
- Add sourceforge to WWW
- Take maintainership
|
Tue, 2 Dec 2014
|
[ 22:40 bapt ] (Only the first 10 of 67 ports in this commit are shown above. )
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059
|
Fri, 19 Sep 2014
|
[ 14:01 tijl ]
- Switch to USES=libtool:build
- Use @sample
|
Mon, 19 May 2014
|
[ 16:20 sunpoet ]
- Add LICENSE
Approved by: portmgr (blanket)
|
Sun, 11 May 2014
|
[ 01:26 amdmi3 ]
- Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Fri, 28 Jun 2013
|
[ 03:08 clsung ]
- Update to 1.12.1
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Tue, 12 Apr 2011
|
[ 15:16 sunpoet ]
- Bump PORTREVISION for devel/libmaa shlib change
|
Fri, 11 Feb 2011
|
[ 08:01 clsung ]
- Update to 1.12.0
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Fri, 5 Feb 2010
|
[ 02:37 clsung ]
- use $SUB_FILES to dynamically adjust dictd.conf
PR: ports/143101
Submitted by: Sevan Janiyan <venture37_AT_geeklan dot co dot uk>
|
Thu, 28 Jan 2010
|
[ 08:28 clsung ]
- Update to 1.11.2
PR: ports/141451
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
|
Mon, 14 Dec 2009
|
[ 01:08 wen ]
- Bump PORTREVISION to chase the update of libmaa
|
Sat, 22 Aug 2009
|
[ 00:32 amdmi3 ] (Only the first 10 of 341 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
|
Wed, 17 Jun 2009
|
[ 08:55 clsung ]
- Update to 1.11.1
|
Mon, 19 Jan 2009
|
[ 02:13 clsung ]
- Update to 1.11.0
PR: ports/130155
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
|
Mon, 14 Apr 2008
|
[ 05:33 clsung ]
- Update to 1.10.11
|
Tue, 8 Apr 2008
|
[ 01:59 clsung ]
- Update to 1.10.10
|
Wed, 17 Oct 2007
|
[ 10:13 ade ] (Only the first 10 of 199 ports in this commit are shown above. )
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Thu, 26 Jul 2007
|
[ 06:20 clsung ]
- Update to 1.10.9
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
|
Wed, 11 Apr 2007
|
[ 03:03 clsung ]
- Update to 1.10.8
- maintain it for a while
|
Sun, 4 Mar 2007
|
[ 02:12 linimon ] (Only the first 10 of 16 ports in this commit are shown above. )
dd@ has had his port bit taken for safekeeping. Therefore, return these
to the pool.
Hat: portmgr
|
Fri, 14 Apr 2006
|
[ 06:10 edwin ]
[PATCH] net/dictd: convert to USE_RC_SUBR=dictd.sh and small fixes
- 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
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Sat, 7 Jan 2006
|
[ 23:18 dd ]
Don't create the data directory that we no longer use. Nothing was
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
|
Mon, 2 Jan 2006
|
[ 06:37 dd ]
Upgrade to 1.10.14
Submitted by: Andy Miller
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Tue, 14 Jun 2005
|
[ 12:20 dd ]
Upgrade to 1.10.1. Drop the dependency on ltdl; the client never used
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).
|
Sun, 30 Jan 2005
|
[ 06:55 dd ]
Upgrade to 1.9.15
Submitted by: Andy Miller <andy@trit.org>
|
Fri, 3 Sep 2004
|
[ 11:01 dd ]
Upgrade to 1.9.14
Submitted by: Andy Miller <andy@trit.org>
|
Mon, 30 Aug 2004
|
[ 07:48 clive ]
Really support rc.subr on RELENG_4.
Pointy hat to: myself
|
Sun, 29 Aug 2004
|
[ 07:08 clive ]
+ Embrace rcNG. (1)
+ 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.
|
Fri, 4 Jun 2004
|
[ 17:29 ade ] (Only the first 10 of 149 ports in this commit are shown above. )
Sync with new bsd.autotools.mk
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
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.
|
Wed, 3 Mar 2004
|
[ 10:16 dd ]
Upgrade to 1.9.11
Submitted by: Andy Miller <andym@trit.org>
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Fri, 17 Oct 2003
|
[ 09:11 dd ]
Put C*FLAGS into CONFIGURE_ENV instead of assigning it directly. This
allows configure-run test programs to find the right include files and
libraries.
Breakage reported by: many
Fix submitted by: adamw
|
Thu, 16 Oct 2003
|
[ 09:56 dd ]
Upgrade to 1.9.7.
PR: 57809
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Thu, 26 Jun 2003
|
[ 22:58 ade ] (Only the first 10 of 113 ports in this commit are shown above. )
libtool uber-patch
* 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)
|
Fri, 7 Mar 2003
|
[ 06:08 ade ] (Only the first 10 of 358 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sat, 23 Nov 2002
|
[ 10:11 dd ]
Upgrade to 1.8.0. patch-servparse.y has been submitted to the
maintainers.
|
Sun, 3 Nov 2002
|
[ 06:40 dd ]
Escape parenthese in regular expressions to appease a sed that doesn't
understand extended regexps.
|
[ 06:40 dd ]
Convert to use REINPLACE_CMD instead of PERL and remove USE_PERL5.
|
[ 06:30 dd ]
Conditionalize MAINTAINER for the benefit of slave ports.
|
Fri, 19 Jul 2002
|
[ 09:14 ijliao ]
for slave ports
|
Sat, 22 Jun 2002
|
[ 06:30 clive ]
Bump PORTREVISION. Now dictd is not a dmesg(8) output spammer.
|
Sun, 9 Jun 2002
|
[ 22:40 dd ]
I'll look after this.
|
[ 18:58 ijliao ]
upgrade to 1.7.1
drop maintainership
|
Fri, 12 Apr 2002
|
[ 02:25 dd ]
The regexp used to change T_USER to T_USERNAME only works if the
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
|
Wed, 22 Aug 2001
|
[ 18:27 ijliao ]
use system zlib
|
Tue, 10 Jul 2001
|
[ 14:54 sobomax ] (Only the first 10 of 12 ports in this commit are shown above. )
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
|
Mon, 7 May 2001
|
[ 16:21 clive ]
o Swap dependency. Now dictd-database needs dictzip to be built. One of its
dictionary file isn't shipped with .dz format.
|
Tue, 30 Jan 2001
|
[ 19:17 clive ]
o Follows dictionary files addition of dictd-database port o Now use our own
dictd.conf
|
Sun, 28 Jan 2001
|
[ 21:23 clive ]
o Fix pkg-comment, this port only contains dict server 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.
|
[ 19:16 clive ]
Arrrg ! I forgot to commit these 2 files.
|
[ 03:06 ijliao ]
remove redundant substitution
|
Thu, 25 Jan 2001
|
[ 15:55 ijliao ]
add dictd, dict protocol (RFC 2229) server
|
Number of commits found: 70 |