mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to version 1.8
PR: 57535 Submitted by: Ports Fury
This commit is contained in:
parent
c81ac32f3a
commit
bbbad6293b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93799
4 changed files with 66 additions and 42 deletions
|
@ -6,15 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= source-highlight
|
||||
PORTVERSION= 1.5
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= source-highlight
|
||||
MASTER_SITE_SUBDIR= src-highlite
|
||||
|
||||
MAINTAINER= kevlo@FreeBSD.org
|
||||
COMMENT= C/C++ and Java sources to HTML converter
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ENV+= NOPORTDOCS="${NOPORTDOCS}"
|
||||
.endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (source-highlight-1.5.tar.gz) = 8b4a767f5e0518ebf71b3a708a915c13
|
||||
MD5 (source-highlight-1.8.tar.gz) = 2d8f1b6aab702f8c5ce952542cd5fb02
|
||||
|
|
18
textproc/source-highlight/files/patch-ac
Normal file
18
textproc/source-highlight/files/patch-ac
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- tests/Makefile.in.orig Sun Aug 31 22:57:10 2003
|
||||
+++ tests/Makefile.in Fri Oct 3 22:20:56 2003
|
||||
@@ -218,6 +218,7 @@
|
||||
uninstall-info-am:
|
||||
source_highlightdocDATA_INSTALL = $(INSTALL_DATA)
|
||||
install-source_highlightdocDATA: $(source_highlightdoc_DATA)
|
||||
+.if !defined(NOPORTDOCS)
|
||||
@$(NORMAL_INSTALL)
|
||||
$(mkinstalldirs) $(DESTDIR)$(source_highlightdocdir)
|
||||
@list='$(source_highlightdoc_DATA)'; for p in $$list; do \
|
||||
@@ -226,6 +227,7 @@
|
||||
echo " $(source_highlightdocDATA_INSTALL) $$d$$p $(DESTDIR)$(source_highlightdocdir)/$$f"; \
|
||||
$(source_highlightdocDATA_INSTALL) $$d$$p $(DESTDIR)$(source_highlightdocdir)/$$f; \
|
||||
done
|
||||
+.endif
|
||||
|
||||
uninstall-source_highlightdocDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
|
@ -1,42 +1,47 @@
|
|||
bin/cpp2html
|
||||
bin/java2html
|
||||
bin/source-highlight
|
||||
%%PORTDOCS%%share/doc/source-highlight/COPYING
|
||||
%%PORTDOCS%%share/doc/source-highlight/CREDITS
|
||||
%%PORTDOCS%%share/doc/source-highlight/ChangeLog
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello.css
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello.java
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello.java.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello1.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello2.css
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello2.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello3.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello4.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello5.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello_h_f.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello_lines.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello_xhtml.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/Hello_xhtml2.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/INSTALL
|
||||
%%PORTDOCS%%share/doc/source-highlight/NEWS
|
||||
%%PORTDOCS%%share/doc/source-highlight/README
|
||||
%%PORTDOCS%%share/doc/source-highlight/README.compile_VC6
|
||||
%%PORTDOCS%%share/doc/source-highlight/THANKS
|
||||
%%PORTDOCS%%share/doc/source-highlight/TODO.txt
|
||||
%%PORTDOCS%%share/doc/source-highlight/cmdline.c.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/cmdline.h.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/colors.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/cpp2html.css
|
||||
%%PORTDOCS%%share/doc/source-highlight/mono-alt.css
|
||||
%%PORTDOCS%%share/doc/source-highlight/mono.css
|
||||
%%PORTDOCS%%share/doc/source-highlight/source-highlight.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/startapp.cc.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/test.php3.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/test.pl.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/test.pm.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/test.py.html
|
||||
%%PORTDOCS%%share/doc/source-highlight/xhtml.css
|
||||
share/source-highlight/tags.j2h
|
||||
share/source-highlight/tags2.j2h
|
||||
@dirrm share/source-highlight
|
||||
%%PORTDOCS%%@dirrm share/doc/source-highlight
|
||||
bin/source-highlight-cgi
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello.java
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello.java.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello2.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello3.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello4.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello5.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello_h_f.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello_lines.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello_xhtml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hello_xhtml2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.compile_VC6
|
||||
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cmdline.c.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cmdline.h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/colors.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpp2html.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/flex_scanner.ll.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mono-alt.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mono.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/source-highlight.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/startapp.cc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test.js.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test.php3.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test.pl.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test.pm.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test.py.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test.rb.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhtml.css
|
||||
%%DATADIR%%/tags.j2h
|
||||
%%DATADIR%%/tags2.j2h
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue