2005-03-24 22:13:04 by Thomas Klausner | Files touched by this commit (241) |
Log message:
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
|
2005-02-24 15:48:51 by Alistair G. Crooks | Files touched by this commit (259) |
Log message:
Add RMD160 digests to the SHA1 ones.
|
2005-02-13 17:19:08 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update namazu2 package to 2.0.14nb1.
- Fix mistake of CONF_FILES.
- Fix PLIST mistake in previous commit.
|
2005-02-13 10:52:00 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Minor clean up.
- Add USE_LANGUAGE = c.
- Sort PLIST.
|
2004-12-15 14:09:58 by Takahiro Kambe | Files touched by this commit (17) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Update namazu2 package to 2.0.14 fixing XSS security problem.
* pkgsrc changes:
- simplify Makefile's structure.
- utilize bsd.pkg.install.mk's framework.
* chages:
2004-12-15 Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp>
* Namazu: Version 2.0.14 released.
2004-12-13 Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp>
* doc/{ja, en}/tutorial.html: update.
* NEWS: updated.
2004-12-08 Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp>
* src/form.c: Correction for JVN#904429FE.
* configure.in (Module): AC_INIT(namazu, 2.0.14)
* src/form.c: Fix bug.
* man/{mknmz, namazu}.1: update man.
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-05-06 15:40:21 by Takahiro Kambe | Files touched by this commit (9) |
Log message:
Update namazu package to 2.0.13.
Overview of Changes in Namazu 2.0.13 - April 14, 2004
* Include File::MMagic 1.20.
* Add -X and --check-filesize options for mknmz text-processing.
* Add Polish translations.
(Contributed by Kryzystof Drewicz.)
* Add German translations.
(Contributed by Gerald Pfeifer.)
* Add new filters
(Ichitaro variants, OpenOffice.org, RTF, apachecache, MP3)
* Add new filter (Macbinary)
* Adapt new filter programs (wvWare 0.7.4, xpdf 2.02 - 3.00)
* Add new directives for namazurc (SUICIDE_TIME, REGEX_SEARCH)
(to prevent possibility of remote DoS, reported by sheepman.)
* Add new directives for mknmzrc (HTML_ATTRIBUTES)
(This pattern specifies attribute of a HTML tag which should be
searchable.)
* Change soname (LTVERSION 7:0:0, lib/libnmz.so.6 -> lib/libnmz.so.7)
* Support $WAKATI="module_mecab"; in mknmzrc. (experimental)
* Fix MacOSX compilation problem (getopt.c deviation from gengetopt-2.5)
* Fix some bugs and possibility of security hole.
|
2004-05-05 01:46:37 by Soren Jacobsen | Files touched by this commit (43) |
Log message:
Convert to buildlink3.
|
2003-08-30 22:23:09 by Johnny C. Lam | Files touched by this commit (62) |
Log message:
Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
|