forked from ports/contrib
svn2cl: dropped unmaintained port
This commit is contained in:
parent
2a2a2892c5
commit
96498abefe
@ -1,12 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/svn2cl
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/svn2cl.1.gz
|
||||
drwxr-xr-x root/root usr/share/svn2cl/
|
||||
-rwxr-xr-x root/root usr/share/svn2cl/svn2cl.sh
|
||||
-rw-r--r-- root/root usr/share/svn2cl/svn2cl.xsl
|
||||
-rw-r--r-- root/root usr/share/svn2cl/svn2html.css
|
||||
-rw-r--r-- root/root usr/share/svn2cl/svn2html.xsl
|
@ -1,6 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF31VYDofq9rcfrgPgxHSlWNmjwHqRZYaaZ+LoAXZAYd2iQMFwfchOafOQ9Evvxn128FcT7ncz892IgclYhwoipQM=
|
||||
SHA256 (Pkgfile) = 65945819faf647000dfb1d2e76142dfbbd8a5c0246420794ead24841f3b9899d
|
||||
SHA256 (.footprint) = 227b7952a98ae63e1d0420e49b09989b364be59e0bb3bfc6a67990944766395f
|
||||
SHA256 (svn2cl-0.14.tar.gz) = a1beb1ee03c7247c2f89792ac5bf91cb4e5ee9bdee839e2208ec9f3aacd738f2
|
||||
SHA256 (svn2cl) = 42c49e5176d845f4a2e19d2a3b31ba70e9390bb4242f6b6490d8c4c73939cf94
|
@ -1,18 +0,0 @@
|
||||
# Description: Script and XSL stylesheet to convert svn logs to ChangeLog.
|
||||
# URL: https://arthurdejong.org/svn2cl/
|
||||
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
||||
# Depends on: subversion libxslt
|
||||
|
||||
name=svn2cl
|
||||
version=0.14
|
||||
release=1
|
||||
source=(https://arthurdejong.org/$name/$name-$version.tar.gz
|
||||
$name)
|
||||
|
||||
build() {
|
||||
install -d $PKG/usr/{bin,share/{$name,man/man1}}
|
||||
install -m 0644 $name-$version/$name.1 $PKG/usr/share/man/man1
|
||||
install -m 0644 $name-$version/*.{xsl,css} $PKG/usr/share/$name
|
||||
install -m 0755 $name-$version/$name.sh $PKG/usr/share/$name
|
||||
install -m 0755 $SRC/$name $PKG/usr/bin
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/share/svn2cl/svn2cl.sh $@
|
||||
|
||||
# End of file
|
Loading…
x
Reference in New Issue
Block a user