- new port: dbacl is a digramic Bayesian classifier. It can distill text documents into categories, and then compare other text documents to the learned categories.
Responsible Changed From-To: freebsd-ports-bugs->sergei I'll take it.
Checksum mismatch: sgk@elf% md5 /FreeBSD/distfiles/dbacl-1.4.tar.gz MD5 (/FreeBSD/distfiles/dbacl-1.4.tar.gz) = 4505b6c1e16f3abf2613a5281240dab1 sgk@elf% cat distinfo MD5 (dbacl-1.4.tar.gz) = 99d8b9107eba59c59a2649c3e00925fa Please investigate. Sergei
State Changed From-To: open->feedback Waiting for feedback from the submitter.
Sorry, distinfo should be "4505b6c1e16f3abf2613a5281240dab1" It's my fault. On Fri, Oct 31, 2003 at 12:42:43AM +0300, Sergei Kolobov wrote: > Checksum mismatch: > > sgk@elf% md5 /FreeBSD/distfiles/dbacl-1.4.tar.gz > MD5 (/FreeBSD/distfiles/dbacl-1.4.tar.gz) = 4505b6c1e16f3abf2613a5281240dab1 > sgk@elf% cat distinfo > MD5 (dbacl-1.4.tar.gz) = 99d8b9107eba59c59a2649c3e00925fa > > Please investigate. > > Sergei
Cheng-Lung, On 2003-10-31 at 07:18 +0800, Cheng-Lung Sung wrote: > distinfo should be "4505b6c1e16f3abf2613a5281240dab1" If the checksum was changed without a version bump, our usual procedure is to manually inspect "diff -ruN" output between the two tarballs. Do you have a copy of the old tarball around? Do you know what has changed or why it now has a different checksum? (think trojans) Sergei
Hi Sergei, It's strange that I copied tarball from test directory to ports dist, and two files (supposed to be equal) have different checksum. So I re-copy again, and everything goes well. I think we can exclude trojans.. clsung On Fri, Oct 31, 2003 at 01:34:16PM +0300, Sergei Kolobov wrote: > Cheng-Lung, > > On 2003-10-31 at 07:18 +0800, Cheng-Lung Sung wrote: > > distinfo should be "4505b6c1e16f3abf2613a5281240dab1" > > If the checksum was changed without a version bump, our usual procedure > is to manually inspect "diff -ruN" output between the two tarballs. > Do you have a copy of the old tarball around? > Do you know what has changed or why it now has a different checksum? > (think trojans) > > Sergei
State Changed From-To: feedback->closed New port added, thanks! Summary of my changes: - SourceForge is a better MASTER_SITE since it's mirrored around the globe - There is a nice home page there, too - Make PREFIX-clean by using GNU_CONFIGURE instead of HAS_CONFIGURE: this passes --prefix=${PREFIX} in CONFIGURE_ARGS - Comply with hier(7): - install docs into ${PREFIX}/share/doc/dbacl - install examples into ${PREFIX}/share/examples/dbacl - instead of patching, do this via do-install target in port's Makefile - Install additional documentation, respect NOPORTDOCS - mailcross is bash(1) script - add RUN_DEPENDS Areas of improvement: - port should respect CFLAGS - port can detect and link against installed libslang - properly handle that - rewrite mailcross for /bin/sh?