1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add curly 3.4, generalize listed filenames to csh-extended glob

patterns.

Submitted by:	Stephen Gunn <csg@fedex.com>
This commit is contained in:
Pete Fritchman 2002-11-13 15:39:38 +00:00
parent ffbd8ed448
commit 53f144b141
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70037
7 changed files with 61 additions and 0 deletions

View File

@ -44,6 +44,7 @@
SUBDIR += cpuburn
SUBDIR += crashme
SUBDIR += cronolog
SUBDIR += curly
SUBDIR += cvsweb-converters
SUBDIR += daemontools
SUBDIR += daemontools53

41
sysutils/curly/Makefile Normal file
View File

@ -0,0 +1,41 @@
# New ports collection makefile for: curly
# Date created: Nov 1 2002
# Whom: Stephen Gunn <csg@fedex.com>, <csg@waterspout.com>
#
# $FreeBSD$
#
PORTNAME= curly
PORTVERSION= 3.4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \
http://archive.progeny.com/pundits/
DISTNAME= xapply-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= csg@fedex.com
BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \
mkcmd:${PORTSDIR}/devel/mkcmd
USE_REINPLACE= yes
MAKE_FLAGS=
MAKEFILE=
MAN1= ${PORTNAME}.1
MLINKS= ${PORTNAME}.1 un${PORTNAME}.1
post-patch:
@${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' -e 's,^DEBUG,#DEBUG,'\
-e 's,gcc,${CC},' ${WRKSRC}/bin/curly/Make.host
do-build:
( cd ${WRKSRC}/bin/${PORTNAME} && ${SETENV} ${MAKE_ENV} makeme \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} )
do-install:
( cd ${WRKSRC}/bin/curly && ${SETENV} ${MAKENV} makeme \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} )
${INSTALL_MAN} ${WRKSRC}/bin/${PORTNAME}/${PORTNAME}.man \
${PREFIX}/man/man1/${PORTNAME}.1
.include <bsd.port.mk>

1
sysutils/curly/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xapply-3.4.tgz) = 6e8b976cd3696c3d478e61104cc866e9

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- bin/curly/machine.h.orig Wed Nov 13 08:08:13 2002
+++ bin/curly/machine.h Wed Nov 13 08:08:48 2002
@@ -19,7 +19,7 @@
#endif
#if !defined(NEED_MALLOC_EXTERN)
-#define NEED_MALLOC_EXTERN (!USE_MALLOC_H && !defined(NEXT2) && !defined(IRIX) && !defined(BSDI))
+#define NEED_MALLOC_EXTERN (!USE_MALLOC_H && !defined(NEXT2) && !defined(IRIX) && !defined(BSDI) && !defined(FREEBSD))
#endif
#if !defined(USE_STDLIB)

View File

@ -0,0 +1 @@
Generalize listed filenames to csh-extended glob patterns

2
sysutils/curly/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
Curly filters a list of filenames to a greatest-common-denominator
glob pattern used by most shells.

2
sysutils/curly/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/curly
bin/uncurly