pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/astyle
Module Name: pkgsrc
Committed By: rillig
Date: Sun Feb 18 04:16:59 UTC 2018
Modified Files:
pkgsrc/devel/astyle: Makefile PLIST
Log Message:
devel/astyle: fix COMMENT and move documentation to share/doc/astyle
Bumped PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/astyle/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/astyle/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/astyle/Makefile
diff -u pkgsrc/devel/astyle/Makefile:1.18 pkgsrc/devel/astyle/Makefile:1.19
--- pkgsrc/devel/astyle/Makefile:1.18 Mon Jul 11 18:26:52 2016
+++ pkgsrc/devel/astyle/Makefile Sun Feb 18 04:16:59 2018
@@ -1,26 +1,25 @@
-# $NetBSD: Makefile,v 1.18 2016/07/11 18:26:52 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2018/02/18 04:16:59 rillig Exp $
DISTNAME= astyle_2.05.1_linux
PKGNAME= ${DISTNAME:S/_linux//:S/_/-/}
+PKGREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=astyle/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://astyle.sourceforge.net/
-COMMENT= Free, Fast and Small Automatic Formatter for C, C++, C++/CLI, C#, and Java
+COMMENT= Free, Fast and Small Automatic Formatter for C, C++, C++/CLI, C\#, and Java
LICENSE= gnu-lgpl-v3
WRKSRC= ${WRKDIR}/astyle
BUILD_DIRS= build/gcc
USE_TOOLS+= gmake
USE_LANGUAGES= c++
-
-HTMLDIR= ${PREFIX}/share/doc/html/astyle
-INSTALLATION_DIRS= bin ${HTMLDIR}
+AUTO_MKDIRS= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/gcc/bin/astyle ${DESTDIR}${PREFIX}/bin
- cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DESTDIR}${HTMLDIR}
+ cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DESTDIR}${PREFIX}/share/doc/astyle
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/astyle/PLIST
diff -u pkgsrc/devel/astyle/PLIST:1.4 pkgsrc/devel/astyle/PLIST:1.5
--- pkgsrc/devel/astyle/PLIST:1.4 Mon Jul 11 18:26:52 2016
+++ pkgsrc/devel/astyle/PLIST Sun Feb 18 04:16:59 2018
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2016/07/11 18:26:52 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/02/18 04:16:59 rillig Exp $
bin/astyle
-share/doc/html/astyle/astyle.html
-share/doc/html/astyle/install.html
-share/doc/html/astyle/license.html
-share/doc/html/astyle/news.html
-share/doc/html/astyle/notes.html
-share/doc/html/astyle/styles.css
+share/doc/astyle/astyle.html
+share/doc/astyle/install.html
+share/doc/astyle/license.html
+share/doc/astyle/news.html
+share/doc/astyle/notes.html
+share/doc/astyle/styles.css
Home |
Main Index |
Thread Index |
Old Index