clearsilver: 0.10.3 -> 0.10.4

This commit is contained in:
James Mills 2007-03-01 22:59:17 +10:00
parent c85c44b70c
commit 0f64b2d522
4 changed files with 21 additions and 7 deletions

View File

@ -1,7 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cs
-rwxr-xr-x root/root usr/bin/cs_static.cgi
-rwxr-xr-x root/root usr/bin/cstest
-rwxr-xr-x root/root usr/bin/static.cgi
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/ClearSilver/
-rw-r--r-- root/root usr/include/ClearSilver/ClearSilver.h
@ -79,6 +80,8 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/cs_init.3.gz
-rw-r--r-- root/root usr/man/man3/cs_parse_file.3.gz
-rw-r--r-- root/root usr/man/man3/cs_parse_string.3.gz
-rw-r--r-- root/root usr/man/man3/cs_register_esc_strfunc.3.gz
-rw-r--r-- root/root usr/man/man3/cs_register_fileload.3.gz
-rw-r--r-- root/root usr/man/man3/cs_register_strfunc.3.gz
-rw-r--r-- root/root usr/man/man3/cs_render.3.gz
-rw-r--r-- root/root usr/man/man3/dictCleanup.3.gz
@ -121,6 +124,7 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/hdf_obj_value.3.gz
-rw-r--r-- root/root usr/man/man3/hdf_read_string.3.gz
-rw-r--r-- root/root usr/man/man3/hdf_read_string_ignore.3.gz
-rw-r--r-- root/root usr/man/man3/hdf_register_fileload.3.gz
-rw-r--r-- root/root usr/man/man3/hdf_remove_tree.3.gz
-rw-r--r-- root/root usr/man/man3/hdf_search_path.3.gz
-rw-r--r-- root/root usr/man/man3/hdf_set_attr.3.gz

View File

@ -1,2 +1,2 @@
6bd72c6a8579897e77992e7407655c0e clearsilver-0.10.3-patch
ff4104b0e58bca1b61d528edbd902769 clearsilver-0.10.3.tar.gz
3fb39bf5335f6f977d92dea838409a11 clearsilver-0.10.4.patch
9523df7ef17e41a01dbae5032a3e450b clearsilver-0.10.4.tar.gz

View File

@ -6,14 +6,15 @@
# Depends on: python
name=clearsilver
version=0.10.3
release=2
version=0.10.4
release=1
source=(http://www.clearsilver.net/downloads/$name-$version.tar.gz \
$name-$version-patch)
$name-$version.patch)
build () {
cd $name-$version
patch -p1 -i $SRC/$name-$version-patch
patch -p1 < $SRC/$name-$version.patch
./configure \
--prefix=$PKG/usr \

View File

@ -0,0 +1,9 @@
diff -pruN clearsilver-0.10.4-orig/scripts/document.py clearsilver-0.10.1/scripts/document.py
--- clearsilver-0.10.4-orig/scripts/document.py 2005-08-02 01:30:42.000000000 +1000
+++ clearsilver-0.10.4/scripts/document.py 2005-08-02 01:31:08.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
"""
document.py -- Simple script to generate manpages from C header
files. Looks for the following formatted C comments in the C header files: