Bug 101207 - [NEW PORT] devel/ocaml-annexlib: OCaml subroutines collection
Summary: [NEW PORT] devel/ocaml-annexlib: OCaml subroutines collection
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-01 19:30 UTC by Stanislav Sedov
Modified: 2006-08-04 17:05 UTC (History)
0 users

See Also:


Attachments
ocaml-annexlib-0.13.2.shar (2.89 KB, text/plain)
2006-08-01 19:30 UTC, Stanislav Sedov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!