aboutsummaryrefslogtreecommitdiff
path: root/devel/libslang2-devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libslang2-devel')
-rw-r--r--devel/libslang2-devel/Makefile65
-rw-r--r--devel/libslang2-devel/distinfo3
-rw-r--r--devel/libslang2-devel/files/patch-src-slinclud.h11
-rw-r--r--devel/libslang2-devel/pkg-descr12
-rw-r--r--devel/libslang2-devel/pkg-plist68
5 files changed, 0 insertions, 159 deletions
diff --git a/devel/libslang2-devel/Makefile b/devel/libslang2-devel/Makefile
deleted file mode 100644
index 06fb5b932be9..000000000000
--- a/devel/libslang2-devel/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# New ports collection makefile for: libslang2
-# Date created: 2005-05-16
-# Whom: Renato Botelho <freebsd@galle.com.br>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libslang2
-PORTVERSION= 2.0.5
-CATEGORIES= devel
-MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v2.0/ \
- ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.0/ \
- ftp://ftp.ntua.gr/pub/lang/slang/slang/v2.0/ \
- ftp://ftp.plig.org/pub/slang/v2.0/
-DISTNAME= slang-${PORTVERSION}
-
-MAINTAINER= garga@FreeBSD.org
-COMMENT= Routines for rapid alpha-numeric terminal applications development
-
-USE_BZIP2= yes
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-CONFLICTS= libslang-1.*
-
-ALL_TARGET= all elf
-INSTALL_TARGET= install install-elf
-
-MAN1= slsh.1
-DOCSDIR= ${PREFIX}/share/doc/slang
-DATADIR= ${PREFIX}/share/slsh
-
-OPTIONS= PCRE "Include pcre support" on \
- PNG "Include png support" on
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_PCRE)
-LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
-PLIST_SUB+= PCRE=""
-.else
-CONFIGURE_ARGS+= --without-pcre
-PLIST_SUB+= PCRE="@comment "
-.endif
-
-.if !defined(WITHOUT_PNG)
-LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
-PLIST_SUB+= PNG=""
-.else
-CONFIGURE_ARGS+= --without-png
-PLIST_SUB+= PNG="@comment "
-.endif
-
-post-patch:
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's, install_docs,,g' ${WRKSRC}/src/Makefile.in
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/libslang2-devel/distinfo b/devel/libslang2-devel/distinfo
deleted file mode 100644
index 606634c47359..000000000000
--- a/devel/libslang2-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (slang-2.0.5.tar.bz2) = 8b6afa085f76b1be29825f0c470b6cad
-SHA256 (slang-2.0.5.tar.bz2) = 3b86cfba2c70495c379aedcfa1373755dfd03a57d02e215ea4e89488e152cf7d
-SIZE (slang-2.0.5.tar.bz2) = 1054379
diff --git a/devel/libslang2-devel/files/patch-src-slinclud.h b/devel/libslang2-devel/files/patch-src-slinclud.h
deleted file mode 100644
index c939e13dd854..000000000000
--- a/devel/libslang2-devel/files/patch-src-slinclud.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/slinclud.h.orig Mon May 16 16:11:14 2005
-+++ src/slinclud.h Mon May 16 16:11:48 2005
-@@ -20,7 +20,7 @@
- # include <unistd.h>
- #endif
-
--#ifdef HAVE_MALLOC_H
-+#if 0
- # include <malloc.h>
- #endif
-
diff --git a/devel/libslang2-devel/pkg-descr b/devel/libslang2-devel/pkg-descr
deleted file mode 100644
index fdbf2a163291..000000000000
--- a/devel/libslang2-devel/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-S-Lang is a multi-platform programmer's library designed to
-allow a developer to create robust multi-platform software.
-
-It provides facilities required by interactive applications
-such as display/screen management, keyboard input, keymaps,
-and so on.
-
-The most exciting feature of the library is the slang
-interpreter that may be easily embedded into a program to
-make it extensible.
-
-WWW: http://www.s-lang.org
diff --git a/devel/libslang2-devel/pkg-plist b/devel/libslang2-devel/pkg-plist
deleted file mode 100644
index a03af85778ba..000000000000
--- a/devel/libslang2-devel/pkg-plist
+++ /dev/null
@@ -1,68 +0,0 @@
-@comment $FreeBSD$
-bin/slsh
-etc/slsh.rc
-include/slang.h
-include/slcurses.h
-lib/libslang.a
-lib/libslang.so.2
-lib/libslang.so
-lib/slang/v2/modules/fcntl-module.so
-%%PCRE%%lib/slang/v2/modules/pcre-module.so
-%%PNG%%lib/slang/v2/modules/png-module.so
-lib/slang/v2/modules/select-module.so
-lib/slang/v2/modules/slsmg-module.so
-lib/slang/v2/modules/termios-module.so
-lib/slang/v2/modules/varray-module.so
-%%DATADIR%%/arrayfuns.sl
-%%DATADIR%%/autoload.sl
-%%DATADIR%%/cmaps/cool.map
-%%DATADIR%%/cmaps/copper.map
-%%DATADIR%%/cmaps/drywet.map
-%%DATADIR%%/cmaps/gebco.map
-%%DATADIR%%/cmaps/globe.map
-%%DATADIR%%/cmaps/gray.map
-%%DATADIR%%/cmaps/haxby.map
-%%DATADIR%%/cmaps/hot.map
-%%DATADIR%%/cmaps/jet.map
-%%DATADIR%%/cmaps/no_green.map
-%%DATADIR%%/cmaps/ocean.map
-%%DATADIR%%/cmaps/polar.map
-%%DATADIR%%/cmaps/rainbow.map
-%%DATADIR%%/cmaps/red2green.map
-%%DATADIR%%/cmaps/relief.map
-%%DATADIR%%/cmaps/sealand.map
-%%DATADIR%%/cmaps/seis.map
-%%DATADIR%%/cmaps/split.map
-%%DATADIR%%/cmaps/topo.map
-%%DATADIR%%/cmaps/wysiwyg.map
-%%DATADIR%%/fcntl.sl
-%%DATADIR%%/glob.sl
-%%DATADIR%%/help/pcrefuns.hlp
-%%DATADIR%%/help/pngfuns.hlp
-%%DATADIR%%/pcre.sl
-%%DATADIR%%/png.sl
-%%DATADIR%%/print.sl
-%%DATADIR%%/profile.sl
-%%DATADIR%%/require.sl
-%%DATADIR%%/scripts/jpegsize
-%%DATADIR%%/scripts/lsrpm
-%%DATADIR%%/scripts/sldb
-%%DATADIR%%/scripts/slprof
-%%DATADIR%%/scripts/svnsh
-%%DATADIR%%/select.sl
-%%DATADIR%%/sldb.sl
-%%DATADIR%%/sldbcore.sl
-%%DATADIR%%/slshrl.sl
-%%DATADIR%%/slsmg.sl
-%%DATADIR%%/stkcheck.sl
-%%DATADIR%%/structfuns.sl
-%%DATADIR%%/termios.sl
-%%DATADIR%%/varray.sl
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/help
-@dirrm %%DATADIR%%/cmaps
-@dirrmtry %%DATADIR%%/local-packages
-@dirrm %%DATADIR%%
-@dirrm lib/slang/v2/modules
-@dirrm lib/slang/v2
-@dirrm lib/slang