From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 3 08:10:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5B037B401 for ; Sat, 3 May 2003 08:10:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45CB043F85 for ; Sat, 3 May 2003 08:10:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h43FAAUp054400 for ; Sat, 3 May 2003 08:10:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h43FAAVR054394; Sat, 3 May 2003 08:10:10 -0700 (PDT) Resent-Date: Sat, 3 May 2003 08:10:10 -0700 (PDT) Resent-Message-Id: <200305031510.h43FAAVR054394@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E09037B401 for ; Sat, 3 May 2003 08:02:14 -0700 (PDT) Received: from mercury.ukc.ac.uk (mercury.ukc.ac.uk [129.12.21.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E29D43FAF for ; Sat, 3 May 2003 08:02:13 -0700 (PDT) (envelope-from T.D.Bishop@ukc.ac.uk) Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by mercury.ukc.ac.uk with esmtp (Exim 3.22 #4) id 19ByVX-00037h-00; Sat, 03 May 2003 16:00:59 +0100 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.14) id 19ByVX-0009GL-Dk; Sat, 03 May 2003 16:00:59 +0100 Message-Id: Date: Sat, 03 May 2003 16:00:59 +0100 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dev@i-scream.org.uk Subject: ports/51722: New port: libukcprog - generally useful low level routines X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Bishop List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 15:10:12 -0000 >Number: 51722 >Category: ports >Synopsis: New port: libukcprog - generally useful low level routines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 03 08:10:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 4.8-STABLE FreeBSD 4.8-STABLE #2: Fri Apr 4 20:34:25 BST 2003 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: Taken from pkg-descr: "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." >How-To-Repeat: >Fix: Below is a shar file of the port. I think it's ok - but this is (one of) the first shared library port I've done. --- libukcprog-1.0.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libukcprog # libukcprog/Makefile # libukcprog/distinfo # libukcprog/pkg-descr # libukcprog/pkg-plist # echo c - libukcprog mkdir -p libukcprog > /dev/null 2>&1 echo x - libukcprog/Makefile sed 's/^X//' >libukcprog/Makefile << 'END-of-libukcprog/Makefile' X# New ports collection makefile for: libukcprog X# Date created: 30 March 2003 X# Whom: Tim Bishop X# X# $FreeBSD$ X# X XPORTNAME= libukcprog XPORTVERSION= 1.0 XCATEGORIES= devel XMASTER_SITES= http://snapshots.i-scream.org.uk/%SUBDIR%/ XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= tim@bishnet.net XCOMMENT= The ukcprog library contains generally useful low level routines X XMAN3= ukcprog.3 XDIST_SUBDIR= iscream XGNU_CONFIGURE= yes XINSTALLS_SHLIB= yes XUSE_LIBTOOL= yes X X.include END-of-libukcprog/Makefile echo x - libukcprog/distinfo sed 's/^X//' >libukcprog/distinfo << 'END-of-libukcprog/distinfo' XMD5 (iscream/libukcprog-1.0.tar.gz) = 0ed141314ed35296e34a73d9e0f29a81 END-of-libukcprog/distinfo echo x - libukcprog/pkg-descr sed 's/^X//' >libukcprog/pkg-descr << 'END-of-libukcprog/pkg-descr' XThe ukcprog library contains generally useful low level routines. XThe ukcprog.h header file contains prototypes for the routines as Xwell as defining some useful macros and types. X XWWW: http://www.i-scream.org.uk/ END-of-libukcprog/pkg-descr echo x - libukcprog/pkg-plist sed 's/^X//' >libukcprog/pkg-plist << 'END-of-libukcprog/pkg-plist' Xinclude/ukcprog.h Xlib/libukcprog.a Xlib/libukcprog.la Xlib/libukcprog.so Xlib/libukcprog.so.0 END-of-libukcprog/pkg-plist exit --- libukcprog-1.0.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: