mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
add rexx-curl 1.1
An external function package providing an interface to the cURL package
This commit is contained in:
parent
5211eb3cac
commit
24f8ff98aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93610
@ -64,6 +64,7 @@
|
||||
SUBDIR += puf
|
||||
SUBDIR += pure-ftpd
|
||||
SUBDIR += py-curl
|
||||
SUBDIR += rexx-curl
|
||||
SUBDIR += ruby-curl
|
||||
SUBDIR += sftp
|
||||
SUBDIR += spegla
|
||||
|
30
ftp/rexx-curl/Makefile
Normal file
30
ftp/rexx-curl/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: rexx-curl
|
||||
# Date created: Nov 11, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= rexx${PORTNAME}
|
||||
PKGNAMEPREFIX= rexx-
|
||||
DISTNAME= RexxCURL-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An external function package providing an interface to the cURL package
|
||||
|
||||
BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina
|
||||
LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl
|
||||
RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-rexx=regina
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
DATADIR= ${PREFIX}/share/rexx${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
1
ftp/rexx-curl/distinfo
Normal file
1
ftp/rexx-curl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (RexxCURL-1.1.tar.gz) = d11d2a77cfbdd582d506fccf8dab1d7b
|
6
ftp/rexx-curl/pkg-descr
Normal file
6
ftp/rexx-curl/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Rexx/CURL is an external function package providing an interface to the cURL
|
||||
package. cURL is a general purpose package that allows access to any
|
||||
URL-addressable resource. With Rexx/CURL you can access resources such as web
|
||||
pages, ftp sites, and telnet sessions under control of your Rexx program.
|
||||
|
||||
WWW: http://rexxcurl.sourceforge.net/
|
13
ftp/rexx-curl/pkg-plist
Normal file
13
ftp/rexx-curl/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/rexxcurl
|
||||
bin/rexxcurl-config
|
||||
lib/librexxcurl.a
|
||||
lib/librexxcurl.so
|
||||
%%DATADIR%%/httppost.rexx
|
||||
%%DATADIR%%/images/rxcurl64.png
|
||||
%%DATADIR%%/index.html
|
||||
%%DATADIR%%/mirror.rexx
|
||||
%%DATADIR%%/scp.rexx
|
||||
%%DATADIR%%/testcurl.rexx
|
||||
%%DATADIR%%/upload.rexx
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user