diff --git a/aatm/README b/aatm/README new file mode 100644 index 000000000..86f1c9084 --- /dev/null +++ b/aatm/README @@ -0,0 +1,96 @@ +aatm +------------------------------------------ +Atmospheric Modelling for ALMA Observatory + +Runtime requirements: + cygwin-2.4.1-1 + libaatm-devel-0.6-1bl1 + libaatm4-0.6-1bl1 + libboost_program_options1.58-1.58.0-1 + libgcc1-5.3.0-3 + libstdc++6-5.3.0-3 + +Build requirements: +(besides corresponding -devel packages) + autoconf-13-1 + automake-9-1 + binutils-2.25-4 + cygport-0.20.2-1 + gcc-core-5.3.0-3 + gcc-g++-5.3.0-3 + libtool-2.4.6-3 + make-4.1-1 + +Canonical website: + https://svn.cv.nrao.edu/view/aatm/devel/casa/ + +Canonical download: + https://dev.gentoo.org/~bicatali/distfiles/aatm-0.6.tar.gz + +------------------------------------------- + +Build instructions: + 1. unpack aatm-0.6-X-src.tar.xz + 2. if you use setup to install this src package, + it will be unpacked under /usr/src automatically + % cd /usr/src + % cygport ./aatm-0.6-X.cygport all + +This will create: + /usr/src/aatm-0.6-X-src.tar.xz + /usr/src/aatm-0.6-X.tar.xz + /usr/src/libaatm4-0.6-X.tar.xz + /usr/src/libaatm-devel-0.6-X.tar.xz + +------------------------------------------- + +Files included in the binary package: + +(aatm) + /usr/bin/SMATest.exe + /usr/bin/absorption.exe + /usr/bin/dispersive.exe + /usr/share/doc/Cygwin/aatm.README + /usr/share/doc/aatm/AUTHORS + /usr/share/doc/aatm/COPYING + /usr/share/doc/aatm/ChangeLog + /usr/share/doc/aatm/NEWS + /usr/share/doc/aatm/README + /usr/share/doc/aatm/TODO + +(libaatm4) + /usr/bin/cygaatm-4.dll + +(libaatm-devel) + /usr/include/ATMAngle.h + /usr/include/ATMCommon.h + /usr/include/ATMEnumerations.h + /usr/include/ATMError.h + /usr/include/ATMException.h + /usr/include/ATMFrequency.h + /usr/include/ATMHumidity.h + /usr/include/ATMInverseLength.h + /usr/include/ATMLength.h + /usr/include/ATMMassDensity.h + /usr/include/ATMNumberDensity.h + /usr/include/ATMOpacity.h + /usr/include/ATMPercent.h + /usr/include/ATMPressure.h + /usr/include/ATMProfile.h + /usr/include/ATMRefractiveIndex.h + /usr/include/ATMRefractiveIndexProfile.h + /usr/include/ATMSkyStatus.h + /usr/include/ATMSpectralGrid.h + /usr/include/ATMTemperature.h + /usr/include/ATMVersion.h + /usr/include/ATMWVRMeasurement.h + /usr/include/ATMWaterVaporRadiometer.h + /usr/lib/libaatm.dll.a + /usr/lib/pkgconfig/aatm.pc + +------------------ + +Port Notes: + +----- version 0.6-1bl1 ----- +Initial release by fd0 diff --git a/aatm/aatm-0.6-1bl1.cygport b/aatm/aatm-0.6-1bl1.cygport new file mode 100644 index 000000000..2fe9d1a6b --- /dev/null +++ b/aatm/aatm-0.6-1bl1.cygport @@ -0,0 +1,26 @@ +HOMEPAGE="https://svn.cv.nrao.edu/view/aatm/devel/casa/" +SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz" + +CATEGORY="Science" +SUMMARY="Atmospheric Modelling for ALMA Observatory" +DESCRIPTION="${SUMMARY}" + +PKG_NAMES=" + ${PN} + lib${PN}4 + lib${PN}-devel +" +aatm_CONTENTS=" + usr/bin/*.exe + usr/share +" +libaatm4_CONTENTS=" + usr/bin/*.dll +" +libaatm_devel_CONTENTS=" + usr/include + usr/lib +" +aatm_SUMMARY="${SUMMARY} (utilities)" +libaatm4_SUMMARY="${SUMMARY} (runtime)" +libaatm_devel_SUMMARY="${SUMMARY} (development)" diff --git a/aatm/aatm-0.6-1bl1.src.patch b/aatm/aatm-0.6-1bl1.src.patch new file mode 100644 index 000000000..5edf2393a --- /dev/null +++ b/aatm/aatm-0.6-1bl1.src.patch @@ -0,0 +1,24 @@ +diff -buprN -x CYGWIN-PATCHES -x aclocal.m4~ -x aclocal.m4t -x autom4te.cache -x config.cache -x config.guess -x config.log -x config.status -x config.sub -x '*SlackBuild*' -x '*.egg-info' -x '*.dll' -x '*.exe' -x '*.o' -x '*.gch' -x '*.gem' -x .gitignore -x '*.jpg' -x '*.png' -x '*.qm' -x '*.svgz' -x '*.tif' -x '*.class' -x '*.jlc' -x '*.pyc' -x '*.pyo' -x '*.mo' -x '*.gmo' -x '*.orig' -x '*.rej' -x '*.spec' -x '*.temp' -x '*~' -x '*.stackdump' -x aclocal.m4 -x configure -x config.h -x '*.h.in' -x COPYING -x INSTALL -x ansi2knr.c -x ar-lib -x config-ml.in -x elisp-comp -x mdate-sh -x mkinstalldirs -x py-compile -x symlink-tree -x test-driver -x texinfo.tex -x ylwrap -x Makefile.in -x GNUmakefile.in -x makefile.in -x libtool.m4 -x ltoptions.m4 -x ltsugar.m4 -x ltversion.m4 -x lt~obsolete.m4 -x ltmain.sh -x compile -x depcomp -x install-sh -x missing -x omf.make -x xmldocs.make -x gnome-doc-utils.make -x gnome-doc-utils.m4 -x mate-doc-utils.make -x mate-doc-utils.m4 origsrc/aatm-0.6/src/Makefile.am src/aatm-0.6/src/Makefile.am +--- origsrc/aatm-0.6/src/Makefile.am 2016-02-27 05:20:50.000000000 +0900 ++++ src/aatm-0.6/src/Makefile.am 2016-03-05 16:36:58.103365000 +0900 +@@ -24,7 +24,7 @@ libaatm_la_CPPFLAGS = -Wall + + libaatm_la_LIBADD = + +-libaatm_la_LDFLAGS = -version-info $(AATM_LT_VERSION) ++libaatm_la_LDFLAGS = -no-undefined -version-info $(AATM_LT_VERSION) + + + include_HEADERS = ATMAngle.h ATMEnumerations.h ATMError.h \ +diff -buprN -x CYGWIN-PATCHES -x aclocal.m4~ -x aclocal.m4t -x autom4te.cache -x config.cache -x config.guess -x config.log -x config.status -x config.sub -x '*SlackBuild*' -x '*.egg-info' -x '*.dll' -x '*.exe' -x '*.o' -x '*.gch' -x '*.gem' -x .gitignore -x '*.jpg' -x '*.png' -x '*.qm' -x '*.svgz' -x '*.tif' -x '*.class' -x '*.jlc' -x '*.pyc' -x '*.pyo' -x '*.mo' -x '*.gmo' -x '*.orig' -x '*.rej' -x '*.spec' -x '*.temp' -x '*~' -x '*.stackdump' -x aclocal.m4 -x configure -x config.h -x '*.h.in' -x COPYING -x INSTALL -x ansi2knr.c -x ar-lib -x config-ml.in -x elisp-comp -x mdate-sh -x mkinstalldirs -x py-compile -x symlink-tree -x test-driver -x texinfo.tex -x ylwrap -x Makefile.in -x GNUmakefile.in -x makefile.in -x libtool.m4 -x ltoptions.m4 -x ltsugar.m4 -x ltversion.m4 -x lt~obsolete.m4 -x ltmain.sh -x compile -x depcomp -x install-sh -x missing -x omf.make -x xmldocs.make -x gnome-doc-utils.make -x gnome-doc-utils.m4 -x mate-doc-utils.make -x mate-doc-utils.m4 origsrc/aatm-0.6/test/Makefile.am src/aatm-0.6/test/Makefile.am +--- origsrc/aatm-0.6/test/Makefile.am 2016-02-27 05:20:49.000000000 +0900 ++++ src/aatm-0.6/test/Makefile.am 2016-03-05 16:39:13.595193600 +0900 +@@ -25,7 +25,7 @@ dispersive_SOURCES = dispersive.cpp $(GE + absorption_SOURCES = absorption.cpp $(GENFILES) + + LDADD=../src/libaatm.la +-INCLUDES=-I../src ++INCLUDES=-I$(top_srcdir)/src + + EXTRA_DIST=data/SMA_17JUL2006_skydip1.dat +