lightweight C library that can parse John Gruber's [markdown]
(http://daringfireball.net/projects/markdown/) format and convert it into several formats and can be easily extended. It also provides two usage examples: - lace: markdown to xhtml conversion. - kilt: markdown to manpage conversion. WWW: http://git.instinctive.eu/cgit/libupskirt/ PR: ports/Feature safe: yes **** **** tag if you are sure this commit does not violate **** feature freeze guidelines. If in doubt, contact portmgr. **** cvs [commit aborted]: Message verification failed /usr/ports/Tools/scripts/addport: cvs commit failed, aborting. ===> Done [13:57][miwi@miwi] $ Feature safe: yes (~/dev/ports/textproc/libupskirt) zsh: command not found: Feature [13:58][miwi@miwi] $ pc (~/dev/ports/textproc/libupskirt) ===> Your username on freefall: miwi ===> Pre-commit portlint check lightweight C library that can parse John Gruber's [markdown] (http://daringfireball.net/projects/markdown/) format and convert it into several formats and can be easily extended. It also provides two usage examples: - lace: markdown to xhtml conversion. - kilt: markdown to manpage conversion. WWW: http://git.instinctive.eu/cgit/libupskirt/ PR:>····>·······ports/144209 Submitted by:>··Bapt <baptiste.daroussin at gmail.com> Feature safe: yes
This commit is contained in:
parent
03db2bab2f
commit
e242ddd466
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250307
9 changed files with 113 additions and 0 deletions
|
@ -313,6 +313,7 @@
|
|||
SUBDIR += libtranslate
|
||||
SUBDIR += libtre
|
||||
SUBDIR += libuninameslist
|
||||
SUBDIR += libupskirt
|
||||
SUBDIR += libwpd
|
||||
SUBDIR += libwps
|
||||
SUBDIR += libxdiff
|
||||
|
|
34
textproc/libsoldout/Makefile
Normal file
34
textproc/libsoldout/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: libupskirt
|
||||
# Date created: 2010-02-10
|
||||
# Whom: Bapt <baptiste.daroussin@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libupskirt
|
||||
DISTVERSION= 1.0-rc2
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= http://instinctive.eu/code/
|
||||
|
||||
MAINTAINER= baptiste.daroussin@gmail.com
|
||||
COMMENT= Flexible C library for markdown
|
||||
|
||||
MAKEFILE= BSDmakefile
|
||||
USE_LDCONFIG= yes
|
||||
USE_BZIP2= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/libupskirt.so.1 ${PREFIX}/lib
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/lace ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/kilt ${PREFIX}/bin
|
||||
cd ${PREFIX}/lib && ${LN} -s libupskirt.so.1 libupskirt.so
|
||||
${MKDIR} ${PREFIX}/include/upskirt
|
||||
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/upskirt
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
textproc/libsoldout/distinfo
Normal file
3
textproc/libsoldout/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (libupskirt-1.0-rc2.tar.bz2) = cfc797c8c129b013c32e3e100749bdf2
|
||||
SHA256 (libupskirt-1.0-rc2.tar.bz2) = e0ec1bf01c9a3b30fa10cbc8229323913e22217be239466547501014e33821ef
|
||||
SIZE (libupskirt-1.0-rc2.tar.bz2) = 25755
|
10
textproc/libsoldout/pkg-descr
Normal file
10
textproc/libsoldout/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
lightweight C library that can parse John Gruber's [markdown]
|
||||
(http://daringfireball.net/projects/markdown/) format and convert
|
||||
it into several formats and can be easily extended.
|
||||
|
||||
It also provides two usage examples:
|
||||
- lace: markdown to xhtml conversion.
|
||||
- kilt: markdown to manpage conversion.
|
||||
|
||||
|
||||
WWW: http://git.instinctive.eu/cgit/libupskirt/
|
9
textproc/libsoldout/pkg-plist
Normal file
9
textproc/libsoldout/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin/kilt
|
||||
bin/lace
|
||||
include/upskirt/array.h
|
||||
include/upskirt/buffer.h
|
||||
include/upskirt/markdown.h
|
||||
include/upskirt/renderers.h
|
||||
lib/libupskirt.so
|
||||
lib/libupskirt.so.1
|
||||
@dirrm include/upskirt
|
34
textproc/libupskirt/Makefile
Normal file
34
textproc/libupskirt/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: libupskirt
|
||||
# Date created: 2010-02-10
|
||||
# Whom: Bapt <baptiste.daroussin@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libupskirt
|
||||
DISTVERSION= 1.0-rc2
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= http://instinctive.eu/code/
|
||||
|
||||
MAINTAINER= baptiste.daroussin@gmail.com
|
||||
COMMENT= Flexible C library for markdown
|
||||
|
||||
MAKEFILE= BSDmakefile
|
||||
USE_LDCONFIG= yes
|
||||
USE_BZIP2= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/libupskirt.so.1 ${PREFIX}/lib
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/lace ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/kilt ${PREFIX}/bin
|
||||
cd ${PREFIX}/lib && ${LN} -s libupskirt.so.1 libupskirt.so
|
||||
${MKDIR} ${PREFIX}/include/upskirt
|
||||
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/upskirt
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
textproc/libupskirt/distinfo
Normal file
3
textproc/libupskirt/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (libupskirt-1.0-rc2.tar.bz2) = cfc797c8c129b013c32e3e100749bdf2
|
||||
SHA256 (libupskirt-1.0-rc2.tar.bz2) = e0ec1bf01c9a3b30fa10cbc8229323913e22217be239466547501014e33821ef
|
||||
SIZE (libupskirt-1.0-rc2.tar.bz2) = 25755
|
10
textproc/libupskirt/pkg-descr
Normal file
10
textproc/libupskirt/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
lightweight C library that can parse John Gruber's [markdown]
|
||||
(http://daringfireball.net/projects/markdown/) format and convert
|
||||
it into several formats and can be easily extended.
|
||||
|
||||
It also provides two usage examples:
|
||||
- lace: markdown to xhtml conversion.
|
||||
- kilt: markdown to manpage conversion.
|
||||
|
||||
|
||||
WWW: http://git.instinctive.eu/cgit/libupskirt/
|
9
textproc/libupskirt/pkg-plist
Normal file
9
textproc/libupskirt/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin/kilt
|
||||
bin/lace
|
||||
include/upskirt/array.h
|
||||
include/upskirt/buffer.h
|
||||
include/upskirt/markdown.h
|
||||
include/upskirt/renderers.h
|
||||
lib/libupskirt.so
|
||||
lib/libupskirt.so.1
|
||||
@dirrm include/upskirt
|
Loading…
Reference in a new issue