From 6bd1a30a7abbd2f1648f846a1f729d57dd4ee116 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 3 May 1999 03:20:33 +0000 Subject: Initial import of libgnugetopt version 1.0. GNU's getopt library. PR: 11441 Submitted by: Andrey Zakhvatov --- devel/libgnugetopt/Makefile | 19 +++++++++++++++++++ devel/libgnugetopt/distinfo | 1 + devel/libgnugetopt/pkg-comment | 1 + devel/libgnugetopt/pkg-descr | 1 + devel/libgnugetopt/pkg-plist | 2 ++ 5 files changed, 24 insertions(+) create mode 100644 devel/libgnugetopt/Makefile create mode 100644 devel/libgnugetopt/distinfo create mode 100644 devel/libgnugetopt/pkg-comment create mode 100644 devel/libgnugetopt/pkg-descr create mode 100644 devel/libgnugetopt/pkg-plist (limited to 'devel/libgnugetopt') diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile new file mode 100644 index 000000000000..52fb06507bb4 --- /dev/null +++ b/devel/libgnugetopt/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: libgnugetopt +# Version required: 1.0 +# Date created: 2 May 1999 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= libgnugetopt-1.0 +CATEGORIES= devel +MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ + +MAINTAINER= andy@icc.surw.chel.su + +do-install: + @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include + @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib + +.include diff --git a/devel/libgnugetopt/distinfo b/devel/libgnugetopt/distinfo new file mode 100644 index 000000000000..637b611a9112 --- /dev/null +++ b/devel/libgnugetopt/distinfo @@ -0,0 +1 @@ +MD5 (libgnugetopt-1.0.tar.gz) = 7fa261951e4ffc346976a667440cc5d7 diff --git a/devel/libgnugetopt/pkg-comment b/devel/libgnugetopt/pkg-comment new file mode 100644 index 000000000000..a4abe474d7a7 --- /dev/null +++ b/devel/libgnugetopt/pkg-comment @@ -0,0 +1 @@ +GNU getopt library. diff --git a/devel/libgnugetopt/pkg-descr b/devel/libgnugetopt/pkg-descr new file mode 100644 index 000000000000..2b684a58a635 --- /dev/null +++ b/devel/libgnugetopt/pkg-descr @@ -0,0 +1 @@ +GNU getopt library. It includes GNU-style getopt_long() function. diff --git a/devel/libgnugetopt/pkg-plist b/devel/libgnugetopt/pkg-plist new file mode 100644 index 000000000000..138130310879 --- /dev/null +++ b/devel/libgnugetopt/pkg-plist @@ -0,0 +1,2 @@ +include/getopt.h +lib/libgnugetopt.a -- cgit