Christian Wiese
12 years ago
committed by
Christian Wiese
3 changed files with 84 additions and 0 deletions
@ -0,0 +1,20 @@
|
||||
|
||||
[TIMESTAMP] 1348137392 Thu Sep 20 12:36:32 2012 |
||||
[BUILDTIME] 0 (5) |
||||
[SIZE] 0.04 MB, 9 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] runit |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
@ -0,0 +1,28 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../jsmin/jsmin.conf |
||||
# Copyright (C) 2012 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
runconf=0 |
||||
runmake=0 |
||||
|
||||
pkg_jsmin_custmain() { |
||||
# compile |
||||
gcc -O2 jsmin.c -o jsmin |
||||
|
||||
# install binary |
||||
install -m 655 jsmin $root$bindir |
||||
# install README |
||||
install -m 755 README $root$docdir/ |
||||
} |
||||
|
||||
custmain="pkg_jsmin_custmain" |
@ -0,0 +1,36 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../jsmin/jsmin.desc |
||||
[COPY] Copyright (C) 2012 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A JavaScript Minifier written in C |
||||
|
||||
[T] JSMin is a filter which removes comments and unnecessary whitespace from |
||||
[T] JavaScript files. It typically reduces filesize by half, resulting in |
||||
[T] faster downloads. It also encourages a more expressive programming style |
||||
[T] because it eliminates the download cost of clean, literate |
||||
[T] self-documentation. |
||||
|
||||
[U] http://javascript.crockford.com/jsmin.html |
||||
[U] https://github.com/douglascrockford/JSMin/ |
||||
|
||||
[A] Douglas Crockford <douglas@crockford.com> |
||||
[M] The OpenSDE Community <list@opensde.org> |
||||
|
||||
[C] extra/development |
||||
|
||||
[L] MIT |
||||
[S] Stable |
||||
[V] 2012-07-02 |
||||
[P] X -----5---9 110.000 |
||||
|
||||
[D] 697535207 jsmin-2012-07-02.tar.gz !https://github.com/douglascrockford/JSMin/tarball/master |
Loading…
Reference in new issue