pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/psify
Module Name: pkgsrc
Committed By: kim
Date: Tue Jan 7 12:30:48 UTC 2020
Modified Files:
pkgsrc/print/psify: Makefile
Log Message:
Update HOMEPAGE to the correct source files (it is also MASTER_SITES).
Note that this is the Athena modified version of psify, which includes
support for SCHEME and Java source files, and for rendering reserved words
in comments with a separate font.
If you update the HOMEPAGE, please make sure that the downloaded source
files are in fact the correct ones.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/psify/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/psify/Makefile
diff -u pkgsrc/print/psify/Makefile:1.13 pkgsrc/print/psify/Makefile:1.14
--- pkgsrc/print/psify/Makefile:1.13 Wed Mar 30 08:35:56 2016
+++ pkgsrc/print/psify/Makefile Tue Jan 7 12:30:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/03/30 08:35:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2020/01/07 12:30:48 kim Exp $
#
DISTNAME= psify-19980216
@@ -6,8 +6,16 @@ CATEGORIES= print
MASTER_SITES= ${HOMEPAGE}
DISTFILES= Makefile psify.c psify.lex psify.man
-MAINTAINER= kim%tac.nyc.ny.us@localhost
-HOMEPAGE= http://mit.edu/~mkgray/jik/sipbsrc/src/psify/
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://stuff.mit.edu/afs/athena/system/pmax_ul4/srvd.74/usr/sipb/src/psify/
+ # ^^^^^^
+ # Note that this is the Athena modified version of psify, which includes
+ # support for SCHEME and Java source files, and for rendering reserved words
+ # in comments with a separate font.
+ #
+ # If you update the HOMEPAGE, please make sure that the downloaded source
+ # files are in fact the correct ones.
+ #
COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files
WRKSRC= ${WRKDIR}
Home |
Main Index |
Thread Index |
Old Index