forked from ports/contrib
discount: deleted unmaintained port
This commit is contained in:
parent
cee49b23f5
commit
ae3b3c30ad
@ -1,41 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/makepage
|
||||
-rwxr-xr-x root/root usr/bin/markdown
|
||||
-rwxr-xr-x root/root usr/bin/mkd2html
|
||||
-rwxr-xr-x root/root usr/bin/theme
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-r--r--r-- root/root usr/include/mkdio.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libmarkdown.so -> libmarkdown.so.2.2.7
|
||||
lrwxrwxrwx root/root usr/lib/libmarkdown.so.2 -> libmarkdown.so.2.2.7
|
||||
-rwxr-xr-x root/root usr/lib/libmarkdown.so.2.2.7
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-r--r--r-- root/root usr/lib/pkgconfig/libmarkdown.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-r--r--r-- root/root usr/share/man/man1/makepage.1.gz
|
||||
-r--r--r-- root/root usr/share/man/man1/markdown.1.gz
|
||||
-r--r--r-- root/root usr/share/man/man1/mkd2html.1.gz
|
||||
-r--r--r-- root/root usr/share/man/man1/theme.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man3/
|
||||
-r--r--r-- root/root usr/share/man/man3/markdown.3.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/mkd-callbacks.3.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/mkd-functions.3.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/mkd-line.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_cleanup.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_compile.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_css.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_doc_author.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_doc_date.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_doc_title.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_generatecss.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_generatehtml.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_generateline.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_in.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_line.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/mkd_string.3.gz
|
||||
drwxr-xr-x root/root usr/share/man/man7/
|
||||
-r--r--r-- root/root usr/share/man/man7/markdown.7.gz
|
||||
-r--r--r-- root/root usr/share/man/man7/mkd-extensions.7.gz
|
@ -1,5 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF33CiWPFtC0gfSCGBzo5hSCTRMmO9ppocV9oGxsZCgcjGVYVHWhcz3x4+jdd1W4yxXiSFlxwIL6xigvqdLW55Ogw=
|
||||
SHA256 (Pkgfile) = 4336f8add7a42c12186a24777a5887f341b69d118d83b959e84e7106a1c59193
|
||||
SHA256 (.footprint) = 8c848c7f0c993ec785e3bc102cd1cb3e56e470dc4ba7a6cd81a0379529572dcb
|
||||
SHA256 (discount-2.2.7.tar.gz) = 72c1325ddfc40871d6810f1e272cf2d45b361f26357eb38f170fd04d737bb9f2
|
@ -1,21 +0,0 @@
|
||||
# Description: C implementation of John Gruber's Markdown markup language
|
||||
# URL: http://www.pell.portland.or.us/~orc/Code/discount/
|
||||
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
||||
|
||||
name=discount
|
||||
version=2.2.7
|
||||
release=1
|
||||
source=(https://github.com/Orc/$name/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure.sh \
|
||||
--prefix=/usr \
|
||||
--pkg-config \
|
||||
--shared
|
||||
|
||||
make libmarkdown
|
||||
make
|
||||
make DESTDIR=$PKG install install.man install.samples
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user