Bug 166707 - New port: net/librouteros
Summary: New port: net/librouteros
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-06 22:10 UTC by Mark Felder
Modified: 2012-04-07 15:50 UTC (History)
1 user (show)

See Also:


Attachments
librouteros-1.1.2.patch (1.11 KB, patch)
2012-04-06 22:10 UTC, Mark Felder
no flags Details | Diff
librouteros-1.1.2.shar (2.39 KB, application/octet-stream)
2012-04-06 23:17 UTC, Mark Felder
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2012-04-06 22:10:01 UTC
librouteros is a C library to communicate with network devices by MikroTik
running their Linux-based operating system RouterOS.

Port maintainer (feld@feld.me) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: ports)
Comment 1 Mark Felder freebsd_committer freebsd_triage 2012-04-06 23:17:27 UTC
I apologize, I somehow sent a patch of my work-in-progress instead of the  
whole thing. Attached is the shar.
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-04-07 15:16:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 3 crees 2012-04-07 15:34:40 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	librouteros
#	librouteros/pkg-descr
#	librouteros/Makefile
#	librouteros/pkg-plist
#	librouteros/distinfo
#
echo c - librouteros
mkdir -p librouteros > /dev/null 2>&1
echo x - librouteros/pkg-descr
sed 's/^X//' >librouteros/pkg-descr << '8c9eed919f9ba03343fccb910def3ba0'
Xlibrouteros (or libRouterOS) is a C library to communicate with network devices by MikroTik running their Linux-based operating system RouterOS. 
X
XAuthor:	octo@verplant.org
XWWW: http://verplant.org/librouteros/
8c9eed919f9ba03343fccb910def3ba0
echo x - librouteros/Makefile
sed 's/^X//' >librouteros/Makefile << '672cf3ff56f483ea3da34da4a60ab2d3'
X# Ports collection Makefile for:	librouteros
X# Date created:				April 6 2012
X# Whom:					Mark Felder <feld@feld.me>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	librouteros
XPORTVERSION=	1.1.2
XCATEGORIES=	net
XMASTER_SITES=	http://verplant.org/librouteros/files/
X
XMAINTAINER=	feld@feld.me
XCOMMENT=	Library for communicating with network devices by MikroTik
X
XLICENSE=	GPLv2
XLICENSE_FILE=	${WRKSRC}/COPYING
X
XLIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt
X
XMAN1=		ros.1
XMAN3=		librouteros.3
X
XUSE_BZIP2=	yes
XUSE_AUTOTOOLS=	libtool
XUSE_LDCONFIG=	yes
X
XLDFLAGS+=	-L${LOCALBASE}/lib
XCFLAGS+=	-I${LOCALBASE}/include -Wno-error
X
XPORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
672cf3ff56f483ea3da34da4a60ab2d3
echo x - librouteros/pkg-plist
sed 's/^X//' >librouteros/pkg-plist << 'bbc2828a46be05b9ab704774a6937b7b'
Xbin/ros
Xinclude/routeros_version.h
Xinclude/routeros_api.h
Xlib/librouteros.so.2
Xlib/librouteros.so
Xlib/librouteros.la
Xlib/librouteros.a
bbc2828a46be05b9ab704774a6937b7b
echo x - librouteros/distinfo
sed 's/^X//' >librouteros/distinfo << '2cbc22ee514b2ac729861687bfb963ae'
XSHA256 (librouteros-1.1.2.tar.bz2) = 1c58ada1ab70e15bb1490b5a24e54e3baf909554173445f71921558e2c111376
XSIZE (librouteros-1.1.2.tar.bz2) = 234942
2cbc22ee514b2ac729861687bfb963ae
exit


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Comment 4 Chris Rees freebsd_committer freebsd_triage 2012-04-07 15:42:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-04-07 15:42:35 UTC
crees       2012-04-07 14:42:24 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/librouteros      Makefile distinfo pkg-descr pkg-plist 
  Log:
  librouteros (or libRouterOS) is a C library to communicate with network
  devices by MikroTik running their Linux-based operating system RouterOS.
  
  WWW: http://verplant.org/librouteros/
  
  PR:             ports/166707
  Submitted by:   Mark Felder <feld@feld.me>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2449    +1 -0      ports/net/Makefile
  1.1       +39 -0     ports/net/librouteros/Makefile (new)
  1.1       +2 -0      ports/net/librouteros/distinfo (new)
  1.1       +4 -0      ports/net/librouteros/pkg-descr (new)
  1.1       +7 -0      ports/net/librouteros/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-04-07 15:45:22 UTC
crees       2012-04-07 14:45:09 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  Add Mark Felder as additional contributor
  
  PR:             ports/166707
  
  Revision  Changes    Path
  1.1077    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"