diff options
author | will <will@FreeBSD.org> | 2003-06-03 13:14:48 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 13:14:48 +0800 |
commit | eb1139b7065104701517bcf35bde78ff04815c9e (patch) | |
tree | 46c1f7dab2913e7cc58f7fdbca596c503af5f6fe /devel/libukcprog | |
parent | 108441667fd033ea15b668fefbb8dfbd6ad41979 (diff) | |
download | freebsd-ports-gnome-eb1139b7065104701517bcf35bde78ff04815c9e.tar.gz freebsd-ports-gnome-eb1139b7065104701517bcf35bde78ff04815c9e.tar.zst freebsd-ports-gnome-eb1139b7065104701517bcf35bde78ff04815c9e.zip |
Add libukcprog 1.0, generally useful low level routines.
PR: 51722
Submitted by: Tim Bishop <tim@bishnet.net>
Diffstat (limited to 'devel/libukcprog')
-rw-r--r-- | devel/libukcprog/Makefile | 23 | ||||
-rw-r--r-- | devel/libukcprog/distinfo | 1 | ||||
-rw-r--r-- | devel/libukcprog/pkg-descr | 5 | ||||
-rw-r--r-- | devel/libukcprog/pkg-plist | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile new file mode 100644 index 000000000000..16ba8a84605b --- /dev/null +++ b/devel/libukcprog/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libukcprog +# Date created: 30 March 2003 +# Whom: Tim Bishop <tim@bishnet.net> +# +# $FreeBSD$ +# + +PORTNAME= libukcprog +PORTVERSION= 1.0 +CATEGORIES= devel +MASTER_SITES= http://snapshots.i-scream.org/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= tim@bishnet.net +COMMENT= Generally useful low level routines + +MAN3= ukcprog.3 +DIST_SUBDIR= iscream +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes + +.include <bsd.port.mk> diff --git a/devel/libukcprog/distinfo b/devel/libukcprog/distinfo new file mode 100644 index 000000000000..b37d4c52483f --- /dev/null +++ b/devel/libukcprog/distinfo @@ -0,0 +1 @@ +MD5 (iscream/libukcprog-1.0.tar.gz) = 0ed141314ed35296e34a73d9e0f29a81 diff --git a/devel/libukcprog/pkg-descr b/devel/libukcprog/pkg-descr new file mode 100644 index 000000000000..3e53ff099d62 --- /dev/null +++ b/devel/libukcprog/pkg-descr @@ -0,0 +1,5 @@ +The ukcprog library contains generally useful low level routines. +The ukcprog.h header file contains prototypes for the routines as +well as defining some useful macros and types. + +WWW: http://www.i-scream.org.uk/ diff --git a/devel/libukcprog/pkg-plist b/devel/libukcprog/pkg-plist new file mode 100644 index 000000000000..83935ca92307 --- /dev/null +++ b/devel/libukcprog/pkg-plist @@ -0,0 +1,5 @@ +include/ukcprog.h +lib/libukcprog.a +lib/libukcprog.la +lib/libukcprog.so +lib/libukcprog.so.0 |