Skip to content

Commit

Permalink
- if the same two lines are copy/pasted into every single port using …
Browse files Browse the repository at this point in the history
…the pear

module, maybe it's time to copy/paste it into pear.port.mk.
thus, move MASTER_SITES and EXTRACT_SUFX to a common place

ok sthen@ robert@
  • Loading branch information
jasperla committed Nov 6, 2009
1 parent 14ada44 commit 2c619a5
Show file tree
Hide file tree
Showing 41 changed files with 44 additions and 164 deletions.
5 changes: 1 addition & 4 deletions benchmarks/pear-Benchmark/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2009/11/06 08:32:36 jasper Exp $

COMMENT= framework to benchmark PHP scripts or function calls

DISTNAME= Benchmark-1.2.6
PKGNAME= pear-${DISTNAME}p1
CATEGORIES= benchmarks pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# BSD
Expand Down
5 changes: 1 addition & 4 deletions databases/pear-DB/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.8 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2009/11/06 08:32:36 jasper Exp $

COMMENT= database abstraction layer for PHP

DISTNAME= DB-1.7.6
PKGNAME= pear-${DISTNAME}p1
CATEGORIES= net pear databases

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions databases/pear-DB_DataObject/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2009/03/19 20:18:04 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2009/11/06 08:32:36 jasper Exp $

COMMENT= SQL builder, object interface to database tables

Expand All @@ -14,9 +14,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

RUN_DEPENDS= ::databases/pear-MDB2

.include <bsd.port.mk>
5 changes: 1 addition & 4 deletions databases/pear-MDB2-mysql/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2009/11/06 08:32:36 jasper Exp $

COMMENT= database abstraction layer for PHP

Expand All @@ -7,9 +7,6 @@ DISTNAME= MDB2_Driver_mysql-${V}
PKGNAME= pear-MDB2-mysql-${V}p2
CATEGORIES= net pear databases

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions databases/pear-MDB2-mysqli/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/22 15:45:40 giovanni Exp $
# $OpenBSD: Makefile,v 1.2 2009/11/06 08:32:36 jasper Exp $

COMMENT = MySQLi database abstraction layer for PHP

Expand All @@ -7,9 +7,6 @@ DISTNAME = MDB2_Driver_mysqli-${V}
PKGNAME = pear-MDB2-mysqli-${V}
CATEGORIES = net pear databases

MASTER_SITES = http://pear.php.net/get/
EXTRACT_SUFX = .tgz

MAINTAINER = Giovanni Bechis <[email protected]>
MODULES = www/pear

Expand Down
5 changes: 1 addition & 4 deletions databases/pear-MDB2-sqlite/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/22 15:47:52 giovanni Exp $
# $OpenBSD: Makefile,v 1.2 2009/11/06 08:32:36 jasper Exp $

COMMENT = SQLite database abstraction layer for PHP

Expand All @@ -7,9 +7,6 @@ DISTNAME = MDB2_Driver_sqlite-${V}
PKGNAME = pear-MDB2-sqlite-${V}
CATEGORIES = net pear databases

MASTER_SITES = http://pear.php.net/get/
EXTRACT_SUFX = .tgz

MAINTAINER = Giovanni Bechis <[email protected]>
MODULES = www/pear

Expand Down
5 changes: 1 addition & 4 deletions databases/pear-MDB2/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2009/11/06 08:32:36 jasper Exp $

COMMENT= database abstraction layer for PHP

DISTNAME= MDB2-2.4.1
PKGNAME= pear-${DISTNAME}p0
CATEGORIES= net pear databases

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions devel/pear-Cache/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2009/11/06 08:32:36 jasper Exp $

COMMENT= Framework for caching of arbitrary data for PHP

DISTNAME= Cache-1.5.4
PKGNAME= pear-${DISTNAME}p2
CATEGORIES= devel pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
4 changes: 1 addition & 3 deletions devel/pear-Config/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.9 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2009/11/06 08:32:36 jasper Exp $

COMMENT= configuration file library for PHP

DISTNAME= Config-1.10.7
PKGNAME= pear-${DISTNAME}p1
CATEGORIES= devel pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MODULES= www/pear

RUN_DEPENDS= :pear-XML-Parser-*:textproc/pear-XML-Parser \
Expand Down
4 changes: 1 addition & 3 deletions devel/pear-Date/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2009/11/06 08:32:36 jasper Exp $

COMMENT= date and timezone classes for PHP

DISTNAME= Date-1.4.6
PKGNAME= pear-${DISTNAME}p1
CATEGORIES= devel pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MODULES= www/pear

# BSD
Expand Down
5 changes: 1 addition & 4 deletions devel/pear-Log/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2009/09/15 17:37:22 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2009/11/06 08:32:36 jasper Exp $

