mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:23:33 +03:00
URL and mailmap updates, remove an obsolete directory [ci skip]
Closes https://github.com/curl/curl/pull/3031
This commit is contained in:
parent
dee1700ce6
commit
f078361c0e
17 changed files with 21 additions and 101 deletions
1
packages/EPM/.gitignore
vendored
1
packages/EPM/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
curl.list
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
EXTRA_DIST = README curl.list.in
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
EPM is a free Unix software/file packaging program that generates distribution
|
||||
archives from a list of files. EPM Can:
|
||||
|
||||
* Generate portable script-based distribution packages complete with
|
||||
installation and removal scripts.
|
||||
* Generate vendor distributions in AIX, BSD, Compaq Tru64, Debian, HP-UX,
|
||||
IRIX, Red Hat, and Solaris formats.
|
||||
* Provide a complete, cross-platform software distribution solution for your
|
||||
applications.
|
||||
|
||||
http://www.easysw.com/epm/
|
||||
|
||||
|
|
@ -1,60 +0,0 @@
|
|||
# Directories...
|
||||
$prefix=@prefix@
|
||||
$exec_prefix=@exec_prefix@
|
||||
$bindir=@bindir@
|
||||
$confdir=@sysconfdir@
|
||||
$docdir=@prefix@/doc
|
||||
$mandir=@mandir@
|
||||
$libdir=@libdir@
|
||||
$srcdir=@top_srcdir@
|
||||
$includedir=@includedir@
|
||||
$datarootdir=@datarootdir@
|
||||
|
||||
# Product information
|
||||
%product curl
|
||||
%copyright 1998-2002 by Daniel Stenberg
|
||||
%vendor Daniel Stenberg, <daniel@haxx.se>
|
||||
%license ${srcdir}/MITX.txt
|
||||
%readme ${srcdir}/README
|
||||
%description Curl is a command line tool for transferring data specified
|
||||
%description with URL syntax
|
||||
%version @VERSION@
|
||||
%packager Giuseppe "Cowo" Corbelli <cowo@lugbs.linux.it>
|
||||
|
||||
f 0644 cowo pppusers ${mandir}/man1/curl.1 ./docs/curl.1
|
||||
f 0644 cowo pppusers ${mandir}/man1/curl-config.1 ./docs/curl-config.1
|
||||
f 0644 cowo pppusers ${mandir}/man1/mk-ca-bundle.1 ./docs/mk-ca-bundle.1
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_easy_cleanup.3 ./docs/curl_easy_cleanup.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_easy_getinfo.3 ./docs/curl_easy_getinfo.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_easy_init.3 ./docs/curl_easy_init.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_easy_perform.3 ./docs/curl_easy_perform.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_easy_setopt.3 ./docs/curl_easy_setopt.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_easy_duphandle.3 ./docs/curl_easy_duphandle.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_formparse.3 ./docs/curl_formparse.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_formadd.3 ./docs/curl_formadd.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_formfree.3 ./docs/curl_formfree.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_getdate.3 ./docs/curl_getdate.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_getenv.3 ./docs/curl_getenv.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_slist_append.3 ./docs/curl_slist_append.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_slist_free_all.3 ./docs/curl_slist_free_all.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_version.3 ./docs/curl_version.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_escape.3 ./docs/curl_escape.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_unescape.3 ./docs/curl_unescape.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_strequal.3 ./docs/curl_strequal.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_strnequal.3 ./docs/curl_strnequal.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_mprintf.3 ./docs/curl_mprintf.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_global_init.3 ./docs/curl_global_init.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/curl_global_cleanup.3 ./docs/curl_global_cleanup.3
|
||||
f 0644 cowo pppusers ${mandir}/man3/libcurl.3 ./docs/libcurl.3
|
||||
f 0755 cowo pppusers ${libdir}/libcurl.so.2.0.2 ./lib/.libs/libcurl.so.2.0.2
|
||||
f 0755 cowo pppusers ${libdir}/libcurl.la ./lib/libcurl.la
|
||||
f 0755 cowo pppusers ${libdir}/libcurl.la ./lib/.libs/libcurl.la
|
||||
f 0644 cowo pppusers ${libdir}/libcurl.a ./lib/.libs/libcurl.a
|
||||
f 0755 cowo pppusers ${bindir}/curl ./src/curl
|
||||
f 0755 cowo pppusers ${bindir}/curl ./src/.libs/curl
|
||||
f 0644 cowo pppusers ${includedir}/curl/curl.h ./include/curl/curl.h
|
||||
f 0644 cowo pppusers ${includedir}/curl/easy.h ./include/curl/easy.h
|
||||
f 0644 cowo pppusers ${includedir}/curl/mprintf.h ./include/curl/mprintf.h
|
||||
f 0644 cowo pppusers ${includedir}/curl/stdcheaders.h ./include/curl/stdcheaders.h
|
||||
f 0644 cowo pppusers ${includedir}/curl/types.h ./include/curl/types.h
|
||||
f 0755 cowo pppusers ${bindir}/curl-config ./curl-config
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = Win32 Linux Solaris EPM AIX vms
|
||||
SUBDIRS = Win32 Linux Solaris AIX vms
|
||||
|
||||
EXTRA_DIST = README \
|
||||
DOS/README \
|
||||
|
|
|
|||
|
|
@ -220,9 +220,6 @@ $!
|
|||
$ file = "lcl_root:[...]gnv*.opt"
|
||||
$ if f$search(file) .nes. "" then delete 'file';*
|
||||
$!
|
||||
$ file = "lcl_root:[.packages.EPM]curl.list"
|
||||
$ if f$search(file) .nes. "" then delete 'file';*
|
||||
$!
|
||||
$ file = "lcl_root:[.packages.vms]macro32_exactcase.exe"
|
||||
$ if f$search(file) .nes. "" then delete 'file';*
|
||||
$!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue