mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add new port epm:
EPM is a free UNIX software/file packaging program that generates distribution archives from a list of files. EPM Can: o Generate portable script-based distribution packages complete with installation and removal scripts and standard install/uninstall GUIs. o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X, Red Hat, Slackware, Solaris, and Tru64 UNIX formats. o Provide a complete, cross-platform software distribution solution for your applications. WWW: http://www.easysw.com/epm/
This commit is contained in:
parent
2fd6e6bff8
commit
1c54e8f710
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122041
@ -221,6 +221,7 @@
|
||||
SUBDIR += elib-emacs19
|
||||
SUBDIR += elib-emacs20
|
||||
SUBDIR += entity
|
||||
SUBDIR += epm
|
||||
SUBDIR += epydoc
|
||||
SUBDIR += eric
|
||||
SUBDIR += erlslang
|
||||
|
25
devel/epm/Makefile
Normal file
25
devel/epm/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Ports collection makefile for: epm
|
||||
# Date created: 20 Nov 2004
|
||||
# Whom: NAKATA Maho <maho@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= epm
|
||||
PORTVERSION= 3.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= maho/openoffice.org
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT= A free UNIX software/file packaging program
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1
|
||||
MAN5= epm.list.5 setup.types.5
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/epm/distinfo
Normal file
2
devel/epm/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (epm-3.7-source.tar.bz2) = d1fd62aa8e38b8dcd32b821822cb29a8
|
||||
SIZE (epm-3.7-source.tar.bz2) = 401222
|
11
devel/epm/pkg-descr
Normal file
11
devel/epm/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
EPM is a free UNIX software/file packaging program that generates
|
||||
distribution archives from a list of files.
|
||||
EPM Can:
|
||||
o Generate portable script-based distribution packages complete with
|
||||
installation and removal scripts and standard install/uninstall GUIs.
|
||||
o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X,
|
||||
Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
|
||||
o Provide a complete, cross-platform software distribution solution for
|
||||
your applications.
|
||||
|
||||
WWW: http://www.easysw.com/epm/
|
7
devel/epm/pkg-plist
Normal file
7
devel/epm/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/epm
|
||||
bin/epminstall
|
||||
bin/mkepmlist
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/epm-manual.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/epm-manual.pdf
|
Loading…
Reference in New Issue
Block a user