[csw-devel] SF.net SVN: gar:[21232] csw/mgar/pkg/groff/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri May 31 14:39:43 CEST 2013


Revision: 21232
          http://gar.svn.sourceforge.net/gar/?rev=21232&view=rev
Author:   dmichelsen
Date:     2013-05-31 12:39:43 +0000 (Fri, 31 May 2013)
Log Message:
-----------
groff/trunk: Rework recipe, enable 64 bit etc.

Modified Paths:
--------------
    csw/mgar/pkg/groff/trunk/Makefile
    csw/mgar/pkg/groff/trunk/checksums

Modified: csw/mgar/pkg/groff/trunk/Makefile
===================================================================
--- csw/mgar/pkg/groff/trunk/Makefile	2013-05-31 12:23:39 UTC (rev 21231)
+++ csw/mgar/pkg/groff/trunk/Makefile	2013-05-31 12:39:43 UTC (rev 21232)
@@ -1,17 +1,7 @@
 NAME = groff
-VERSION = 1.19
-GARTYPE = v1
+VERSION = 1.22.2
 
-DESCRIPTION = front end for the groff document formatting system
-define BLURB
-    groff is the front end to a ducument formatting system.  Included with GNUs
-    version of groff are the utilities: troff, pic, eqn, tbl, grn, refer, -man,
-    -mdoc, and -ms; drivers for the PostScript, TeX dvi format, HP LaserJet 4
-    printers, Canon CAPSL printers, HTML format (still alpha), and typewriter-
-    like devices.  Also included is a modified version fo the Berkeley -me 
-    macros, an enhanced version of the X11 xditview previewer, and an 
-    implimentation of the -mm macros contributed by Joergen Haegg (jg at axis.se).
-endef
+DESCRIPTION = Front end for the groff document formatting system
 
 MASTER_SITES = $(GNU_MIRROR)
 DISTFILES = $(NAME)-$(VERSION).tar.gz
@@ -19,8 +9,30 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
-CONFIGURE_ARGS = $(DIRPATHS)
+VENDOR_URL = http://www.gnu.org/software/groff/groff.html
 
-INSTALL_OVERRIDE_DIRS = bindir datadir
+PACKAGES += CSWgroff
+SPKG_DESC_CSWgroff = GNU roff/troff/nroff
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWgroff += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWgroff += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWgroff += CSWperl
 
+# I am not sure if we really need this
+RUNTIME_DEP_PKGS_CSWgroff += CSWpsutils
+CHECKPKG_OVERRIDES_CSWgroff += surplus-dependency|CSWpsutils
+
+# Mostly harmless
+CHECKPKG_OVERRIDES_CSWgroff += file-with-bad-content
+
+EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/charset\.alias
+
+GARCOMPILER = GNU
+
+BUILD64 = 1
+ISAEXEC = 1
+
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --with-appresdir=$(libdir)/X11/app-defaults
+
 include gar/category.mk

Modified: csw/mgar/pkg/groff/trunk/checksums
===================================================================
--- csw/mgar/pkg/groff/trunk/checksums	2013-05-31 12:23:39 UTC (rev 21231)
+++ csw/mgar/pkg/groff/trunk/checksums	2013-05-31 12:39:43 UTC (rev 21232)
@@ -1 +1 @@
-c12bf574120df33ec8c18d92703e099e  download/groff-1.19.tar.gz
+9f4cd592a5efc7e36481d8d8d8af6d16  groff-1.22.2.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list