aboutsummaryrefslogtreecommitdiff
path: root/textproc/mdocml
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-31 07:57:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-31 07:57:08 +0000
commit3084092c09255a65321168c06408802176bad1ae (patch)
treec7975519942bb2e69e26df5930a8fa1a4c60ff03 /textproc/mdocml
parent2e3253dd21f15ed2fc91869ef20e399a05b764ee (diff)
Notes
Diffstat (limited to 'textproc/mdocml')
-rw-r--r--textproc/mdocml/Makefile5
-rw-r--r--textproc/mdocml/distinfo6
-rw-r--r--textproc/mdocml/files/patch-Makefile32
-rw-r--r--textproc/mdocml/files/patch-main.c13
-rw-r--r--textproc/mdocml/pkg-descr4
5 files changed, 7 insertions, 53 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index cb10c54b8f73..f4faf4f1eaf3 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= mdocml
-PORTVERSION= 1.6.8
+PORTVERSION= 1.7.7
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
https://www.spoerlein.net/pub/mdocml/
MAINTAINER= uspoerlein@gmail.com
-COMMENT= Suite of mdoc compilers for BSD man pages
+COMMENT= mdoc macro compiler
MAN1= mandoc.1
-MAN3= mdoc.3
MAN7= mdoc.7
PLIST_FILES= bin/mandoc
diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo
index cd504c426fa6..288f308eca6e 100644
--- a/textproc/mdocml/distinfo
+++ b/textproc/mdocml/distinfo
@@ -1,3 +1,3 @@
-MD5 (mdocml-1.6.8.tar.gz) = 325b18a73f1f6c5e54d6df3043c03f4b
-SHA256 (mdocml-1.6.8.tar.gz) = b85325504386ae3402048f66a78ea991e2d8db62824daffb5ea90ba936219f09
-SIZE (mdocml-1.6.8.tar.gz) = 64481
+MD5 (mdocml-1.7.7.tar.gz) = bcd38a55f1c21fc5eb7bef0b8dd5f5c0
+SHA256 (mdocml-1.7.7.tar.gz) = f123d23b84df57d5012768c2142ad352cf96eae109bf0b42ca75ca4f818e46f9
+SIZE (mdocml-1.7.7.tar.gz) = 73437
diff --git a/textproc/mdocml/files/patch-Makefile b/textproc/mdocml/files/patch-Makefile
deleted file mode 100644
index 601fba6373cb..000000000000
--- a/textproc/mdocml/files/patch-Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
---- Makefile.orig 2009-03-21 21:21:46.000000000 +0100
-+++ Makefile 2009-03-21 21:28:17.000000000 +0100
-@@ -4,7 +4,7 @@
- INCLUDEDIR = $(PREFIX)/include
- LIBDIR = $(PREFIX)/lib
- MANDIR = $(PREFIX)/man
--INSTALL_PROGRAM = install -m 0755
-+INSTALL_PROGRAM = install -m 0755 -s
- INSTALL_DATA = install -m 0444
- INSTALL_LIB = install -m 0644
- INSTALL_MAN = $(INSTALL_DATA)
-@@ -13,7 +13,7 @@
- VDATE = 21 March 2009
-
- VFLAGS = -DVERSION=\"$(VERSION)\"
--CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
-+CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter
- LINTFLAGS += $(VFLAGS)
- CFLAGS += $(VFLAGS)
-
-@@ -76,9 +76,11 @@
- install:
- mkdir -p $(BINDIR)
- mkdir -p $(MANDIR)/man1
-+ mkdir -p $(MANDIR)/man3
- mkdir -p $(MANDIR)/man7
- $(INSTALL_PROGRAM) mandoc $(BINDIR)
- $(INSTALL_MAN) mandoc.1 $(MANDIR)/man1
-+ $(INSTALL_MAN) mdoc.3 $(MANDIR)/man3
- $(INSTALL_MAN) mdoc.7 $(MANDIR)/man7
-
- uninstall:
diff --git a/textproc/mdocml/files/patch-main.c b/textproc/mdocml/files/patch-main.c
deleted file mode 100644
index b9ddb4cb8e83..000000000000
--- a/textproc/mdocml/files/patch-main.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- main.c.orig 2009-03-21 21:22:52.000000000 +0100
-+++ main.c 2009-03-21 21:26:02.000000000 +0100
-@@ -33,6 +33,10 @@
- # ifndef __dead
- # define __dead __attribute__((__noreturn__))
- # endif
-+#elif defined(__FreeBSD__)
-+# ifndef __dead
-+# define __dead __attribute__((__noreturn__))
-+# endif
- #endif
-
- struct buf {
diff --git a/textproc/mdocml/pkg-descr b/textproc/mdocml/pkg-descr
index acb9e84d5743..b01c73b74207 100644
--- a/textproc/mdocml/pkg-descr
+++ b/textproc/mdocml/pkg-descr
@@ -1,4 +1,4 @@
-The mdocml utilities interface with the mdoc library to compile
-mdoc-roff documents into a variety of output formats.
+The mdocml utilities compile mdoc-roff documents into a
+variety of output formats.
WWW: http://mdocml.bsd.lv/