diff options
author | tv <tv@pkgsrc.org> | 2005-06-28 16:59:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-06-28 16:59:36 +0000 |
commit | de6ca65bde924535aa717354df3df6495c558fe6 (patch) | |
tree | 00525b2e5fa12be49d1a696aad8cd85fcb0c614c /net/entropy | |
parent | 6717cbd3237572f51073688d9a33b2a9262228d6 (diff) | |
download | pkgsrc-de6ca65bde924535aa717354df3df6495c558fe6.tar.gz |
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 (limited to 'net/entropy')
-rw-r--r-- | net/entropy/Makefile | 10 | ||||
-rw-r--r-- | net/entropy/PLIST | 9 | ||||
-rw-r--r-- | net/entropy/distinfo | 9 |
3 files changed, 20 insertions, 8 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 551810cf487..1d043090b24 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -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 @@ COMMENT= Anonymous peer-to-peer networking node (similar to Freenet) 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 @@ do-install: ${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 --git a/net/entropy/PLIST b/net/entropy/PLIST index eeef4d1def7..597114eb924 100644 --- a/net/entropy/PLIST +++ b/net/entropy/PLIST @@ -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/style.css 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 --git a/net/entropy/distinfo b/net/entropy/distinfo index 8e58b1e379f..04cc485d6de 100644 --- a/net/entropy/distinfo +++ b/net/entropy/distinfo @@ -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 |