Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2006 11:57:36 -0500 (CDT)
From:      Jim Pirzyk <pirzyk@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97210: New port: archivers/epkg - Encap Package manager
Message-ID:  <200605131657.k4DGvaD9008746@lilo.ci.uiuc.edu>
Resent-Message-ID: <200605131700.k4DH0g5s098078@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97210
>Category:       ports
>Synopsis:       New port: archivers/epkg - Encap Package manager
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 13 17:00:41 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jim Pirzyk
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD lilo.ci.uiuc.edu 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 9 20:02:52 CDT 2006 supirzyk@lilo.ci.uiuc.edu:/services/scratch/usr/src/sys/VMWARE_KERNEL i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

diff -Nru epkg.orig/Makefile epkg/Makefile
--- epkg.orig/Makefile	Wed Dec 31 18:00:00 1969
+++ epkg/Makefile	Sat May 13 11:45:06 2006
@@ -0,0 +1,66 @@
+# New ports collection makefile for:	epkg
+# Date created:				12 May 2006
+# Whom:						Jim Pirzyk <pirzyk@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	epkg
+PORTVERSION=	2.3.9
+CATEGORIES=	archivers
+MASTER_SITES=	ftp://ftp.feep.net/pub/encap/epkg/
+
+MAINTAINER=	pirzyk@freebsd.org
+COMMENT=	Encap Package Manger
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libexpat.a:${PORTSDIR}/textproc/expat2 \
+			${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget \
+			${LOCALBASE}/lib/libcurl.a:${PORTSDIR}/ftp/curl
+
+HAS_CONFIGURE=	YES
+CONFIGURE_ENV=	CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
+CONFIGURE_ARGS=	--disable-encap --disable-epkg-install --with-libfget --without-libtar
+
+MAN1=		epkg.1 \
+			mkencap.1
+MAN3=		encap20_platform_name.3 \
+			encap_check.3 \
+			encap_check_prereqs.3 \
+			encap_check_source.3 \
+			encap_check_target.3 \
+			encap_close.3 \
+			encap_find_versions.3 \
+			encap_hash_add.3 \
+			encap_hash_del.3 \
+			encap_hash_free.3 \
+			encap_hash_getkey.3 \
+			encap_hash_new.3 \
+			encap_hash_next.3 \
+			encap_hash_prev.3 \
+			encap_hash_search.3 \
+			encap_install.3 \
+			encap_list_add.3 \
+			encap_list_add_str.3 \
+			encap_list_del.3 \
+			encap_list_dup.3 \
+			encap_list_free.3 \
+			encap_list_merge.3 \
+			encap_list_new.3 \
+			encap_list_next.3 \
+			encap_list_prev.3 \
+			encap_list_search.3 \
+			encap_open.3 \
+			encap_pkgspec_join.3 \
+			encap_pkgspec_parse.3 \
+			encap_platform_compat.3 \
+			encap_platform_name.3 \
+			encap_platform_split.3 \
+			encap_remove.3 \
+			encap_vercmp.3 \
+			encapinfo_free.3 \
+			encapinfo_init.3 \
+			encapinfo_parse_directive.3 \
+			encapinfo_write.3
+MAN5=		encap_profile.5
+
+.include <bsd.port.mk>
diff -Nru epkg.orig/distinfo epkg/distinfo
--- epkg.orig/distinfo	Wed Dec 31 18:00:00 1969
+++ epkg/distinfo	Sat May 13 11:31:25 2006
@@ -0,0 +1,3 @@
+MD5 (epkg-2.3.9.tar.gz) = e7dc957031851aa7ed63014e4d73953f
+SHA256 (epkg-2.3.9.tar.gz) = a82e9ba11f4c9ed5004c1b79c91795eefaaa2df39f8089d217d7301ed816e756
+SIZE (epkg-2.3.9.tar.gz) = 237232
diff -Nru epkg.orig/pkg-descr epkg/pkg-descr
--- epkg.orig/pkg-descr	Wed Dec 31 18:00:00 1969
+++ epkg/pkg-descr	Fri May 12 12:05:30 2006
@@ -0,0 +1 @@
+Encap Package Manger
diff -Nru epkg.orig/pkg-plist epkg/pkg-plist
--- epkg.orig/pkg-plist	Wed Dec 31 18:00:00 1969
+++ epkg/pkg-plist	Sat May 13 11:49:21 2006
@@ -0,0 +1,11 @@
+bin/epkg
+bin/mkencap
+doc/encap/encap2.0-specification.txt
+doc/encap/encap2.1-specification.txt
+doc/encap/encap_profile.dtd
+etc/mkencap_environment
+include/encap.h
+include/encap_listhash.h
+lib/libencap.a
+share/mkencap.m4
+@dirrmtry doc/encap
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605131657.k4DGvaD9008746>