diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
commit | 38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch) | |
tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /science/x11iraf | |
parent | d081961986dd18a78c82ebba45ba59149d1b7d49 (diff) |
Notes
Diffstat (limited to 'science/x11iraf')
-rw-r--r-- | science/x11iraf/Makefile | 43 | ||||
-rw-r--r-- | science/x11iraf/distinfo | 2 | ||||
-rw-r--r-- | science/x11iraf/pkg-descr | 9 | ||||
-rw-r--r-- | science/x11iraf/pkg-plist | 12 |
4 files changed, 0 insertions, 66 deletions
diff --git a/science/x11iraf/Makefile b/science/x11iraf/Makefile deleted file mode 100644 index 80ac60c89762..000000000000 --- a/science/x11iraf/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: David Syphers <dsyphers@u.washington.edu> -# $FreeBSD$ - -PORTNAME= x11iraf -PORTVERSION= 1.3.1 -PORTREVISION= 3 -CATEGORIES= science astro -MASTER_SITES= ftp://iraf.noao.edu/iraf/x11iraf/ -DISTNAME= x11iraf-v${PORTVERSION}-bin.freebsd - -MAINTAINER= ports@FreeBSD.org -COMMENT= Provides graphical tools to work with IRAF - -CONFLICTS= xterm-[0-9]* - -LIB_DEPENDS= libc.so.4:${PORTSDIR}/misc/compat4x - -NO_BUILD= yes - -# this may work on other archs, but I'm making no bets -ONLY_FOR_ARCHS= i386 - -BINS= ism_wcspix.e obmsh resize vximtool xgterm ximtool xtapemon - -MAN1= obmsh.1 \ - resize.1 \ - vximtool.1 \ - xgterm.1 \ - ximtool.1 \ - xtapemon.1 - -NO_STAGE= yes -do-install: - @${ECHO_MSG} "===> Installing binaries" - @${INSTALL_PROGRAM} ${BINS:S|^|${WRKDIR}/bin.freebsd/|} ${PREFIX}/bin/ - @${INSTALL_SCRIPT} ${WRKDIR}/bin.freebsd/ximtool-alt ${PREFIX}/bin/ - @${ECHO_MSG} "===> Installing manpages" - @${INSTALL_MAN} ${WRKDIR}/man/* ${PREFIX}/man/man1/ - @${ECHO_MSG} "===> Installing CDL library" - @${INSTALL_DATA} ${WRKDIR}/include/* ${PREFIX}/include/ - @${INSTALL_DATA} ${WRKDIR}/lib.freebsd/libcdl.a ${PREFIX}/lib/ - -.include <bsd.port.mk> diff --git a/science/x11iraf/distinfo b/science/x11iraf/distinfo deleted file mode 100644 index d3f2c085c90b..000000000000 --- a/science/x11iraf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (x11iraf-v1.3.1-bin.freebsd.tar.gz) = 04b1a5e1f337459f5389fb901566314eacf2ae3a6ba79bd7623314c5d5a4747d -SIZE (x11iraf-v1.3.1-bin.freebsd.tar.gz) = 2238249 diff --git a/science/x11iraf/pkg-descr b/science/x11iraf/pkg-descr deleted file mode 100644 index 83a76e5ecd9d..000000000000 --- a/science/x11iraf/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -x11iraf provides graphical tools to work with IRAF, notably xgterm and XImtool. - -Note: IRAF = Image Reduction and Analysis Facility, a general purpose software -system for the reduction and analysis of astronomical data. - -WWW: http://iraf.noao.edu - --David Syphers -dsyphers@u.washington.edu diff --git a/science/x11iraf/pkg-plist b/science/x11iraf/pkg-plist deleted file mode 100644 index 10b2575660af..000000000000 --- a/science/x11iraf/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/ism_wcspix.e -bin/obmsh -bin/resize -bin/vximtool -bin/xgterm -bin/ximtool -bin/ximtool-alt -bin/xtapemon -include/cdl.h -include/cdlftn.inc -include/cdlspp.h -lib/libcdl.a |