Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv23717/stable/main/finkinfo/libs

Modified Files:
        syck.info 
Added Files:
        syck0.55.info syck0.55.patch 
Log Message:
sick sync syck


--- NEW FILE: syck0.55.patch ---
diff -Nurd -x'*~' syck-0.55.orig/tests/Makefile.in syck-0.55/tests/Makefile.in
--- syck-0.55.orig/tests/Makefile.in    2005-05-19 02:15:32.000000000 -0400
+++ syck-0.55/tests/Makefile.in 2007-09-15 17:25:05.000000000 -0400
@@ -50,16 +50,16 @@
 PROGRAMS = $(noinst_PROGRAMS)
 am_test_basic_OBJECTS = Basic.$(OBJEXT) CuTest.$(OBJEXT)
 test_basic_OBJECTS = $(am_test_basic_OBJECTS)
-test_basic_DEPENDENCIES =
+test_basic_DEPENDENCIES = $(top_srcdir)/lib/libsyck.a
 am_test_emit_OBJECTS = Emit.$(OBJEXT) CuTest.$(OBJEXT)
 test_emit_OBJECTS = $(am_test_emit_OBJECTS)
-test_emit_DEPENDENCIES =
+test_emit_DEPENDENCIES = $(top_srcdir)/lib/libsyck.a
 am_test_parse_OBJECTS = Parse.$(OBJEXT) CuTest.$(OBJEXT)
 test_parse_OBJECTS = $(am_test_parse_OBJECTS)
-test_parse_DEPENDENCIES =
+test_parse_DEPENDENCIES = $(top_srcdir)/lib/libsyck.a
 am_test_yts_OBJECTS = YTS.$(OBJEXT) CuTest.$(OBJEXT)
 test_yts_OBJECTS = $(am_test_yts_OBJECTS)
-test_yts_DEPENDENCIES =
+test_yts_DEPENDENCIES = $(top_srcdir)/lib/libsyck.a
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
@@ -99,7 +99,7 @@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = -L$(top_srcdir)/lib
+LDFLAGS = 
 LEX = @LEX@
 LEXLIB = @LEXLIB@
 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
@@ -155,13 +155,13 @@
 INCLUDES = -I$(top_srcdir)/lib
 TESTS = test-basic test-parse test-yts test-emit
 test_basic_SOURCES = Basic.c CuTest.c CuTest.h
-test_basic_LDADD = -lsyck
+test_basic_LDADD = $(top_srcdir)/lib/libsyck.a
 test_parse_SOURCES = Parse.c CuTest.c CuTest.h
-test_parse_LDADD = -lsyck
+test_parse_LDADD = $(top_srcdir)/lib/libsyck.a
 test_yts_SOURCES = YTS.c CuTest.c CuTest.h
-test_yts_LDADD = -lsyck
+test_yts_LDADD = $(top_srcdir)/lib/libsyck.a
 test_emit_SOURCES = Emit.c CuTest.c CuTest.h
-test_emit_LDADD = -lsyck
+test_emit_LDADD = $(top_srcdir)/lib/libsyck.a
 all: all-am
 
 .SUFFIXES:

--- NEW FILE: syck0.55.info ---
Package: syck0.55
Version: 0.55
Revision: 3
Maintainer: Daniel Macks <dma...@netspace.org>
Source: http://rubyforge.org/frs/download.php/4492/syck-%v.tar.gz
Source-MD5: a57b7c46d81170b9318e2f384f77910c
BuildDepends: fink (>= 0.24.12-1)
BuildDependsOnly: true
PatchFile: %n.patch
PatchFile-MD5: 700dd42d9e2098efad080a50fe4505a2
Conflicts: syck, syck-0.55
Replaces: syck, syck-0.55
DocFiles: CHANGELOG COPYING README* RELEASE TODO
Description: Fast parser for YAML files
DescPort: <<
  Former libversion package maintained by Chris Dolan:
  "Ruby, Python, PHP and Perl wrappers exist for this library but I
  haven't packaged them."
<<
DescPackaging: <<
  Static-only lib that has no interface stability, so we rename it
  to include versioning.
<<
License: BSD
Homepage: http://rubyforge.org/projects/syck/

Index: syck.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/syck.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- syck.info   30 Jul 2010 01:44:54 -0000      1.2
+++ syck.info   27 Oct 2011 12:52:21 -0000      1.3
@@ -1,12 +1,12 @@
 Package: syck
 Version: 0.45
-Revision: 3
+Revision: 4
 Maintainer: None <fink-de...@lists.sourceforge.net>
 Source: http://rubyforge.org/frs/download.php/1371/syck-%v.tar.gz
 Source-MD5: 8071e1e2ee255576f025b4cef8feee62
 BuildDependsOnly: true
-Conflicts: syck-0.55
-Replaces: syck-0.55
+Conflicts: syck-0.55, syck0.55
+Replaces: syck-0.55, syck0.55
 DocFiles: README COPYING RELEASE
 Description: Fast parser for YAML files
 DescPort: <<
@@ -20,4 +20,4 @@
 <<
 
 License: BSD
-Homepage: http://www.whytheluckystiff.net/syck/
+Homepage: http://rubyforge.org/projects/syck/


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to