mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Generates XHTML snippets from BBCode.
WWW: http://code.google.com/p/postmarkup/ PR: ports/113437 Submitted by: Chao Shin <quakelee at cn.freebsd.org>
This commit is contained in:
parent
62b2e2e5a2
commit
6d56f7f42e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193064
@ -1013,6 +1013,7 @@
|
||||
SUBDIR += py-paste
|
||||
SUBDIR += py-pastedeploy
|
||||
SUBDIR += py-pastescript
|
||||
SUBDIR += py-postmarkup
|
||||
SUBDIR += py-prewikka
|
||||
SUBDIR += py-pullparser
|
||||
SUBDIR += py-pysearch
|
||||
|
20
www/py-postmarkup/Makefile
Normal file
20
www/py-postmarkup/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: py-postmarkup
|
||||
# Date created: June 7, 2007
|
||||
# Whom: Chao Shin <quakelee@cn.freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postmarkup
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://postmarkup.googlecode.com/files/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= quakelee@cn.freebsd.org
|
||||
COMMENT= A library to parse the BBcode written in Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-postmarkup/distinfo
Normal file
3
www/py-postmarkup/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (postmarkup-1.0.4.zip) = c0a25426783783ed76aec3149c80e737
|
||||
SHA256 (postmarkup-1.0.4.zip) = f0588e3b3e2ed39833f79d466e41c25215c36cbd9e9f12f470b9627b04f5e0a2
|
||||
SIZE (postmarkup-1.0.4.zip) = 7219
|
3
www/py-postmarkup/pkg-descr
Normal file
3
www/py-postmarkup/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Generates XHTML snippets from BBCode.
|
||||
|
||||
WWW: http://code.google.com/p/postmarkup/
|
3
www/py-postmarkup/pkg-plist
Normal file
3
www/py-postmarkup/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/postmarkup.py
|
||||
%%PYTHON_SITELIBDIR%%/postmarkup.pyc
|
||||
%%PYTHON_SITELIBDIR%%/postmarkup.pyo
|
Loading…
Reference in New Issue
Block a user