gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5116: update fhp to 0.2.0-RC1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5116: update fhp to 0.2.0-RC1
Date: Sat, 20 Jan 2018 18:40:25 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5116
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2018-01-20 15:40:21 -0800
message:
  update fhp to 0.2.0-RC1
added:
  pkg/decommissioned/fhp/        fhp-20180120233549-jr07ry2bwvabx4z3-1
  pkg/decommissioned/fhp/Makefile makefile-20180120233549-jr07ry2bwvabx4z3-3
  pkg/decommissioned/fhp/config.mk config.mk-20180120233549-jr07ry2bwvabx4z3-2
  pkg/decommissioned/fhp/sha256sums sha256sums-20180120233549-jr07ry2bwvabx4z3-4
=== added directory 'pkg/decommissioned/fhp'
=== added file 'pkg/decommissioned/fhp/Makefile'
--- a/pkg/decommissioned/fhp/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/decommissioned/fhp/Makefile   2018-01-20 23:40:21 +0000
@@ -0,0 +1,65 @@
+# Copyright ©2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# This is an alpha version, they claim it is not prefect. Be "warned".
+# Latest update, 2002, decommissioned , due to age.
+# Serves as example of m4
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME = fhp
+GARNAME = fhp
+GARVERSION =  0.2.0-RC1
+HOME_URL = http://alpha.gnu.org/
+DESCRIPTION =  HTML page creation macros 
+define BLURB
+fhp is an easy language to create HTML pages.  First, you write a
+stylesheet which contains the layout of the page, then you write some
+.fhp files which use it.  If you want to change the stylesheet now,
+all pages will use the new stylesheet.  This makes maintaining HTML
+pages much easier. 2002 version, alpha, based on m4.
+endef
+
+######################################################################
+#  http://alpha.gnu.org/gnu/fhp/fhp-0.2.0-RC1.tar.gz
+MASTER_SITES = $(MASTER_GNU_ALPHA)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES  = 
+
+BUILDDEPS = config
+LIBDEPS =
+
+######################################################################
+# consider this message:
+# configure: WARNING: 'missing' script is too old or missing
+# a fix:
+pre-configure:
+       cp ../config/config/missing  work/fhp-0.2.0-RC1/
+
+#likewise config.guess etc
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk 
+include config.mk
+
+#post-build:
+#      (cd $(WORKSRC)/; makeinfo docs/fhp.texi )
+##     $(MAKECOOKIE)
+
+

=== added file 'pkg/decommissioned/fhp/config.mk'
--- a/pkg/decommissioned/fhp/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/decommissioned/fhp/config.mk  2018-01-20 23:40:21 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/decommissioned/fhp/sha256sums'
--- a/pkg/decommissioned/fhp/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/decommissioned/fhp/sha256sums 2018-01-20 23:40:21 +0000
@@ -0,0 +1,1 @@
+e33523897cd688c7bcfd83c7137fa9df53da1dcc52d8252bc642e45ce9753518  
download/fhp-0.2.0-RC1.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]