add mpb 1.4.2

MIT Photonic-Bands
This commit is contained in:
Ying-Chieh Liao 2003-04-04 10:22:55 +00:00
parent 8630fad8d7
commit cdcb44c618
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78158
5 changed files with 53 additions and 0 deletions

View File

@ -12,6 +12,7 @@
SUBDIR += libsvm
SUBDIR += mayavi
SUBDIR += mmtk
SUBDIR += mpb
SUBDIR += mpqc
SUBDIR += mpqc-mpich
SUBDIR += oases

32
science/mpb/Makefile Normal file
View File

@ -0,0 +1,32 @@
# ex:ts=8
# Ports collection makefile for: mpb
# Date created: Apr 4, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mpb
PORTVERSION= 1.4.2
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/mpb/
MAINTAINER= ports@FreeBSD.org
COMMENT= MIT Photonic-Bands
BUILD_DEPENDS= ${LOCALBASE}/lib/libctl.a:${PORTSDIR}/science/libctl \
bash:${PORTSDIR}/shells/bash2
LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas \
lapack.3:${PORTSDIR}/math/lapack \
atlas.1:${PORTSDIR}/math/atlas \
fftw.2:${PORTSDIR}/math/fftw \
hdf5.0:${PORTSDIR}/graphics/hdf5 \
guile.10:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= mpb.1 mpb-data.1 mpb-split.1
.include <bsd.port.mk>

1
science/mpb/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mpb-1.4.2.tar.gz) = e1e618b0db343a7a3fc38eabd69d008b

14
science/mpb/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
The MIT Photonic-Bands (MPB) package is a free program for computing the band
structures (dispersion relations) and electromagnetic modes of periodic
dielectric structures, on both serial and parallel computers. It was developed
by Steven G. Johnson at MIT in the Joannopoulos Ab Initio Physics group.
This program computes definite-frequency eigenstates of Maxwell's equations in
periodic dielectric structures for arbitrary wavevectors, using fully-vectorial
and three-dimensional methods. It is especially designed for the study of
photonic crystals (a.k.a. photonic band-gap materials), but is also applicable
to many other problems in optics, such as waveguides and resonator systems.
(For example, it can solve for the modes of waveguides with arbitrary cross-
sections.)
WWW: http://ab-initio.mit.edu/mpb/

5
science/mpb/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
bin/mpb
bin/mpb-split
bin/mpb-data
share/libctl/specs/mpb.scm
@unexec rmdir %D/share/libctl/specs 2>/dev/null || true