Bug 101207

Summary: [NEW PORT] devel/ocaml-annexlib: OCaml subroutines collection
Product: Ports & Packages Reporter: Stanislav Sedov <ssedov>
Component: Individual Port(s)Assignee: Ion-Mihai "IOnut" Tetcu <itetcu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ocaml-annexlib-0.13.2.shar none

Description Stanislav Sedov 2006-08-01 19:30:12 UTC
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
Comment 1 Stanislav Sedov 2006-08-01 19:53:53 UTC
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
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-08-01 20:40:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-08-02 20:45:25 UTC
State Changed
From-To: open->feedback

Same dir left behind
Comment 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-08-04 17:05:37 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!