An extension Library This is mostly to fill in some gaps in the standard and unix libraries, either for completeness or because they're things I find myself needing a lot of the time, and a few modules that aren't worthy of being their own releases. Enjoy. Most of this used to be part of an old library (stew) that I broke up into a couple of smaller ones. This one /was/ extlib, now annexlib. Its companion is mathlib. See supplied documentation for additional info. Author: Shawn Wagner <shawnw@speakeasy.org> WWW: http://raevnos.pennmush.org/code/extlib/ Note: port depends on ports/101100
Sorry, a silly typo in Makefile: ---------------------------------------------------------------------------= ----- --- Makefile.orig Tue Aug 1 22:51:00 2006 +++ Makefile Tue Aug 1 22:51:15 2006 @@ -47,7 +47,7 @@ .endif =20 post-install: - @${FIND} ${OCAMLFIND_DESTDIR} -type f | \ + @${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} =20 .if !defined(NOPORTDOCS) ---------------------------------------------------------------------------= ----- --=20 Stanislav Sedov MBSD labs, Inc. <ssedov@mbsd.msk.ru> =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
State Changed From-To: open->feedback Same dir left behind
State Changed From-To: feedback->closed New port added. Thanks!