COMMENT= logging utilities for PHP

DISTNAME= Log-1.9.9
PKGNAME= pear-${DISTNAME}p1
CATEGORIES= devel pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/

MODULES= www/pear
Expand Down
5 changes: 1 addition & 4 deletions devel/pear-PHPUnit2/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2007/09/16 02:53:11 merdely Exp $
# $OpenBSD: Makefile,v 1.5 2009/11/06 08:32:37 jasper Exp $

COMMENT= regression testing framework for PHP 5

DISTNAME= PHPUnit2-2.1.6
PKGNAME= pear-${DISTNAME}p1
CATEGORIES= devel pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MAINTAINER= Aleksander Piotrowski <[email protected]>
MODULES= www/pear

Expand Down
5 changes: 1 addition & 4 deletions mail/pear-Mail-Mime/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.8 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2009/11/06 08:32:37 jasper Exp $

COMMENT= classes to create and decode MIME messages in PHP

DISTNAME= Mail_Mime-1.3.1
PKGNAME= pear-${DISTNAME:S/_/-/}p1
CATEGORIES= mail pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions mail/pear-Mail/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2009/11/06 08:32:37 jasper Exp $

COMMENT= class that provides multiple interfaces for sending email

DISTNAME= Mail-1.1.14
PKGNAME= pear-${DISTNAME}p1
CATEGORIES= mail pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-HTTP-Request/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2009/11/06 08:32:37 jasper Exp $

COMMENT= easy way to perform HTTP requests for PHP

DISTNAME= HTTP_Request-1.4.0
PKGNAME= pear-${DISTNAME:S/_/-/}p2
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-HTTP/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2009/11/06 08:32:37 jasper Exp $

COMMENT= miscellaneous HTTP utilities for PHP

DISTNAME= HTTP-1.3.6
PKGNAME= pear-${DISTNAME}p1
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-Net-DNS/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2009/09/17 00:51:45 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2009/11/06 08:32:37 jasper Exp $

COMMENT= resolver library used to communicate with a DNS server

DISTNAME= Net_DNS-1.0.0
PKGNAME= pear-${DISTNAME:S/_/-/}p0
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-Net-IMAP/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2009/11/06 08:32:37 jasper Exp $

COMMENT= implementation of the IMAP protocol for PHP

DISTNAME= Net_IMAP-1.0.3
PKGNAME= pear-${DISTNAME:S/_/-/}p3
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-Net-IPv4/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2009/09/17 00:51:45 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2009/11/06 08:32:37 jasper Exp $

COMMENT= IPv4 address handling tools for PHP

DISTNAME= Net_IPv4-1.3.0
PKGNAME= pear-${DISTNAME:S/_/-/}p0
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-Net-IPv6/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2009/09/17 00:51:45 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2009/11/06 08:32:37 jasper Exp $

COMMENT= IPv6 address handling tools for PHP

DISTNAME= Net_IPv6-1.1.0b2
PKGNAME= pear-${DISTNAME:S/_/-/}p0
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-Net-LDAP/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2009/11/06 08:32:37 jasper Exp $

COMMENT= pear ldap

DISTNAME= Net_LDAP-0.6.6
PKGNAME= pear-${DISTNAME:S/_/-/}p2
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# BSD License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-Net-SMTP/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2009/11/06 08:32:37 jasper Exp $

COMMENT= SMTP support for PHP

DISTNAME= Net_SMTP-1.2.6
PKGNAME= pear-${DISTNAME:S/_/-/}p3
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-Net-Socket/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2009/11/06 08:32:37 jasper Exp $

COMMENT= network socket interface support for PHP

DISTNAME= Net_Socket-1.0.6
PKGNAME= pear-${DISTNAME:S/_/-/}p2
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# PHP License
Expand Down
5 changes: 1 addition & 4 deletions net/pear-Net-URL/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2009/11/06 08:32:37 jasper Exp $

COMMENT= easy parsing of URLs for PHP

DISTNAME= Net_URL-1.0.14
PKGNAME= pear-${DISTNAME:S/_/-/}p2
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz

MODULES= www/pear

# BSD License
Expand Down
4 changes: 1 addition & 3 deletions net/pear-Services-Weather/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2009/09/15 17:37:21 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2009/11/06 08:32:37 jasper Exp $

COMMENT= interface to various online weather-services for PHP

DISTNAME= Services_Weather-1.4.0
PKGNAME= pear-${DISTNAME:S/_/-/}p1
CATEGORIES= net pear

MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MODULES= www/pear

# PHP License
Expand Down
Loading

0 comments on commit 2c619a5

Please sign in to comment.