summaryrefslogtreecommitdiff
path: root/devel/ossp-cfg
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ossp-cfg')
-rw-r--r--devel/ossp-cfg/Makefile29
-rw-r--r--devel/ossp-cfg/distinfo2
-rw-r--r--devel/ossp-cfg/pkg-descr5
-rw-r--r--devel/ossp-cfg/pkg-plist7
4 files changed, 0 insertions, 43 deletions
diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile
deleted file mode 100644
index ebd8ceec1c0e..000000000000
--- a/devel/ossp-cfg/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= cfg
-PORTVERSION= 0.9.11
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= OSSP/lib/${PORTNAME}
-PKGNAMEPREFIX= ossp-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library for parsing arbitrary C/C++-style configuration files
-WWW= http://www.ossp.org/pkg/lib/cfg/
-
-DEPRECATED= Abandoned upstream, last release in 2006
-EXPIRATION_DATE=2025-07-31
-
-LIB_DEPENDS= libex.so:devel/ossp-ex
-
-USES= libtool
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS= --with-ex=${LOCALBASE}
-USE_LDCONFIG= yes
-
-check: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcfg.so
-
-.include <bsd.port.mk>
diff --git a/devel/ossp-cfg/distinfo b/devel/ossp-cfg/distinfo
deleted file mode 100644
index 9d9f17a4c3c6..000000000000
--- a/devel/ossp-cfg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cfg-0.9.11.tar.gz) = 67c47df62b9e87f7a5938da867916f9804373f83dc6a64975be34e70ae627ffa
-SIZE (cfg-0.9.11.tar.gz) = 371583
diff --git a/devel/ossp-cfg/pkg-descr b/devel/ossp-cfg/pkg-descr
deleted file mode 100644
index 081aa857fa8b..000000000000
--- a/devel/ossp-cfg/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration
-files. A configuration is sequence of directives. Each directive consists of
-zero or more tokens. Each token can be either a string or again a complete
-sequence. This means the configuration syntax has a recursive structure and
-this way allows to create configurations with arbitrarily nested sections.
diff --git a/devel/ossp-cfg/pkg-plist b/devel/ossp-cfg/pkg-plist
deleted file mode 100644
index 426574e3dc89..000000000000
--- a/devel/ossp-cfg/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/cfg-config
-include/cfg.h
-lib/libcfg.a
-lib/libcfg.so
-lib/libcfg.so.9
-lib/libcfg.so.9.0.31
-share/man/man3/cfg.3.gz