Codebase list flickcurl / upstream/1.2
Import upstream/1.2. Kumar Appaiah 16 years ago
17 changed file(s) with 194 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
+0
-1
.gitignore less more
0 *.o
+0
-1
.pc/.version less more
0 2
0 2008-01-26 Dave Beckett <dave@dajobe.org>
0 2008-01-28 Dave Beckett <dave@dajobe.org>
1
2 * ChangeLog: Snapshotted flickcurl_1_2 for 1.2 release (SVN 518)
3
4 * configure.ac: Look for nanosleep in -lrt and -lposix4 to help solaris.
5
6 * docs/Makefile.am: Add flickcurl.1.in to dist. Make build rule
7 maintainer only
8
9 2008-01-26 Dave Beckett <dave@dajobe.org>
10
11 * README.html: curl min
12
13 * ChangeLog: Snapshotted flickcurl_1_1 for 1.1 release (SVN 507)
14
15 * NEWS.html, configure.ac: Bump version to 1.2
116
217 * Snapshotted flickcurl_1_1 for 1.1 release (SVN 509)
318
00 Flickcurl News
11
22 [1]Dave Beckett
3
4 2008-01-28 Flickcurl 1.2
5
6 Fixed "brown paper bag" issue. 1.1 could not be built as
7 docs/flickcurl.1.in was missing from the tarball:
8 make[1]: *** No rule to make target `flickcurl.1.in', needed by `flickcurl.1'.
9 Stop.
10
11 Added configure search for nanosleep() in librt and libposix4 for
12 building on Solaris.
313
414 2008-01-26 Flickcurl 1.1
515
1010 <h2 style="text-align:center"><a href="http://www.dajobe.org/">Dave Beckett</a></h2>
1111
1212
13 <h2 id="D2008-01-28">2008-01-28 Flickcurl 1.2</h2>
14
15 <p>Fixed "brown paper bag" issue.
16 1.1 could not be built as docs/flickcurl.1.in was missing
17 from the tarball:</p>
18 <pre>
19 make[1]: *** No rule to make target `flickcurl.1.in', needed by `flickcurl.1'. Stop.
20 </pre>
21
22 <p>Added <code>configure</code> search for <code>nanosleep()</code>
23 in librt and libposix4 for building on Solaris.
24 </p>
25
26
1327 <h2 id="D2008-01-26">2008-01-26 Flickcurl 1.1</h2>
1428
1529 <p>2 new Flickr API calls for updates to the places APIs:</p>
2020 News: [8]Flickcurl News including changes
2121
2222 Requirements: the following libraries are needed:
23 * [9]libcurl
23 * [9]libcurl 7.10.0 or newer
2424 * [10]libxml2 2.6.8 or newer
2525 * [11]raptor 1.4.0 (optional), 1.4.14 recommended
2626
3737
3838 <p>Requirements: the following libraries are needed:</p>
3939 <ul>
40 <li><a href="http://curl.haxx.se/libcurl/">libcurl</a></li>
40 <li><a href="http://curl.haxx.se/libcurl/">libcurl</a> 7.10.0 or newer</li>
4141 <li><a href="http://xmlsoft.org/">libxml2</a> 2.6.8 or newer</li>
4242 <li><a href="http://librdf.org/raptor/">raptor</a> 1.4.0 (optional), 1.4.14 recommended</li>
4343 </ul>
00 #! /bin/sh
11 # From configure.ac Revision: .
22 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Flickcurl 1.1.
3 # Generated by GNU Autoconf 2.61 for Flickcurl 1.2.
44 #
55 # Report bugs to <http://bugs.librdf.org/>.
66 #
728728 # Identity of this package.
729729 PACKAGE_NAME='Flickcurl'
730730 PACKAGE_TARNAME='flickcurl'
731 PACKAGE_VERSION='1.1'
732 PACKAGE_STRING='Flickcurl 1.1'
731 PACKAGE_VERSION='1.2'
732 PACKAGE_STRING='Flickcurl 1.2'
733733 PACKAGE_BUGREPORT='http://bugs.librdf.org/'
734734
735735 ac_unique_file="src/flickcurl.h"
13981398 # Omit some internal or obsolete options to make the list less imposing.
13991399 # This message is too long to be a string in the A/UX 3.1 sh.
14001400 cat <<_ACEOF
1401 \`configure' configures Flickcurl 1.1 to adapt to many kinds of systems.
1401 \`configure' configures Flickcurl 1.2 to adapt to many kinds of systems.
14021402
14031403 Usage: $0 [OPTION]... [VAR=VALUE]...
14041404
14681468
14691469 if test -n "$ac_init_help"; then
14701470 case $ac_init_help in
1471 short | recursive ) echo "Configuration of Flickcurl 1.1:";;
1471 short | recursive ) echo "Configuration of Flickcurl 1.2:";;
14721472 esac
14731473 cat <<\_ACEOF
14741474
15771577 test -n "$ac_init_help" && exit $ac_status
15781578 if $ac_init_version; then
15791579 cat <<\_ACEOF
1580 Flickcurl configure 1.1
1580 Flickcurl configure 1.2
15811581 generated by GNU Autoconf 2.61
15821582
15831583 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
15911591 This file contains any messages produced by compilers while
15921592 running configure, to aid debugging if configure makes a mistake.
15931593
1594 It was created by Flickcurl $as_me 1.1, which was
1594 It was created by Flickcurl $as_me 1.2, which was
15951595 generated by GNU Autoconf 2.61. Invocation command line was
15961596
15971597 $ $0 $@
23132313
23142314 # Define the identity of the package.
23152315 PACKAGE='flickcurl'
2316 VERSION='1.1'
2316 VERSION='1.2'
23172317
23182318
23192319 cat >>confdefs.h <<_ACEOF
2128321283 fi
2128421284 done
2128521285
21286 { echo "$as_me:$LINENO: checking for library containing nanosleep" >&5
21287 echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6; }
21288 if test "${ac_cv_search_nanosleep+set}" = set; then
21289 echo $ECHO_N "(cached) $ECHO_C" >&6
21290 else
21291 ac_func_search_save_LIBS=$LIBS
21292 cat >conftest.$ac_ext <<_ACEOF
21293 /* confdefs.h. */
21294 _ACEOF
21295 cat confdefs.h >>conftest.$ac_ext
21296 cat >>conftest.$ac_ext <<_ACEOF
21297 /* end confdefs.h. */
21298
21299 /* Override any GCC internal prototype to avoid an error.
21300 Use char because int might match the return type of a GCC
21301 builtin and then its argument prototype would still apply. */
21302 #ifdef __cplusplus
21303 extern "C"
21304 #endif
21305 char nanosleep ();
21306 int
21307 main ()
21308 {
21309 return nanosleep ();
21310 ;
21311 return 0;
21312 }
21313 _ACEOF
21314 for ac_lib in '' rt posix4; do
21315 if test -z "$ac_lib"; then
21316 ac_res="none required"
21317 else
21318 ac_res=-l$ac_lib
21319 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
21320 fi
21321 rm -f conftest.$ac_objext conftest$ac_exeext
21322 if { (ac_try="$ac_link"
21323 case "(($ac_try" in
21324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21325 *) ac_try_echo=$ac_try;;
21326 esac
21327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21328 (eval "$ac_link") 2>conftest.er1
21329 ac_status=$?
21330 grep -v '^ *+' conftest.er1 >conftest.err
21331 rm -f conftest.er1
21332 cat conftest.err >&5
21333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21334 (exit $ac_status); } && {
21335 test -z "$ac_c_werror_flag" ||
21336 test ! -s conftest.err
21337 } && test -s conftest$ac_exeext &&
21338 $as_test_x conftest$ac_exeext; then
21339 ac_cv_search_nanosleep=$ac_res
21340 else
21341 echo "$as_me: failed program was:" >&5
21342 sed 's/^/| /' conftest.$ac_ext >&5
21343
21344
21345 fi
21346
21347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21348 conftest$ac_exeext
21349 if test "${ac_cv_search_nanosleep+set}" = set; then
21350 break
21351 fi
21352 done
21353 if test "${ac_cv_search_nanosleep+set}" = set; then
21354 :
21355 else
21356 ac_cv_search_nanosleep=no
21357 fi
21358 rm conftest.$ac_ext
21359 LIBS=$ac_func_search_save_LIBS
21360 fi
21361 { echo "$as_me:$LINENO: result: $ac_cv_search_nanosleep" >&5
21362 echo "${ECHO_T}$ac_cv_search_nanosleep" >&6; }
21363 ac_res=$ac_cv_search_nanosleep
21364 if test "$ac_res" != no; then
21365 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
21366
21367 else
21368 { { echo "$as_me:$LINENO: error: nanosleep was not found" >&5
21369 echo "$as_me: error: nanosleep was not found" >&2;}
21370 { (exit 1); exit 1; }; }
21371 fi
21372
2128621373
2128721374
2128821375
2252822615 # report actual input values of CONFIG_FILES etc. instead of their
2252922616 # values after options handling.
2253022617 ac_log="
22531 This file was extended by Flickcurl $as_me 1.1, which was
22618 This file was extended by Flickcurl $as_me 1.2, which was
2253222619 generated by GNU Autoconf 2.61. Invocation command line was
2253322620
2253422621 CONFIG_FILES = $CONFIG_FILES
2258122668 _ACEOF
2258222669 cat >>$CONFIG_STATUS <<_ACEOF
2258322670 ac_cs_version="\\
22584 Flickcurl config.status 1.1
22671 Flickcurl config.status 1.2
2258522672 configured by $0, generated by GNU Autoconf 2.61,
2258622673 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2258722674
11 # Copyright (C) 2007-2008 David Beckett http://www.dajobe.org/
22
33 AC_PREREQ(2.59)
4 AC_INIT(Flickcurl, 1.1, http://bugs.librdf.org/, flickcurl)
4 AC_INIT(Flickcurl, 1.2, http://bugs.librdf.org/, flickcurl)
55 AC_CONFIG_SRCDIR([src/flickcurl.h])
66 AM_CONFIG_HEADER([src/config.h])
77 AC_REVISION($Revision: $)dnl
6868 AC_FUNC_STRFTIME
6969 AC_FUNC_VPRINTF
7070 AC_CHECK_FUNCS([getopt getopt_long memset strdup vsnprintf])
71 AC_SEARCH_LIBS(nanosleep, rt posix4, , AC_MSG_ERROR(nanosleep was not found))
7172
7273 AM_CONDITIONAL(GETOPT, test $ac_cv_func_getopt = no -a $ac_cv_func_getopt_long = no)
7374
+0
-13
debian/patches/manpage_fix.diff less more
0 Index: b/flickcurl.1
1 ===================================================================
2 --- a/flickcurl.1
3 +++ b/flickcurl.1
4 @@ -29,7 +29,7 @@
5 .B \-a \fIFROB\fP, \-\-auth \fIFROB\fP
6 Authenticate with a \fIFROB\fP and write auth config.
7 .SH SEE ALSO
8 -.BR /usr/share/doc/flickcurl/README.gz,
9 +.BR /usr/share/doc/flickcurl-utils/README.gz,
10 .BR flickrdf (1).
11 .br
12 .SH AUTHOR
+0
-1
debian/patches/series less more
0 manpage_fix.diff
6565
6666 EXTRA_DIST+= \
6767 $(man_MANS) \
68 flickcurl.1.in \
6869 version.xml.in
6970
71 if MAINTAINER_MODE
7072 flickcurl.1: $(srcdir)/flickcurl.1.in $(top_srcdir)/utils/flickcurl.c
7173 ( cd $(top_builddir)/utils && $(MAKE) flickcurl ) && \
7274 sed -ne '1,/SH COMMANDS/p' $(srcdir)/flickcurl.1.in > flickcurl.1.head && \
7476 sed -ne '/SH SEE ALSO/,$$p' $(srcdir)/flickcurl.1.in > flickcurl.1.tail && \
7577 cat flickcurl.1.head flickcurl.1.body flickcurl.1.tail > flickcurl.1 && \
7678 rm -f flickcurl.1.head flickcurl.1.body flickcurl.1.tail
79 endif
248248 TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
249249 EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \
250250 $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \
251 $(man_MANS) version.xml.in
251 $(man_MANS) flickcurl.1.in version.xml.in
252252 DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
253253 $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
254254
607607
608608 .PHONY : dist-hook-local docs
609609
610 flickcurl.1: $(srcdir)/flickcurl.1.in $(top_srcdir)/utils/flickcurl.c
611 ( cd $(top_builddir)/utils && $(MAKE) flickcurl ) && \
612 sed -ne '1,/SH COMMANDS/p' $(srcdir)/flickcurl.1.in > flickcurl.1.head && \
613 $(top_builddir)/utils/flickcurl -m > flickcurl.1.body && \
614 sed -ne '/SH SEE ALSO/,$$p' $(srcdir)/flickcurl.1.in > flickcurl.1.tail && \
615 cat flickcurl.1.head flickcurl.1.body flickcurl.1.tail > flickcurl.1 && \
616 rm -f flickcurl.1.head flickcurl.1.body flickcurl.1.tail
610 @MAINTAINER_MODE_TRUE@flickcurl.1: $(srcdir)/flickcurl.1.in $(top_srcdir)/utils/flickcurl.c
611 @MAINTAINER_MODE_TRUE@ ( cd $(top_builddir)/utils && $(MAKE) flickcurl ) && \
612 @MAINTAINER_MODE_TRUE@ sed -ne '1,/SH COMMANDS/p' $(srcdir)/flickcurl.1.in > flickcurl.1.head && \
613 @MAINTAINER_MODE_TRUE@ $(top_builddir)/utils/flickcurl -m > flickcurl.1.body && \
614 @MAINTAINER_MODE_TRUE@ sed -ne '/SH SEE ALSO/,$$p' $(srcdir)/flickcurl.1.in > flickcurl.1.tail && \
615 @MAINTAINER_MODE_TRUE@ cat flickcurl.1.head flickcurl.1.body flickcurl.1.tail > flickcurl.1 && \
616 @MAINTAINER_MODE_TRUE@ rm -f flickcurl.1.head flickcurl.1.body flickcurl.1.tail
617617 # Tell versions [3.59,3.63) of GNU make to not export all variables.
618618 # Otherwise a system limit (for SysV at least) may be exceeded.
619619 .NOEXPORT:
0 .TH FLICKCURL 1 "23 January 2008"
1 .SH NAME
2 flickcurl \- call Flickr API
3 .SH SYNOPSIS
4 .B flickcurl
5 [\fB\-d \fIDELAY\fP\fR] [\fB\-a \fIFROB\fP\fR] [\fB\-h\fR] [\fB\-v\fR] [\fIcommands\fR] ...
6 .br
7 .SH DESCRIPTION
8 \fBflickcurl\fP is a program that can call some of the Flickr APIs,
9 plus help with authentication by turning mobile authentication method
10 frobs into full auth_tokens with \fI-a NNN-NNN-NNN\fP and writing the
11 \fI~/.flickcurl.conf\fP file. Use \fIflickcurl \-h\fP to get a list of
12 the supported commands and their arguments.
13
14 .SH OPTIONS
15 These programs follow the usual GNU command line syntax, with long
16 options starting with two dashes (`-').
17 A summary of options is included below.
18 .TP
19 .B \-h, \-\-help
20 Show summary of options and exit.
21 .TP
22 .B \-v, \-\-version
23 Display the version of the program and exit.
24 .TP
25 .B \-d \fIDELAY\fP, \-\-delay \fIDELAY\fP
26 Set delay between requests to \fIDELAY\fP milliseconds.
27 .TP
28 .B \-a \fIFROB\fP, \-\-auth \fIFROB\fP
29 Authenticate with a \fIFROB\fP and write auth config.
30 .SH COMMANDS
31 .SH SEE ALSO
32 .BR flickrdf (1).
33 .br
34 .SH AUTHOR
35 flickcurl was written by David Beckett.
36 .PP
37 This manual page was written by Kumar Appaiah <akumar@ee.iitm.ac.in>,
38 for the Debian project (but may be used by others).
2222 &#160;&#160;<span class="otheraddr"><a class="ulink" href="http://www.dajobe.org/" target="_top">http://www.dajobe.org/</a></span><br>
2323 </p></div></div>
2424 </div></div>
25 <div><p class="releaseinfo">Manual for <a class="ulink" href="http://librdf.org/flickcurl/" target="_top">Flickcurl</a> 1.1
25 <div><p class="releaseinfo">Manual for <a class="ulink" href="http://librdf.org/flickcurl/" target="_top">Flickcurl</a> 1.2
2626 </p></div>
2727 <div><p class="copyright">Copyright &#169; 2007, 2008 Dave Beckett</p></div>
2828 <div><div class="legalnotice">
00 # -*- RPM-SPEC -*-
11 %define name @NAME@
2 %define version 1.1
2 %define version 1.2
33 %define release 1
44
55 %define major 0