1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

302897 Commits

Author SHA1 Message Date
William Grzybowski
867936c2d4 sysutils/entr: update to 2.0
- Update to 2.0
- Remove MAKE_JOBS_SAFE, builds only one file

Changes:
 - More portable build; runs on old architectures without C99 support

PR:		ports/179685
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-19 13:10:36 +00:00
Boris Samorodov
f0b8908924 Index: Makefile
===================================================================
--- Makefile	(revision 321238)
+++ Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	seqio
-# Date created:				17 August 2001
-# Whom:					Tony Maher
-#
+# Created by: Tony Maher
 # $FreeBSD$
-#

 PORTNAME=	seqio
 PORTVERSION=	1.2.2
@@ -13,38 +9,32 @@
 DISTNAME=	${PORTNAME}

 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A set of C functions which can read/write biological sequence files
+COMMENT=	Set of C functions which can read/write biological sequence files

 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

 EXAMPLES=	example1.c example2.c example3.c example4.c seqio.c \
 		seqio.h Makefile
 PROGRAMS=	fmtseq grepseq idxseq typeseq wcseq
+PLIST_FILES+=	${PROGRAMS:S,^,bin/,}
+PORTEXAMPLES=	*
+PORTDOCS=	*

+OPTIONS_DEFINE=	DOCS EXAMPLES
+
+.include <bsd.port.options.mk>
+
 do-install:
-	cd ${WRKSRC}; \
-	for file in ${PROGRAMS}; do \
-		${INSTALL_PROGRAM} $$file ${PREFIX}/bin; \
-	done
-.if !defined(NOPORTEXAMPLES)
-	${MKDIR} ${EXAMPLESDIR}
-	cd ${WRKSRC}; \
-	for file in ${EXAMPLES}; do \
-		${INSTALL_DATA} $$file ${EXAMPLESDIR}; \
-	done
+	${INSTALL_PROGRAM} ${PROGRAMS:S,^,${WRKSRC}/,} ${PREFIX}/bin
+.if ${PORT_OPTIONS:MEXAMPLES}
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${EXAMPLESDIR}
 .endif
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${MKDIR} ${DOCSDIR}/html
+.if ${PORT_OPTIONS:MDOCS}
+	@${MKDIR} ${DOCSDIR}/html
 	${INSTALL_DATA} ${WRKSRC}/bioseq.txt ${DOCSDIR}
