aboutsummaryrefslogtreecommitdiff
path: root/math/simpack
Commit message (Collapse)AuthorAgeFilesLines
* Remove math/simpack. From my response to PR ports/53193:Mark Linimon2004-01-1922-2505/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=98521
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-1/+1
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-4/+4
| | | | | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89491
* Reset bouncing maintainer address.Kris Kennaway2003-05-071-1/+1
| | | | Notes: svn path=/head/; revision=80310
* BROKEN: Does not install/compileKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80304
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Remove #include <malloc.h>Kris Kennaway2002-03-311-0/+5
| | | | Notes: svn path=/head/; revision=57093
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-6/+6
| | | | | | | | | 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. Notes: svn path=/head/; revision=53958
* ${PKGDIR}/REQ -> ${PKGREQ}. Also, give it two arguments.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33567
* Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these portsSatoshi Asami2000-08-111-0/+2
| | | | | | | | | use imake themselves. Submitted by: bento (sort of) Notes: svn path=/head/; revision=31513
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29615
* white space (portlint)Michael Haro2000-04-201-9/+9
| | | | Notes: svn path=/head/; revision=27825
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27509
* This port actually wants Xlib, not just imake.Satoshi Asami2000-03-091-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=26702
* Use devel/imake instead of x11/XFree86.Masafumi Max NAKANE2000-03-081-1/+1
| | | | | | | | Note: I'm not too sure if these ports really work without x11 libs and headers as I don't have X'less environment. Notes: svn path=/head/; revision=26647
* Unbreak for NEWGCCChris Piazza2000-01-225-0/+98
| | | | | | | | PR: 16255 Submitted by: Alexander Langer <alex@cichlids.com> Notes: svn path=/head/; revision=24897
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* More USE_XLIBs.Satoshi Asami1998-11-281-1/+3
| | | | Notes: svn path=/head/; revision=14932
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-8/+10
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Convert to ELF.Steve Price1998-09-272-15/+33
| | | | Notes: svn path=/head/; revision=13463
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
| | | | Notes: svn path=/head/; revision=7303
* I misunderstood his intentions the first time.Satoshi Asami1997-06-101-2/+2
| | | | | | | Submitted by: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua> Notes: svn path=/head/; revision=6846
* Libraries and tools for simulation modeling.Satoshi Asami1997-06-1018-0/+2376
PR: 3757 Submitted by: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua> Notes: svn path=/head/; revision=6833