pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/entropy Update to 0.8.3.421. No official ChangeLo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb6acded83ef
branches:  trunk
changeset: 496427:bb6acded83ef
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Jun 28 16:59:36 2005 +0000

description:
Update to 0.8.3.421.  No official ChangeLog; summary follows:

* i18n support.
* More doc.
* Minor bugfixes in refresh timings (particularly for news boards).

diffstat:

 net/entropy/Makefile |  10 +++++++---
 net/entropy/PLIST    |   9 ++++++++-
 net/entropy/distinfo |   9 +++++----
 3 files changed, 20 insertions(+), 8 deletions(-)

diffs (80 lines):

diff -r 04cfd39cba6f -r bb6acded83ef net/entropy/Makefile
--- a/net/entropy/Makefile      Tue Jun 28 16:48:52 2005 +0000
+++ b/net/entropy/Makefile      Tue Jun 28 16:59:36 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:25 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/28 16:59:36 tv Exp $
 #
 
 DISTNAME=              entropy-${ENTROPY_VERSION}
 PKGNAME=               entropy-${ENTROPY_VERSION:S/-/./}
-PKGREVISION=           2
 WRKSRC=                        ${WRKDIR}/entropy-${ENTROPY_VERSION:C/-.*$//}
 CATEGORIES=            net www
 MASTER_SITES=          http://entropy.stop1984.com/files/
@@ -16,9 +15,10 @@
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake
 
-ENTROPY_VERSION=       0.8.2-418
+ENTROPY_VERSION=       0.8.3-421
 
 CONFIGURE_ARGS+=       --enable-setproctitle --enable-verbose --disable-posix-sem
+LIBS+=                 -L${BUILDLINK_PREFIX.zlib}/lib -lz -L${BUILDLINK_PREFIX.expat}/lib -lexpat
 
 INSTALLATION_DIRS=     bin
 
@@ -29,10 +29,14 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/entropy ${PREFIX}/bin/entropy
        ${INSTALL_PROGRAM} ${WRKSRC}/monoopt ${PREFIX}/bin/entropy-monoopt
        ${INSTALL_PROGRAM} ${WRKSRC}/storechg ${PREFIX}/bin/entropy-storechg
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/entropy
+       ${INSTALL_DATA} ${WRKSRC}/[ERT]* ${PREFIX}/share/doc/entropy/
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/entropy
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/entropy/de
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/entropy/node
        ${INSTALL_DATA} ${WRKSRC}/entropy.conf-dist ${PREFIX}/share/examples/entropy/entropy.conf
        ${INSTALL_DATA} ${WRKSRC}/seed.txt ${PREFIX}/share/examples/entropy/
+       ${INSTALL_DATA} ${WRKSRC}/de/entropy.lo ${PREFIX}/share/examples/entropy/de/
        ${INSTALL_DATA} ${WRKSRC}/node/[0-9a-z]* ${PREFIX}/share/examples/entropy/node/
 
 .include "../../mk/bsd.prefs.mk"
diff -r 04cfd39cba6f -r bb6acded83ef net/entropy/PLIST
--- a/net/entropy/PLIST Tue Jun 28 16:48:52 2005 +0000
+++ b/net/entropy/PLIST Tue Jun 28 16:59:36 2005 +0000
@@ -1,7 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/25 13:43:05 tv Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/06/28 16:59:36 tv Exp $
 bin/entropy
 bin/entropy-monoopt
 bin/entropy-storechg
+share/doc/entropy/ENTROPY.html
+share/doc/entropy/README
+share/doc/entropy/README.MySQL
+share/doc/entropy/TODO
+share/examples/entropy/de/entropy.lo
 share/examples/entropy/entropy.conf
 share/examples/entropy/node/background.png
 share/examples/entropy/node/bar.png
@@ -23,4 +28,6 @@
 share/examples/entropy/node/unicode.txt.lzw
 share/examples/entropy/seed.txt
 @dirrm share/examples/entropy/node
+@dirrm share/examples/entropy/de
 @dirrm share/examples/entropy
+@dirrm share/doc/entropy
diff -r 04cfd39cba6f -r bb6acded83ef net/entropy/distinfo
--- a/net/entropy/distinfo      Tue Jun 28 16:48:52 2005 +0000
+++ b/net/entropy/distinfo      Tue Jun 28 16:59:36 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:13:45 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/06/28 16:59:36 tv Exp $
 
-SHA1 (entropy-0.8.2-418.tgz) = 720b27e90cfdae2073d9e043d9593ecf593744a0
-RMD160 (entropy-0.8.2-418.tgz) = f4e55cd479e43acbc73e22ee7cfe6663e83c463d
-Size (entropy-0.8.2-418.tgz) = 790526 bytes
+SHA1 (entropy-0.8.3-421.tgz) = 4dd13e89286c7d957e7f6001db1c6989990e4af6
+RMD160 (entropy-0.8.3-421.tgz) = 465d6f397397b2cc3e608d48af83e6f9ec5f8480
+Size (entropy-0.8.3-421.tgz) = 972398 bytes
+SHA1 (patch-aa) = 733cd10c5d7b323b49212c503923c20a60634015
 SHA1 (patch-ac) = 3651aec19ae8e079217121de231467a30fb1f73a



Home | Main Index | Thread Index | Old Index