initial import of Pre Make Kit project.

This commit is contained in:
couderc 2004-12-23 21:42:16 +00:00
parent f83db8d218
commit e7f6792e1d
7 changed files with 85 additions and 0 deletions

28
devel/pmk/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/23 21:42:16 couderc Exp $
COMMENT= "dependency configuration tool"
VERSION= 0.8.2
DISTNAME= pmk-${VERSION}
CATEGORIES= devel
HOMEPAGE= http://pmk.sourceforge.net/
MAINTAINER= Damien Couderc <couderc@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmk/}
CONFIGURE_ENV+= SYSCONFDIR=${SYSCONFDIR}
CONFIGURE_STYLE= simple
CONFIGURE_SCRIPT= /bin/sh pmkcfg.sh -p ${PREFIX}
NO_REGRESS= Yes
.include <bsd.port.mk>

3
devel/pmk/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pmk-0.8.2.tar.gz) = f2cc4a9987b5d97bf4f8d0be925a79fb
RMD160 (pmk-0.8.2.tar.gz) = b096c768e95eda35f6b6e73b860f928aa5173787
SHA1 (pmk-0.8.2.tar.gz) = 6f104980962424f0f1d1e61d6dba0a011bf8d269

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-pmkcfg_sh,v 1.1.1.1 2004/12/23 21:42:16 couderc Exp $
--- pmkcfg.sh.orig Thu Dec 23 22:14:37 2004
+++ pmkcfg.sh Thu Dec 23 22:16:21 2004
@@ -47,8 +47,8 @@ if test "$1" != "autodetected"; then
posix_sh="/bin/sh"
fi
fi
- printf "Using $posix_sh $0 $@\n\n"
- $posix_sh $0 "autodetected" "$@"
+ printf "Using %s %s %s\n\n" "$posix_sh" "$0" "$*"
+ $posix_sh $0 "autodetected" "$*"
exit $?
else
# skip "autodetected"

10
devel/pmk/pkg/DESCR Normal file
View File

@ -0,0 +1,10 @@
The `Pre-Make Kit` project is a configuration tool for source dependencies.
It aims to provide an alternative to GNU autoconf.
Goals:
* Avoid the use of scripts in packages that can hide trojans.
* Try to keep the needed dependencies near from zero (actually at zero).
* Make it easy to use for users and developers.
* Provide the package in a free and usable license for everybody (BSD).
* Limit the changes in sources for a transition from autoconf.

4
devel/pmk/pkg/MESSAGE Normal file
View File

@ -0,0 +1,4 @@
The pmksetup utility has been executed to update or modify the following
configuration file:
${SYSCONFDIR}/pmk/pmk.conf

19
devel/pmk/pkg/PLIST Normal file
View File

@ -0,0 +1,19 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/23 21:42:16 couderc Exp $
bin/pmk
bin/pmkinstall
bin/pmkpc
bin/pmkscan
@man man/man1/pmk.1
@man man/man1/pmkinstall.1
@man man/man1/pmkscan.1
@man man/man5/pmk.conf.5
@man man/man5/pmkfile.5
@man man/man8/pmksetup.8
sbin/pmksetup
@exec %B/pmksetup
share/pmk/
share/pmk/pmk.conf.sample
share/pmk/pmkcfgtool.dat
share/pmk/pmkcomp.dat
share/pmk/pmkfile.sample
share/pmk/pmkscan.dat

7
devel/pmk/pkg/UNMESSAGE Normal file
View File

@ -0,0 +1,7 @@
To completely deinstall this package you need to perform these steps as
root:
rm -r ${SYSCONFDIR}/pmk
Do not do this if you plan on re-installing this package at some future
time.