[csw-devel] SF.net SVN: gar:[10220] csw/mgar/pkg/tin/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Jun 15 14:06:33 CEST 2010


Revision: 10220
          http://gar.svn.sourceforge.net/gar/?rev=10220&view=rev
Author:   dmichelsen
Date:     2010-06-15 12:06:33 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
tin: General update to mGAR v2

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

Added Paths:
-----------
    csw/mgar/pkg/tin/trunk/files/COPYING

Removed Paths:
-------------
    csw/mgar/pkg/tin/trunk/files/CSWtin.depend
    csw/mgar/pkg/tin/trunk/files/CSWtin.gspec
    csw/mgar/pkg/tin/trunk/files/CSWtin.prototype
    csw/mgar/pkg/tin/trunk/files/LICENSE

Property Changed:
----------------
    csw/mgar/pkg/tin/trunk/


Property changes on: csw/mgar/pkg/tin/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/tin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tin/trunk/Makefile	2010-06-15 09:50:17 UTC (rev 10219)
+++ csw/mgar/pkg/tin/trunk/Makefile	2010-06-15 12:06:33 UTC (rev 10220)
@@ -1,22 +1,22 @@
 GARNAME = tin
-GARVERSION = 1.8.3
+GARVERSION = 1.9.5
 CATEGORIES = net
 
-DESCRIPTION = terminal-based news reader
+DESCRIPTION = Terminal-based news reader
 define BLURB
   tin is an easy-to-use USENET news reader for the console using NNTP.
   It supports threading, scoring, different charsets, and many other
   useful things. It has also support for different languages.
 endef
 
-MASTER_SITES = ftp://ftp.tin.org/pub/news/clients/tin/stable/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-DISTFILES += $(call admfiles,CSWtin,prototype depend)
+MASTER_SITES = ftp://ftp.tin.org/pub/news/clients/tin/unstable/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += COPYING
+PATCHFILES = configure.patch
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-PATCHFILES = configure.patch
+DEP_PKGS = CSWpcrert CSWggettextrt CSWperl CSWlibidn CSWlibicu CSWiconv
 
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-coffee
@@ -33,6 +33,7 @@
 
 include gar/category.mk
 
-post-install:
+post-install-modulated:
 	/usr/ccs/bin/strip $(DESTDIR)$(prefix)/bin/tin
 	/usr/ccs/bin/mcs -d $(DESTDIR)$(prefix)/bin/tin
+

Modified: csw/mgar/pkg/tin/trunk/checksums
===================================================================
--- csw/mgar/pkg/tin/trunk/checksums	2010-06-15 09:50:17 UTC (rev 10219)
+++ csw/mgar/pkg/tin/trunk/checksums	2010-06-15 12:06:33 UTC (rev 10220)
@@ -1,6 +1,3 @@
-b6726c7f3e01b821b3b20d446ac2da9b  download/tin-1.8.2.tar.bz2
-e6ed45205020665c097556822b0d575b  download/tin-1.8.3.tar.bz2
-ee7d9a401326a5c24ed93d94fd84c2d1  download/CSWtin.gspec
-430e5bc5d690d588138ffb2dff383882  download/CSWtin.prototype
-6dd5ac4c4f3c9b1e182808c958e91957  download/CSWtin.depend
-bb7e3b3753343b3beae9192cc87f83e3  download/configure.patch
+608826974d5644ee7967a713fa72cf36  COPYING
+bb7e3b3753343b3beae9192cc87f83e3  configure.patch
+51661ec8ae10aa7ccf97cbf309cbbf11  tin-1.9.5.tar.gz

Copied: csw/mgar/pkg/tin/trunk/files/COPYING (from rev 10217, csw/mgar/pkg/tin/trunk/files/LICENSE)
===================================================================
--- csw/mgar/pkg/tin/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/tin/trunk/files/COPYING	2010-06-15 12:06:33 UTC (rev 10220)
@@ -0,0 +1,26 @@
+Copyright (c) The Regents of the University of California.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name of the University nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.

