View | Details | Raw Unified | Return to bug 97210
Collapse All | Expand All

(-)epkg/Makefile (+66 lines)
Line 0 Link Here
1
# New ports collection makefile for:	epkg
2
# Date created:				12 May 2006
3
# Whom:						Jim Pirzyk <pirzyk@freebsd.org>
4
#
5
# $FreeBSD$
6
#
7
8
PORTNAME=	epkg
9
PORTVERSION=	2.3.9
10
CATEGORIES=	archivers
11
MASTER_SITES=	ftp://ftp.feep.net/pub/encap/epkg/
12
13
MAINTAINER=	pirzyk@freebsd.org
14
COMMENT=	Encap Package Manger
15
16
BUILD_DEPENDS= ${LOCALBASE}/lib/libexpat.a:${PORTSDIR}/textproc/expat2 \
17
			${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget \
18
			${LOCALBASE}/lib/libcurl.a:${PORTSDIR}/ftp/curl
19
20
HAS_CONFIGURE=	YES
21
CONFIGURE_ENV=	CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
22
CONFIGURE_ARGS=	--disable-encap --disable-epkg-install --with-libfget --without-libtar
23
24
MAN1=		epkg.1 \
25
			mkencap.1
26
MAN3=		encap20_platform_name.3 \
27
			encap_check.3 \
28
			encap_check_prereqs.3 \
29
			encap_check_source.3 \
30
			encap_check_target.3 \
31
			encap_close.3 \
32
			encap_find_versions.3 \
33
			encap_hash_add.3 \
34
			encap_hash_del.3 \
35
			encap_hash_free.3 \
36
			encap_hash_getkey.3 \
37
			encap_hash_new.3 \
38
			encap_hash_next.3 \
39
			encap_hash_prev.3 \
40
			encap_hash_search.3 \
41
			encap_install.3 \
42
			encap_list_add.3 \
43
			encap_list_add_str.3 \
44
			encap_list_del.3 \
45
			encap_list_dup.3 \
46
			encap_list_free.3 \
47
			encap_list_merge.3 \
48
			encap_list_new.3 \
49
			encap_list_next.3 \
50
			encap_list_prev.3 \
51
			encap_list_search.3 \
52
			encap_open.3 \
53
			encap_pkgspec_join.3 \
54
			encap_pkgspec_parse.3 \
55
			encap_platform_compat.3 \
56
			encap_platform_name.3 \
57
			encap_platform_split.3 \
58
			encap_remove.3 \
59
			encap_vercmp.3 \
60
			encapinfo_free.3 \
61
			encapinfo_init.3 \
62
			encapinfo_parse_directive.3 \
63
			encapinfo_write.3
64
MAN5=		encap_profile.5
65
66
.include <bsd.port.mk>
(-)epkg/distinfo (+3 lines)
Line 0 Link Here
1
MD5 (epkg-2.3.9.tar.gz) = e7dc957031851aa7ed63014e4d73953f
2
SHA256 (epkg-2.3.9.tar.gz) = a82e9ba11f4c9ed5004c1b79c91795eefaaa2df39f8089d217d7301ed816e756
3
SIZE (epkg-2.3.9.tar.gz) = 237232
(-)epkg/pkg-descr (+1 lines)
Line 0 Link Here
1
Encap Package Manger
(-)epkg/pkg-plist (+11 lines)
Line 0 Link Here
1
bin/epkg
2
bin/mkencap
3
doc/encap/encap2.0-specification.txt
4
doc/encap/encap2.1-specification.txt
5
doc/encap/encap_profile.dtd
6
etc/mkencap_environment
7
include/encap.h
8
include/encap_listhash.h
9
lib/libencap.a
10
share/mkencap.m4
11
@dirrmtry doc/encap

Return to bug 97210