-	cd ${WRKSRC}/doc; \
-	for file in *.doc; do \
-		${INSTALL_DATA} $$file ${DOCSDIR}; \
-	done
-	cd ${WRKSRC}/html; \
-	for file in *.html; do \
-		${INSTALL_DATA} $$file ${DOCSDIR}/html; \
-	done
+	${INSTALL_DATA} ${WRKSRC}/doc/*.doc ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCSDIR}/html
 .endif

 .include <bsd.port.mk>
2013-06-19 13:09:19 +00:00
William Grzybowski
27e8fd72fb textproc/y2l: update to 1.2
- Update to 1.2 [1]
- Trim Makefile header [1]
- Pass maintainership to submitter
- Unmute install commands

PR:		ports/179683 [1]
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-19 13:00:10 +00:00
Boris Samorodov
4392a3472d . NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use PLIST_FILES and PORTDOCS;
. get rid of  pkg-plist;
. pet portlint: use one space after WWW: at pkg-descr;
. trim Makefile headers;
. remove the indefinite article from COMMENT.
2013-06-19 12:43:28 +00:00
Rene Ladan
ec59d5768f Remove expired port:
2012-07-14 math/petsc-mpich: BROKEN for more than 6 month
2013-06-19 11:45:59 +00:00
Bryan Drewery
46d639910d - Update to checkin a5c2885
Changes:
  - Add support for PREFIX/etc/beadm.conf
  - Support grub
  - Remove hardcoded BE prefix (pool/ROOT)
2013-06-19 11:44:05 +00:00
Rene Ladan
fa8b5883ec - Remove stale reference to expired math/petsc-mpich
- Convert NOPORTDOCS to PORT_OPTIONS:MDOCS

PR:		ports/179277
Submitted by:	myself
Approved by:	maintainer timeout (bf, 16 days)
2013-06-19 11:43:50 +00:00
Rene Ladan
9ae289ac1a Remove expired port:
2012-05-10 lang/boo: BROKEN for more than 6 month
2013-06-19 11:36:45 +00:00
Rene Ladan
230ea417c7 - Remove the BOO option, this depends on the expired port lang/boo
- Fix MTP option
- Pet portlint

PR:		ports/179275
Submitted by:	myself
Approved by:	maintainer timeout (mono@, 16 days)
2013-06-19 11:32:27 +00:00
Boris Samorodov
903c5f082b . land the port to a new maintainer;
. trim Makefile headers.

Requested by:	mexas@bris.ac.uk (at ports@)
2013-06-19 11:15:28 +00:00
Carlo Strub
3c16878418 Fix typo soccat -> socat 2013-06-19 11:08:02 +00:00
Carlo Strub
3c635bcb65 Add vulnerability on OTRS 2013-06-19 11:07:35 +00:00
Emanuel Haupt
b60e8c19b2 - Pass maintainership to Koichiro IWAO per request via ports@
- Trim header
2013-06-19 10:01:21 +00:00
Frederic Culot
124ad7deea - Update to 0.13 [1]
- Pass maintainership to submitter [1]
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/Changes
PR:		ports/179664 [1]
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-06-19 08:20:45 +00:00
Andrej Zverev
1b40e6eb11 Remove expired ports:
2013-06-19 multimedia/p5-Video-Info: Broken for more than 6 month
2013-06-19 net-p2p/p5-pdonkey: depends on expired multimedia/p5-Video-Info
2013-06-19 07:59:40 +00:00
Martin Matuska
a9c75cae4c Unbreak and update horde-ansel to 3.0.0 beta1 2013-06-19 07:13:39 +00:00
Martin Matuska
c00a612050 Upgrade pxz to git version as of 20120930
Build with gcc [1]

PR:		ports/179693 [1]
2013-06-19 07:06:16 +00:00
Andrej Zverev
44f8aada94 - Update to version 4040
Changes: http://search.cpan.org/dist/Mail-OpenDKIM/ChangeLog

PR:		ports/179690
Submitted by: 	Vick Khera <vivek@khera.org> (maintainer)
2013-06-19 05:58:50 +00:00
Johan van Selst
1429febfbf - Update to a modern version of Gnome Chess
- Adopt port
2013-06-19 05:58:00 +00:00
Baptiste Daroussin
b8f1f82c1e Update to 20130618210923 aka 1.26
Changes:
- The argument to the --port option for the fossil ui and fossil server commands can take an IP address in addition to the port number
- After prompting for a password, also ask if that password should be remembered
- Performance improvements to the diff engine
- Fix the side-by-side diff engine to work better with multi-byte unicode text
- The markdown formatter is now available by default and can be used for tickets, wiki, and embedded documentation
- Add subcommands "fossil bisect log" and "fossil bisect status" to the fossil bisect command
- Enhanced defenses that prevent spiders from using excessive CPU and bandwidth
- Consistent use of the -n or --dry-run command line options.
- Enhancements to /timeline.rss, adding more flags for filtering results
- Added /stats_report page
- ssh:// and file:// protocols now ignore proxy settings
- Cherry-pick merges are recorded internally (though no yet displayed on the timeline graph.)
2013-06-19 05:54:08 +00:00
Xin LI
230e7b0ec6 Unbreak on recent -CURRENT. 2013-06-19 02:24:46 +00:00
Wen Heping
8e7af6457d - Pass maintainership to submitter
PR:		179695
Submitted by:	nemysis <nemysis@gmx.ch> (new maintainer)
2013-06-19 00:11:07 +00:00
Hiroki Sato
956f2f5524 Fix pkg-plist.
Reported by:	QAT
2013-06-18 23:41:57 +00:00
Jung-uk Kim
6818213ecc Update the legacy I/O patch to support ia64. 2013-06-18 23:36:00 +00:00
Bryan Drewery
3751c1c1ba - Fix options conversion for bmake
Submitted by:	Joseph Schaefer <joesuf4@gmail.com>
2013-06-18 23:03:14 +00:00
Antoine Brodin
a30ed6470f Do not try to remove a directory that is part of BSD.var.dist 2013-06-18 21:06:32 +00:00
Olli Hauer
3fd7e98dbc - patch mod_auth_kerb.c from r150 to r157 from upstream repo
Special thanks to Hiroki Sato (hrs@) for testing the patch!

with had apache@

Obtained from:	http://modauthkerb.cvs.sourceforge.net/viewvc/modauthkerb/mod_auth_kerb/src/mod_auth_kerb.c?revision=1.157
2013-06-18 20:46:01 +00:00
Koop Mast
62361bcaf6 Update to 0.0.13.
- many l/rbearking tweaks
- extra symbols for Shell (bug #657957)
- balanced shape for s and S
- balanced shape for 6 and 9
- balanced 2 and 3
- improved hhints
- OT anchors for accents
- contrast tweaks to bold (b, B, e)
2013-06-18 20:08:36 +00:00
Baptiste Daroussin
21efbdc097 Actually push the right patch 2013-06-18 20:01:32 +00:00
Baptiste Daroussin
4b812bde72 Fix a segfault on i386 and powerpc64 while registering a port as automatic [1]
Prevent 'pkg update' will always think that the repo is up to date if no mtime header is sent by the http server [2]
Bump port revision

Reported by:	adrian[1], hrs [1]
Tested by:	hrs [1]
Submitted by:	cperciva [2]
2013-06-18 19:57:51 +00:00
Tom Judge
eb08cfc563 Remove duplicate dir from plist 2013-06-18 19:41:48 +00:00
Koop Mast
31dabac7e4 Update to 3.43. 2013-06-18 19:26:54 +00:00
Tom Judge
a1a602037c Remove dependency on Test::Simple as required dependency is Test::More
is now part of perl core.

Submitted by:	 az
2013-06-18 19:07:05 +00:00
Andrej Zverev
12f41626fe Try to build with clang natively. 2013-06-18 19:01:26 +00:00
Tom Judge
ccd718196d New port for textproc/p5-ElasticSearch
ElasticSearch is a thin API which makes it easy to communicate with
an ElasticSearch cluster.

WWW: http://search.cpan.org/dist/ElasticSearch/
2013-06-18 19:01:08 +00:00
Tom Judge
cca8a67914 New port for textproc/p5-ElasticSearch-SearchBuilder
ElasticSearch::SearchBuilder - A Perlish compact query language for
ElasticSearch.

WWW: http://search.cpan.org/dist/ElasticSearch-SearchBuilder/
2013-06-18 18:57:26 +00:00
Hiroki Sato
7b9fde159a Add security/fbopenssl, a library containing extensions to OpenSSL,
including support for GSS-API (RFC 2743) and SPNEGO (RFC 2478).
2013-06-18 18:40:13 +00:00
Tom Judge
68b0338cc7 New port for devel/p5-constant
This pragma allows you to declare constants at compile-time.

WWW: http://search.cpan.org/dist/constant/
2013-06-18 17:58:58 +00:00
Martin Matuska
62bf81a01e Horde package update:
Horde_ActiveSync 2.4.0 -> 2.5.0
Horde_Core 2.5.0 -> 2.6.0
Horde_History 2.0.2 -> 2.1.0
Horde_Icalendar 2.0.5 -> 2.0.6
Horde_Imap_Client 2.11.5 -> 2.11.6
Horde_Injector 2.0.1 -> 2.0.2
Horde_Mime 2.2.1 -> 2.2.2
horde-base 5.1.0 -> 5.1.1
horde-imp 6.1.1 -> 6.1.2
horde-kronolith 4.1.0 -> 4.1.1
2013-06-18 17:55:12 +00:00
Andrej Zverev
5f58bbd075 - Fix after convertion to new options framework
PR:		ports/179665
Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu>
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
2013-06-18 17:48:36 +00:00
Olivier Duchateau
10c1ac3788 - Update to 1.0 2013-06-18 17:36:23 +00:00
Tom Judge
8965d43f59 New port for www/p5-Any-URI-Escape
URI::Escape is great, but URI::Escape::XS is faster.
This module loads URI::Escape::XS and imports the two
most common methods if XS is installed.

WWW: http://search.cpan.org/dist/Any-URI-Escape/
2013-06-18 17:32:36 +00:00
Mikhail Teterin
37fedcd2a0 Upgrade from 2.8 to 2.9. See the following for changes:
http://jmeter.apache.org/changes.html
2013-06-18 17:23:00 +00:00
William Grzybowski
dc6c3b7586 x11/lxpanel: fix build with clang
- Fix build with clang, -Wno-return-type, gnu89
- Take maintainership

Reported by:	Kenta Suzumoto <kentas@hush.com>
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-18 16:46:51 +00:00
William Grzybowski
5578e40fa2 devel/glog: remove patches
- Patches to fix the real issue have been integrated upstream

http://code.google.com/p/google-glog/source/detail?r=116

PR:		ports/175792 [1]
Submitted by:	Yoshisato YANAGISAWA <osho@pcc-software.org>
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
2013-06-18 16:25:47 +00:00
Antoine Brodin
3b0c9a0a70 Add a directory created by the port to pkg-plist 2013-06-18 16:19:08 +00:00
Antoine Brodin
cddb749332 Fix after PORT_OPTIONS conversion 2013-06-18 16:09:58 +00:00
Antoine Brodin
884efdd294 Fix after PORT_OPTIONS conversion 2013-06-18 16:07:39 +00:00
Kris Moore
6de1d9ba59 Send some ports back to the pool that I no longer have time for 2013-06-18 15:55:34 +00:00
Xin LI
1c18fc94e4 Fix date for flashpluginwrapper. 2013-06-18 15:50:05 +00:00