Deleted: csw/mgar/pkg/tin/trunk/files/CSWtin.depend
===================================================================
--- csw/mgar/pkg/tin/trunk/files/CSWtin.depend	2010-06-15 09:50:17 UTC (rev 10219)
+++ csw/mgar/pkg/tin/trunk/files/CSWtin.depend	2010-06-15 12:06:33 UTC (rev 10220)
@@ -1,4 +0,0 @@
-P	CSWpcre		pcre - Perl-compatible regular expression library
-P	CSWggettext	ggettext - GNU gettext
-P	CSWiconv	libiconv - GNU iconv library
-P	CSWlibicu	libicu - International Components for Unicode

Deleted: csw/mgar/pkg/tin/trunk/files/CSWtin.gspec
===================================================================
--- csw/mgar/pkg/tin/trunk/files/CSWtin.gspec	2010-06-15 09:50:17 UTC (rev 10219)
+++ csw/mgar/pkg/tin/trunk/files/CSWtin.gspec	2010-06-15 12:06:33 UTC (rev 10220)
@@ -1,4 +0,0 @@
-%var            bitname tin
-%var            pkgname CSWtin
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{GARDIR}/net/tin/files/LICENSE

Deleted: csw/mgar/pkg/tin/trunk/files/CSWtin.prototype
===================================================================
--- csw/mgar/pkg/tin/trunk/files/CSWtin.prototype	2010-06-15 09:50:17 UTC (rev 10219)
+++ csw/mgar/pkg/tin/trunk/files/CSWtin.prototype	2010-06-15 12:06:33 UTC (rev 10220)
@@ -1,47 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/metamutt 0755 root bin
-f none /opt/csw/bin/opt-case.pl 0755 root bin
-s none /opt/csw/bin/rtin=tin
-f none /opt/csw/bin/tin 0755 root bin
-f none /opt/csw/bin/tinews.pl 0755 root bin
-f none /opt/csw/bin/url_handler.sh 0755 root bin
-f none /opt/csw/bin/w2r.pl 0755 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/locale 0755 root bin
-d none /opt/csw/share/locale/de 0755 root bin
-d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/de/LC_MESSAGES/tin.mo 0644 root bin
-d none /opt/csw/share/locale/en_GB 0755 root bin
-d none /opt/csw/share/locale/en_GB/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/en_GB/LC_MESSAGES/tin.mo 0644 root bin
-d none /opt/csw/share/locale/et 0755 root bin
-d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/et/LC_MESSAGES/tin.mo 0644 root bin
-d none /opt/csw/share/locale/fr 0755 root bin
-d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/fr/LC_MESSAGES/tin.mo 0644 root bin
-d none /opt/csw/share/locale/ru 0755 root bin
-d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ru/LC_MESSAGES/tin.mo 0644 root bin
-d none /opt/csw/share/locale/rw 0755 root bin
-d none /opt/csw/share/locale/rw/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/rw/LC_MESSAGES/tin.mo 0644 root bin
-d none /opt/csw/share/locale/sv 0755 root bin
-d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/sv/LC_MESSAGES/tin.mo 0644 root bin
-d none /opt/csw/share/locale/tr 0755 root bin
-d none /opt/csw/share/locale/tr/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/tr/LC_MESSAGES/tin.mo 0644 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man1 0755 root bin
-f none /opt/csw/share/man/man1/opt-case.pl.1 0444 root bin
-s none /opt/csw/share/man/man1/rtin.1=tin.1
-f none /opt/csw/share/man/man1/tin.1 0444 root bin
-f none /opt/csw/share/man/man1/tinews.pl.1 0444 root bin
-f none /opt/csw/share/man/man1/w2r.pl.1 0444 root bin
-d none /opt/csw/share/man/man5 0755 root bin
-f none /opt/csw/share/man/man5/mmdf.5 0444 root bin
-f none /opt/csw/share/man/man5/tin.5 0444 root bin
-i copyright=CSWtin.copyright
-i depend=CSWtin.depend
-i pkginfo=CSWtin.pkginfo

Deleted: csw/mgar/pkg/tin/trunk/files/LICENSE
===================================================================
--- csw/mgar/pkg/tin/trunk/files/LICENSE	2010-06-15 09:50:17 UTC (rev 10219)
+++ csw/mgar/pkg/tin/trunk/files/LICENSE	2010-06-15 12:06:33 UTC (rev 10220)
@@ -1,26 +0,0 @@
-Copyright (c) The Regents of the University of California.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. Neither the name of the University nor the names of its contributors
-   may be used to endorse or promote products derived from this software
-   without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.


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