diff options
Diffstat (limited to 'devel/ossp-al')
-rw-r--r-- | devel/ossp-al/Makefile | 29 | ||||
-rw-r--r-- | devel/ossp-al/distinfo | 2 | ||||
-rw-r--r-- | devel/ossp-al/pkg-descr | 6 | ||||
-rw-r--r-- | devel/ossp-al/pkg-plist | 7 |
4 files changed, 0 insertions, 44 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile deleted file mode 100644 index ae2ed3ff7d45..000000000000 --- a/devel/ossp-al/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= al -PORTVERSION= 0.9.3 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= OSSP/lib/${PORTNAME} -PKGNAMEPREFIX= ossp- - -MAINTAINER= vd@FreeBSD.org -COMMENT= Defines an abstract type of buffer that can move data without copying -WWW= http://www.ossp.org/pkg/lib/al/ - -DEPRECATED= Obsolete and abandoned upstream, last release in 2005 -EXPIRATION_DATE=2024-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/libal.so - -.include <bsd.port.mk> diff --git a/devel/ossp-al/distinfo b/devel/ossp-al/distinfo deleted file mode 100644 index 801ea43b56ed..000000000000 --- a/devel/ossp-al/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (al-0.9.3.tar.gz) = 7395cc67eec1f3cf73504f1338841584066771db52695d968f211395a3a2ac7e -SIZE (al-0.9.3.tar.gz) = 320510 diff --git a/devel/ossp-al/pkg-descr b/devel/ossp-al/pkg-descr deleted file mode 100644 index 7af27a39663f..000000000000 --- a/devel/ossp-al/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -OSSP al defines an abstract data type of a data buffer that can assemble, -move and truncate chunks of data in a stream but avoids actual copying. It -was built to deal efficiently with communication streams between software -modules. It especially provides flexible semantical data attribution through -by-chunk labeling. It also has convenient chunk traversal methods and -optional OSSP ex based exception handling. diff --git a/devel/ossp-al/pkg-plist b/devel/ossp-al/pkg-plist deleted file mode 100644 index 1c7aac4f4027..000000000000 --- a/devel/ossp-al/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/al-config -include/al.h -lib/libal.a -lib/libal.so -lib/libal.so.9 -lib/libal.so.9.0.23 -share/man/man3/al.3.gz |