| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
19 Jan 2004 05:56:20
3.0
|
linimon  |
Remove math/simpack. From my response to PR ports/53193:
According to Bill Fenner's distfile survey, the mastersite for this port
disappeared for good in August 2003. A Google search finds no new
home page for it. But, indeed, it finds the following citation on the URL
http://www.cise.ufl.edu/~fishwick/moose.html:
OOPM is the new name for what used to be termed "MOOSE". OOPM/MOOSE
(Multimodeling Object-Oriented Simulation Environment) represents an
implementation for a simulation system that is under construction, and based
on an extension to object oriented design. MOOSE is the next generation of
SimPack which was initiated in 1990 for providing a general purpose toolkit
of C and C++ libraries for discrete-event and continuous simulation.
So it sounds as though this project has long-ago been abandoned by
its original authors in favor of something better.
PR: ports/53193
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
No objection: on freebsd-ports for 2 months |
20 Nov 2003 15:06:15
3.0
|
trevor  |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
20 Nov 2003 13:51:47
3.0
|
trevor  |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
03 Nov 2003 03:56:42
3.0
|
kris  |
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR. |
27 Sep 2003 00:50:09
3.0
|
edwin  |
- ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything
PR: ports/56800-56819
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
07 May 2003 00:27:36
3.0
|
kris  |
Reset bouncing maintainer address. |
06 May 2003 23:50:39
3.0
|
kris  |
BROKEN: Does not install/compile |
21 Feb 2003 12:44:05
3.0
|
knu  |
De-pkg-comment. |
31 Mar 2002 23:12:48
3.0
|
kris  |
Remove #include <malloc.h> |
29 Jan 2002 11:45:35 
|
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
08 Oct 2000 09:55:52 
|
asami  |
${PKGDIR}/REQ -> ${PKGREQ}. Also, give it two arguments. |
08 Oct 2000 04:10:26 
|
asami  |
Convert category math to new layout. |
11 Aug 2000 07:34:48 
|
asami  |
Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these ports use imake
themselves. |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 
|
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:59:45 
|
sobomax  |
Third round of INSTALL_SHLIBS=yes fixes. |