forked from ports/contrib
clearsilver: picked up port
This commit is contained in:
parent
ca3f865891
commit
926204bbcd
@ -36,9 +36,9 @@ drwxr-xr-x root/root usr/lib/
|
|||||||
-rw-r--r-- root/root usr/lib/libneo_cgi.a
|
-rw-r--r-- root/root usr/lib/libneo_cgi.a
|
||||||
-rw-r--r-- root/root usr/lib/libneo_cs.a
|
-rw-r--r-- root/root usr/lib/libneo_cs.a
|
||||||
-rw-r--r-- root/root usr/lib/libneo_utl.a
|
-rw-r--r-- root/root usr/lib/libneo_utl.a
|
||||||
drwxr-xr-x root/root usr/lib/python/
|
drwxr-xr-x root/root usr/lib/python2.5/
|
||||||
drwxr-xr-x root/root usr/lib/python/site-packages/
|
drwxr-xr-x root/root usr/lib/python2.5/site-packages/
|
||||||
-rwxr-xr-x root/root usr/lib/python/site-packages/neo_cgi.so
|
-rwxr-xr-x root/root usr/lib/python2.5/site-packages/neo_cgi.so
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/man/
|
||||||
drwxr-xr-x root/root usr/man/man3/
|
drwxr-xr-x root/root usr/man/man3/
|
||||||
-rw-r--r-- root/root usr/man/man3/cBroadcast.3.gz
|
-rw-r--r-- root/root usr/man/man3/cBroadcast.3.gz
|
||||||
@ -65,6 +65,7 @@ drwxr-xr-x root/root usr/man/man3/
|
|||||||
-rw-r--r-- root/root usr/man/man3/cgi_url_escape.3.gz
|
-rw-r--r-- root/root usr/man/man3/cgi_url_escape.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/cgi_url_escape_more.3.gz
|
-rw-r--r-- root/root usr/man/man3/cgi_url_escape_more.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/cgi_url_unescape.3.gz
|
-rw-r--r-- root/root usr/man/man3/cgi_url_unescape.3.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man3/cgi_url_validate.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/cgi_vredirect.3.gz
|
-rw-r--r-- root/root usr/man/man3/cgi_vredirect.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/cgiwrap_getenv.3.gz
|
-rw-r--r-- root/root usr/man/man3/cgiwrap_getenv.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/cgiwrap_init_emu.3.gz
|
-rw-r--r-- root/root usr/man/man3/cgiwrap_init_emu.3.gz
|
||||||
@ -151,7 +152,6 @@ drwxr-xr-x root/root usr/man/man3/
|
|||||||
-rw-r--r-- root/root usr/man/man3/nerr_match.3.gz
|
-rw-r--r-- root/root usr/man/man3/nerr_match.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/nerr_pass.3.gz
|
-rw-r--r-- root/root usr/man/man3/nerr_pass.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/nerr_pass_ctx.3.gz
|
-rw-r--r-- root/root usr/man/man3/nerr_pass_ctx.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/nerr_raise.3.gz
|
|
||||||
-rw-r--r-- root/root usr/man/man3/nerr_register.3.gz
|
-rw-r--r-- root/root usr/man/man3/nerr_register.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/skipDelete.3.gz
|
-rw-r--r-- root/root usr/man/man3/skipDelete.3.gz
|
||||||
-rw-r--r-- root/root usr/man/man3/skipFreeList.3.gz
|
-rw-r--r-- root/root usr/man/man3/skipFreeList.3.gz
|
||||||
|
@ -1,2 +1 @@
|
|||||||
3fb39bf5335f6f977d92dea838409a11 clearsilver-0.10.4.patch
|
b8c0c7fbe0ef5e06e0c935f134304d44 clearsilver-0.10.5.tar.gz
|
||||||
9523df7ef17e41a01dbae5032a3e450b clearsilver-0.10.4.tar.gz
|
|
||||||
|
@ -1,32 +1,26 @@
|
|||||||
# Description: Fast, powerful, and language-neutral HTML template system.
|
# Description: Fast, powerful, and language-neutral HTML template system.
|
||||||
# URL: http://www.clearsilver.net/
|
# URL: http://www.clearsilver.net/
|
||||||
# Maintainer: unmaintained
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||||
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
||||||
#
|
# Depends on: python
|
||||||
# Depends on: python
|
|
||||||
|
|
||||||
name=clearsilver
|
name=clearsilver
|
||||||
version=0.10.4
|
version=0.10.5
|
||||||
release=2
|
release=1
|
||||||
source=(http://www.clearsilver.net/downloads/$name-$version.tar.gz \
|
source=(http://www.clearsilver.net/downloads/clearsilver-$version.tar.gz)
|
||||||
$name-$version.patch)
|
|
||||||
|
|
||||||
build () {
|
build() {
|
||||||
cd $name-$version
|
cd clearsilver-$version
|
||||||
|
|
||||||
patch -p1 < $SRC/$name-$version.patch
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--disable-perl \
|
||||||
|
--disable-ruby \
|
||||||
|
--disable-java \
|
||||||
|
--disable-csharp \
|
||||||
|
--with-python=/usr/bin/python
|
||||||
|
|
||||||
./configure \
|
make
|
||||||
--prefix=$PKG/usr \
|
make DESTDIR=$PKG install
|
||||||
--with-python=/usr/bin/python \
|
|
||||||
--disable-perl \
|
|
||||||
--disable-ruby \
|
|
||||||
--disable-java \
|
|
||||||
--disable-csharp
|
|
||||||
|
|
||||||
make && make prefix=$PKG/usr \
|
|
||||||
PYTHON_SITE=$PKG/usr/lib/python$pythonver/site-packages/ \
|
|
||||||
install
|
|
||||||
|
|
||||||
chown root:root $PKG
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
diff -pruN clearsilver-0.10.1-orig/scripts/document.py clearsilver-0.10.1/scripts/document.py
|
|
||||||
--- clearsilver-0.10.1-orig/scripts/document.py 2005-08-02 01:30:42.000000000 +1000
|
|
||||||
+++ clearsilver-0.10.1/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:
|
|
@ -1,9 +0,0 @@
|
|||||||
diff -pruN clearsilver-0.10.1-orig/scripts/document.py clearsilver-0.10.1/scripts/document.py
|
|
||||||
--- clearsilver-0.10.1-orig/scripts/document.py 2005-08-02 01:30:42.000000000 +1000
|
|
||||||
+++ clearsilver-0.10.1/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:
|
|
@ -1,9 +0,0 @@
|
|||||||
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:
|
|
Loading…
x
Reference in New Issue
Block a user